HomeSort by relevance Sort by last modified time
    Searched defs:module (Results 201 - 225 of 245) sorted by null

1 2 3 4 5 6 7 8910

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
cs46xx_dsp_spos.h 74 struct dsp_module_desc * module; member in struct:dsp_symbol_entry
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
cs46xx_dsp_spos.h 74 struct dsp_module_desc * module; member in struct:dsp_symbol_entry
  /build/core/
definitions.mk 81 # GPL module license files
84 # Target and host installed module's dependencies on shared libraries.
465 ## Convert a list of short module names (e.g., "framework", "Browser")
472 define module-built-files
473 $(foreach module,$(1),$(ALL_MODULES.$(module).BUILT))
484 define module-installed-files
485 $(foreach module,$(1),$(ALL_MODULES.$(module).INSTALLED))
491 ## against that module as a public API
    [all...]
  /external/chromium/chrome/browser/extensions/
extension_service.cc 1101 const Extension::NaClModuleInfo& module = extension->nacl_modules()[i]; local
1152 const Extension::NaClModuleInfo& module = extension->nacl_modules()[i]; local
    [all...]
  /external/linux-tools-perf/util/
symbol.c 543 * map__split_kallsyms, when we have split the maps per module
580 char *module; local
585 module = strchr(pos->name, '\t');
586 if (module) {
590 *module++ = '\0';
592 if (strcmp(curr_map->dso->short_name, module)) {
597 * We assume all symbols of a module are
599 * points to a module and all its
608 map->type, module);
612 "for \"%s\" module!\n"
    [all...]
  /external/llvm/examples/ExceptionDemo/
ExceptionDemo.cpp 59 #include "llvm/IR/Module.h"
202 /// @param module for module instance
213 llvm::Function *createFunction(llvm::Module &module,
224 llvm::Function::Create(functType, linkage, functName, &module);
862 /// @param module code for module instance
870 llvm::Module &module,
1928 llvm::Module *module = new llvm::Module("my cool jit", context); local
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/win/
MediaPlayerPrivateQuickTimeVisualContext.cpp 949 HMODULE module = GetModuleHandleW(moduleName); local
    [all...]
  /external/webkit/Tools/DumpRenderTree/win/
DumpRenderTree.cpp 1278 HMODULE module = GetModuleHandle(TEXT("CFNetwork.dll")); local
    [all...]
  /frameworks/native/opengl/libagl/
egl.cpp 245 gralloc_module_t const* module; member in struct:android::egl_window_surface_v2_t
345 nativeWindow(window), buffer(0), previousBuffer(0), module(0),
350 module = reinterpret_cast<gralloc_module_t const*>(pModule);
439 err = module->lock(module, buf->handle,
450 err = module->unlock(module, buf->handle);
    [all...]
  /hardware/libhardware_legacy/audio/
AudioPolicyManagerBase.cpp 711 // module and has a current device selection that differs from selected device.
3715 HwModule *module = new HwModule(root->name); local
3824 HwModule *module; local
    [all...]
  /hardware/qcom/audio/legacy/alsa_sound/
AudioHardwareALSA.h 53 * The id of ALSA module
167 alsa_device_t * module; member in struct:android_audio_legacy::alsa_handle_t
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.security_1.0.200.v20100503.jar 
org.eclipse.osgi_3.6.1.R36x_v20100806.jar 
org.eclipse.osgi_3.6.2.R36x_v20101103.jar 
org.eclipse.equinox.util_1.0.200.v20100503.jar 
  /external/clang/include/clang-c/
Index.h 5144 CXModule module; member in struct:__anon5522
    [all...]
  /external/v8/src/
ast.h 126 class Module;
530 Module* module() const { return module_; } function in class:v8::internal::ModuleDeclaration
539 Module* module,
542 module_(module) {
546 Module* module_;
554 Module* module() const { return module_; } function in class:v8::internal::ImportDeclaration
563 Module* module
644 Module* module() const { return module_; } function in class:v8::internal::ModulePath
2684 ModuleLiteral* module = new(zone_) ModuleLiteral(body, interface); local
2689 ModuleVariable* module = new(zone_) ModuleVariable(proxy); local
2694 ModulePath* module = new(zone_) ModulePath(origin, name); local
2699 ModuleUrl* module = new(zone_) ModuleUrl(url); local
    [all...]
parser.cc 1253 Module* module = ParseModule(CHECK_OK); local
1441 Module* module = ParseModuleSpecifier(CHECK_OK); local
    [all...]
  /prebuilts/tools/common/eclipse/
org.eclipse.osgi_3.6.2.R36x_v20110210.jar 
  /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 
  /prebuilts/tools/common/gradle-plugins/repository/com/android/tools/internal/internal-plugins/1.0/
internal-plugins-1.0.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/
pdebuild.jar 
  /external/robolectric/lib/main/
httpcore-4.0.1.jar 

Completed in 2220 milliseconds

1 2 3 4 5 6 7 8910