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

  /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]);
  /gdk/build/core/
definitions.mk 154 # Modules database
156 # The following declarations are used to manage the list of modules
160 # We use __gdk_modules to hold the list of all modules corresponding
167 # depends -> list of other modules this module depends on
182 # Note that some modules are never installed (e.g. static libraries).
189 modules-LOCALS := \
203 modules-LOCALS += MAKEFILE
207 modules-LOCALS += OBJECTS
212 modules-LOCALS += BUILT_MODULE
216 modules-LOCALS += OBJS_DI
    [all...]
  /ndk/build/core/
definitions.mk 320 # Modules database
322 # The following declarations are used to manage the list of modules
326 # We use __ndk_modules to hold the list of all modules corresponding
333 # depends -> list of other modules this module depends on
348 # Note that some modules are never installed (e.g. static libraries).
355 modules-LOCALS := \
384 modules-LOCALS += MAKEFILE
387 modules-LOCALS += LDFLAGS
391 modules-LOCALS += OBJECTS
396 modules-LOCALS += BUILT_MODUL
    [all...]
  /prebuilt/common/netbeans-visual/
org-netbeans-api-visual.jar 
org-openide-util.jar 
  /external/bluetooth/glib/gmodule/
gmodule-win32.c 167 HMODULE *modules; local
189 modules = g_malloc (size);
191 if (!(*pfnEnumProcessModules) (GetCurrentProcess (), modules,
195 g_free (modules);
201 if ((p = GetProcAddress (modules[i], symbol_name)) != NULL)
204 g_free (modules);
gmodule.c 51 /* We maintain a list of modules, so we can reference count them.
53 * modules e.g. the shl_* implementation of HP-UX
92 static GModule *modules = NULL; variable
109 for (module = modules; module; module = module->next)
125 for (module = modules; module; module = module->next)
163 #define SUPPORT_OR_RETURN(rv) { g_module_set_error ("dynamic modules are " \
316 { "resident-modules", G_MODULE_DEBUG_RESIDENT_MODULES },
317 { "bind-now-modules", G_MODULE_DEBUG_BIND_NOW_MODULES }
481 module->next = modules;
482 modules = module
    [all...]
  /bootable/diskinstaller/
config.mk 53 define installer-copy-modules
99 $(call installer-copy-modules,$(TARGET_OUT),\
  /external/bluetooth/glib/gio/
giomodule.c 40 * @short_description: Loadable GIO Modules
44 * modules. This is used internally to make GIO extensible, but can also
55 * #GIOExtensionPoint provides a mechanism for modules to extend the
232 * @dirname: pathname for a directory containing modules to load.
234 * Loads all the modules in the specified directory.
237 * All the modules are loaded into memory, if you want to
239 * g_type_module_unuse() on all the modules. Free the list
247 GList *modules; local
256 modules = NULL;
277 modules = g_list_prepend (modules, module)
339 GList *modules, *l; local
    [all...]
  /external/llvm/include/llvm/Bitcode/
Archive.h 361 /// This method will scan the archive for bitcode modules, interpret them
362 /// and return a vector of the instantiated modules in \p Modules. If an
367 /// @brief Instantiate all the bitcode modules located in the archive
368 bool getAllModules(std::vector<Module*>& Modules, std::string* ErrMessage);
397 SmallVectorImpl<Module*>& modules, ///< The modules matching \p symbols
404 /// then it tries to load all the bitcode modules of the archive. Finally,
511 /// This type is used to keep track of bitcode modules loaded from the
531 ModuleMap modules; ///< The modules loaded via symbol lookup member in class:llvm::Archive
    [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
  /build/core/
definitions.mk 461 ## into the list of files that are built for those modules.
472 ## Convert a list of short modules names (e.g., "framework", "Browser")
473 ## into the list of files that are installed for those modules.
484 ## Convert a list of short modules names (e.g., "framework", "Browser")
487 ## TODO: Allow this for more than JAVA_LIBRARIES modules
631 define modules-for-tag-list
635 # Same as modules-for-tag-list, but operates on
650 define get-tagged-modules
652 $(call modules-for-tag-list,$(2)), \
653 $(call modules-for-tag-list,$(1))
    [all...]
  /external/libsepol/src/
link.c 235 /* disallow declarations in modules */
237 "%s: Modules may not yet declare new classes.",
245 * off). Note: this will break horribly if modules can declare object
318 * modules both declare role foo_r) is checked during
413 * modules both declare type foo_t) is checked during
641 /* disallow declarations in modules */
643 "%s: Modules may not declare new sensitivities.",
679 /* disallow declarations in modules */
681 "%s: Modules may not declare new categories.",
2477 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...]
  /prebuilts/tools/common/jfreechart/
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 
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 

Completed in 1255 milliseconds