HomeSort by relevance Sort by last modified time
    Searched defs:module (Results 1 - 25 of 651) 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
  /external/autotest/utils/named_semaphore/
setup.py 4 module = distutils.core.Extension("namedsem", sources=["namedsem.c"]) variable
8 ext_modules=[module])
  /external/perfetto/ui/
bs-config.js 38 module.exports = function(bs) {
  /external/skia/experimental/wasm-skp-debugger/
karma.conf.js 3 module.exports = function(config) {
  /external/skia/modules/canvaskit/
karma.conf.js 3 module.exports = function(config) {
karma.bench.conf.js 3 module.exports = function(config) {
  /external/skqp/experimental/canvaskit/
karma.conf.js 3 module.exports = function(config) {
karma.bench.conf.js 3 module.exports = function(config) {
  /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] + "');");
  /external/skia/modules/pathkit/
karma.bench.conf.js 3 module.exports = function(config) {
karma.conf.js 3 module.exports = function(config) {
  /external/skqp/modules/pathkit/
karma.bench.conf.js 3 module.exports = function(config) {
karma.conf.js 3 module.exports = function(config) {
  /external/swiftshader/src/Common/
SharedLibrary.cpp 22 HMODULE module = NULL; local
23 GetModuleHandleEx(GET_MODULE_HANDLE_EX_FLAG_FROM_ADDRESS, (LPCTSTR)&dummy_symbol, &module);
26 if(module && (GetModuleFileName(module, filename, sizeof(filename)) != 0))
  /external/tensorflow/tensorflow/compiler/xla/service/
hlo_get_dimension_size_rewriter_test.cc 43 auto module = ParseHloString(R"( local
53 EXPECT_TRUE(pass.Run(module.get()).ValueOrDie());
54 EXPECT_THAT(module->entry_computation()->root_instruction(),
59 auto module = ParseHloString(R"( local
67 EXPECT_FALSE(pass.Run(module.get()).ok());
71 auto module = ParseHloString(R"( local
79 EXPECT_FALSE(pass.Run(module.get()).ok());
  /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/ImageMagick/Magick++/fuzz/
encoder_list.cc 8 static std::string getInitializer(const std::string module)
10 if ((module == "BGR") || (module == "CMYK") || (module =="RGB") || (module =="YUV"))
12 if (module == "PNG")
56 std::string module=(*it).module(); local
57 if (std::find(excludeList.begin(), excludeList.end(), module) != excludeList.end())
60 if ((*it).name() == module)
    [all...]
  /external/google-fonts/lato/
Android.mk 26 # It also serves as the module name and the dest file name.
27 define build-one-font-module
46 $(foreach f, $(font_src_files), $(call build-one-font-module, $(f)))
48 build-one-font-module :=
  /external/google-fonts/rubik/
Android.mk 25 # It also serves as the module name and the dest file name.
26 define build-one-font-module
45 $(foreach f, $(font_src_files), $(call build-one-font-module, $(f)))
47 build-one-font-module :=
  /external/google-fonts/zilla-slab/
Android.mk 24 # It also serves as the module name and the dest file name.
25 define build-one-font-module
42 $(foreach f, $(font_src_files), $(call build-one-font-module, $(f)))
44 build-one-font-module :=
  /external/grpc-grpc/src/ruby/ext/grpc/
rb_loader.c 30 HMODULE module = GetModuleHandle(_T("grpc_c.so")); local
33 GetModuleFileName(module, path, 2048);

Completed in 1208 milliseconds

1 2 3 4 5 6 7 8 91011>>