/external/chromium-trace/catapult/third_party/py_vulcanize/py_vulcanize/ |
style_sheet_unittest.py | 12 from py_vulcanize import module namespace 54 self.assertRaises(module.DepsException,
|
/external/dagger2/compiler/src/test/java/dagger/internal/codegen/ |
ProductionGraphValidationTest.java | 45 JavaFileObject module = JavaFileObjects.forSourceLines("test.FooModule", local 60 assertAbout(javaSources()).that(Arrays.asList(module, component)) 96 "import dagger.Module;", 106 " @Module", 173 "import dagger.Module;", 185 " @Module", 224 "import dagger.Module;", 236 " @Module",
|
/external/elfutils/tests/ |
dwfl-bug-fd-leak.c | 77 Dwfl_Module *module = dwfl_addrmodule (dwfl, address); local 78 if (module == NULL) 79 error (2, 0, "dwfl_addrmodule: no module available for 0x%" PRIx64 "", 81 Elf *elf = dwfl_module_getelf (module, &bias);
|
/external/google-breakpad/src/common/linux/ |
dump_symbols_unittest.cc | 45 #include "common/module.h" 54 Module** module); 84 Module* module; local 90 &module)); 117 Module* module; local 123 &module)); 126 module->Write(s, ALL_SYMBOL_DATA) 157 Module* module; local [all...] |
/external/google-breakpad/src/processor/ |
basic_code_modules.cc | 63 // Make a copy of the module and insert it into the map. Use 67 linked_ptr<const CodeModule> module( 69 if (!map_->StoreRange(module->base_address(), module->size(), module)) { 70 BPLOG(ERROR) << "Module " << module->code_file() << 91 linked_ptr<const CodeModule> module; local 92 if (!map_->RetrieveRange(address, &module, NULL, NULL)) { 93 BPLOG(INFO) << "No module at " << HexString(address) 106 linked_ptr<const CodeModule> module; local [all...] |
stack_frame_symbolizer.cc | 63 const CodeModule* module = modules->GetModuleForAddress(frame->instruction); local 64 if (!module) return kError; 65 frame->module = module; 68 // If module is known to have missing symbol file, return. 69 if (no_symbol_modules_.find(module->code_file()) != 74 // If module is already loaded, go ahead to fill source line info and return. 75 if (resolver_->HasModule(frame->module)) { 77 return resolver_->IsModuleCorrupt(frame->module) ? 81 // Module needs to fetch symbol file. First check to see if supplier exists [all...] |
/external/guice/core/test/com/google/inject/spi/ |
ModuleRewriterTest.java | 27 import com.google.inject.Module; 41 // create a module the binds String.class and CharSequence.class 42 Module module = new AbstractModule() { local 49 // record the elements from that module 50 List<Element> elements = Elements.getElements(module); 71 // create a module from the original list of elements and the rewriter 72 Module rewrittenModule = Elements.getModule(rewritten); 84 Module module = new AbstractModule() local [all...] |
/external/mesa3d/src/gallium/targets/egl-static/ |
egl_st.c | 100 const char module[] = "st_GL"; local 104 stapi = load_gl(module, symbol); 113 stapi = load_gl(module, symbol); 118 _eglLog(_EGL_WARNING, "unable to load %s" UTIL_DL_EXT, module);
|
/external/mesa3d/src/gbm/main/ |
backend.c | 56 void *module; local 73 module = dlopen(path, RTLD_NOW | RTLD_GLOBAL); 74 if (!module) { 76 "failed to load module: %s\n", dlerror()); 80 init = dlsym(module, entrypoint);
|
/external/protobuf/python/google/protobuf/internal/ |
api_implementation.cc | 82 "_api_implementation is a module that exposes compile-time constants that\n" 111 PyObject *module = PyModule_Create(&_module); local 113 PyObject *module = Py_InitModule3( 118 if (module == NULL) { 122 // Adds the module variable "api_version". 124 module, 130 { Py_DECREF(module); return NULL; } 132 return module;
|
/external/webrtc/webrtc/modules/utility/source/ |
process_thread_impl_unittest.cc | 15 #include "webrtc/modules/include/module.h" 28 class MockModule : public Module { 77 MockModule module; local 78 EXPECT_CALL(module, TimeUntilNextProcess()).WillRepeatedly(Return(0)); 79 EXPECT_CALL(module, Process()) 82 EXPECT_CALL(module, ProcessThreadAttached(&thread)).Times(1); 84 thread.RegisterModule(&module); 87 EXPECT_CALL(module, ProcessThreadAttached(nullptr)).Times(1); 91 // Same as ProcessCall except the module is registered before the 97 MockModule module; local 120 MockModule module; local 156 MockModule module; local 221 MockModule module; local 255 MockModule module; local [all...] |
/frameworks/base/services/core/jni/ |
com_android_server_ConsumerIrService.cpp | 33 hw_module_t const* module; local 37 err = hw_get_module(CONSUMERIR_HARDWARE_MODULE_ID, &module); 39 ALOGE("Can't open consumer IR HW Module, error: %d", err); 43 err = module->methods->open(module, CONSUMERIR_TRANSMITTER,
|
/frameworks/native/libs/ui/ |
GraphicBufferMapper.cpp | 48 hw_module_t const* module; local 49 int err = hw_get_module(GRALLOC_HARDWARE_MODULE_ID, &module); 50 ALOGE_IF(err, "FATAL: can't find the %s module", GRALLOC_HARDWARE_MODULE_ID); 52 mAllocMod = reinterpret_cast<gralloc_module_t const *>(module);
|
/hardware/intel/common/wrs_omxil_core/base/inc/ |
cmodule.h | 2 * cmodule.h, component module interface class 22 #include <module.h> 25 * WRS OMX-IL Component Module Symbol 95 /* utils::module */ 96 struct module *module; member in class:CModule
|
/hardware/intel/common/wrs_omxil_core/utils/inc/ |
module.h | 2 * module.h, dynamic module interface 28 struct module; 30 typedef int (*module_init_t)(struct module *module); 31 typedef void (*module_exit_t)(struct module *module); 33 struct module { struct 43 struct module *next; 50 struct module *module_open(const char *path, int flag) [all...] |
/hardware/intel/img/psb_video/src/android/ |
psb_gralloc.cpp | 52 static hw_module_t const *module; variable 62 ALOGW("%s: gralloc module has not been initialized. Should initialize it first", __func__); 64 ALOGE("%s: can't find the %s module", __func__, GRALLOC_HARDWARE_MODULE_ID); 114 ALOGW("%s: gralloc module has not been initialized. Should initialize it first", __func__); 116 ALOGE("%s: can't find the %s module", __func__, GRALLOC_HARDWARE_MODULE_ID); 134 int err = hw_get_module(GRALLOC_HARDWARE_MODULE_ID, &module); 136 ALOGE("FATAL: can't find the %s module", GRALLOC_HARDWARE_MODULE_ID); 140 mAllocMod = (gralloc_module_t *)module;
|
/hardware/libhardware/tests/nusensors/ |
nusensors.cpp | 65 struct sensors_module_t* module; local 67 err = hw_get_module(SENSORS_HARDWARE_MODULE_ID, (hw_module_t const**)&module); 73 err = sensors_open(&module->common, &device); 80 int count = module->get_sensors_list(module, &list);
|
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_pickletools.py | 15 module = pickle variable in class:OptimizedPickleTests
|
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_pickletools.py | 15 module = pickle variable in class:OptimizedPickleTests
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_pickletools.py | 15 module = pickle variable in class:OptimizedPickleTests
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_pickletools.py | 15 module = pickle variable in class:OptimizedPickleTests
|
/external/caliper/caliper/src/test/java/com/google/caliper/runner/ |
ExperimentingRunnerModuleTest.java | 45 private ExperimentingRunnerModule module = new ExperimentingRunnerModule(); field in class:ExperimentingRunnerModuleTest 72 module.provideInstrumentations(options, 86 module.provideInstrumentations(options, 96 module.provideInstrumentations(options, 105 module.provideInstrumentations(options,
|
/external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/ |
Gruntfile.js | 0 module.exports = function(grunt) {
|
/bionic/tests/libs/ |
Android.build.versioned_lib.mk | 25 module := libtest_versioned_uselibv1 macro 38 module := libtest_versioned_uselibv2 macro 48 module := libtest_versioned_uselibv2_other macro 58 module := libtest_versioned_uselibv3_other macro 73 module := libtest_versioned_libv1 macro 86 module := libtest_versioned_libv2 macro 100 module := libtest_versioned_lib macro 110 module := libtest_versioned_otherlib_empty macro 119 module := libtest_versioned_otherlib macro
|
/external/dagger2/compiler/src/it/functional-tests/src/test/java/test/nullables/ |
NullabilityTest.java | 28 NullModule module = new NullModule(); local 29 NullComponent component = DaggerNullComponent.builder().nullModule(module).build(); 40 module.numberValue = 1; 44 module.numberValue = null;
|