HomeSort by relevance Sort by last modified time
    Searched full:variable (Results 1 - 25 of 6598) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/base/tools/aidl/
Type.h 46 virtual void WriteToParcel(StatementBlock* addTo, Variable* v,
47 Variable* parcel, int flags);
48 virtual void CreateFromParcel(StatementBlock* addTo, Variable* v,
49 Variable* parcel, Variable** cl);
50 virtual void ReadFromParcel(StatementBlock* addTo, Variable* v,
51 Variable* parcel, Variable** cl);
55 virtual void WriteArrayToParcel(StatementBlock* addTo, Variable* v,
56 Variable* parcel, int flags)
    [all...]
  /external/clang/test/PCH/
tentative-defs.h 2 int variable; variable
  /external/mesa3d/src/glsl/tests/
void-01.glsl 1 /* FAIL - cannot declare a variable as having type `void' */
  /dalvik/dx/tests/114-value-propagation/
info.txt 2 stack location to a local variable. (regression test)
  /dalvik/dx/tests/100-local-mismatch/
expected.txt 2 local variable type mismatch: attempt to set or access a value of type int using a local variable of type java.lang.Object. This is symptomatic of .class transformation tools that ignore local variable information.
4 local variable type mismatch: attempt to set or access a value of type java.lang.Object using a local variable of type int. This is symptomatic of .class transformation tools that ignore local variable information.
6 local variable type mismatch: attempt to set or access a value of type int using a local variable of type byte[]. This is symptomatic of .class transformation tools that ignore local variable information.
8 local variable type mismatch: attempt to set or access a value of type java.lang.String using a local variable of (…)
    [all...]
info.txt 2 variable table entry fundamentally disagrees with an instruction that
  /external/clang/test/Analysis/
stack-addr-ps.cpp 7 return s; // expected-warning{{Address of stack memory associated with local variable 's' returned}} expected-warning{{reference to stack memory associated with local variable 's' returned}}
12 int &s2 = s1; // expected-note {{binding reference variable 's2' here}}
13 return s2; // expected-warning{{Address of stack memory associated with local variable 's1' returned}} expected-warning {{reference to stack memory associated with local variable 's1' returned}}
18 int &s2 = s1; // expected-note {{binding reference variable 's2' here}}
19 int &s3 = s2; // expected-note {{binding reference variable 's3' here}}
20 return s3; // expected-warning{{Address of stack memory associated with local variable 's1' returned}} expected-warning {{reference to stack memory associated with local variable 's1' returned}}
28 const int &x = get_value(); // expected-note {{binding reference variable 'x' here}
    [all...]
stackaddrleak.c 7 p = str; // expected-warning{{Address of stack memory associated with local variable 'str' is still referred to by the global variable 'p' upon returning to the caller. This will be a dangling reference}}
17 p = (const char *) __builtin_alloca(12); // expected-warning{{Address of stack memory allocated by call to alloca() on line 17 is still referred to by the global variable 'p' upon returning to the caller. This will be a dangling reference}}
33 b = &x; // expected-warning{{Address of stack memory associated with local variable 'x' is still referred to by the global variable 'a' upon returning}} expected-warning{{Address of stack memory associated with local variable 'x' is still referred to by the global variable 'b' upon returning}}
  /external/clang/test/Sema/
assign.c 6 x->a = 10; // expected-error {{read-only variable is not assignable}}
13 b[4] = 1; // expected-error {{read-only variable is not assignable}}
14 b2[4] = 1; // expected-error {{read-only variable is not assignable}}
for.c 5 void b2 (void) { for (void f (void);;); } // expected-error {{declaration of non-local variable}}
6 void b3 (void) { for (static int f;;); } // expected-error {{declaration of non-local variable}}
7 void b4 (void) { for (typedef int f;;); } // expected-error {{declaration of non-local variable}}
uninit-variables-vectors.c 9 __m128 x, y, z, w, X; // expected-note {{variable 'x' is declared here}} expected-note {{variable 'y' is declared here}} expected-note {{variable 'w' is declared here}} expected-note {{variable 'z' is declared here}}
10 x = _mm_xor_ps(x,x); // expected-warning {{variable 'x' is uninitialized when used here}}
11 y = _mm_xor_ps(y,y); // expected-warning {{variable 'y' is uninitialized when used here}}
12 z = _mm_xor_ps(z,z); // expected-warning {{variable 'z' is uninitialized when used here}}
13 w = _mm_xor_ps(w,w); // expected-warning {{variable 'w' is uninitialized when used here}}
warn-shadow.c 7 int i; // expected-warning {{declaration shadows a variable in the global scope}} \
11 int i; // expected-warning {{declaration shadows a local variable}} \
15 int i; // expected-warning {{declaration shadows a local variable}}
23 void (^test1)(int) = ^(int i) { // expected-warning {{declaration shadows a variable in the global scope}} \
26 int i; // expected-warning {{declaration shadows a local variable}} \
29 (^(int i) { return i; })(i); //expected-warning {{declaration shadows a local variable}}
44 void test4(int i) { // expected-warning {{declaration shadows a variable in the global scope}}
60 int bob; // expected-warning {{declaration shadows a variable in the global scope}}
incomplete-decl.c 5 void b; // expected-error {{variable has incomplete type 'void'}}
8 static void c; // expected-error {{variable has incomplete type 'void'}}
9 static struct foo g; // expected-warning {{tentative definition of variable with internal linkage has incomplete non-array type 'struct foo'}} \
19 int ary[]; // expected-error{{definition of variable with array type needs an explicit size or an initializer}}
20 void b; // expected-error {{variable has incomplete type 'void'}}
21 struct foo f; // expected-error {{variable has incomplete type 'struct foo'}}
27 struct bar j = {1}; // expected-error {{variable has incomplete type 'struct bar'}} \
  /external/valgrind/main/drd/tests/
pth_uninitialized_cond.stderr.exp 2 Statically initialized condition variable.
3 Uninitialized condition variable.
4 condition variable has not been initialized: cond 0x........
  /external/llvm/test/DebugInfo/
2009-01-15-dbg_declare.ll 3 %llvm.dbg.variable.type = type { i32, { }*, i8*, { }*, i32, { }*, i8*, i8* }
4 @llvm.dbg.variable24 = external constant %llvm.dbg.variable.type ; <%llvm.dbg.variable.type*> [#uses=1]
12 call void @llvm.dbg.declare({ }* %0, { }* bitcast (%llvm.dbg.variable.type* @llvm.dbg.variable24 to { }*))
  /ndk/sources/host-tools/make-3.81/
variable.h 21 /* Codes in a variable definition saying where the definition came from.
25 o_default, /* Variable from the default set. */
26 o_env, /* Variable from environment. */
27 o_file, /* Variable given in a makefile. */
28 o_env_override, /* Variable from environment, if -e. */
29 o_command, /* Variable given by user. */
30 o_override, /* Variable from an `override' directive. */
31 o_automatic, /* Automatic variable -- cannot be set. */
44 /* Structure that represents one variable definition.
51 struct variable struct
105 struct variable variable; member in struct:pattern_var
    [all...]
  /external/clang/test/SemaTemplate/
unused-variables.cpp 12 X1 x1; // expected-warning{{unused variable 'x1'}}
18 U u; // expected-warning{{unused variable 'u'}}
  /external/clang/test/SemaObjC/
interface-tu-variable.m 4 int x; // expected-error {{cannot declare variable inside @interface or @protocol}}
5 int one=1; // expected-error {{cannot declare variable inside @interface or @protocol}}
9 int ddd; // expected-error {{cannot declare variable inside @interface or @protocol}}
13 char * III; // expected-error {{cannot declare variable inside @interface or @protocol}}
18 char * III2; // expected-error {{cannot declare variable inside @interface or @protocol}}
  /external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
p9.cpp 18 // A variable declaration which uses the constexpr specifier shall have an
20 constexpr int ni1; // expected-error {{declaration of constexpr variable 'ni1' requires an initializer}}
21 constexpr struct C { C(); } ni2; // expected-error {{declaration of constexpr variable 'ni2' requires an initializer}}
22 constexpr double &ni3; // expected-error {{declaration of constexpr variable 'ni3' requires an initializer}}
24 constexpr int nc1 = i; // expected-error {{constexpr variable 'nc1' must be initialized by a constant expression}}
25 constexpr C nc2 = C(); // expected-error {{constexpr variable 'nc2' must be initialized by a constant expression}}
27 constexpr int &nc3 = f(); // expected-error {{constexpr variable 'nc3' must be initialized by a constant expression}}
28 constexpr int nc4(i); // expected-error {{constexpr variable 'nc4' must be initialized by a constant expression}}
29 constexpr C nc5((C())); // expected-error {{constexpr variable 'nc5' must be initialized by a constant expression}}
31 constexpr int &nc6(f()); // expected-error {{constexpr variable 'nc6' must be initialized by a constant expression}
    [all...]
  /external/jsilver/src/com/google/clearsilver/jsilver/data/
DataContext.java 22 * Manages the global Data object and local variable mappings during rendering.
32 * Creates a new Data object to hold local references, pushes it onto the variable map stack. This
39 * Removes the most recent Data object added to the local variable map stack.
44 * Creates and sets a local variable in the current scope equal to the given value.
46 * @param name the name of the local variable to fetch or create.
47 * @param value The String value to store at the local variable.
52 * Creates and sets a local variable in the current scope equal to the given value. Also set the
54 * whether to autoescape the variable.
56 * @param name the name of the local variable to fetch or create.
57 * @param value The String value to store at the local variable
    [all...]
  /external/jsilver/src/com/google/clearsilver/jsilver/interpreter/
VariableLocator.java 47 * @param variable the variable node to evaluate.
48 * @return a String representing the Variable name, or {@code null} if it is a compound variable
51 private String quickEval(PVariable variable) {
52 if (variable instanceof ANameVariable) {
53 return ((ANameVariable) variable).getWord().getText();
54 } else if (variable instanceof ADecNumberVariable) {
55 return ((ADecNumberVariable) variable).getDecNumber().getText();
56 } else if (variable instanceof AHexNumberVariable)
    [all...]
  /cts/tools/signature-tools/src/signature/model/
ITypeVariableDefinition.java 22 * {@code ITypeVariableDefinition} models a type variable definition.
27 * Returns the upper bounds for this type variable as specified by the
31 * @return the upper bounds for this type variable
36 * Returns the name of this type variable.
38 * @return the name of this type variable
43 * Returns the element on which this type variable is declared.
45 * @return the element on which this type variable is declared
  /ndk/sources/host-tools/make-3.81/tests/scripts/variables/
negative 6 # Check that non-terminated variable references are detected (and
15 '', '#MAKEFILE#:3: *** unterminated variable reference. Stop.',
19 # Bogus variable value passed on the command line.
22 '#MAKEFILE#:4: *** unterminated variable reference. Stop.',
36 '', '#MAKEFILE#:3: *** unterminated variable reference. Stop.',
40 # Bogus variable value passed on the command line.
43 '#MAKEFILE#:4: *** unterminated variable reference. Stop.',
  /external/clang/test/CXX/basic/basic.lookup/basic.lookup.unqual/
p14.cpp 4 // If a variable member of a namespace is defined outside of the
6 // the variable member (after the declarator-id) is looked up as if
7 // the definition of the variable member occurred in its namespace.
  /prebuilt/windows/sdl/host/include/SDL/
SDL_getenv.h 16 /* Put a variable of the form "name=value" into the environment */
17 extern DECLSPEC int SDLCALL SDL_putenv(const char *variable);
20 /* Retrieve a variable named "name" from the environment */

Completed in 2616 milliseconds

1 2 3 4 5 6 7 8 91011>>