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

<<11121314151617181920>>

  /build/tools/releasetools/
common.py 804 Path to the python module containing device-specific
828 flags. docstring is the calling module's docstring, to be displayed
1108 module = None variable in class:DeviceSpecificParams
    [all...]
  /cts/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/testtype/
ModuleRepo.java 53 * Retrieves Compatibility test module definitions from the repository.
250 // Invokes parser to process the test module config file
257 // If the module should not run tests based on the state of filters,
361 // Invokes parser to process the test module config file
384 "Test in module %s must implement ITestFilterReceiver.", moduleId));
399 // if including all modules or includes exist for this module, and there are not excludes
400 // for the entire module, this module should be run.
458 * Returns true iff one or more test filters in excludes apply to the entire module.
519 * required tokens it will queue that module to run on that device, else the module gets pu
581 String module = name.substring(0, index); local
    [all...]
  /cts/common/util/src/com/android/compatibility/common/util/
ResultHandler.java 72 private static final String MODULE_TAG = "Module";
153 IModuleResult module = invocation.getOrCreateModule(moduleId); local
154 module.setDone(done);
158 ICaseResult testCase = module.getOrCreateResult(caseName);
308 for (IModuleResult module : result.getModules()) {
310 serializer.attribute(NS, NAME_ATTR, module.getName());
311 serializer.attribute(NS, ABI_ATTR, module.getAbi());
312 serializer.attribute(NS, RUNTIME_ATTR, String.valueOf(module.getRuntime()));
313 serializer.attribute(NS, DONE_ATTR, Boolean.toString(module.isDone()));
314 for (ICaseResult cr : module.getResults())
    [all...]
  /external/elfutils/libdwfl/
libdwflP.h 73 DWFL_ERROR (OVERLAP, N_("address range overlaps an existing module")) \
134 Dwfl_Module **lookup_module; /* Module associated with segment, or null. */
173 char *name; /* Iterator name for this module. */
204 /* Known CU's in this module. */
209 struct dwfl_arange *aranges; /* Mapping of addresses in module to CUs. */
219 Dwarf_CFI *dwarf_cfi; /* Cached DWARF CFI for this module. */
220 Dwarf_CFI *eh_cfi; /* Cached EH CFI for this module. */
302 Dwfl_Module *mod; /* Pointer back to containing module. */
509 /* Iterate through all the CU's in the module. Start by passing a null
668 struct r_debug_info_module *module; member in struct:r_debug_info
    [all...]
  /external/google-breakpad/src/client/mac/handler/
minidump_generator.cc 1485 MDRawModule module; local
    [all...]
  /external/google-breakpad/src/common/linux/
dump_symbols.cc 66 #include "common/module.h"
87 using google_breakpad::Module;
181 Module* module) {
183 StabsToModule handler(module);
203 // A line-to-module loader that accepts line number info parsed by
204 // dwarf2reader::LineInfo and populates a Module and a line vector
208 // Create a line-to-module converter using BYTE_READER.
215 Module* module, std::vector<Module::Line>* lines)
954 Module* module; local
    [all...]
  /external/google-breakpad/src/google_breakpad/processor/
minidump.h 32 // The basic structure of this module tracks the structure of the minidump
34 // Minidump object. Like most other classes in this module, Minidump
43 // Most of the module lazily reads only the portion of the minidump file
61 // Memory management in this module is based on a strict
65 // through interaction with this module are ultimately owned by the
362 // by MDRawModule, such as the module's name and a specification for where
363 // to locate debugging information for the module.
379 const MDRawModule* module() const { return valid_ ? &module_ : NULL; } function in class:google_breakpad::MinidumpModule
393 // The CodeView record, which contains information to locate the module's
426 // Reads indirectly-referenced data, including the module name, CodeVie
    [all...]
  /external/guice/extensions/multibindings/test/com/google/inject/multibindings/
OptionalBinderTest.java 40 import com.google.inject.Module;
123 Module module = new AbstractModule() { local
137 Guice.createInjector(module);
147 Module module = new AbstractModule() { local
153 Injector injector = Guice.createInjector(module);
164 assertOptionalVisitor(stringKey, setOf(module), VisitType.BOTH, 0, null, null, null);
179 Module module = new AbstractModule() local
220 Module module = new AbstractModule() { local
259 Module module = new AbstractModule() { local
298 Module module = new AbstractModule() { local
402 Module module = new AbstractModule() { local
444 Module module = new AbstractModule() { local
486 Module module = new AbstractModule() { local
506 Module module = new AbstractModule() { local
526 Module module = new AbstractModule() { local
618 Module module = new AbstractModule() { local
640 Module module = new AbstractModule() { local
694 Module module = new AbstractModule() { local
739 Module module = new AbstractModule() { local
784 Module module = new AbstractModule() { local
    [all...]
  /external/libchrome/crypto/
nss_util.cc 400 // This tries to load the Chaps module so NSS can talk to the hardware
483 DVLOG(3) << "Poking chaps module.";
822 // Load the given module for this NSS session.
834 SECMODModule* module = SECMOD_LoadUserModule( local
836 if (!module) {
837 LOG(ERROR) << "Error loading " << name << " module into NSS: "
841 if (!module->loaded) {
844 SECMOD_DestroyModule(module);
847 return module;
    [all...]
  /external/libdrm/tests/modetest/
modetest.c 1508 char *module = NULL; local
    [all...]
  /external/mdnsresponder/mDNSShared/
DebugServices.c 379 HMODULE module; local
382 module = va_arg( args, HMODULE );
383 err = DebugWindowsEventLogInit( name, module );
    [all...]
  /external/opencv3/3rdparty/jinja2/
environment.py 529 `defer_init` is use internally to aid the module code generator. This
730 # the debugging module is imported when it's used for the first time.
1016 def module(self): member in class:Template
    [all...]
  /external/opencv3/3rdparty/libtiff/
tif_fax3.c 104 static const char module[] = mod; \
180 Fax3Unexpected(const char* module, TIFF* tif, uint32 line, uint32 a0)
182 TIFFErrorExt(tif->tif_clientdata, module, "Bad code word at line %u of %s %u (x %u)",
187 #define unexpected(table, a0) Fax3Unexpected(module, tif, sp->line, a0)
190 Fax3Extension(const char* module, TIFF* tif, uint32 line, uint32 a0)
192 TIFFErrorExt(tif->tif_clientdata, module,
198 #define extension(a0) Fax3Extension(module, tif, sp->line, a0)
201 Fax3BadLength(const char* module, TIFF* tif, uint32 line, uint32 a0, uint32 lastx)
203 TIFFWarningExt(tif->tif_clientdata, module, "%s at line %u of %s %u (got %u, expected %u)",
209 #define badlength(a0,lastx) Fax3BadLength(module, tif, sp->line, a0, lastx
474 static const char module[] = "Fax3SetupState"; local
1040 static const char module[] = "Fax3Encode"; local
1283 static const char module[] = "InitCCITTFax3"; local
1435 static const char module[] = "Fax4Encode"; local
    [all...]
tif_luv.c 186 static const char module[] = "LogL16Decode"; local
228 TIFFErrorExt(tif->tif_clientdata, module,
233 TIFFErrorExt(tif->tif_clientdata, module,
255 static const char module[] = "LogLuvDecode24"; local
286 TIFFErrorExt(tif->tif_clientdata, module,
291 TIFFErrorExt(tif->tif_clientdata, module,
308 static const char module[] = "LogLuvDecode32"; local
351 TIFFErrorExt(tif->tif_clientdata, module,
356 TIFFErrorExt(tif->tif_clientdata, module,
1225 static const char module[] = "LogL16InitState"; local
1317 static const char module[] = "LogLuvInitState"; local
1372 static const char module[] = "LogLuvSetupDecode"; local
1434 static const char module[] = "LogLuvSetupEncode"; local
1539 static const char module[] = "LogLuvVSetField"; local
1617 static const char module[] = "TIFFInitSGILog"; local
    [all...]
  /external/pdfium/third_party/libtiff/
tif_fax3.c 104 static const char module[] = mod; \
180 Fax3Unexpected(const char* module, TIFF* tif, uint32 line, uint32 a0)
182 TIFFErrorExt(tif->tif_clientdata, module, "Bad code word at line %u of %s %u (x %u)",
187 #define unexpected(table, a0) Fax3Unexpected(module, tif, sp->line, a0)
190 Fax3Extension(const char* module, TIFF* tif, uint32 line, uint32 a0)
192 TIFFErrorExt(tif->tif_clientdata, module,
198 #define extension(a0) Fax3Extension(module, tif, sp->line, a0)
201 Fax3BadLength(const char* module, TIFF* tif, uint32 line, uint32 a0, uint32 lastx)
203 TIFFWarningExt(tif->tif_clientdata, module, "%s at line %u of %s %u (got %u, expected %u)",
209 #define badlength(a0,lastx) Fax3BadLength(module, tif, sp->line, a0, lastx
475 static const char module[] = "Fax3SetupState"; local
1041 static const char module[] = "Fax3Encode"; local
1284 static const char module[] = "InitCCITTFax3"; local
1436 static const char module[] = "Fax4Encode"; local
    [all...]
tif_luv.c 186 static const char module[] = "LogL16Decode"; local
228 TIFFErrorExt(tif->tif_clientdata, module,
233 TIFFErrorExt(tif->tif_clientdata, module,
255 static const char module[] = "LogLuvDecode24"; local
286 TIFFErrorExt(tif->tif_clientdata, module,
291 TIFFErrorExt(tif->tif_clientdata, module,
308 static const char module[] = "LogLuvDecode32"; local
351 TIFFErrorExt(tif->tif_clientdata, module,
356 TIFFErrorExt(tif->tif_clientdata, module,
1239 static const char module[] = "LogL16InitState" local
1331 static const char module[] = "LogLuvInitState"; local
1386 static const char module[] = "LogLuvSetupDecode"; local
1448 static const char module[] = "LogLuvSetupEncode"; local
1553 static const char module[] = "LogLuvVSetField"; local
1631 static const char module[] = "TIFFInitSGILog"; local
    [all...]
  /external/v8/src/ast/
scopes.h 267 // Set the ASM module flag.
366 // Catch and module scopes always have heap slots.
486 // The ModuleDescriptor for this scope; only for module scopes.
487 ModuleDescriptor* module() const { return module_descriptor_; } function in class:v8::internal::Scope
644 // Module descriptor; module scopes only.
668 // This scope's outer context is an asm module.
    [all...]
  /frameworks/base/core/java/android/hardware/radio/
RadioManager.java 56 /** Radio module class supporting FM (including HD radio) and AM */
58 /** Radio module class supporting satellite radio */
60 /** Radio module class supporting Digital terrestrial radio */
95 * Lists properties, options and radio bands supported by a given broadcast radio module.
96 * Each module has a unique ID used to address it when calling RadioManager APIs.
97 * Module properties are returned by {@link #listModules(List <ModuleProperties>)} method.
128 /** Unique module identifier provided by the native service.
130 * @return the radio module unique identifier.
136 /** Module class identifier: {@link #CLASS_AM_FM}, {@link #CLASS_SAT}, {@link #CLASS_DT}
137 * @return the radio module class identifier
1334 RadioModule module = new RadioModule(moduleId, config, withAudio, callback, handler); local
    [all...]
  /frameworks/base/core/jni/
android_hardware_Radio.cpp 147 static sp<Radio> setRadio(JNIEnv* env, jobject thiz, const sp<Radio>& module)
151 if (module.get()) {
152 module->incStrong((void*)setRadio);
157 env->SetLongField(thiz, gModuleFields.mNativeContext, (jlong)module.get());
417 ALOGV("%s module %zu id %d implementor %s product %s",
580 sp<Radio> module = Radio::attach(handle, configPtr, (bool)withAudio, callback); local
581 if (module == 0) {
585 setRadio(env, thiz, module);
592 sp<Radio> module = setRadio(env, thiz, 0); local
593 ALOGV("detach module %p", module.get())
604 sp<Radio> module = getRadio(env, thiz); local
615 sp<Radio> module = getRadio(env, thiz); local
639 sp<Radio> module = getRadio(env, thiz); local
667 sp<Radio> module = getRadio(env, thiz); local
679 sp<Radio> module = getRadio(env, thiz); local
695 sp<Radio> module = getRadio(env, thiz); local
707 sp<Radio> module = getRadio(env, thiz); local
719 sp<Radio> module = getRadio(env, thiz); local
731 sp<Radio> module = getRadio(env, thiz); local
743 sp<Radio> module = getRadio(env, thiz); local
778 sp<Radio> module = getRadio(env, thiz); local
798 sp<Radio> module = getRadio(env, thiz); local
    [all...]
  /frameworks/base/services/core/jni/
com_android_server_location_FlpHardwareProvider.cpp 196 * the HW module and obtaining the proper interfaces.
242 // open the hardware module
243 const hw_module_t* module = NULL; local
244 int err = hw_get_module(FUSED_LOCATION_HARDWARE_MODULE_ID, &module);
250 err = module->methods->open(
251 module,
  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_copybit.cpp 1114 hw_module_t const *module; local
    [all...]
  /hardware/qcom/display/msm8909/libhwcomposer/
hwc_copybit.cpp 1299 hw_module_t const *module; local
    [all...]
  /hardware/qcom/display/msm8994/libhwcomposer/
hwc_copybit.cpp 1167 hw_module_t const *module; local
    [all...]
  /packages/apps/Bluetooth/jni/
com_android_bluetooth_btservice_AdapterService.cpp 636 hw_module_t* module; local
681 err = hw_get_module(id, (hw_module_t const**)&module);
685 err = module->methods->open(module, id, &abstraction);
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
oasys.c 255 oasys_module_info_type *module; local
263 module = bfd_alloc (abfd, amt);
265 if (!ar || !module)
269 ar->module = module;
296 module[i].name = bfd_alloc (abfd, amt + 1);
297 if (!module[i].name)
299 if (bfd_bread ((void *) module[i].name, amt, abfd) != amt)
301 module[i].name[record.module_name_size] = 0;
307 module[i].size = record.mod_size
    [all...]

Completed in 662 milliseconds

<<11121314151617181920>>