HomeSort by relevance Sort by last modified time
    Searched defs:module (Results 101 - 125 of 673) sorted by null

1 2 3 45 6 7 8 91011>>

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_pickle.py 22 module = pickle variable in class:PickleTests
  /system/connectivity/shill/wifi/
wifi_driver_hal.cc 32 const hw_module_t* module; local
36 ret = hw_get_module(WIFI_DRIVER_DEVICE_ID_MAIN, &module);
38 LOG(ERROR) << "Failed to find HAL module";
42 if (wifi_driver_open(module, &driver) != 0) {
43 LOG(ERROR) << "Failed to open WiFi HAL module";
  /system/extras/bootctl/
bootctl.c 60 "HAL module version: %d.%d\n",
68 static int do_get_number_slots(boot_control_module_t *module)
70 int num_slots = module->getNumberSlots(module);
75 static int do_get_current_slot(boot_control_module_t *module)
77 int cur_slot = module->getCurrentSlot(module);
82 static int do_mark_boot_successful(boot_control_module_t *module)
84 int ret = module->markBootSuccessful(module);
172 boot_control_module_t *module; local
    [all...]
  /system/extras/simpleperf/
environment.h 77 const char* module; // If nullptr, the symbol is not in a kernel module. member in struct:KernelSymbol
  /prebuilts/tools/common/m2/repository/org/apache/maven/doxia/doxia-module-apt/1.0/
doxia-module-apt-1.0.jar 
  /prebuilts/tools/common/m2/repository/org/apache/maven/doxia/doxia-module-xdoc/1.0/
doxia-module-xdoc-1.0.jar 
  /prebuilts/tools/common/m2/repository/org/apache/maven/doxia/doxia-module-fml/1.0/
doxia-module-fml-1.0.jar 
  /bionic/tests/libs/
Android.build.dlopen_check_order_reloc_siblings.mk 32 module := libtest_check_order_reloc_siblings_1 macro
47 module := libtest_check_order_reloc_siblings_2 macro
60 module := libtest_check_order_reloc_siblings_3 macro
70 module := libtest_check_order_reloc_siblings_a macro
80 module := libtest_check_order_reloc_siblings_b macro
94 module := libtest_check_order_reloc_siblings_c macro
104 module := libtest_check_order_reloc_siblings_d macro
114 module := libtest_check_order_reloc_siblings_e macro
123 module := libtest_check_order_reloc_siblings_f macro
133 module := libtest_check_order_reloc_siblings_c_ macro
143 module := libtest_check_order_reloc_siblings_c_2 macro
157 module := libtest_check_order_reloc_siblings macro
    [all...]
Android.build.dt_runpath.mk 39 module := libtest_dt_runpath_a macro
49 module := libtest_dt_runpath_b macro
61 module := libtest_dt_runpath_c macro
70 module := libtest_dt_runpath_d macro
80 module := libtest_dt_runpath_d_zip macro
92 module := libtest_dt_runpath_x macro
  /cts/common/host-side/util/tests/src/com/android/compatibility/common/util/
DynamicConfigHandlerTest.java 93 String module = "test1"; local
94 File localConfigFile = createFileFromStr(localConfig, module);
97 .getMergedDynamicConfigFile(localConfigFile, overrideJson, module);
118 private File createFileFromStr(String configStr, String module) throws IOException {
119 File file = File.createTempFile(module, "dynamic");
  /external/chromium-trace/catapult/catapult_base/catapult_base/refactor/annotated_symbol/
import_statement.py 110 module == 'c' (only for "from" imports)
111 name (read-only) == the name used by references to the module, which is the
112 alias if there is one, the full module path in "full" imports, and the
113 module name in "from" imports.
134 """The full dotted path of the module."""
143 """The alias, if the module is renamed with "as". None otherwise."""
152 """The name used to reference this import's module."""
242 module = self.module
243 return tuple('.'.join((module, name)) for name, _ in self.values
271 def module(self): member in class:ImportFrom
279 def module(self, value): member in class:ImportFrom
    [all...]
  /external/chromium-trace/catapult/third_party/py_vulcanize/py_vulcanize/
html_module.py 9 from py_vulcanize import module namespace
19 class HTMLModule(module.Module):
98 raise module.DepsException(
152 raise module.DepsException(
158 raise module.DepsException('In %s, %s points at a nonexistent file ' % (
164 res = module.ModuleDependencyMetadata()
176 # External imports. Mostly the same as <script>, but we know its a module.
parse_html_deps.py 8 from py_vulcanize import module namespace
40 raise module.DepsException('InlineScript created without soup')
resource_loader.py 10 from py_vulcanize import module namespace
97 """Finds a module javascript file and returns a Resource, or none."""
130 raise module.DepsException('No resource for module "%s"' % module_name)
154 raise module.DepsException(
164 raw_script = module.RawScript(resource)
175 raise module.DepsException(
188 raise module.DepsException("url('%s') did not exist" % abs_path)
192 raise module.DepsException("url('%s') was not in search path" % abs_path)
  /external/dagger2/compiler/src/test/java/dagger/internal/codegen/
MapBindingComponentProcessorTest.java 41 "import dagger.Module;",
44 "@Module",
57 "import dagger.Module;",
60 "@Module",
218 "import dagger.Module;",
222 "@Module",
235 "import dagger.Module;",
239 "@Module",
374 "import dagger.Module;",
377 "@Module",
801 JavaFileObject module = local
850 JavaFileObject module = local
    [all...]
  /external/deqp/external/vulkancts/
build_spirv_binaries.py 37 class Module:
43 VULKAN_MODULE = Module("dEQP-VK", "../external/vulkancts/modules/vulkan", "deqp-vk")
62 def execBuildPrograms (buildCfg, generator, module, dstPath):
64 workDir = os.path.join(buildCfg.getBuildDir(), "modules", module.dirName)
104 module = VULKAN_MODULE variable
113 execBuildPrograms(buildCfg, generator, module, args.dstPath)
  /external/freetype/src/autofit/
afmodule.c 5 /* Auto-fitter module implementation (body). */
68 AF_Module module )
82 error = af_face_globals_new( face, &globals, module );
105 AF_Module module = (AF_Module)ft_module; local
126 module->fallback_style = ss;
145 module->default_script = *default_script;
155 error = af_property_get_face_globals( prop->face, &globals, module );
167 module->warping = *warping;
185 AF_Module module = (AF_Module)ft_module; local
186 FT_UInt fallback_style = module->fallback_style
291 AF_Module module = (AF_Module)ft_module; local
    [all...]
  /external/google-breakpad/src/google_breakpad/processor/
stack_frame.h 59 module(NULL),
116 // The module in which the instruction resides.
117 const CodeModule *module; member in struct:google_breakpad::StackFrame
  /external/google-breakpad/src/tools/windows/symupload/
symupload.cc 34 // code_file: the basename of the module, e.g. "app.exe"
40 // version: the file version of the module, e.g. "1.2.3.4"
41 // os: the operating system that the module was built for, always
43 // cpu: the CPU that the module was built for, typically "x86".
172 const wchar_t *module; local
191 module = argv[currentarg++];
197 if (!DumpSymbolsToTempFile(module, &symbol_file, &pdb_info)) {
198 fwprintf(stderr, L"Could not get symbol data from %s\n", module);
202 wstring code_file = WindowsStringUtils::GetBaseName(wstring(module));
219 module);
    [all...]
  /external/guice/core/test/com/google/inject/spi/
ModuleAnnotatedMethodScannerTest.java 34 import com.google.inject.Module;
52 Module module = new AbstractModule() { local
63 Injector injector = Guice.createInjector(module, NamedMunger.module());
72 assertEquals(methodName(TestProvides.class, "foo", module),
74 assertEquals(methodName(TestProvides.class, "foo2", module),
79 Module module = new AbstractModule() { local
88 Injector injector = Guice.createInjector(module, NamedMunger.module())
93 Module module = new AbstractModule() { local
107 Module module = new AbstractModule() { local
139 static Module module() { method in class:ModuleAnnotatedMethodScannerTest.NamedMunger
    [all...]
  /external/guice/extensions/jmx/src/com/google/inject/tools/jmx/
Manager.java 23 import com.google.inject.Module;
41 * Consider using the name of your root {@link Module} class as the domain.
51 * Consider using the name of your root {@link Module} class as the domain.
99 + Manager.class.getName() + " [module class name]");
104 Module module = (Module) Class.forName(args[0]).newInstance(); local
105 Injector injector = Guice.createInjector(module);
  /external/guice/extensions/servlet/test/com/google/inject/servlet/
ServletModuleTest.java 49 Module module = new Module(); local
50 Elements.getElements(module); // use the module once (to, say, introspect bindings)
51 Injector injector = Guice.createInjector(module); // use it again.
68 private static class Module extends ServletModule {
  /external/libdrm/tests/proptest/
proptest.c 261 " -M MODULE use the given driver\n"
278 char *module = NULL; local
287 module = optarg;
298 fd = util_open(module, device);
  /external/libdrm/tests/vbltest/
vbltest.c 92 fprintf(stderr, " -M MODULE open the given module\n");
99 const char *device = NULL, *module = NULL; local
112 module = optarg;
123 fd = util_open(module, device);
  /external/opencv3/3rdparty/libtiff/
tif_packbits.c 215 static const char module[] = "PackBitsDecode"; local
238 TIFFWarningExt(tif->tif_clientdata, module,
250 TIFFWarningExt(tif->tif_clientdata, module,
263 TIFFErrorExt(tif->tif_clientdata, module,

Completed in 490 milliseconds

1 2 3 45 6 7 8 91011>>