| /external/chromium_org/third_party/WebKit/Source/core/inspector/ |
| InjectedScriptSource.js | 753 module: function(name) 768 inspectedWindow.console.error("Web Inspector error: A function was expected for module %s evaluation", name); 771 var module = moduleFunction.call(inspectedWindow, InjectedScriptHost, inspectedWindow, injectedScriptId, this); variable 772 this._modules[name] = module; 773 return module; [all...] |
| /external/chromium_org/third_party/codesighs/ |
| msmap2tsv.c | 172 ** mMatchModules Array of strings which the module name should match. 214 static Switch gMatchModuleSwitch = {"--match-module", "-mm", 1, NULL, "Specify a valid module name." DESC_NEWLINE "Multiple specifications allowed." DESC_NEWLINE "If a module name does not match one of the names specified then no output will occur."}; 334 ** Go through sections in module to find the match for the symbol. 1722 MSMap_Module module; local [all...] |
| /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/ |
| lp_bld_tgsi_soa.c | 2146 LLVMModuleRef module = LLVMGetGlobalParent( local [all...] |
| /external/freetype/src/base/ |
| ftobjs.c | 634 * - Do only auto-hinting if we have a hinter module, a scalable font 4201 FT_Module module; local 4355 FT_Module module; local 4721 FT_Module module = library->modules[n]; local 4761 FT_Module module = library->modules[n]; local 4813 FT_Module module = FT_Get_Module( library, "truetype" ); 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); 894 /// @param module code for module instance 902 llvm::Module &module, 1960 llvm::Module *module = new llvm::Module("my cool jit", context); local [all...] |
| /external/mesa3d/src/gallium/auxiliary/gallivm/ |
| lp_bld_tgsi_soa.c | 2146 LLVMModuleRef module = LLVMGetGlobalParent( 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 | 3947 HwModule *module = new HwModule(root->name); local 4059 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
|
| /prebuilts/python/darwin-x86/2.7.5/include/python2.7/ |
| Python-ast.h | 45 } Module; 163 identifier module; member in struct:_stmt::__anon62174::__anon62191 375 #define Module(a0, a1) _Py_Module(a0, a1) 433 stmt_ty _Py_ImportFrom(identifier module, asdl_seq * names, int level, int
|
| /prebuilts/python/linux-x86/2.7.5/include/python2.7/ |
| Python-ast.h | 45 } Module; 163 identifier module; member in struct:_stmt::__anon62297::__anon62314 375 #define Module(a0, a1) _Py_Module(a0, a1) 433 stmt_ty _Py_ImportFrom(identifier module, asdl_seq * names, int level, int
|
| /art/compiler/llvm/ |
| gbc_expander.cc | 666 llvm::Module* module = func->getParent(); local 670 llvm::Intrinsic::getDeclaration(module, llvm::Intrinsic::frameaddress); [all...] |
| /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/ |
| turtle.py | 2 # turtle.py: a Tkinter based turtle graphics module for Python 40 This module is an extended reimplementation of turtle.py from the 46 interactively when using the module from within IDLE run with 90 The default configuration mimics the appearance of the old turtle module. 92 - If configured appropriately the module reads in docstrings from a docstring 116 from math import * ## for compatibility with old turtle module namespace [all...] |
| /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/ |
| turtle.py | 2 # turtle.py: a Tkinter based turtle graphics module for Python 40 This module is an extended reimplementation of turtle.py from the 46 interactively when using the module from within IDLE run with 90 The default configuration mimics the appearance of the old turtle module. 92 - If configured appropriately the module reads in docstrings from a docstring 116 from math import * ## for compatibility with old turtle module namespace [all...] |
| /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 | |
| /external/chromium_org/third_party/bintrees/bintrees/ |
| qavltree.c | 622 /* Module declarations from 'bintrees.ctrees' */ 624 /* Module declarations from 'bintrees.stack' */ 626 /* Module declarations from 'bintrees.cwalker' */ 629 /* Module declarations from 'bintrees.qavltree' */ 2546 PyObject *module = 0; local [all...] |
| qbintree.c | 622 /* Module declarations from 'bintrees.ctrees' */ 624 /* Module declarations from 'bintrees.stack' */ 626 /* Module declarations from 'bintrees.cwalker' */ 629 /* Module declarations from 'bintrees.qbintree' */ 2541 PyObject *module = 0; local [all...] |
| qrbtree.c | 622 /* Module declarations from 'bintrees.ctrees' */ 624 /* Module declarations from 'bintrees.stack' */ 626 /* Module declarations from 'bintrees.cwalker' */ 629 /* Module declarations from 'bintrees.qrbtree' */ 2543 PyObject *module = 0; local [all...] |
| /external/chromium_org/v8/src/ |
| parser.cc | 952 // Handle 'module' as a context-sensitive keyword. 974 // 'module' Identifier Module 980 PrintF("# Module %s...\n", name->ToAsciiArray()); 983 Module* module = ParseModule(CHECK_OK); local 984 VariableProxy* proxy = NewUnresolved(name, MODULE, module->interface()); 986 factory()->NewModuleDeclaration(proxy, module, top_scope_); 991 PrintF("# Module %s.\n", name->ToAsciiArray()) 1198 Module* module = ParseModuleSpecifier(CHECK_OK); local [all...] |
| /external/clang/include/clang-c/ |
| Index.h | 5316 CXModule module; member in struct:__anon17441 [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...] |
| /external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/ |
| compiler.jar | |