/external/chromium_org/tools/json_schema_compiler/ |
BUILD.gn | 5 # Utility sources against which generated API modules should be linked.
|
/external/llvm/test/Linker/ |
unnamed-addr-err-a.ll | 4 ; CHECK: Appending variables with different unnamed_addr need to be linked
|
2002-07-17-LinkTest2.ll | 1 ; This fails linking when it is linked with an empty file as the first object file
|
2002-08-20-ConstantExpr.ll | 1 ; This fails linking when it is linked with an empty file as the first object file
|
2004-12-03-DisagreeingType.ll | 7 ; When linked, the global above should be eliminated, being merged with the
|
/ndk/tests/build/import-static/ |
README | 3 imports another static library zoo, then libfoo.so will be linked
|
/packages/experimental/procstatlog/ |
README | 3 A statically linked binary that polls and dumps /proc/*/stat files
|
/external/chromium_org/third_party/mesa/src/src/glsl/ |
link_functions.cpp | 39 call_link_visitor(gl_shader_program *prog, gl_shader *linked, 46 this->linked = linked; 76 * final linked shader. If it does, use it as the target of the call. 79 find_matching_signature(name, &callee->parameters, &linked, 1, 87 * linked. If it's not found there, return an error. 100 /* Find the prototype information in the linked shader. Generate any 103 ir_function *f = linked->symbols->get_function(name); 105 f = new(linked) ir_function(name); 107 /* Add the new function to the linked IR. Put it at the en 236 gl_shader *linked; member in class:call_link_visitor [all...] |
/external/mesa3d/src/glsl/ |
link_functions.cpp | 39 call_link_visitor(gl_shader_program *prog, gl_shader *linked, 46 this->linked = linked; 76 * final linked shader. If it does, use it as the target of the call. 79 find_matching_signature(name, &callee->parameters, &linked, 1, 87 * linked. If it's not found there, return an error. 100 /* Find the prototype information in the linked shader. Generate any 103 ir_function *f = linked->symbols->get_function(name); 105 f = new(linked) ir_function(name); 107 /* Add the new function to the linked IR. Put it at the en 236 gl_shader *linked; member in class:call_link_visitor [all...] |
/external/chromium_org/ui/gfx/ |
font_fallback_win.h | 34 // Iterator over linked fallback fonts for a given font. The linked font chain 38 // Instantiates the iterator over the linked font chain for |font|. The first 54 // Retrieves the list of linked fonts. Protected and virtual so that it may 59 // Original font whose linked fonts are being iterated over. 71 // List of linked fonts; weak pointer.
|
/external/qemu/distrib/sdl-1.2.15/test/ |
testver.c | 2 /* Test program to compare the compile-time version of SDL with the linked 31 printf("Linked version: %d.%d.%d\n",
|
/external/chromium_org/content/test/data/accessibility/ |
contenteditable-descendants.html | 3 @WIN-ALLOW:LINKED
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nouveau/ |
nouveau_mm.h | 8 * them. This struct is linked with fences for delayed freeing of allocs.
|
/external/compiler-rt/test/asan/TestCases/Linux/ |
asan_rt_confict_test-1.cc | 13 // CHECK: Your application is linked against incompatible ASan runtimes
|
/external/elfutils/0.153/ |
EXCEPTION | 2 to distribute Non-GPL Code in linked combination with Red Hat elfutils.
|
/external/linux-tools-perf/perf-3.12.0/tools/perf/Documentation/ |
perfconfig.example | 13 # Defaults if linked with libslang
|
/external/llvm/test/Verifier/ |
recursive-type-3.ll | 7 ; Check that linked-list-style recursive types where the recursion is through
|
/external/mesa3d/src/gallium/drivers/nouveau/ |
nouveau_mm.h | 8 * them. This struct is linked with fences for delayed freeing of allocs.
|
/external/qemu/distrib/sdl-1.2.15/src/video/Xext/ |
README | 3 tree is so that they can be linked as shared object code directly into
|
/dalvik/dx/src/com/android/dx/io/ |
IndexType.java | 44 /** inline method index (for inline linked method invocations) */ 47 /** direct vtable offset (for static linked method invocations) */ 50 /** direct field offset (for static linked field accesses) */
|
/external/chromium_org/third_party/tcmalloc/chromium/src/ |
free_list.cc | 33 // This file contains functions that implement doubly linked and 34 // singly linked lists. The singly linked lists are null terminated, 39 // doubly linked lists are employed, or one raw pointer if singly 40 // linked lists are employed. On machines with 64 bit pointers, this 41 // means elements must be at least 16 bytes in size for doubly linked 42 // list support, and 8 bytes for singly linked list support. No 49 // -In doubly linked lists, the |next| pointer is stored in the first N 52 // -In singly linked lists, the |next| pointer is stored in the first N 57 // the former head's |next| pointer. If the list is doubly linked, th [all...] |
/external/dexmaker/src/dx/java/com/android/dx/io/ |
IndexType.java | 44 /** inline method index (for inline linked method invocations) */ 47 /** direct vtable offset (for static linked method invocations) */ 50 /** direct field offset (for static linked field accesses) */
|
/external/chromium_org/third_party/leveldatabase/src/db/ |
snapshot.h | 14 // Snapshots are kept in a doubly-linked list in the DB. 23 // SnapshotImpl is kept in a doubly-linked circular list 60 // Dummy head of doubly-linked list of snapshots
|
/external/clang/include/clang/Sema/ |
ObjCMethodList.h | 1 //===--- ObjCMethodList.h - A singly linked list of methods -----*- C++ -*-===// 10 // This file defines ObjCMethodList, a singly-linked list of methods. 23 /// ObjCMethodList - a linked list of methods with different signatures.
|
/external/llvm/include/llvm/ |
InitializePasses.h | 22 /// initializeCore - Initialize all passes linked into the 26 /// initializeTransformUtils - Initialize all passes linked into the 30 /// initializeScalarOpts - Initialize all passes linked into the 34 /// initializeObjCARCOpts - Initialize all passes linked into the ObjCARCOpts 38 /// initializeVectorization - Initialize all passes linked into the 42 /// initializeInstCombine - Initialize all passes linked into the 46 /// initializeIPO - Initialize all passes linked into the IPO library. 49 /// initializeInstrumentation - Initialize all passes linked into the 53 /// initializeAnalysis - Initialize all passes linked into the Analysis library. 56 /// initializeIPA - Initialize all passes linked into the IPA library [all...] |