Searched
full:variable (Results
551 -
575 of
15203) sorted by null
<<21222324252627282930>>
/external/chromium_org/base/ |
auto_reset.h | 10 // base::AutoReset<> is useful for setting a variable to a new value only within 11 // a particular scope. An base::AutoReset<> object resets a variable to its
|
/external/chromium_org/build/config/ |
sysroot.gni | 5 # This header file defines the "sysroot" variable which is the absolute path 6 # of the sysroot. If no sysroot applies, the variable will be an empty string.
|
/external/chromium_org/chrome/common/extensions/docs/server2/ |
environment_test.py | 15 # variable that AppEngine sets, or the version extracted from app.yaml 16 # if no such variable exists (e.g. preview.py). The latter, we assume,
|
/external/chromium_org/google_apis/ |
determine_use_official_keys.gypi | 6 # use_official_google_api_keys variable (unless it is already 12 # See documentation of this variable in //build/common.gypi.
|
/external/chromium_org/native_client_sdk/src/examples/demo/nacl_io_demo/ |
queue.h | 12 * and a condition variable. 24 * variable. Again, this may not be as fast as spin-waiting, but will consume
|
/external/chromium_org/sandbox/linux/suid/common/ |
suid_unsafe_environment_variables.h | 51 // Return a malloc allocated string containing the 'saved' environment variable 52 // name for a given environment variable.
|
/external/chromium_org/third_party/android_crazy_linker/src/tests/ |
jni_lib.cpp | 19 "%s: Env variable %s has invalid value: %s (expected INIT)\n", 35 "%s: Env variable %s has invalid value: %s (expected LOADED)\n",
|
/external/chromium_org/third_party/icu/source/test/compat/ |
readme.txt | 36 Note: The name of the LD_LIBRARY_PATH variable is different on some systems. 38 the variable that is used there. LD_LIBRARY_PATH is the correct name
|
/external/chromium_org/third_party/npapi/npspy/extern/nspr/ |
prcvar.h | 46 ** Create a new condition variable. 48 ** "lock" is the lock used to protect the condition variable. 59 ** Destroy a condition variable. There must be no thread 70 ** the condition variable will be released, which must have be held 91 ** with the condition variable or the thread was interrupted (PR_Interrupt()). 107 ** with the condition variable. 112 ** Notify all of the threads waiting on the condition variable. The order 117 ** with the condition variable.
|
/external/chromium_org/third_party/sqlite/ |
separate_cache_pool.patch | 9 - ** The seperateCache variable is true if each PCache has its own private 10 + ** The separateCache variable is true if each PCache has its own private
|
sqlite-3.7.6.3-fix-out-of-scope-memory-reference.patch | 7 + Fts3HashElem *pE; /* Iterator variable */ 14 - Fts3HashElem *pE = 0; /* Iterator variable */
|
/external/chromium_org/tools/gyp/test/generator-output/rules/subdir1/ |
executable.gyp | 30 # in a variable-named path like <(INTERMEDIATE_DIR) 47 # in a variable-named path like <(INTERMEDIATE_DIR)
|
/external/chromium_org/v8/src/base/ |
compiler-specific.h | 10 // Annotate a variable indicating it's ok if the variable is not used.
|
/external/clang/include/clang/AST/ |
LambdaCapture.h | 24 /// \brief Describes the capture of a variable or of \c this, or of a 47 /// \brief Create a new capture of a variable or of \c this. 56 /// \param Var The local variable being captured, or null if capturing 73 /// \brief Determine whether this capture handles a variable. 83 /// \brief Retrieve the declaration of the local variable being 86 /// This operation is only valid if this capture is a variable capture 89 assert(capturesVariable() && "No variable available for 'this' capture"); 105 /// returns the location at which the variable or \c this was first
|
/external/clang/test/ARCMT/ |
rewrite-block-var.m | 21 __block Foo *x; // __block used as output variable. 28 __block Foo *x; // __block used as output variable.
|
rewrite-block-var.m.result | 21 __block Foo *x; // __block used as output variable. 28 __block Foo *x; // __block used as output variable.
|
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.stc/ |
p2.cpp | 6 auto int ao; // expected-error {{illegal storage class on file-scoped variable}} 9 register int ro; // expected-error {{illegal storage class on file-scoped variable}}
|
/external/clang/test/CXX/over/over.oper/over.literal/ |
p2.cpp | 21 int operator "" _e; // expected-error {{cannot be the name of a variable}} 24 int operator "" _f; // expected-error {{cannot be the name of a variable}}
|
/external/clang/test/CXX/stmt.stmt/stmt.ambig/ |
p1-0x.cpp | 26 T(*g)(double(3)); // expected-error{{cannot initialize a variable of type 'T (*)' with an rvalue of type 'double'}} 38 decltype(T())(*g)(double(3)); // expected-error{{cannot initialize a variable of type 'decltype(T()) (*)' (aka 'T *') with an rvalue of type 'double'}}
|
/external/clang/test/CodeGen/ |
2002-07-14-MiscListTests.c | 25 static int Foo = 0; // Test static local variable 26 Foo += 1; // Increment static variable
|
mangle.c | 29 // Function becomes a variable. 38 // Variable becomes a function
|
/external/clang/test/Sema/ |
array-constraint.c | 9 struct s v, *p; // expected-error {{variable has incomplete type 'struct s'}} 44 typedef int TA[I]; // expected-error {{variable length array declaration not allowed at file scope}}
|
/external/clang/test/SemaCXX/ |
unused.cpp | 31 *x; // expected-warning {{expression result unused; assign into a variable to force a volatile load}} 32 (void)*x; // expected-warning {{expression result unused; assign into a variable to force a volatile load}}
|
/external/clang/test/SemaObjC/ |
class-bitfield.m | 32 char *isa; // expected-error {{instance variable 'isa' has conflicting type: 'char *' vs 'void *'}} 35 int c: 3; // expected-error {{instance variable 'c' has conflicting bit-field width}}
|
conflicting-ivar-test-1.m | 14 int XIVAR; // expected-error {{conflicting instance variable names: 'XIVAR' vs 'IVAR'}} 65 short IVAR; // expected-error {{instance variable 'IVAR' has conflicting type: 'short' vs 'int'}}
|
Completed in 2060 milliseconds
<<21222324252627282930>>