/external/v8/src/compiler/ |
wasm-compiler.cc | 34 #include "src/wasm/wasm-module.h" 194 wasm::ModuleEnv* module = builder_->module_; local 200 if (module && !module->context.is_null()) { 201 // Use the module context to call the runtime to throw an exception. 213 jsgraph()->Constant(module->context), // context [all...] |
/external/vulkan-validation-layers/demos/ |
tri.c | 1197 VkShaderModule module; local [all...] |
cube.c | 1451 VkShaderModule module; local [all...] |
/external/vulkan-validation-layers/tests/ |
layer_validation_tests.cpp | 4940 VkShaderModule module; local 4968 VkShaderModule module; local 4996 VkShaderModule module; local [all...] |
/frameworks/av/media/libmedia/ |
IAudioFlinger.cpp | 452 virtual status_t openOutput(audio_module_handle_t module, 465 data.writeInt32(module); 526 virtual status_t openInput(audio_module_handle_t module, 539 data.writeInt32(module); 1132 audio_module_handle_t module = (audio_module_handle_t)data.readInt32(); local 1178 audio_module_handle_t module = (audio_module_handle_t)data.readInt32(); local [all...] |
/frameworks/base/core/jni/ |
android_hardware_SoundTrigger.cpp | 368 static sp<SoundTrigger> setSoundTrigger(JNIEnv* env, jobject thiz, const sp<SoundTrigger>& module) 373 if (module.get()) { 374 module->incStrong((void*)setSoundTrigger); 379 env->SetLongField(thiz, gModuleFields.mNativeContext, (jlong)module.get()); 427 ALOGV("listModules module %zu id %d description %s maxSoundModels %d", 470 sp<SoundTrigger> module = SoundTrigger::attach(handle, callback); local 471 if (module == 0) { 475 setSoundTrigger(env, thiz, module); 482 sp<SoundTrigger> module = setSoundTrigger(env, thiz, 0); local 483 ALOGV("detach module %p", module.get()) 494 sp<SoundTrigger> module = getSoundTrigger(env, thiz); local 518 sp<SoundTrigger> module = getSoundTrigger(env, thiz); local 675 sp<SoundTrigger> module = getSoundTrigger(env, thiz); local 690 sp<SoundTrigger> module = getSoundTrigger(env, thiz); local 783 sp<SoundTrigger> module = getSoundTrigger(env, thiz); local [all...] |
/frameworks/base/services/core/jni/ |
com_android_server_location_GnssLocationProvider.cpp | 561 hw_module_t* module; local 597 err = hw_get_module(GPS_HARDWARE_MODULE_ID, (hw_module_t const**)&module); 600 err = module->methods->open(module, GPS_HARDWARE_MODULE_ID, &device); [all...] |
/frameworks/native/opengl/libagl/ |
egl.cpp | 245 gralloc_module_t const* module; member in struct:android::egl_window_surface_v2_t 345 nativeWindow(window), buffer(0), previousBuffer(0), module(0), 350 module = reinterpret_cast<gralloc_module_t const*>(pModule); 445 err = module->lock(module, buf->handle, 456 err = module->unlock(module, buf->handle); [all...] |
/hardware/libhardware_legacy/audio/ |
AudioPolicyManagerBase.cpp | 4229 HwModule *module = new HwModule(root->name); local 4341 HwModule *module; local [all...] |
/hardware/qcom/audio/legacy/alsa_sound/ |
AudioHardwareALSA.h | 53 * The id of ALSA module 167 alsa_device_t * module; member in struct:android_audio_legacy::alsa_handle_t
|
/hardware/ti/omap4-aah/hwc/ |
rgz_2d.c | 1143 hw_module_t const* module; local [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
msasn1.h | 216 ASN1module_t module; member in struct:ASN1encoding_s 231 ASN1module_t module; member in struct:ASN1decoding_s
|
/prebuilts/gdb/darwin-x86/include/python2.7/ |
Python-ast.h | 45 } Module; 163 identifier module; member in struct:_stmt::__anon43067::__anon43084 375 #define Module(a0, a1) _Py_Module(a0, a1) 433 stmt_ty _Py_ImportFrom(identifier module, asdl_seq * names, int level, int
|
/prebuilts/gdb/linux-x86/include/python2.7/ |
Python-ast.h | 45 } Module; 163 identifier module; member in struct:_stmt::__anon43189::__anon43206 375 #define Module(a0, a1) _Py_Module(a0, a1) 433 stmt_ty _Py_ImportFrom(identifier module, asdl_seq * names, int level, int
|
/prebuilts/python/darwin-x86/2.7.5/include/python2.7/ |
Python-ast.h | 45 } Module; 163 identifier module; member in struct:_stmt::__anon71305::__anon71322 375 #define Module(a0, a1) _Py_Module(a0, a1) 433 stmt_ty _Py_ImportFrom(identifier module, asdl_seq * names, int level, int
|
/prebuilts/python/linux-x86/2.7.5/include/python2.7/ |
Python-ast.h | 45 } Module; 163 identifier module; member in struct:_stmt::__anon71428::__anon71445 375 #define Module(a0, a1) _Py_Module(a0, a1) 433 stmt_ty _Py_ImportFrom(identifier module, asdl_seq * names, int level, int
|
/toolchain/binutils/binutils-2.25/binutils/ |
od-macho.c | 460 printf (" module table: off: 0x%08lx num: %-8lu", 503 bfd_mach_o_dylib_module *module = &dysymtab->dylib_module[i]; 504 printf (" module %u:\n", i); 505 printf (" name: %lu", module->module_name_idx); 508 mdata->symtab->strtab + module->module_name_idx); 511 module->iextdefsym, module->nextdefsym); 513 module->irefsym, module->nrefsym); 515 module->ilocalsym, module->nlocalsym) 501 bfd_mach_o_dylib_module *module = &dysymtab->dylib_module[i]; local [all...] |
/external/guice/lib/build/ |
felix-2.0.5.jar | |
/external/opencv3/samples/java/sbt/sbt/ |
sbt-launch.jar | |
/external/v8/src/ |
factory.cc | 1517 Handle<JSModule> module = local [all...] |
/frameworks/av/services/audiopolicy/managerdefault/ |
AudioPolicyManager.cpp | 100 sp<HwModule> module = mHwModules.getModuleForDevice(device); local 101 if (module == 0) { 102 ALOGD("setDeviceConnectionState() could not find HW module for device %08x", 107 mAvailableOutputDevices[index]->attach(module); 220 sp<HwModule> module = mHwModules.getModuleForDevice(device); local 221 if (module == NULL) { 222 ALOGW("setDeviceConnectionState(): could not find HW module for device %08x", 232 mAvailableInputDevices[index]->attach(module); 343 // If the RX device is on the primary HW module, then use legacy routing method for voice calls 348 // If the TX device is also on the primary HW module, setOutputDevice() will take car [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/ |
turtle.py | 2 # turtle.py: a Tkinter based turtle graphics module for Python 40 This module is an extended reimplementation of turtle.py from the 46 interactively when using the module from within IDLE run with 90 The default configuration mimics the appearance of the old turtle module. 92 - If configured appropriately the module reads in docstrings from a docstring 116 from math import * ## for compatibility with old turtle module namespace [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/ |
turtle.py | 2 # turtle.py: a Tkinter based turtle graphics module for Python 40 This module is an extended reimplementation of turtle.py from the 46 interactively when using the module from within IDLE run with 90 The default configuration mimics the appearance of the old turtle module. 92 - If configured appropriately the module reads in docstrings from a docstring 116 from math import * ## for compatibility with old turtle module namespace [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/ |
turtle.py | 2 # turtle.py: a Tkinter based turtle graphics module for Python 40 This module is an extended reimplementation of turtle.py from the 46 interactively when using the module from within IDLE run with 90 The default configuration mimics the appearance of the old turtle module. 92 - If configured appropriately the module reads in docstrings from a docstring 116 from math import * ## for compatibility with old turtle module namespace [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/ |
turtle.py | 2 # turtle.py: a Tkinter based turtle graphics module for Python 40 This module is an extended reimplementation of turtle.py from the 46 interactively when using the module from within IDLE run with 90 The default configuration mimics the appearance of the old turtle module. 92 - If configured appropriately the module reads in docstrings from a docstring 116 from math import * ## for compatibility with old turtle module namespace [all...] |