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

1 2

  /build/core/tasks/
ide.mk 21 define filter-ide-modules
31 eclipse_project_modules := $(call filter-ide-modules,ECLIPSE,$(eclipse_project_goals))
  /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...]
  /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...]
  /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/compiler-rt/lib/sanitizer_common/
sanitizer_symbolizer_linux.cc 125 uptr GetListOfModules(LoadedModule *modules, uptr max_modules) {
133 LoadedModule *modules; member in struct:__sanitizer::DlIteratePhdrData
158 void *mem = &data->modules[data->current_n];
173 uptr GetListOfModules(LoadedModule *modules, uptr max_modules) {
174 CHECK(modules);
175 DlIteratePhdrData data = {modules, 0, max_modules};
  /prebuilts/tools/common/netbeans-visual/
org-netbeans-api-visual.jar 
org-openide-util.jar 
  /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...]
ModuleCache.java 30 * Cache to hold built modules.
74 Set<Module> modules = Sets.newHashSet(); local
78 modules.add(m);
82 AggregatedModule module = new AggregatedModule(aggregatedName, modules);
IntellijProject.java 62 // Second phase, build aggregate modules.
68 // Third phase, replace individual modules with aggregated modules
69 Iterable<Module> modules = cache.getModules(); local
70 for (Module mod : modules) {
75 for (Module mod : modules) {
130 modulesContent = modulesContent.replace("@MODULES@", sb.toString());
132 File out = new File(projectIdeaDir, "modules.xml");
  /ndk/build/core/
definitions.mk 338 # Modules database
340 # The following declarations are used to manage the list of modules
344 # We use __ndk_modules to hold the list of all modules corresponding
351 # depends -> list of other modules this module depends on
366 # Note that some modules are never installed (e.g. static libraries).
373 modules-LOCALS := \
404 modules-LOCALS += MAKEFILE
407 modules-LOCALS += LDFLAGS
411 modules-LOCALS += OBJECTS
416 modules-LOCALS += BUILT_MODUL
    [all...]
  /bootable/diskinstaller/
config.mk 53 define installer-copy-modules
99 $(call installer-copy-modules,$(TARGET_OUT),\
  /external/llvm/include/llvm/Bitcode/
Archive.h 355 /// This method will scan the archive for bitcode modules, interpret them
356 /// and return a vector of the instantiated modules in \p Modules. If an
361 /// @brief Instantiate all the bitcode modules located in the archive
362 bool getAllModules(std::vector<Module*>& Modules, std::string* ErrMessage);
391 SmallVectorImpl<Module*>& modules, ///< The modules matching \p symbols
398 /// then it tries to load all the bitcode modules of the archive. Finally,
503 /// This type is used to keep track of bitcode modules loaded from the
523 ModuleMap modules; ///< The modules loaded via symbol lookup member in class:llvm::Archive
    [all...]
  /external/smack/src/org/apache/harmony/javax/security/auth/login/
LoginContext.java 80 * An array which keeps the instantiated and init()-ialized login modules
83 private Module[] modules; field in class:LoginContext
168 modules = new Module[entries.length];
169 for (int i = 0; i < modules.length; i++) {
170 modules[i] = new Module(entries[i]);
266 for (Module module : modules) {
309 * Use 'logged[xx] != total[xx]' instead. This is because some modules
311 * preload()/Class.forName()-ing. But, such modules still get counted in
337 for (Module module : modules) {
375 for (Module module : modules) {
    [all...]
  /external/chromium/chrome/browser/ui/webui/options/
certificate_manager_handler.cc 661 net::CryptoModuleList modules; local
662 modules.push_back(module_);
664 modules,
    [all...]
  /external/freetype/include/freetype/internal/
ftobjs.h 833 FT_Module modules[FT_MAX_MODULES]; \/* module objects *\/ member in struct:FT_LibraryRec_
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
cs46xx_dsp_spos.h 151 struct dsp_module_desc * modules; /* modules loaded into SP */ member in struct:dsp_spos_instance
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
cs46xx_dsp_spos.h 151 struct dsp_module_desc * modules; /* modules loaded into SP */ member in struct:dsp_spos_instance
  /external/libsepol/src/
link.c 263 /* disallow declarations in modules */
265 "%s: Modules may not yet declare new classes.",
273 * off). Note: this will break horribly if modules can declare object
353 * modules both declare role foo_r) is checked during
448 * modules both declare type foo_t) is checked during
676 /* disallow declarations in modules */
678 "%s: Modules may not declare new sensitivities.",
714 /* disallow declarations in modules */
716 "%s: Modules may not declare new categories.",
2514 policy_module_t **modules = NULL; local
    [all...]
  /external/linux-tools-perf/util/
symbol.c 610 pr_debug("%s/proc/{kallsyms,modules} "
1812 const char *modules; local
    [all...]
  /build/core/
definitions.mk 466 ## into the list of files that are built for those modules.
477 ## Convert a list of short modules names (e.g., "framework", "Browser")
478 ## into the list of files that are installed for those modules.
489 ## Convert a list of short modules names (e.g., "framework", "Browser")
492 ## TODO: Allow this for more than JAVA_LIBRARIES modules
632 define modules-for-tag-list
636 # Same as modules-for-tag-list, but operates on
651 define get-tagged-modules
653 $(call modules-for-tag-list,$(2)), \
654 $(call modules-for-tag-list,$(1))
    [all...]
  /prebuilts/devtools/tools/lib/
jcommon-1.0.12.jar 
  /prebuilts/tools/common/jfreechart/
jcommon-1.0.12.jar 
  /prebuilts/tools/common/m2/repository/jfree/jcommon/1.0.12/
jcommon-1.0.12.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.security_1.0.200.v20100503.jar 

Completed in 514 milliseconds

1 2