HomeSort by relevance Sort by last modified time
    Searched defs:module (Results 1 - 25 of 964) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /bionic/tests/libs/
Android.build.pthread_atfork.mk 23 module := libtest_pthread_atfork macro
Android.build.dlopen_check_order_reloc_main_executable.mk 30 module := libtest_check_order_reloc_root_1 macro
42 module := libtest_check_order_reloc_root_2 macro
55 module := libtest_check_order_reloc_root macro
Android.build.linker_namespaces.mk 42 module := libnstest_root_not_isolated macro
47 module := libnstest_private_external macro
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
  /external/autotest/utils/named_semaphore/
setup.py 4 module = distutils.core.Extension("namedsem", sources=["namedsem.c"]) variable
8 ext_modules=[module])
  /external/swiftshader/src/Common/
GrallocAndroid.cpp 27 const hw_module_t *module = nullptr; local
28 hw_get_module(GRALLOC_HARDWARE_MODULE_ID, &module);
30 m_major_version = (module->module_api_version >> 8) & 0xff;
34 m_module = reinterpret_cast<const gralloc_module_t*>(module);
38 gralloc1_open(module, &m_gralloc1_device);
  /system/extras/simpleperf/runtest/
Android.mk 19 module := simpleperf_runtest_one_function macro
23 module := simpleperf_runtest_two_functions macro
27 module := simpleperf_runtest_function_fork macro
31 module := simpleperf_runtest_function_pthread macro
35 module := simpleperf_runtest_comm_change macro
39 module := simpleperf_runtest_function_recursive macro
43 module := simpleperf_runtest_function_indirect_recursive macro
47 module := simpleperf_runtest_run_and_sleep macro
  /external/freetype/src/cff/
cffobjs.h 74 cff_driver_init( FT_Module module ); /* PS_Driver */ variable
77 cff_driver_done( FT_Module module ); /* PS_Driver */ variable
  /external/protobuf/js/commonjs/
rewrite_tests_for_commonjs.js 62 var module = null; variable
81 if (module) { // Skip goog.require() lines before the first directive.
84 console.log("googleProtobuf.exportSymbol('" + fullSym + "', " + module + sym + ', global);');
88 module = camelCase(module_path[module_path.length - 1]);
91 if (module != "googleProtobuf") { // We unconditionally require this in the header.
92 console.log("var " + module + " = require('./" + isLoadFromFile[1] + "');");
  /build/make/core/tasks/
deps_licenses.mk 32 # Expand a module's dependencies transitively.
34 # $(2): the initial module name.
35 define get-module-all-dependencies
39 $(call get-module-all-dependencies,$(1),$(_gmad_new)))
47 $(eval $(call get-module-all-dependencies,deps,$(m)))\
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_pickletools.py 15 module = pickle variable in class:OptimizedPickleTests
  /external/hyphenation-patterns/
Android.mk 72 define build-one-pattern-module
86 $(foreach l, $(pattern_locales), $(call build-one-pattern-module, $(dir $(l)), $(notdir $l)))
87 build-one-pattern-module :=
  /external/libxml2/
testModule.c 45 xmlModulePtr module = NULL; local
48 /* build the module filename, and confirm the module exists */
54 module = xmlModuleOpen((const char*)filename, 0);
55 if (module)
57 if (xmlModuleSymbol(module, "hello_world", (void **) &hello_world)) {
68 xmlModuleClose(module);
79 printf("%s : Module support not compiled in\n", argv[0]);
  /external/noto-fonts/
Android.mk 23 # It also serves as the module name and the dest file name.
25 define build-one-font-module
46 $(foreach f, $(font_src_files), $(call build-one-font-module, $(f)))
61 $(foreach f, $(font_src_files), $(call build-one-font-module, $(f)))
76 $(foreach f, $(font_src_files), $(call build-one-font-module, $(f)))
310 $(foreach f, $(font_src_files), $(call build-one-font-module, $(f)))
325 $(foreach f, $(font_src_files), $(call build-one-font-module, $(f)))
330 build-one-font-module :=
  /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/python/cpython2/Lib/test/
test_pickletools.py 15 module = pickle variable in class:OptimizedPickleTests
  /external/skia/third_party/icu/
SkLoadICU.h 23 HMODULE module = LoadLibrary(ICU_UTIL_DATA_SHARED_MODULE_NAME); local
24 if (!module) {
27 FARPROC addr = GetProcAddress(module, ICU_UTIL_DATA_SYMBOL);
  /external/tensorflow/tensorflow/compiler/xla/service/gpu/llvm_gpu_backend/
utils_test.cc 23 #include "llvm/IR/Module.h"
37 std::unique_ptr<llvm::Module> module = LoadIRModule( local
39 // Sanity check that the module was loaded properly.
40 ASSERT_NE(nullptr, module);
41 ASSERT_NE(std::string::npos, module->getModuleIdentifier().find("saxpy.ll"));
42 ASSERT_NE(nullptr, module->getFunction("cuda_saxpy"));
  /external/tensorflow/tensorflow/compiler/xla/tools/
convert_computation.cc 36 SessionModule module; local
39 TF_CHECK_OK(tensorflow::ReadTextProto(env, path, &module));
40 TF_CHECK_OK(tensorflow::WriteBinaryProto(env, path, module));
42 TF_CHECK_OK(tensorflow::ReadBinaryProto(env, path, &module));
44 tensorflow::protobuf::TextFormat::PrintToString(module, &out);
  /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
  /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...]
  /build/make/core/
pdk_fusion_modules.mk 1 # Auto-generate module defitions from platform.zip.
18 # Define a PDK prebuilt module that comes from platform.zip.
20 define prebuilt-pdk-java-module
54 $(if $(MODULE.TARGET.JAVA_LIBRARIES.$(l)),,$(l)))
57 $(call prebuilt-pdk-java-module,\
69 $(if $(MODULE.TARGET.APPS.$(a)),,$(a)))
72 $(call prebuilt-pdk-java-module,\

Completed in 1747 milliseconds

1 2 3 4 5 6 7 8 91011>>