| /external/chromium_org/third_party/libxml/src/ |
| gentest.py | 29 # defines for each module 307 def add_missing_functions(name, module): 312 list = missing_functions[module] 315 missing_functions[module] = [name] 321 def type_convert(str, name, info, module, function, pos): 342 if module == 'nanoftp' and name == 'ctx': 348 if module == 'nanohttp' and name == 'ctx': 392 if res == 'FILE_ptr' and module == 'debugXML': 395 if module == 'parser' or module == 'xmlreader' 540 module = enum.xpathEval('string(@file)') variable [all...] |
| /external/libvpx/libvpx/examples/includes/geshi/geshi/ |
| rails.php | 43 'ensure', 'for', 'if', 'in', 'module', 'while', 85 'Math', 'Matrix', 'Method', 'Module', 'Mutex', 'NameError',
|
| /external/llvm/include/llvm/Analysis/ |
| ScalarEvolution.h | [all...] |
| /external/llvm/include/llvm/Support/ |
| TargetRegistry.h | 30 class Module; 296 /// either the target triple from the module, or the target triple of the 343 /// either the target triple from the module, or the target triple of the 360 /// either the target triple from the module, or the target triple of the [all...] |
| /external/llvm/lib/Analysis/ |
| BranchProbabilityInfo.cpp | 505 void BranchProbabilityInfo::print(raw_ostream &OS, const Module *) const {
|
| LoopInfo.cpp | 723 void LoopInfo::print(raw_ostream &OS, const Module*) const {
|
| /external/llvm/lib/IR/ |
| Value.cpp | 23 #include "llvm/IR/Module.h" 153 if (Module *P = GV->getParent())
|
| /external/llvm/lib/Target/PowerPC/ |
| PPCCTRLoops.cpp | 39 #include "llvm/IR/Module.h" 503 Module *M = Preheader->getParent()->getParent();
|
| /external/llvm/lib/Transforms/Utils/ |
| SimplifyLibCalls.cpp | 27 #include "llvm/IR/Module.h" [all...] |
| /frameworks/compile/mclinker/lib/Target/Mips/ |
| MipsRelocator.cpp | 81 Module& pModule,
|
| /external/clang/lib/Sema/ |
| SemaLookup.cpp | [all...] |
| /external/llvm/bindings/ocaml/llvm/ |
| llvm.ml | 20 module TypeKind = struct 39 module Linkage = struct 58 module Visibility = struct 65 module CallConv = struct 73 module Attribute = struct 103 module Icmp = struct 117 module Fcmp = struct 137 module Opcode = struct 208 module ValueKind = struct [all...] |
| /external/clang/lib/CodeGen/ |
| CGObjCMac.cpp | 35 #include "llvm/IR/Module.h" [all...] |
| CGObjCGNU.cpp | 1 //===------- CGObjCGNU.cpp - Emit LLVM Code from ASTs for a Module --------===// 33 #include "llvm/IR/Module.h" 45 /// types and the function declaration into a module if they're not used, and 104 /// The LLVM module into which output is inserted 105 llvm::Module &TheModule; 290 /// module. 295 /// emitting the / module. 312 /// string. Selector references are all done via the module's selector table, [all...] |
| /external/clang/lib/AST/ |
| Decl.cpp | 28 #include "clang/Basic/Module.h" [all...] |
| /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/compiler/ |
| pycodegen.py | 41 mod = Module(buf, filename) 59 gen = Module(source, filename) 107 class Module(AbstractCompileMode): [all...] |
| /prebuilts/python/linux-x86/2.7.5/lib/python2.7/compiler/ |
| pycodegen.py | 41 mod = Module(buf, filename) 59 gen = Module(source, filename) 107 class Module(AbstractCompileMode): [all...] |
| /external/chromium_org/native_client_sdk/src/examples/ |
| common.js | 9 // Set to true when loading a "Release" NaCl module, false when loading a 10 // "Debug" NaCl module. 13 // Javascript module pattern: 75 * @param {Object} attrs Dictionary of attributes to set on the module. 99 // to ensure that the listeners are active before the NaCl module 'load' 125 // NaCl module returns 0 or calls exit(0)). 127 // Without this exception, the browser_tester thinks that the module 151 * The "load" event is sent when the module is successfully loaded. The 168 * Called when the Browser can not communicate with the Module 184 * Called when the NaCl module is loaded [all...] |
| /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/ |
| dbghelp.h | 304 DWORD IMAGEAPI GetTimestampForLoadedLibrary(HMODULE Module); [all...] |
| /external/chromium_org/third_party/sqlite/src/src/ |
| main.c | 768 Module *pMod = (Module *)sqliteHashData(i); [all...] |
| /external/llvm/lib/CodeGen/ |
| RegisterCoalescer.cpp | 199 virtual void print(raw_ostream &O, const Module* = 0) const; [all...] |
| /external/mesa3d/src/gallium/auxiliary/util/ |
| dbghelp.h | 304 DWORD IMAGEAPI GetTimestampForLoadedLibrary(HMODULE Module); [all...] |
| /frameworks/compile/mclinker/lib/LD/ |
| ELFReader.cpp | 182 // then link them as a circular list in Module 189 Module& pModule = pBuilder.getModule(); 739 // then link them as a circular list in Module 746 Module& pModule = pBuilder.getModule(); [all...] |
| /ndk/build/core/ |
| definitions.mk | 347 # For each module 'foo', __ndk_modules.foo.<field> is used 348 # to store module-specific information. 350 # type -> type of module (e.g. 'static', 'shared', ...) 351 # depends -> list of other modules this module depends on 353 # Also, LOCAL_XXXX values defined for a module are recorded in XXXX, e.g.: 355 # PATH -> recorded LOCAL_PATH for the module 356 # CFLAGS -> recorded LOCAL_CFLAGS for the module 361 # MAKEFILE -> The Android.mk where the module is defined. 363 # OBJECTS -> List of module objects 364 # BUILT_MODULE -> location of module built file (e.g. obj/<app>/<abi>/libfoo.so [all...] |
| /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/ |
| streams.rb | 35 module ANTLR3 43 recognizers, and then discusses the specific <tt>ANTLR3::Stream</tt> module. 141 == The Stream Module 146 The module doesn't do much on its own besides define arguably annoying 152 wasteful to have a module like this hanging out. Thus, I may axe it. 166 module Stream 256 module CharacterStream 301 Stream module, TokenStream adds a number of additional method implementation 306 module TokenStream [all...] |