/external/llvm-project/lldb/source/Target/ |
D | UnwindLLDB.cpp | 52 ABI *abi = process_sp ? process_sp->GetABI().get() : nullptr; in DoGetFrameCount() local 75 ABI *abi = process_sp ? process_sp->GetABI().get() : nullptr; in AddFirstFrame() local 113 UnwindLLDB::CursorSP UnwindLLDB::GetOneMoreFrame(ABI *abi) { in GetOneMoreFrame() 295 void UnwindLLDB::UpdateUnwindPlanForFirstFrameIfInvalid(ABI *abi) { in UpdateUnwindPlanForFirstFrameIfInvalid() 318 bool UnwindLLDB::AddOneMoreFrame(ABI *abi) { in AddOneMoreFrame() 400 ABI *abi = process_sp ? process_sp->GetABI().get() : nullptr; in DoGetFrameInfoAtIndex() local 446 ABI *abi = process_sp ? process_sp->GetABI().get() : nullptr; in DoCreateRegisterContextForFrame() local
|
D | ThreadPlanCallFunctionUsingABI.cpp | 31 ABI *abi = nullptr; in ThreadPlanCallFunctionUsingABI() local 58 const ABI *abi = m_process.GetABI().get(); in SetReturnValue() local
|
D | ThreadPlanCallFunction.cpp | 34 Thread &thread, ABI *&abi, lldb::addr_t &start_load_addr, in ConstructorSetup() 112 ABI *abi = nullptr; in ThreadPlanCallFunction() local 462 const ABI *abi = m_process.GetABI().get(); in SetReturnValue() local
|
/external/autotest/server/cros/tradefed/ |
D | generate_controlfiles_common.py | 213 def get_extension(module, abi, revision, is_public=False, led_provision=None, camera_facing=None): argument 244 def get_doc(modules, abi, is_public): argument 266 abi, argument 294 def get_suites(modules, abi, is_public, camera_facing=None): argument 348 def get_dependencies(modules, abi, is_public, led_provision, camera_facing): argument 406 def get_max_retries(modules, abi, suites, is_public): argument 681 def get_extra_modules_dict(is_public, abi): argument 769 abi, argument 844 def get_tradefed_data(path, is_public, abi): argument 1067 abi, argument [all …]
|
/external/libffi/src/ |
D | prep_cif.c | 109 ffi_status FFI_HIDDEN ffi_prep_cif_core(ffi_cif *cif, ffi_abi abi, in ffi_prep_cif_core() 221 ffi_status ffi_prep_cif(ffi_cif *cif, ffi_abi abi, unsigned int nargs, in ffi_prep_cif() 228 ffi_abi abi, in ffi_prep_cif_var() 251 ffi_get_struct_offsets (ffi_abi abi, ffi_type *struct_type, size_t *offsets) in ffi_get_struct_offsets()
|
/external/kotlinc/lib/ |
D | jvm-abi-gen.jar | ... /MANIFEST.MF
META-INF/jvm-abi-gen.kotlin_module
org/
org/jetbrains/ ... |
/external/python/cpython2/Modules/_ctypes/libffi/src/ |
D | prep_cif.c | 107 ffi_status FFI_HIDDEN ffi_prep_cif_core(ffi_cif *cif, ffi_abi abi, in ffi_prep_cif_core() 218 ffi_status ffi_prep_cif(ffi_cif *cif, ffi_abi abi, unsigned int nargs, in ffi_prep_cif() 225 ffi_abi abi, in ffi_prep_cif_var()
|
/external/vixl/test/aarch64/ |
D | test-abi.cc | 44 TEST(abi) { in TEST() argument 45 ABI abi; in TEST() local
|
/external/perfetto/src/tracing/core/ |
D | trace_writer_impl_unittest.cc | 79 SharedMemoryABI* abi = arbiter_->shmem_abi_for_testing(); in TEST_P() local 145 SharedMemoryABI* abi = arbiter_->shmem_abi_for_testing(); in TEST_P() local 215 SharedMemoryABI* abi = arbiter_->shmem_abi_for_testing(); in TEST_P() local 293 SharedMemoryABI* abi = arbiter_->shmem_abi_for_testing(); in TEST_P() local 406 SharedMemoryABI* abi = arbiter_->shmem_abi_for_testing(); in TEST_P() local
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_shader_llvm_gs.c | 44 static LLVMValueRef si_llvm_load_input_gs(struct ac_shader_abi *abi, unsigned input_index, in si_llvm_load_input_gs() 98 static LLVMValueRef si_nir_load_input_gs(struct ac_shader_abi *abi, in si_nir_load_input_gs() 149 void si_llvm_emit_es_epilogue(struct ac_shader_abi *abi, unsigned max_outputs, LLVMValueRef *addrs) in si_llvm_emit_es_epilogue() 229 static void si_llvm_emit_gs_epilogue(struct ac_shader_abi *abi, unsigned max_outputs, in si_llvm_emit_gs_epilogue() 241 static void si_llvm_emit_vertex(struct ac_shader_abi *abi, unsigned stream, LLVMValueRef *addrs) in si_llvm_emit_vertex() 316 static void si_llvm_emit_primitive(struct ac_shader_abi *abi, unsigned stream) in si_llvm_emit_primitive()
|
D | si_shader_llvm_resources.c | 89 static LLVMValueRef load_ubo(struct ac_shader_abi *abi, in load_ubo() 109 static LLVMValueRef load_ssbo(struct ac_shader_abi *abi, LLVMValueRef index, bool write) in load_ssbo() 219 static LLVMValueRef si_nir_load_sampler_desc(struct ac_shader_abi *abi, unsigned descriptor_set, in si_nir_load_sampler_desc()
|
D | si_shader_llvm_tess.c | 379 static LLVMValueRef si_nir_load_tcs_varyings(struct ac_shader_abi *abi, LLVMTypeRef type, in si_nir_load_tcs_varyings() 427 static LLVMValueRef si_nir_load_input_tes(struct ac_shader_abi *abi, LLVMTypeRef type, in si_nir_load_input_tes() 463 static void si_nir_store_output_tcs(struct ac_shader_abi *abi, in si_nir_store_output_tcs() 555 static LLVMValueRef si_load_tess_coord(struct ac_shader_abi *abi) in si_load_tess_coord() 597 static LLVMValueRef si_load_tess_level(struct ac_shader_abi *abi, unsigned varying_id, in si_load_tess_level() 631 static LLVMValueRef si_load_patch_vertices_in(struct ac_shader_abi *abi) in si_load_patch_vertices_in() 836 static void si_llvm_emit_tcs_epilogue(struct ac_shader_abi *abi, unsigned max_outputs, in si_llvm_emit_tcs_epilogue() 948 void si_llvm_emit_ls_epilogue(struct ac_shader_abi *abi, unsigned max_outputs, LLVMValueRef *addrs) in si_llvm_emit_ls_epilogue()
|
/external/oboe/prefab/oboe-VERSION/prefab/modules/oboe/libs/android.x86/ |
D | abi.json | 1 {"abi":"x86","api":16,"ndk":21,"stl":"c++_shared"} string
|
/external/oboe/prefab/oboe-VERSION/prefab/modules/oboe/libs/android.armeabi-v7a/ |
D | abi.json | 1 {"abi":"armeabi-v7a","api":16,"ndk":21,"stl":"c++_shared"} string
|
/external/oboe/prefab/oboe-VERSION/prefab/modules/oboe/libs/android.x86_64/ |
D | abi.json | 1 {"abi":"x86_64","api":21,"ndk":21,"stl":"c++_shared"} string
|
/external/oboe/prefab/oboe-VERSION/prefab/modules/oboe/libs/android.arm64-v8a/ |
D | abi.json | 1 {"abi":"arm64-v8a","api":21,"ndk":21,"stl":"c++_shared"} string
|
/external/libcxxabi/include/ |
D | cxxabi.h | 173 namespace abi = __cxxabiv1; variable
|
/external/llvm-project/libcxxabi/include/ |
D | cxxabi.h | 173 namespace abi = __cxxabiv1; variable
|
/external/python/cffi/c/libffi_msvc/ |
D | prep_cif.c | 88 ffi_abi abi, unsigned int nargs, in ffi_prep_cif()
|
/external/python/cpython2/Modules/_ctypes/libffi_arm_wince/ |
D | prep_cif.c | 88 ffi_abi abi, unsigned int nargs, in ffi_prep_cif()
|
/external/python/cpython2/Modules/_ctypes/libffi_msvc/ |
D | prep_cif.c | 88 ffi_abi abi, unsigned int nargs, in ffi_prep_cif()
|
/external/libchrome/base/test/android/javatests/src/org/chromium/base/test/util/ |
D | DisableIfSkipCheck.java | 53 private boolean abi(DisableIf.Build v) { in abi() method in DisableIfSkipCheck
|
/external/kernel-headers/original/uapi/sound/sof/ |
D | header.h | 24 __u32 abi; /**< SOF ABI version */ member
|
/external/python/cpython3/Modules/_ctypes/libffi_osx/ |
D | ffi.c | 134 ffi_abi abi, in ffi_prep_cif()
|
/external/python/cpython2/Modules/_ctypes/libffi_osx/ |
D | ffi.c | 133 ffi_abi abi, in ffi_prep_cif()
|