Searched
full:variable (Results
301 -
325 of
15203) sorted by null
<<11121314151617181920>>
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/env/ |
modifier.hpp | 12 // Description : defines variable modifiers 31 // ************** environment variable modifiers ************** //
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/ |
Frame.java | 163 string += ((Variable) it.next()).toString(); 201 * This describing frame variable. 204 public final class Variable { 223 public Variable() { 234 * Gets code index of variable. 243 * Sets new code index for variable. 252 * Gets variable name. 261 * Sets new variable name. 264 * new variable name 271 * Gets signature of the variable reference type [all...] |
/external/wpa_supplicant_8/src/eap_peer/ |
eap.h | 112 * This integer variable is used to provide an outside timer that the 138 * get_bool - Get a boolean EAPOL state variable 139 * @variable: EAPOL boolean variable to get 140 * Returns: Value of the EAPOL variable 142 Boolean (*get_bool)(void *ctx, enum eapol_bool_var variable); 145 * set_bool - Set a boolean EAPOL state variable 147 * @variable: EAPOL boolean variable to set 148 * @value: Value for the EAPOL variable [all...] |
/dalvik/dx/tests/051-dex-explicit-null/ |
info.txt | 2 assigning a reference variable to null works, as well as explicitly
|
/dalvik/dx/tests/079-dex-local-variable-renumbering/ |
info.txt | 2 local variable tables stay in sync when the register set gets renumbered
|
/dalvik/dx/tests/087-ssa-local-vars/ |
info.txt | 1 This is a test case to ensure proper preservation of local variable information through the register renamer and dead code remover at the beginning of the SSA conversion.
|
/external/ceres-solver/data/nist/ |
DanWood.dat | 15 variable is energy radieted from a carbon filament
16 lamp per cm**2 per second, and the predictor variable
25 Data: 1 Response Variable (y = energy)
26 1 Predictor Variable (x = temperature)
|
/external/chromium_org/third_party/skia/tools/ |
buildbot_globals.py | 42 """Exception which is raised when a given variable is not found in the 51 var_name: string; the variable to look up. 53 The value of the variable. 55 NoSuchGlobalVariable if there is no variable with that name.
|
/external/chromium_org/v8/test/webkit/ |
for-in-var-scope-expected.txt | 24 This tests that for/in statements properly scope a variable that's declared in one. In previous versions of JavaScriptCore there were two bugs that caused problems. First, the loop variable declaration would not be processed. Second, the code to set the loop variable would incorrectly walk the scope chain even after setting the loop variable.
|
for-in-var-scope.js | 25 "This tests that for/in statements properly scope a variable that's declared in one. " 27 + "First, the loop variable declaration would not be processed. " 28 + "Second, the code to set the loop variable would incorrectly walk the scope chain even after setting the loop variable."
|
/external/clang/test/Analysis/ |
stack-block-returned.cpp | 7 const bptr &qq = ^{ i=0; }; // expected-note {{binding reference variable 'qq' here}}
|
/external/clang/test/CXX/class/class.local/ |
p1.cpp | 11 int g() { return x; } // expected-error{{reference to local variable 'x' declared in enclosing function 'f'}}
|
p3.cpp | 27 int f() { return a; } // expected-error{{reference to local variable 'a' declared in enclosing function 'f3'}}
|
/external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/ |
p12.cpp | 46 [i] {}(); // expected-error{{variable 'i' cannot be implicitly captured in a lambda with no capture-default specified}} 68 auto m4 = [&,j] { // expected-error{{variable 'j' cannot be implicitly captured in a lambda with no capture-default specified}} 69 int x = n; // expected-error{{variable 'n' cannot be implicitly captured in a lambda with no capture-default specified}} 71 x += i; // expected-error{{variable 'i' cannot be implicitly captured in a lambda with no capture-default specified}}
|
/external/clang/test/CXX/temp/temp.decls/temp.variadic/ |
p1.cpp | 8 Tuple<int, float> *t2b = t2a; // expected-error{{cannot initialize a variable of type 'Tuple<int, float> *' with an lvalue of type 'Tuple<int, char> *'}}
|
/external/clang/test/CodeGen/ |
2010-02-15-DbgStaticVar.c | 2 // Test to check intentionally empty linkage name for a static variable.
|
/external/clang/test/CodeGenCXX/ |
2010-06-21-LocalVarDbg.cpp | 3 // local variable info. For example. llvm.dbg.lv.~A is an invalid name.
|
static-mutable.cpp | 7 // The purpose of this test is to ensure that this variable is a global
|
/external/clang/test/Index/ |
comment-c-decls.c | 24 * \brief global variable; 30 * \brief local variable; 36 * \brief external variable 43 * \brief a local variable
|
format-comment-cdecls.c | 19 * \brief global variable; 25 * \brief local variable; 31 * \brief external variable 38 * \brief a local variable
|
index-pch.cpp | 4 // CHECK: [indexDeclaration]: kind: variable | name: wideStr
|
/external/clang/test/Parser/ |
builtin_classify_type.c | 12 static int ary2[(__builtin_classify_type)(a)]; // expected-error{{variable length array declaration cannot have 'static' storage duration}}
|
/external/clang/test/SemaCXX/ |
warn-variable-not-needed.cpp | 4 static int abc = 42; // expected-warning {{variable 'abc' is not needed and will not be emitted}}
|
/external/clang/test/SemaObjCXX/ |
foreach.mm | 9 for ((id)2 : a); // expected-error {{for range declaration must declare a variable}} \ 11 for (2 : a); // expected-error {{for range declaration must declare a variable}} \ 68 for (obj.prop : collection) { // expected-error {{for range declaration must declare a variable}} \ 76 for (fn x in array) { } // expected-error{{non-variable declaration in 'for' loop}}
|
ivar-lookup.mm | 15 int *ip = [Ivar method]; // Okay; calls A's method on the instance variable Ivar.
|
Completed in 3771 milliseconds
<<11121314151617181920>>