/packages/modules/Virtualization/vmbase/src/ |
D | exceptions.rs | 107 pub far: VirtualAddress, field 112 write!(f, "ArmException: esr={}, far={}", self.esr, self.far) in fmt() 122 let far = read_sysreg!("far_el1"); in from_el1_regs() localVariable 123 Self { esr, far: VirtualAddress(far) } in from_el1_regs() 137 self.esr == Esr::DataAbortSyncExternalAbort && page_4kb_of(self.far.0) == UART_PAGE in is_uart_exception()
|
/packages/services/Car/cpp/evs/apps/default/src/ |
D | RenderTopView.cpp | 52 android::mat4 perspective(float hfov, float vfov, float near, float far) { in perspective() argument 59 p[2][2] = -(far + near) / (far - near); in perspective() 61 p[3][2] = -(2.0f * far * near) / (far - near); in perspective() 185 const float far = 0.0f; // ground plane is at zero in drawFrame() local 189 orthoMatrix = android::mat4::ortho(left, right, top, bottom, near, far); in drawFrame()
|
/packages/modules/Virtualization/rialto/src/ |
D | exceptions.rs | 32 Esr::DataAbortTranslationFault => handle_translation_fault(exception.far), in handle_exception() 33 Esr::DataAbortPermissionFault => handle_permission_fault(exception.far), in handle_exception()
|
/packages/modules/Virtualization/pvmfw/src/ |
D | exceptions.rs | 31 Esr::DataAbortTranslationFault => handle_translation_fault(exception.far), in handle_exception() 32 Esr::DataAbortPermissionFault => handle_permission_fault(exception.far), in handle_exception()
|
/packages/modules/Virtualization/vmbase/src/memory/ |
D | shared.rs | 552 pub fn handle_translation_fault(far: VirtualAddress) -> result::Result<(), HandleExceptionError> { in handle_translation_fault() 555 Ok(memory.handle_mmio_fault(far)?) in handle_translation_fault() 560 pub fn handle_permission_fault(far: VirtualAddress) -> result::Result<(), HandleExceptionError> { in handle_permission_fault() 563 Ok(memory.handle_permission_fault(far)?) in handle_permission_fault()
|
/packages/services/Car/cpp/evs/apps/default/res/ |
D | config.json.readme | 24 "frontRange" : 100, // How far to render the view in front of the front bumper 25 "rearRange" : 100 // How far the view extends behind the rear bumper
|
/packages/services/Car/car_product/sepolicy/private/ |
D | surround_view.te | 12 # As far as understood, the reference app does not use some of these (e.g. autofill_service),
|
/packages/modules/DnsResolver/tests/testdata/ |
D | README.md | 8 The testing pbtext is built manually so far. Fill expected API parameters to
|
/packages/modules/Bluetooth/system/stack/fuzzers/ |
D | README.md | 75 These fuzzers are still far from perfect, with the following possible
|
/packages/apps/ManagedProvisioning/studio-dev/development/studio/ |
D | idea.properties | 126 …va 7 introduced MouseWheelEven.getPreciseWheelRotation() method, JScrollPane doesn't use it so far.
|
/packages/modules/adb/ |
D | protocol.txt | 278 The far side may choose to issue the READY message as soon as it receives
|
/packages/modules/Wifi/service/proto/src/ |
D | metrics.proto | 2357 // we find a candidate BSSID with similar RSSI in 2 scans sufficiently far apart.
|
/packages/apps/TV/res/raw/ |
D | third_party_licenses | 3644 # above as far as the program is concerned.
|
/packages/inputmethods/LatinIME/dictionaries/ |
D | pt_BR_wordlist.combined.gz | 1dictionary=main:pt_br,locale=pt_BR,description=Português (Brasil),date ... |
D | cs_wordlist.combined.gz |
|
D | pt_PT_wordlist.combined.gz |
|
D | es_wordlist.combined.gz | 1dictionary=main:es,locale=es,description=Español,date=1414726268, ... |
D | it_wordlist.combined.gz | 1dictionary=main:it,locale=it,description=Italiano,date=1414726258, ... |
D | sl_wordlist.combined.gz | 1dictionary=main:sl,locale=sl,description=Slovenščina,date=1393228152, ... |
D | pl_wordlist.combined.gz |
|
D | tr_wordlist.combined.gz | 1dictionary=main:tr,locale=tr,description=Türkçe,date=1414726261, ... |
D | lt_wordlist.combined.gz | 1dictionary=main:lt,locale=lt,description=Lietuvių,date=1393228136, ... |
D | en_GB_wordlist.combined.gz |
|
D | en_US_wordlist.combined.gz |
|
D | nb_wordlist.combined.gz |
|