HomeSort by relevance Sort by last modified time
    Searched full:variable (Results 351 - 375 of 15203) sorted by null

<<11121314151617181920>>

  /external/chromium_org/tools/gyp/test/mac/postbuilds/
test.gyp 23 'postbuild_name': 'Test variable in gyp file',
54 'postbuild_name': 'Test variable in gyp file',
77 'postbuild_name': 'Test variable in gyp file',
  /external/clang/test/ASTMerge/
var.c 5 // CHECK: var2.c:2:9: error: external variable 'x1' declared with incompatible types in different translation units ('double *' vs. 'float **')
7 // CHECK: var2.c:3:5: error: external variable 'x2' declared with incompatible types in different translation units ('int' vs. 'double')
10 // CHECK: error: external variable 'xarray3' declared with incompatible types in different translation units ('int [17]' vs. 'int [18]')
  /external/clang/test/CXX/basic/basic.lookup/basic.lookup.unqual/
p14.cpp 5 // If a variable member of a namespace is defined outside of the
7 // the variable member (after the declarator-id) is looked up as if
8 // the definition of the variable member occurred in its namespace.
  /external/clang/test/Sema/
attr-unused.c 20 int x; // expected-warning {{unused variable}}
22 Int_not_unused i0; // expected-warning {{unused variable}}
25 struct Test0_not_unused s0; // expected-warning {{unused variable}}
attr-alias-elf.c 7 void f2(void) __attribute__((alias("g2"))); // expected-error {{alias must point to a defined variable or function}}
10 void f3(void) __attribute__((alias("g3"))); // expected-error {{alias must point to a defined variable or function}}
48 extern int a2 __attribute__((alias("b2"))); // expected-error {{alias must point to a defined variable or function}}
50 extern int a3 __attribute__((alias("b3"))); // expected-error {{alias must point to a defined variable or function}}
53 extern int a4 __attribute__((alias("b4"))); // expected-error {{alias must point to a defined variable or function}}
  /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/
foreach.m 16 for (id thisKey in keys); /* expected-warning {{unused variable 'thisKey'}} */
17 for (id thisKey in keys); /* expected-warning {{unused variable 'thisKey'}} */
44 for (id thing in collection) { } /* expected-warning {{unused variable 'thing'}} */
ivar-ref-misuse.m 18 sprite = foo; // expected-error {{instance variable 'sprite' accessed in class method}}
36 sprite = 15; // expected-warning {{local declaration of 'sprite' hides instance variable}}
38 spree = 17; // expected-warning {{local declaration of 'spree' hides instance variable}}
arc-property.m 5 id __weak myString; // expected-error {{existing instance variable 'myString' for strong property 'myString' may not be __weak}}
7 id __weak myString2; // expected-error {{existing instance variable 'myString2' for strong property 'myString2' may not be __weak}}
9 id StrongIvar5; // expected-error {{existing instance variable 'StrongIvar5' for __weak property 'myString5' must be __weak}}
34 id __unsafe_unretained x; // expected-error {{existing instance variable 'x' for __weak property 'x' must be __weak}}
35 id __strong y; // expected-error {{existing instance variable 'y' for __weak property 'y' must be __weak}}
  /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/qemu/distrib/sdl-1.2.15/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.15/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.15/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...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/
NdkVariables.java 21 /** Variable that expands to the full path of NDK's ABI specific gdb. */
24 /** Variable that expands to point to the full path of the project used in the launch
28 /** Variable that indicates the ABI that is compatible between the device and the
  /external/chromium_org/v8/src/compiler/
ast-graph-builder.h 78 Node* BuildArgumentsObject(Variable* arguments);
80 // Builders for variable load and assignment.
81 Node* BuildVariableAssignment(Variable* var, Node* value, Token::Value op,
83 Node* BuildVariableDelete(Variable* var);
84 Node* BuildVariableLoad(Variable* var, BailoutId bailout_id,
97 Node* BuildThrowReferenceError(Variable* var);
101 Node* BuildHoleCheckThrow(Node* value, Variable* var, Node* not_hole);
209 void Bind(Variable* variable, Node* node) {
210 DCHECK(variable->IsStackAllocated())
    [all...]
  /frameworks/base/tools/aidl/
generate_java_binder.cpp 15 Variable* transact_code;
16 Variable* transact_data;
17 Variable* transact_reply;
18 Variable* transact_flags;
36 new Variable(STRING_TYPE, "DESCRIPTOR"));
65 this->transact_code = new Variable(INT_TYPE, "code");
66 this->transact_data = new Variable(PARCEL_TYPE, "data");
67 this->transact_reply = new Variable(PARCEL_TYPE, "reply");
68 this->transact_flags = new Variable(INT_TYPE, "flags");
96 Variable* obj = new Variable(IBINDER_TYPE, "obj")
    [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/chromium_org/third_party/cython/src/Cython/Includes/cpython/
ref.pxd 33 # from a global variable should be in a consistent state before
36 # temporary variable, update the list data structure, and then
37 # call Py_DECREF() for the temporary variable.
51 # uses a temporary variable and sets the argument to NULL before
54 # value of a variable that might be traversed during garbage
  /external/chromium_org/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/clang/test/Analysis/objc/
direct-ivar-assignment-in-annotated-functions.m 47 (__A) = In; // expected-warning {{Direct assignment to an instance variable backing a property; use the setter instead}}
48 _X = In; // expected-warning {{Direct assignment to an instance variable backing a property; use the setter instead}}
49 _Y = In; // expected-warning {{Direct assignment to an instance variable backing a property; use the setter instead}}
50 _Z = In; // expected-warning {{Direct assignment to an instance variable backing a property; use the setter instead}}
51 _nonSynth = 0; // expected-warning {{Direct assignment to an instance variable backing a property; use the setter instead}}
  /external/clang/test/Analysis/
objc-properties.m 66 (__A) = In; // expected-warning {{Direct assignment to an instance variable backing a property; use the setter instead}}
67 _X = In; // expected-warning {{Direct assignment to an instance variable backing a property; use the setter instead}}
68 _Y = In; // expected-warning {{Direct assignment to an instance variable backing a property; use the setter instead}}
69 _Z = In; // expected-warning {{Direct assignment to an instance variable backing a property; use the setter instead}}
70 _nonSynth = 0; // expected-warning {{Direct assignment to an instance variable backing a property; use the setter instead}}
  /external/clang/test/OpenMP/
parallel_shared_messages.cpp 59 #pragma omp parallel shared (argc > 0 ? argv[1] : argv[2]) // expected-error {{expected variable name}}
63 #pragma omp parallel shared (argv[1]) // expected-error {{expected variable name}}
68 #pragma omp parallel shared(h) // expected-error {{threadprivate or thread local variable cannot be shared}}
69 #pragma omp parallel private(i), shared(i) // expected-error {{private variable cannot be shared}} expected-note {{defined as private}}
71 #pragma omp parallel firstprivate(i), shared(i) // expected-error {{firstprivate variable cannot be shared}} expected-note {{defined as firstprivate}}
  /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/lldb/test/benchmarks/frame_variable/
TestFrameVariableResponse.py 1 """Test lldb's response time for 'frame variable' command."""
30 """Test response time for the 'frame variable' command."""
33 print "lldb frame variable benchmark:", self.stopwatch
60 # Measure the 'frame variable' response time.
61 child.sendline('frame variable')
  /external/lldb/test/lang/cpp/wchar_t/
TestCxxWCharT.py 54 self.expect("frame variable foo_y",
58 self.expect("frame variable foo_x",
62 self.expect("frame variable foo_y.object",
66 self.expect("frame variable foo_x.object",
73 self.expect("frame variable mazeltov",

Completed in 1215 milliseconds

<<11121314151617181920>>