/external/mesa3d/src/glsl/ |
linker.cpp | 39 * - Initializers for uniforms and global variables defined 58 * - Initializers for uniforms defined in multiple shader stages with the 351 * initializers, the values of the initializers must be the same. 395 /* FINISHME: Handle non-constant initializers. 400 linker_error_printf(prog, "initializers for %s " 414 * FINISHME: initializers. Linking with the first will 866 /* Resolve initializers for global variables in the linked shader. [all...] |
/external/smali/dexlib/src/main/java/org/jf/dexlib/ |
ClassDefItem.java | 367 * A helper method to sort the static field initializers and populate the default values as needed 370 * @return an interned EncodedArrayItem containing the static field initializers
|
/cts/tools/dasm/src/java_cup/ |
terminal.java | 34 // initializers, so we do a crash instead
|
/dalvik/vm/analysis/ |
RegisterMap.h | 174 * interfaces, which can have static initializers).
|
/external/chromium/chrome/browser/chromeos/login/ |
wizard_controller.h | 100 // Lazy initializers and getters for screens.
|
/external/clang/test/CodeGen/ |
const-init.c | 5 // Brace-enclosed string array initializers
|
/external/clang/tools/libclang/ |
IndexDecl.cpp | 67 // Constructor initializers.
|
/external/dbus/dbus/ |
dbus-internals.h | 303 /* Thread initializers */
|
/external/webkit/Source/WebCore/html/ |
DateComponents.h | 80 // parse*() and setMillisecondsSince*() functions are initializers for an
|
/prebuilts/tools/common/proguard/proguard4.7/docs/ |
downloads.html | 64 <li>Added removal of empty class initializers. 96 <li>Fixed handling of side-effects due to static initializers. 416 <li>Fixed exception when saving configuration with initializers in GUI. 589 <li>Fixed processing of static initializers in J2ME MIDP applications.
|
/external/clang/lib/Parse/ |
ParseCXXInlineMethods.cpp | 445 /// initializers that were collected during its parsing and parse them all. 616 /// we've passed the try keyword and constructor initializers and have consumed 628 // Initializers can contain braces too.
|
/external/llvm/tools/bugpoint/ |
CrashDebugger.cpp | 439 // See if we can get away with nuking some of the global variable initializers 443 // Now try to reduce the number of global variable initializers in the 464 outs() << "\n*** Able to remove all global initializers!\n";
|
/external/proguard/src/proguard/optimize/ |
Optimizer.java | 539 // Tweak the descriptors of duplicate initializers. 546 // Fix all invocations of tweaked initializers. 552 // Fix all references to tweaked initializers. [all...] |
/external/clang/include/clang/Sema/ |
Initialization.h | 1 //===--- Initialization.h - Semantic Analysis for Initializers --*- C++ -*-===// 669 /// \brief Too many initializers provided for a reference. 699 /// \brief Too many initializers for scalar [all...] |
/external/clang/lib/Sema/ |
SemaLambda.cpp | 112 // definition, as well as the initializers of data members, receive special 150 // -- the initializers of nonspecialized static members of template classes 159 // -- the in-class initializers of class members [all...] |
/external/apache-http/src/org/apache/commons/logging/ |
LogSource.java | 73 // ----------------------------------------------------- Class Initializers
|
/external/chromium/third_party/libevent/ |
configure.in | 381 CFLAGS="$CFLAGS -Winit-self -Wmissing-field-initializers -Wdeclaration-after-statement"
|
/external/clang/ |
NOTES.txt | 111 - they have not had their addresses taken by the vbase initializers or
|
/external/clang/test/CodeGenCXX/ |
member-function-pointers.cpp | 239 // member pointers as constant initializers. For added trickiness,
|
/external/clang/test/SemaCXX/ |
nested-name-spec.cpp | 171 // expected-error{{only constructors take base initializers}}
|
/external/compiler-rt/include/sanitizer/ |
asan_interface.h | 52 // These two functions should be called before and after dynamic initializers
|
/external/emma/core/java12/com/vladium/emma/data/ |
MethodDescriptor.java | 317 private final String m_name; // internal JVM name (<init>, <clinit> for initializers, etc) [never null]
|
/external/emma/core/java12/com/vladium/util/exception/ |
AbstractException.java | 292 * convenience. Subclasses should invoke from static initializers <I>only</I>.
|
AbstractRuntimeException.java | 292 * convenience. Subclasses should invoke from static initializers <I>only</I>.
|
/external/llvm/docs/CommandGuide/ |
llvm-bcanalyzer.rst | 128 Ths size, in bytes, of the Global Variable Definitions and their initializers.
|