HomeSort by relevance Sort by last modified time
    Searched refs:modules (Results 51 - 75 of 578) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/yasm/source/config/linux/
Makefile 204 TESTS = $(am__append_3) modules/arch/x86/tests/x86_test.sh \
205 modules/arch/x86/tests/gas32/x86_gas32_test.sh \
206 modules/arch/x86/tests/gas64/x86_gas64_test.sh \
207 modules/arch/lc3b/tests/lc3b_test.sh \
208 modules/parsers/gas/tests/gas_test.sh \
209 modules/parsers/gas/tests/bin/gas_bin_test.sh \
210 modules/parsers/nasm/tests/nasm_test.sh \
211 modules/parsers/nasm/tests/worphan/nasm_worphan_test.sh \
212 modules/parsers/tasm/tests/tasm_test.sh \
213 modules/parsers/tasm/tests/exe/tasm_exe_test.sh
    [all...]
  /external/chromium_org/third_party/yasm/source/config/openbsd/
Makefile 204 TESTS = $(am__append_3) modules/arch/x86/tests/x86_test.sh \
205 modules/arch/x86/tests/gas32/x86_gas32_test.sh \
206 modules/arch/x86/tests/gas64/x86_gas64_test.sh \
207 modules/arch/lc3b/tests/lc3b_test.sh \
208 modules/parsers/gas/tests/gas_test.sh \
209 modules/parsers/gas/tests/bin/gas_bin_test.sh \
210 modules/parsers/nasm/tests/nasm_test.sh \
211 modules/parsers/nasm/tests/worphan/nasm_worphan_test.sh \
212 modules/parsers/tasm/tests/tasm_test.sh \
213 modules/parsers/tasm/tests/exe/tasm_exe_test.sh
    [all...]
  /external/chromium_org/third_party/yasm/source/config/win/
Makefile 204 TESTS = $(am__append_3) modules/arch/x86/tests/x86_test.sh \
205 modules/arch/x86/tests/gas32/x86_gas32_test.sh \
206 modules/arch/x86/tests/gas64/x86_gas64_test.sh \
207 modules/arch/lc3b/tests/lc3b_test.sh \
208 modules/parsers/gas/tests/gas_test.sh \
209 modules/parsers/gas/tests/bin/gas_bin_test.sh \
210 modules/parsers/nasm/tests/nasm_test.sh \
211 modules/parsers/nasm/tests/worphan/nasm_worphan_test.sh \
212 modules/parsers/tasm/tests/tasm_test.sh \
213 modules/parsers/tasm/tests/exe/tasm_exe_test.sh
    [all...]
  /development/tools/idegen/src/com/android/idegen/
AggregatedModule.java 33 * Module while is a composition of many other modules.
35 * This is needed since intellij does not allow two modules to share the same content root.
42 private Set<Module> modules; field in class:AggregatedModule
45 public AggregatedModule(String aggregatedName, Set<Module> modules) {
47 this.modules = Preconditions.checkNotNull(modules);
51 // Create an iml file that contains all the srcs of modules.
59 // All modules should be in the same directory so just pull the first.
60 return modules.iterator().next().getDir();
65 for (Module module : modules) {
    [all...]
  /external/chromium_org/third_party/yasm/source/config/ios/
Makefile 204 TESTS = $(am__append_3) modules/arch/x86/tests/x86_test.sh \
205 modules/arch/x86/tests/gas32/x86_gas32_test.sh \
206 modules/arch/x86/tests/gas64/x86_gas64_test.sh \
207 modules/arch/lc3b/tests/lc3b_test.sh \
208 modules/parsers/gas/tests/gas_test.sh \
209 modules/parsers/gas/tests/bin/gas_bin_test.sh \
210 modules/parsers/nasm/tests/nasm_test.sh \
211 modules/parsers/nasm/tests/worphan/nasm_worphan_test.sh \
212 modules/parsers/tasm/tests/tasm_test.sh \
213 modules/parsers/tasm/tests/exe/tasm_exe_test.sh
    [all...]
  /external/chromium_org/third_party/yasm/source/config/mac/
Makefile 204 TESTS = $(am__append_3) modules/arch/x86/tests/x86_test.sh \
205 modules/arch/x86/tests/gas32/x86_gas32_test.sh \
206 modules/arch/x86/tests/gas64/x86_gas64_test.sh \
207 modules/arch/lc3b/tests/lc3b_test.sh \
208 modules/parsers/gas/tests/gas_test.sh \
209 modules/parsers/gas/tests/bin/gas_bin_test.sh \
210 modules/parsers/nasm/tests/nasm_test.sh \
211 modules/parsers/nasm/tests/worphan/nasm_worphan_test.sh \
212 modules/parsers/tasm/tests/tasm_test.sh \
213 modules/parsers/tasm/tests/exe/tasm_exe_test.sh
    [all...]
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_symbolizer_mac.cc 25 uptr GetListOfModules(LoadedModule *modules, uptr max_modules,
44 0 == internal_strcmp(cur_name, modules[n_modules - 1].full_name())) {
45 cur_module = &modules[n_modules - 1];
47 void *mem = &modules[n_modules];
sanitizer_symbolizer_linux_libcdep.cc 42 uptr GetListOfModules(LoadedModule *modules, uptr max_modules,
50 LoadedModule *modules;
74 void *mem = &data->modules[data->current_n];
89 uptr GetListOfModules(LoadedModule *modules, uptr max_modules,
91 CHECK(modules);
92 DlIteratePhdrData data = {modules, 0, true, max_modules, filter};
sanitizer_symbolizer_win.cc 29 uptr GetListOfModules(LoadedModule *modules, uptr max_modules,
  /external/libsepol/tests/
test-linker.c 56 static policydb_t *modules[NUM_MODS]; variable
71 modules[i] = calloc(1, sizeof(*modules[i]));
72 if (!modules[i]) {
77 if (test_load_policy(modules[i], POLICY_MOD, mls, "test-linker", policies[i]))
82 if (link_modules(NULL, &linkedbase, modules, NUM_MODS, 0)) {
83 fprintf(stderr, "link modules failed\n");
88 fprintf(stderr, "link modules failed\n");
103 policydb_destroy(modules[i]);
104 free(modules[i])
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/
__init__.py 82 mod = sys.modules[self.__name__]
116 sys.modules['email.' + _name] = importer
117 setattr(sys.modules['email'], _name, importer)
123 sys.modules['email.MIME' + _name] = importer
124 setattr(sys.modules['email'], 'MIME' + _name, importer)
125 setattr(sys.modules['email.mime'], _name, importer)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/
__init__.py 82 mod = sys.modules[self.__name__]
116 sys.modules['email.' + _name] = importer
117 setattr(sys.modules['email'], _name, importer)
123 sys.modules['email.MIME' + _name] = importer
124 setattr(sys.modules['email'], 'MIME' + _name, importer)
125 setattr(sys.modules['email.mime'], _name, importer)
  /external/chromium/chrome/browser/ui/
crypto_module_password_dialog_nss.cc 31 SlotUnlocker(const net::CryptoModuleList& modules,
50 SlotUnlocker::SlotUnlocker(const net::CryptoModuleList& modules,
55 modules_(modules),
135 void UnlockSlotsIfNecessary(const net::CryptoModuleList& modules,
140 for (size_t i = 0; i < modules.size(); ++i) {
141 if (ShouldShowDialog(modules[i].get())) {
142 (new SlotUnlocker(modules, reason, host, callback))->Start();
153 net::CryptoModuleList modules; local
154 modules.push_back(net::CryptoModule::CreateFromHandle(
156 UnlockSlotsIfNecessary(modules, reason, host, callback)
    [all...]
crypto_module_password_dialog_openssl.cc 11 void UnlockSlotsIfNecessary(const net::CryptoModuleList& modules,
  /external/chromium_org/content/browser/accessibility/
browser_accessibility_state_impl_win.cc 40 HMODULE* modules = NULL; local
42 if (!EnumProcessModules(process, modules, 0, &bytes_required))
46 modules = reinterpret_cast<HMODULE*>(buffer.get());
48 if (!EnumProcessModules(process, modules, bytes_required, &ignore))
59 GetModuleFileName(modules[i], filename, sizeof(filename));
  /external/chromium_org/tools/telemetry/telemetry/core/
discover.py 14 """Discover all modules in |start_dir| which match |pattern|.
22 list of modules.
24 modules = []
43 modules.append(module)
44 return modules
66 modules = DiscoverModules(start_dir, top_level_dir, pattern)
68 for module in modules:
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_frozen.py 36 del sys.modules['__hello__']
37 del sys.modules['__phello__']
38 del sys.modules['__phello__.spam']
xmltests.py 11 module = sys.modules[name]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_frozen.py 36 del sys.modules['__hello__']
37 del sys.modules['__phello__']
38 del sys.modules['__phello__.spam']
  /external/chromium_org/third_party/yasm/source/patched-yasm/Mkfiles/vc9/genperf/
run.bat 15 call %_python_% modules\arch\x86\gen_x86_insn.py
21 %1 modules\arch\x86\x86cpu.gperf x86cpu.c
22 %1 modules\arch\x86\x86regtmod.gperf x86regtmod.c
  /libcore/luni/src/main/java/java/math/
Primality.java 90 int[] modules = new int[primes.length]; local
114 // To calculate modules: N mod p1, N mod p2, ... for first primes.
116 modules[i] = BigInt.remainderByPositiveInt(startPoint, primes[i]) - gapSize;
124 modules[i] = (modules[i] + gapSize) % primes[i];
125 j = (modules[i] == 0) ? 0 : (primes[i] - modules[i]);
  /external/chromium_org/tools/cr/cr/
loader.py 8 recursive scan of all packages and modules below cr, with modules being
20 # This is the name of the variable inserted into modules to track which
30 """Scan the modules for things that need wiring up automatically."""
43 module = sys.modules.get(name, None)
63 """Scan a package for child packages and modules."""
64 modules = []
76 modules.extend(_ScanPackage(child))
79 modules.append(name)
80 return modules
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/unittest2/
collector.py 7 __main__ = sys.modules['__main__']
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
dbhash.py 10 del sys.modules[__name__]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/
__init__.py 39 sys.modules[__name__] = _xmlplus

Completed in 980 milliseconds

1 23 4 5 6 7 8 91011>>