Home
last modified time | relevance | path

Searched refs:far (Results 1 – 25 of 31) sorted by relevance

12

/packages/modules/Virtualization/vmbase/src/
Dexceptions.rs107 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/
DRenderTopView.cpp52 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/
Dexceptions.rs32 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/
Dexceptions.rs31 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/
Dshared.rs552 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/
Dconfig.json.readme24 "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/
Dsurround_view.te12 # As far as understood, the reference app does not use some of these (e.g. autofill_service),
/packages/modules/DnsResolver/tests/testdata/
DREADME.md8 The testing pbtext is built manually so far. Fill expected API parameters to
/packages/modules/Bluetooth/system/stack/fuzzers/
DREADME.md75 These fuzzers are still far from perfect, with the following possible
/packages/apps/ManagedProvisioning/studio-dev/development/studio/
Didea.properties126 …va 7 introduced MouseWheelEven.getPreciseWheelRotation() method, JScrollPane doesn't use it so far.
/packages/modules/adb/
Dprotocol.txt278 The far side may choose to issue the READY message as soon as it receives
/packages/modules/Wifi/service/proto/src/
Dmetrics.proto2357 // we find a candidate BSSID with similar RSSI in 2 scans sufficiently far apart.
/packages/apps/TV/res/raw/
Dthird_party_licenses3644 # above as far as the program is concerned.
/packages/inputmethods/LatinIME/dictionaries/
Dpt_BR_wordlist.combined.gz1dictionary=main:pt_br,locale=pt_BR,description=Português (Brasil),date ...
Dcs_wordlist.combined.gz
Dpt_PT_wordlist.combined.gz
Des_wordlist.combined.gz1dictionary=main:es,locale=es,description=Español,date=1414726268, ...
Dit_wordlist.combined.gz1dictionary=main:it,locale=it,description=Italiano,date=1414726258, ...
Dsl_wordlist.combined.gz1dictionary=main:sl,locale=sl,description=Slovenščina,date=1393228152, ...
Dpl_wordlist.combined.gz
Dtr_wordlist.combined.gz1dictionary=main:tr,locale=tr,description=Türkçe,date=1414726261, ...
Dlt_wordlist.combined.gz1dictionary=main:lt,locale=lt,description=Lietuvių,date=1393228136, ...
Den_GB_wordlist.combined.gz
Den_US_wordlist.combined.gz
Dnb_wordlist.combined.gz

12