Searched
full:globals (Results
251 -
275 of
1142) sorted by null
<<11121314151617181920>>
/external/webkit/Tools/Scripts/ |
check-for-global-initializers | 82 my @globals; 88 push(@globals, demangle($1)); 135 print "ERROR: $shortName has one or more global initializers in it! ($file), near @globals\n";
|
/external/oprofile/libpopt/ |
popt.h | 226 /*@globals internalState @*/ 260 /*@globals fileSystem, internalState @*/ 358 /*@globals errno, fileSystem, internalState @*/ 370 /*@globals fileSystem, internalState @*/ 453 /*@globals fileSystem @*/ 483 /*@globals fileSystem @*/ 493 /*@globals fileSystem @*/
|
/external/oprofile/ |
popt.h | 226 /*@globals internalState @*/ 260 /*@globals fileSystem, internalState @*/ 358 /*@globals errno, fileSystem, internalState @*/ 370 /*@globals fileSystem, internalState @*/ 453 /*@globals fileSystem @*/ 483 /*@globals fileSystem @*/ 493 /*@globals fileSystem @*/
|
/frameworks/base/docs/html/guide/topics/renderscript/ |
compute.jd | 60 <li>Some number of script globals. A script global is equivalent to a global variable in C. You can 61 access script globals from Java code, and these are often used for parameter passing to RenderScript 94 should be bound to <code>rs_allocation</code> script globals and accessed from a kernel or invokable 106 <li>Some number of static script globals and functions. A static script global is equivalent to a 167 <code>rsSetElementAt_<em>type</em>()</code> when bound as script globals. {@link 198 <li><strong>Set any necessary script globals.</strong> Globals may be set using methods in the same
|
/frameworks/compile/slang/ |
README.rst | 253 on globals initialized from Java as it will be called before these 303 Globals within a script are considered local to the script. They 308 accessors. Globals are persistent across invocations of a script and 311 Globals of two types may be reflected into the Java class. The first 314 Java. Globals of single pointer types behave differently. These may 316 rs_types.rsh may also be used. These globals generate bind points in
|
/external/clang/docs/ |
AddressSanitizer.rst | 15 * Out-of-bounds accesses to heap, stack and globals 124 when initialization of globals defined in one translation unit uses 125 globals defined in another translation unit. To enable this check at runtime,
|
/external/llvm/include/llvm/MC/ |
SectionKind.h | 105 /// globals. 123 /// mark the pages these globals end up on as read-only after it is 130 /// that all the relocations are to globals in this final
|
/frameworks/base/docs/html/reference/renderscript/ |
globals_type.html | 21 <li class="current"><a href="globals.html"><span>Globals</span></a></li> 27 <li><a href="globals.html"><span>All</span></a></li>
|
/dalvik/vm/ |
Dalvik.h | 79 #include "Globals.h"
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/scopes/output1/ |
SymbolTableParser.h | 68 - (void)globals;
|
SymbolTableParser.m | 227 * /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/scopes/SymbolTable.g:25:1: prog : globals ( method )* ; 234 // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/scopes/SymbolTable.g:25:5: ( globals ( method )* ) // ruleBlockSingleAlt 235 // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/scopes/SymbolTable.g:25:9: globals ( method )* // alt 238 [self globals]; 284 * $ANTLR start globals 285 * /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/scopes/SymbolTable.g:28:1: globals : ( decl )* ; 287 - (void) globals 331 NSLog(@"globals: %@", /* scopeAttributeRef */ 350 /* $ANTLR end globals */
|
/external/blktrace/btt/ |
bno_dump.c | 21 #include "globals.h"
|
bt_timeline.c | 26 #include "globals.h"
|
dip_rb.c | 22 #include "globals.h"
|
latency.c | 21 #include "globals.h"
|
plat.c | 22 #include "globals.h"
|
trace_im.c | 21 #include "globals.h"
|
trace_issue.c | 21 #include "globals.h"
|
unplug_hist.c | 21 #include "globals.h"
|
/external/clang/test/CodeGenObjC/ |
objc2-write-barrier-2.m | 14 // Globals
|
/external/compiler-rt/lib/asan/tests/ |
asan_globals_test.cc | 12 // Some globals in a separate file.
|
/external/libxml2/ |
Android.mk | 31 globals.c \
|
/external/llvm/lib/Target/XCore/ |
XCoreTargetObjectFile.cpp | 49 // TLS globals are lowered in the backend to arrays indexed by the current
|
/external/llvm/test/Instrumentation/ThreadSanitizer/ |
read_from_global.ll | 2 ; Check that tsan does not instrument reads from constant globals.
|
/external/llvm/test/Transforms/GlobalOpt/ |
2008-04-26-SROA-Global-Align.ll | 1 ; Verify that when @G is SROA'd that the new globals have correct
|
Completed in 531 milliseconds
<<11121314151617181920>>