/external/clang/test/Sema/ |
thread-specifier.c | 8 __thread int t6(); // expected-error {{'__thread' is only allowed on variable declarations}} 9 int f(__thread int t7) { // expected-error {{'__thread' is only allowed on variable declarations}} 17 __thread typedef int t14; // expected-error {{'__thread' is only allowed on variable declarations}}
|
/external/clang/test/SemaCXX/ |
warn-shadow.cpp | 25 int i; // expected-warning {{declaration shadows a variable in namespace '<anonymous>'}} 26 int j; // expected-warning {{declaration shadows a variable in namespace 'one::two'}} 82 int bob; // expected-warning {{declaration shadows a variable in the global namespace}}
|
/external/clang/test/SemaObjC/ |
id-isa-ref.m | 25 // instance variable 'isa' is @protected; this will be a hard error in the future 28 [(*y).isa self]; // expected-error {{instance variable 'isa' is protected}} \ 31 [y->isa self]; // expected-error {{instance variable 'isa' is protected}} \
|
ivar-ref-misuse.m | 18 sprite = foo; // expected-error {{instance variable 'sprite' accessed in class method}} 37 sprite = 15; // expected-warning {{local declaration of 'sprite' hides instance variable}} 39 spree = 17; // expected-warning {{local declaration of 'spree' hides instance variable}}
|
/external/javassist/src/main/javassist/compiler/ast/ |
Variable.java | 21 * Variable. 23 public class Variable extends Symbol { 26 public Variable(String sym, Declarator d) {
|
/external/libxslt/libxslt/ |
variables.h | 2 * Summary: interface for the variable matching and lookup. 3 * Description: interface for the variable matching and lookup. 38 * Interfaces for the variable module.
|
variables.c | 2 * variables.c: Implementation of the variable storage and lookup 127 * insinde an xsl:variable and xsl:param to the lifetime of the 163 * When evaluating "select" expressions of xsl:variable 165 * to the variable itself; otherwise the tragment will be 298 * global variable or a doc acquired via the 558 * Example: The fragment of the variable must not be freed 561 * <xsl:variable name="bar"> 563 * </xsl:variable> 576 * Cache or free the variable structure. 638 * First lookup expects the variable name and URI t 1780 xsltStackElemPtr variable; local 2223 xsltStackElemPtr variable = NULL, cur; local [all...] |
/external/qemu/distrib/sdl-1.2.12/src/thread/dc/ |
SDL_syscond.c | 26 This implementation borrows heavily from the BeOS condition variable 41 /* Create a condition variable */ 62 /* Destroy a condition variable */ 79 /* Restart one of the threads that are waiting on the condition variable */ 83 SDL_SetError("Passed a NULL condition variable"); 103 /* Restart all threads that are waiting on the condition variable */ 107 SDL_SetError("Passed a NULL condition variable"); 137 /* Wait on the condition variable for at most 'ms' milliseconds. 162 SDL_SetError("Passed a NULL condition variable"); 174 /* Unlock the mutex, as is required by condition variable semantics * [all...] |
/external/qemu/distrib/sdl-1.2.12/src/thread/generic/ |
SDL_syscond.c | 26 This implementation borrows heavily from the BeOS condition variable 41 /* Create a condition variable */ 62 /* Destroy a condition variable */ 79 /* Restart one of the threads that are waiting on the condition variable */ 83 SDL_SetError("Passed a NULL condition variable"); 103 /* Restart all threads that are waiting on the condition variable */ 107 SDL_SetError("Passed a NULL condition variable"); 137 /* Wait on the condition variable for at most 'ms' milliseconds. 162 SDL_SetError("Passed a NULL condition variable"); 174 /* Unlock the mutex, as is required by condition variable semantics * [all...] |
/external/qemu/distrib/sdl-1.2.12/src/thread/os2/ |
SDL_syscond.c | 26 This implementation borrows heavily from the BeOS condition variable 41 /* Create a condition variable */ 62 /* Destroy a condition variable */ 79 /* Restart one of the threads that are waiting on the condition variable */ 83 SDL_SetError("Passed a NULL condition variable"); 103 /* Restart all threads that are waiting on the condition variable */ 107 SDL_SetError("Passed a NULL condition variable"); 137 /* Wait on the condition variable for at most 'ms' milliseconds. 162 SDL_SetError("Passed a NULL condition variable"); 174 /* Unlock the mutex, as is required by condition variable semantics * [all...] |
/external/kernel-headers/original/linux/ |
ktime.h | 30 * On 64-bit CPUs a single 64-bit variable is used to store the hrtimers 69 * ktime_set - Set a ktime_t variable from a seconds/nanoseconds value 93 * Add a ktime_t variable and a scalar nanosecond value. 137 /* Set a ktime_t variable to a value in sec/nsec representation: */ 188 * ktime_add_ns - Add a scalar nanoseconds value to a ktime_t variable 198 * @ts: the timespec variable to convert 200 * Returns a ktime_t variable with the converted timespec value 210 * @tv: the timeval variable to convert 212 * Returns a ktime_t variable with the converted timeval value 221 * ktime_to_timespec - convert a ktime_t variable to timespec forma [all...] |
/external/apache-xml/src/main/java/org/apache/xalan/templates/ |
ElemVariablePsuedo.java | 35 * If the variable-binding element has a select attribute, 37 * the value of the variable is the object that results from 39 * of the variable must be empty. 50 * Execute a variable declaration and push it onto the variable stack.
|
/external/jsilver/src/com/google/clearsilver/jsilver/data/ |
DefaultDataContext.java | 28 * of the first chunk in the variable name. 38 * Head of the linked list of local variables, starting with the newest variable created. 43 * Indicates whether the renderer has pushed a new variable scope but no variable has been created 61 * Starts a new variable scope. It is illegal to call this twice in a row without declaring a 62 * local variable. 74 * Removes the current variable scope and references to the variables in it. It is illegal to call 121 + "creating local variable."); 123 // First look for a local variable with the same name in the current scope 127 // We only look at the first local variable (head) if it is part of th [all...] |
/external/oprofile/doc/xsl/ |
xhtml-common.xsl | 18 <xsl:variable name="vendor" select="system-property('xsl:vendor')"/> 19 <xsl:variable name="id"><xsl:call-template name="object.id"/></xsl:variable> 30 <xsl:variable name="rtf"> 32 </xsl:variable>
|
/external/v8/test/mjsunit/ |
global-load-from-eval.js | 36 // Shadow with local variable. 63 // code that loads the global variable accounts for the fact that the 64 // global variable becomes shadowed by an eval-introduced variable. 84 // time in a context where the 'x' variable has been shadowed.
|
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Statements/ |
12.2-1.js | 24 ECMA Section: The variable statement 27 If the variable statement occurs inside a FunctionDeclaration, the 34 undefined value when created. A variable with an Initializer is assigned 36 not when the variable is created. 45 var TITLE = "The variable statement";
|
/libcore/luni/src/main/java/javax/xml/xpath/ |
XPathVariableResolver.java | 29 * than once with different variable values, in the course of evaluating any 30 * single XPath expression, a variable's value <strong><em>must</em></strong> be immutable.</p> 39 * <p>Find a variable in the set of available variables.</p> 43 * @param variableName The <code>QName</code> of the variable name. 45 * @return The variables value, or <code>null</code> if no variable named <code>variableName</code>
|
/development/testrunner/ |
android_mk.py | 46 """Add a variable definition or include. 65 """Retrieve makefile variable. 68 identifier: name of variable to retrieve 77 """Retrieve makefile variable. 79 If variable value refers to another variable, recursively expand it to 83 identifier: name of variable to retrieve 96 raise RuntimeError('recursive loop found for makefile variable %s' 100 logger.SilentLog('Found variable ref %s for identifier %s' 109 """Check variable is included in makefile [all...] |
/external/apache-xml/src/main/java/org/apache/xpath/ |
Arg.java | 92 * Call only when the variable or argument is going out of scope. 135 * True if this variable was added with an xsl:with-param or 141 * Tell if this variable is a parameter passed with a with-param or as 150 * True if this variable is currently visible. To be visible, 151 * a variable needs to come either from xsl:variable or be 159 * Tell if this variable is currently visible. 167 * Update visibility status of this variable. 195 * @param isFromWithParam True if this is a parameter variable. 225 * Equality function specialized for the variable name. If the argument [all...] |
/external/llvm/lib/CodeGen/ |
SpillPlacement.h | 16 // Given a variable that is live across multiple basic blocks, and given 17 // constraints on the basic blocks where the variable is live, determine which 18 // edge bundles should have the variable in a register and which edge bundles 19 // should have the variable in a stack slot. 71 DontCare, ///< Block doesn't care / variable not live. 75 MustSpill ///< A register is impossible, variable must be spilled. 92 /// variable should be kept in a register. Each bit 94 /// variable should be kept in a register through the 95 /// bundle. A clear bit means the variable should be 101 /// @param LiveBlocks Constraints for blocks that have the variable live in o [all...] |
/dalvik/dexgen/src/com/android/dexgen/rop/code/ |
LocalItem.java | 22 * A local variable item: either a name or a signature or both. 25 /** {@code null-ok;} local variable name */ 28 /** {@code null-ok;} local variable signature */ 36 * @param name {@code null-ok;} local variable name 37 * @param signature {@code null-ok;} local variable signature 51 * @param name {@code null-ok;} local variable name 52 * @param signature {@code null-ok;} local variable signature
|
/dalvik/dx/src/com/android/dx/rop/code/ |
LocalItem.java | 22 * A local variable item: either a name or a signature or both. 25 /** {@code null-ok;} local variable name */ 28 /** {@code null-ok;} local variable signature */ 36 * @param name {@code null-ok;} local variable name 37 * @param signature {@code null-ok;} local variable signature 51 * @param name {@code null-ok;} local variable name 52 * @param signature {@code null-ok;} local variable signature
|
/external/bison/lib/ |
timevar.h | 29 to the timing variable in code, and a character string name. 35 attributed to the topmost timing variable on the stack. When 36 another variable is pushed on, the previous topmost variable is 37 `paused' until the pushed variable is popped back off. 41 variable. 63 /* An enumeration of timing variable identifiers. Constructed from
|
/external/clang/include/clang/Frontend/ |
VerifyDiagnosticConsumer.h | 55 /// Examples matching error: "variable has incomplete type 'struct s'" 57 /// // expected-error {{variable has incomplete type 'struct s'}} 58 /// // expected-error {{variable has incomplete type}} 60 /// // expected-error-re {{variable has has type 'struct .'}} 61 /// // expected-error-re {{variable has has type 'struct .*'}} 62 /// // expected-error-re {{variable has has type 'struct (.*)'}} 63 /// // expected-error-re {{variable has has type 'struct[[:space:]](.*)'}}
|
/external/proguard/src/proguard/classfile/editor/ |
VariableEditor.java | 48 * @param maxLocals the length of the local variable frame that will be 71 * Remembers to delete the given variable. 72 * @param variableIndex the index of the variable to be deleted. 83 * Returns whether the given variable at the given offset has deleted. 106 // Make sure there is a sufficiently large variable map. 112 // Fill out the variable map. 126 // Update the length of local variable frame.
|