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

12 3 4 5 6 7 8 91011>>

  /external/pdfium/third_party/libtiff/
tif_dumpmode.c 80 static const char module[] = "DumpModeDecode"; local
84 TIFFErrorExt(tif->tif_clientdata, module,
90 TIFFErrorExt(tif->tif_clientdata, module,
  /external/selinux/sepolgen/tests/
test_module.py 21 import sepolgen.module as module namespace
27 mc = module.ModuleCompiler()
  /external/v8/test/mjsunit/wasm/
instantiate-module-basic.js 34 var module = _WASMEXP_.instantiateModule(data); variable
36 // Check the module exists.
37 assertFalse(module === undefined);
38 assertFalse(module === null);
39 assertFalse(module === 0);
40 assertEquals("object", typeof module);
43 var mem = module.memory;
50 module.memory = 0; // should be ignored
51 assertEquals(mem, module.memory);
54 assertEquals(1024, module.memory.byteLength)
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
new.py 3 This module is no longer required except for backward compatibility.
7 warnpy3k("The 'new' module has been removed in Python 3.0; use the 'types' "
8 "module instead.", stacklevel=2)
15 from types import ModuleType as module namespace
  /prebuilts/gdb/linux-x86/lib/python2.7/
new.py 3 This module is no longer required except for backward compatibility.
7 warnpy3k("The 'new' module has been removed in Python 3.0; use the 'types' "
8 "module instead.", stacklevel=2)
15 from types import ModuleType as module namespace
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
new.py 3 This module is no longer required except for backward compatibility.
7 warnpy3k("The 'new' module has been removed in Python 3.0; use the 'types' "
8 "module instead.", stacklevel=2)
15 from types import ModuleType as module namespace
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
new.py 3 This module is no longer required except for backward compatibility.
7 warnpy3k("The 'new' module has been removed in Python 3.0; use the 'types' "
8 "module instead.", stacklevel=2)
15 from types import ModuleType as module namespace
  /external/chromium-trace/catapult/catapult_build/
node_bootstrap.js 56 * Gets the source search paths for a catapult project module.
61 module.exports.getSourcePathsForProject = function(projectName) {
70 * Gets the headless test module filenames for a catapult project module.
73 * @return {Array} A list of module filenames.
75 module.exports.getHeadlessTestModuleFilenamesForProject =
79 ['--headless-test-module-filenames', projectName]);
  /external/chromium-trace/catapult/tracing/third_party/gl-matrix/
webpack.config.js 37 module.exports = {
  /development/tools/idegen/src/com/android/idegen/
ModuleCache.java 38 // Mapping of canonical module directory to module. Use string instead of File since File
40 HashMap<String, Module> modulesByPath = Maps.newHashMap();
54 public Module getAndCacheByDir(File moduleDir) throws IOException {
58 Module module = getModule(moduleDir); local
59 if (module == null) {
60 module = new Module(moduleDir);
61 // Must put module before building it. Otherwise infinite loop
83 modulesByPath.put(moduleDir.getCanonicalPath(), module); local
96 putModule(module.getDir(), module); local
    [all...]
  /bionic/tests/libs/
Android.build.dlopen_2_parents_reloc.mk 28 module := libtest_two_parents_child macro
39 module := libtest_two_parents_parent1 macro
50 module := libtest_two_parents_parent2 macro
Android.build.dlopen_check_order_dlsym.mk 25 module := libtest_check_order_dlsym_2_right macro
35 module := libtest_check_order_dlsym_a macro
45 module := libtest_check_order_dlsym_b macro
55 module := libtest_check_order_dlsym_3_c macro
66 module := libtest_check_order_dlsym_d macro
77 module := libtest_check_order_dlsym_1_left macro
89 module := libtest_check_order_dlsym macro
Android.build.linker_namespaces.mk 39 module := libnstest_root macro
43 module := libnstest_public macro
49 module := libnstest_private macro
54 module := libnstest_dlopened macro
78 module := libnstest_root_not_isolated macro
83 module := libnstest_private_external macro
  /build/core/
pdk_fusion_modules.mk 1 # Auto-generate module defitions from platform.zip.
12 # Define a PDK prebuilt module that comes from platform.zip.
14 define prebuilt-pdk-java-module
48 $(if $(MODULE.TARGET.JAVA_LIBRARIES.$(l)),,$(l)))
51 $(call prebuilt-pdk-java-module,\
63 $(if $(MODULE.TARGET.APPS.$(a)),,$(a)))
66 $(call prebuilt-pdk-java-module,\
  /external/guice/extensions/struts2/test/com/google/inject/struts2/
Struts2FactoryTest.java 23 import com.google.inject.Module;
44 private final Module module; field in class:Struts2FactoryTest.TestListener
46 public TestListener(Module module) {
47 this.module = module;
62 module field in class:Struts2FactoryTest
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_init.h 41 LLVMModuleRef module; member in struct:gallivm_state
  /external/mesa3d/src/gallium/state_trackers/clover/core/
program.cpp 35 const std::vector<clover::module> &binaries) :
37 for_each([&](clover::device *dev, const clover::module &bin) {
50 auto module = (dev->ir_format() == PIPE_SHADER_IR_TGSI ? local
54 __binaries.insert({ dev, module });
68 const std::map<clover::device *, clover::module> &
  /external/parameter-framework/upstream/utility/windows/
DynamicLibrary.cpp 44 HMODULE module = LoadLibrary(_path.c_str()); local
46 _handle = reinterpret_cast<void *>(module);
56 HMODULE module = reinterpret_cast<HMODULE>(_handle); local
58 FreeLibrary(module);
63 HMODULE module = reinterpret_cast<HMODULE>(_handle); local
65 void *sym = reinterpret_cast<void *>(GetProcAddress(module, symbol.c_str()));
  /external/roboto-fonts/
Android.mk 37 # It also serves as the module name and the dest file name.
38 define build-one-font-module
88 $(foreach f, $(font_src_files), $(call build-one-font-module, $(f)))
90 build-one-font-module :=
  /prebuilts/misc/common/swig/include/2.0.11/chicken/
swigclosprefix.scm 12 (define-class <swig-metaclass-$module> (<class>) (void))
14 (define-method (compute-getter-and-setter (class <swig-metaclass-$module>) slot allocator)
  /device/generic/goldfish/opengl/
common.mk 9 # The following macros are used to start a new GLES emulation module.
21 # $(call emugl-end-module)
23 emugl-begin-static-library = $(call emugl-begin-module,$1,STATIC_LIBRARY)
24 emugl-begin-shared-library = $(call emugl-begin-module,$1,SHARED_LIBRARY)
31 emugl-begin-module = \
39 $(call _emugl-init-module,$1,$2,$3)
41 # Used to end a module definition, see function definitions above
42 emugl-end-module = \
46 $(if $(EMUGL_DEBUG),$(call emugl-dump-module))
48 # Managing module exports and imports
    [all...]
  /ndk/build/core/
definitions.mk 350 # For each module 'foo', __ndk_modules.foo.<field> is used
351 # to store module-specific information.
353 # type -> type of module (e.g. 'static', 'shared', ...)
354 # depends -> list of other modules this module depends on
356 # Also, LOCAL_XXXX values defined for a module are recorded in XXXX, e.g.:
358 # PATH -> recorded LOCAL_PATH for the module
359 # CFLAGS -> recorded LOCAL_CFLAGS for the module
364 # MAKEFILE -> The Android.mk where the module is defined.
366 # OBJECTS -> List of module objects
367 # BUILT_MODULE -> location of module built file (e.g. obj/<app>/<abi>/libfoo.so
    [all...]
  /external/autotest/utils/named_semaphore/
namedsem.c 102 PyObject *module; local
104 module = Py_InitModule("namedsem", NamedsemMethods);
105 PyModule_AddIntConstant(module, "SEM_FAILED", (long)SEM_FAILED);
  /external/chromium-trace/catapult/third_party/gsutil/third_party/httplib2/
libhttplib2.tex 18 % meta-information. References to the module should use
23 \section{\module{httplib2}
26 % Choose one of these to specify the module module name. If there's
33 % availability of the module. The parameter can be Unix, IRIX, SunOS, Mac,
35 % statement will say ``Macintosh'' and the Module Index may say ``Mac''.
43 \moduleauthor{Joe Gregorio}{joe@bitworking.org} % Author of the module code;
46 % even if not a module section.
51 \modulesynopsis{A comprehensive HTTP client library, \module{httplib2} supports many features left out of other HTTP libraries.}
55 % Give a short overview of what the module does
    [all...]
  /external/chromium-trace/catapult/third_party/py_vulcanize/py_vulcanize/
module_unittest.py 6 """Tests for the module module, which contains Module and related classes."""
12 from py_vulcanize import module namespace
90 except module.DepsException as e:

Completed in 1078 milliseconds

12 3 4 5 6 7 8 91011>>