/external/clang/test/Modules/Inputs/ |
D | module.map | 1 module c_library [extern_c] { module inner { header "c-header.h" } } 2 module cxx_library { header "cxx-header.h" requires cplusplus } 3 module c_library_bad [extern_c] { header "c-header-bad.h" } 4 module diamond_top { header "diamond_top.h" } 5 module diamond_left { 9 module diamond_right { 13 module diamond_bottom { 17 module irgen { header "irgen.h" } 18 module cxx_irgen_top { header "cxx-irgen-top.h" } 19 module cxx_irgen_left { header "cxx-irgen-left.h" } [all …]
|
/external/clang/test/ARCMT/Inputs/ |
D | module.map | 1 module c_library [extern_c] { module inner { header "c-header.h" } } 2 module cxx_library { header "cxx-header.h" requires cplusplus } 3 module c_library_bad [extern_c] { header "c-header-bad.h" } 4 module diamond_top { header "diamond_top.h" } 5 module diamond_left { 9 module diamond_right { 13 module diamond_bottom { 17 module irgen { header "irgen.h" } 18 module cxx_irgen_top { header "cxx-irgen-top.h" } 19 module cxx_irgen_left { header "cxx-irgen-left.h" } [all …]
|
/external/llvm/test/MC/Mips/ |
D | module-directive-bad.s | 5 .module fp=64 6 # CHECK: :[[@LINE-1]]:13: error: .module directive must appear before any code 9 .module fp=32 10 # CHECK-NOT: :[[@LINE-1]]:13: error: .module directive must appear before any code 13 .module fp=64 14 # CHECK: :[[@LINE-1]]:13: error: .module directive must appear before any code 17 .module fp=32 18 # CHECK-NOT: :[[@LINE-1]]:13: error: .module directive must appear before any code 21 .module fp=64 22 # CHECK: :[[@LINE-1]]:13: error: .module directive must appear before any code [all …]
|
/external/chromium-trace/catapult/third_party/py_vulcanize/py_vulcanize/ |
D | parse_html_deps_unittest.py | 17 module = parser.Parse('') 18 self.assertEquals([], module.scripts_external) 19 self.assertEquals([], module.inline_scripts) 20 self.assertEquals([], module.stylesheets) 21 self.assertEquals([], module.imports) 25 module = parser.Parse(None) 26 self.assertEquals([], module.scripts_external) 27 self.assertEquals([], module.inline_scripts) 28 self.assertEquals([], module.stylesheets) 29 self.assertEquals([], module.imports) [all …]
|
/external/autotest/client/site_tests/security_ModuleLocking/ |
D | security_ModuleLocking.py | 44 def module_loaded(self, module): argument 50 module = module.replace('-', '_') 51 match = "%s " % (module) 57 def rmmod(self, module): argument 63 if self.module_loaded(module): 64 utils.system("rmmod %s" % (module)) 66 def modprobe(self, module): argument 72 if not self.module_loaded(module): 73 utils.system("modprobe %s" % (module)) 75 def _module_path(self, module): argument [all …]
|
/external/v8/test/mjsunit/wasm/ |
D | calls.js | 9 var module = (function () { function 36 assertFalse(module === undefined); 37 assertFalse(module === null); 38 assertFalse(module === 0); 39 assertEquals("object", typeof module); 42 var mem = module.memory; 49 module.memory = 0; // should be ignored 50 assertEquals(mem, module.memory); 53 assertEquals(4096, module.memory.byteLength); 56 assertEquals("function", typeof module.sub); [all …]
|
D | params.js | 9 function runSelect2(module, which, a, b) { argument 10 assertEquals(which == 0 ? a : b, module.select(a, b)); 38 var module = _WASMEXP_.instantiateModule(data); 40 assertEquals("function", typeof module.select); 41 runSelect2(module, which, 99, 97); 42 runSelect2(module, which, -99, -97); 45 runSelect2(module, which, 0x80000000 | 0, 0x7fffffff | 0); 46 runSelect2(module, which, 0x80000001 | 0, 0x7ffffffe | 0); 47 runSelect2(module, which, 0xffffffff | 0, 0xfffffffe | 0); 48 runSelect2(module, which, -2147483647, 2147483646); [all …]
|
/external/chromium-trace/catapult/third_party/webapp2/webapp2_extras/ |
D | config.py | 77 for module, config in values.iteritems(): 78 self.update(module, config) 82 for module, config in defaults.iteritems(): 83 self.setdefault(module, config) 84 self.loaded.append(module) 86 def __getitem__(self, module): argument 101 if module not in self.loaded: 103 values = webapp2.import_string(module + '.default_config', 106 self.setdefault(module, values) 108 self.loaded.append(module) [all …]
|
/external/clang/include/clang/ |
D | module.modulemap | 1 module Clang_Analysis { 7 module * { export * } 10 module Clang_AST { 18 module * { export * } 21 module Clang_ASTMatchers { requires cplusplus umbrella "ASTMatchers" module * { export * } } 23 module Clang_Basic { 49 module * { export * } 52 module Clang_CodeGen { requires cplusplus umbrella "CodeGen" module * { export * } } 53 module Clang_Config { requires cplusplus umbrella "Config" module * { export * } } 56 // logically form a single module. [all …]
|
/external/libcxx/include/ |
D | module.modulemap | 1 module std [system] { 6 module algorithm { 11 module array { 16 module atomic { 21 module bitset { 28 module ccomplex { 33 module cctype { 37 module cerrno { 57 module cfenv { 66 module cfloat { [all …]
|
/external/clang/lib/Headers/ |
D | module.modulemap | 1 module _Builtin_intrinsics [system] [extern_c] { 2 explicit module altivec { 7 explicit module arm { 10 explicit module acle { 15 explicit module neon { 22 explicit module intel { 29 explicit module mm_malloc { 34 explicit module cpuid { 38 explicit module mmx { 42 explicit module f16c { [all …]
|
/external/pdfium/xfa/src/fxbarcode/datamatrix/ |
D | BC_DefaultPlacement.cpp | 99 void CBC_DefaultPlacement::module(int32_t row, in module() function in CBC_DefaultPlacement 116 module(row - 2, col - 2, pos, 1); in utah() 117 module(row - 2, col - 1, pos, 2); in utah() 118 module(row - 1, col - 2, pos, 3); in utah() 119 module(row - 1, col - 1, pos, 4); in utah() 120 module(row - 1, col, pos, 5); in utah() 121 module(row, col - 2, pos, 6); in utah() 122 module(row, col - 1, pos, 7); in utah() 123 module(row, col, pos, 8); in utah() 126 module(m_numrows - 1, 0, pos, 1); in corner1() [all …]
|
/external/llvm/include/llvm/ |
D | module.modulemap | 1 module LLVM_Analysis { 4 module * { export * } 13 module LLVM_AsmParser { requires cplusplus umbrella "AsmParser" module * { export * } } 15 // A module covering CodeGen/ and Target/. These are intertwined 16 // and codependent, and thus notionally form a single module. 17 module LLVM_Backend { 20 module CodeGen { 22 module * { export * } 28 // translation unit (or none) and aren't part of this module. 37 module Target { [all …]
|
/external/v8/test/mjsunit/harmony/ |
D | module-resolution.js | 39 export module B = A.B 41 export module A { 44 export module B { 45 module BB = B 70 module C { 72 export module D = B 78 module D { 82 module M {} 89 export module Imports { 90 module A1 { [all …]
|
/external/clang/test/Modules/Inputs/submodules/ |
D | module.map | 1 module std { 2 module vector { header "vector.h" } 3 module type_traits { header "type_traits.h" } 4 explicit module hash_map { header "hash_map.h" } 7 module import_self { 8 module a { header "import-self-a.h" } 9 module b { header "import-self-b.h" export * } 10 module c { header "import-self-c.h" } 11 module d { header "import-self-d.h" } 14 module missing_headers { [all …]
|
/external/freetype/src/pshinter/ |
D | pshmod.c | 41 ps_hinter_done( PS_Hinter_Module module ) in ps_hinter_done() argument 43 module->t1_funcs.hints = NULL; in ps_hinter_done() 44 module->t2_funcs.hints = NULL; in ps_hinter_done() 46 ps_hints_done( &module->ps_hints ); in ps_hinter_done() 52 ps_hinter_init( PS_Hinter_Module module ) in ps_hinter_init() argument 54 FT_Memory memory = module->root.memory; in ps_hinter_init() 55 void* ph = &module->ps_hints; in ps_hinter_init() 58 ps_hints_init( &module->ps_hints, memory ); in ps_hinter_init() 60 psh_globals_funcs_init( &module->globals_funcs ); in ps_hinter_init() 62 t1_hints_funcs_init( &module->t1_funcs ); in ps_hinter_init() [all …]
|
/external/pdfium/third_party/freetype/src/pshinter/ |
D | pshmod.c | 41 ps_hinter_done( PS_Hinter_Module module ) in ps_hinter_done() argument 43 module->t1_funcs.hints = NULL; in ps_hinter_done() 44 module->t2_funcs.hints = NULL; in ps_hinter_done() 46 ps_hints_done( &module->ps_hints ); in ps_hinter_done() 52 ps_hinter_init( PS_Hinter_Module module ) in ps_hinter_init() argument 54 FT_Memory memory = module->root.memory; in ps_hinter_init() 55 void* ph = &module->ps_hints; in ps_hinter_init() 58 ps_hints_init( &module->ps_hints, memory ); in ps_hinter_init() 60 psh_globals_funcs_init( &module->globals_funcs ); in ps_hinter_init() 62 t1_hints_funcs_init( &module->t1_funcs ); in ps_hinter_init() [all …]
|
/external/clang/test/Modules/ |
D | target-features.m | 8 …ple aarch64-unknown-unknown -fmodules -fmodules-cache-path=%t -fimplicit-module-maps -I %S/Inputs … 12 …riple armv7-unknown-unknown -fmodules -fmodules-cache-path=%t -fimplicit-module-maps -I %S/Inputs … 14 …ple aarch64-unknown-unknown -fmodules -fmodules-cache-path=%t -fimplicit-module-maps -I %S/Inputs … 16 …triple i386-unknown-unknown -fmodules -fmodules-cache-path=%t -fimplicit-module-maps -I %S/Inputs … 18 …iple x86_64-unknown-unknown -fmodules -fmodules-cache-path=%t -fimplicit-module-maps -I %S/Inputs … 23 // AARCH32-NOT: module 'TargetFeatures' requires 24 // AARCH64-NOT: module 'TargetFeatures' requires 25 // X86_32-NOT: module 'TargetFeatures' requires 26 // X86_64-NOT: module 'TargetFeatures' requires 28 // AARCH32-NOT: module 'TargetFeatures.arm' requires [all …]
|
/external/google-breakpad/src/processor/ |
D | source_line_resolver_base.cc | 151 bool SourceLineResolverBase::LoadModule(const CodeModule *module, in LoadModule() argument 153 if (module == NULL) in LoadModule() 157 if (modules_->find(module->code_file()) != modules_->end()) { in LoadModule() 158 BPLOG(INFO) << "Symbols for module " << module->code_file() in LoadModule() 163 BPLOG(INFO) << "Loading symbols for module " << module->code_file() in LoadModule() 173 bool load_result = LoadModuleUsingMemoryBuffer(module, memory_buffer, in LoadModule() 178 memory_buffers_->insert(make_pair(module->code_file(), memory_buffer)); in LoadModule() 187 const CodeModule *module, const string &map_buffer) { in LoadModuleUsingMapBuffer() argument 188 if (module == NULL) in LoadModuleUsingMapBuffer() 192 if (modules_->find(module->code_file()) != modules_->end()) { in LoadModuleUsingMapBuffer() [all …]
|
/external/webrtc/webrtc/modules/utility/source/ |
D | process_thread_impl_unittest.cc | 77 MockModule module; in TEST() local 78 EXPECT_CALL(module, TimeUntilNextProcess()).WillRepeatedly(Return(0)); in TEST() 79 EXPECT_CALL(module, Process()) in TEST() 82 EXPECT_CALL(module, ProcessThreadAttached(&thread)).Times(1); in TEST() 84 thread.RegisterModule(&module); in TEST() 87 EXPECT_CALL(module, ProcessThreadAttached(nullptr)).Times(1); in TEST() 97 MockModule module; in TEST() local 98 EXPECT_CALL(module, TimeUntilNextProcess()).WillRepeatedly(Return(0)); in TEST() 99 EXPECT_CALL(module, Process()) in TEST() 103 thread.RegisterModule(&module); in TEST() [all …]
|
/external/v8/test/cctest/wasm/ |
D | test-run-wasm-js.cc | 27 static uint32_t AddJsFunction(TestingModule* module, FunctionSig* sig, in AddJsFunction() argument 31 module->AddFunction(sig, Handle<Code>::null()); in AddJsFunction() 32 uint32_t index = static_cast<uint32_t>(module->module->functions->size() - 1); in AddJsFunction() 34 Handle<Code> code = CompileWasmToJSWrapper(isolate, module, jsfunc, index); in AddJsFunction() 35 module->function_code->at(index) = code; in AddJsFunction() 40 static Handle<JSFunction> WrapCode(ModuleEnv* module, uint32_t index) { in WrapCode() argument 41 Isolate* isolate = module->module->shared_isolate; in WrapCode() 45 Handle<Code> code = module->function_code->at(index); in WrapCode() 47 return compiler::CompileJSToWasmWrapper(isolate, module, name, code, in WrapCode() 74 TestingModule module; in TEST() local [all …]
|
/external/clang/test/Modules/Inputs/macro-reexport/ |
D | module.modulemap | 1 module b { 2 module b2 { header "b2.h" export * } 3 module b1 { header "b1.h" export * } 5 module a { 6 module a1 { header "a1.h" export * } 7 module a2 { header "a2.h" export * } 9 module c { 10 module c1 { header "c1.h" export * } 12 module d { 13 module d1 { header "d1.h" export * } [all …]
|
/external/guice/extensions/testlib/test/com/google/inject/testing/fieldbinder/ |
D | BoundFieldModuleTest.java | 48 BoundFieldModule module = BoundFieldModule.of(instance); in testBindingNothing() local 49 Guice.createInjector(module); in testBindingNothing() 60 BoundFieldModule module = BoundFieldModule.of(instance); in testBindingOnePrivate() local 61 Injector injector = Guice.createInjector(module); in testBindingOnePrivate() 72 BoundFieldModule module = BoundFieldModule.of(instance); in testBindingOnePublic() local 73 Injector injector = Guice.createInjector(module); in testBindingOnePublic() 95 BoundFieldModule module = BoundFieldModule.of(instance); in testSuperTypeBinding() local 96 Injector injector = Guice.createInjector(module); in testSuperTypeBinding() 109 BoundFieldModule module = BoundFieldModule.of(instance); in testBindingTwo() local 110 Injector injector = Guice.createInjector(module); in testBindingTwo() [all …]
|
/external/bison/m4/ |
D | gnulib-comp.m4 | 42 # Code from module alloca-opt: 43 # Code from module announce-gen: 44 # Code from module argmatch: 45 # Code from module assert: 46 # Code from module binary-io: 47 # Code from module bitrotate: 48 # Code from module c-ctype: 49 # Code from module c-strcase: 50 # Code from module c-strcaseeq: 51 # Code from module calloc-posix: [all …]
|
/external/opencv3/3rdparty/libtiff/ |
D | tif_strip.c | 40 static const char module[] = "TIFFComputeStrip"; in TIFFComputeStrip() local 47 TIFFErrorExt(tif->tif_clientdata, module, in TIFFComputeStrip() 80 static const char module[] = "TIFFVStripSize64"; in TIFFVStripSize64() local 104 TIFFErrorExt(tif->tif_clientdata,module, in TIFFVStripSize64() 113 TIFFErrorExt(tif->tif_clientdata,module, in TIFFVStripSize64() 122 samplingrow_samples=_TIFFMultiply64(tif,samplingblocks_hor,samplingblock_samples,module); in TIFFVStripSize64() 123 …lingrow_size=TIFFhowmany8_64(_TIFFMultiply64(tif,samplingrow_samples,td->td_bitspersample,module)); in TIFFVStripSize64() 124 return(_TIFFMultiply64(tif,samplingrow_size,samplingblocks_ver,module)); in TIFFVStripSize64() 127 return(_TIFFMultiply64(tif,nrows,TIFFScanlineSize64(tif),module)); in TIFFVStripSize64() 132 static const char module[] = "TIFFVStripSize"; in TIFFVStripSize() local [all …]
|