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

<<31323334353637383940>>

  /prebuilts/tools/common/proguard/proguard4.7/docs/manual/
optimizations.html 48 "<code>code/simplification/variable,code/simplification/arithmetic</code>"
122 <dt><code><b>code/simplification/variable</b></code></dt>
123 <dd>Performs peephole optimizations for variable loading and storing.</dd>
155 <dt><code><b>code/removal/variable</b></code></dt>
156 <dd>Removes unused variables from the local variable frame.</dd>
161 <dt><code><b>code/allocation/variable</b></code></dt>
162 <dd>Optimizes variable allocation on the local variable frame.</dd>
  /cts/tools/cts-api-coverage/src/res/
api-coverage.xsl 130 <xsl:variable name="colorClass">
136 </xsl:variable>
138 <xsl:variable name="deprecatedClass">
143 </xsl:variable>
156 <xsl:variable name="deprecatedClass">
161 </xsl:variable>
  /external/chromium_org/google_apis/
BUILD.gn 8 # You can set the variable 'use_official_google_api_keys' to true
11 # variable explicitly to true will cause your build to fail if the
14 # The variable is documented here, but not handled in this file;
18 # Set the variable to false to not use the internal file, even when
21 # Leave it unset or set to "" to have the variable
26 # Note that official builds always behave as if the variable
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/cm/
javascript.js 44 var type = {type: "variable", style: "variable-3"};
139 ret("variable", "variable", word);
217 var atomicTypes = {"atom": true, "number": true, "variable": true, "string": true, "regexp": true, "this": true, "jsonld-keyword": true};
252 if (type == "variable" && inScope(state, content)) return "variable-2";
338 if (type == "variable") return cont(pushlex("stat"), maybelabel);
361 else if (type == "variable") return pass(pushcontext, pattern, expect("=>"), body, popcontext);
430 if (type == "variable") {cx.marked = "property"; return cont();
    [all...]
  /external/chromium_org/third_party/angle/src/common/
debug.h 80 #define UNUSED_ASSERTION_VARIABLE(variable)
83 #define UNUSED_ASSERTION_VARIABLE(variable) ((void)variable)
87 #define UNUSED_TRACE_VARIABLE(variable) ((void)variable)
89 #define UNUSED_TRACE_VARIABLE(variable)
  /external/chromium_org/third_party/icu/source/i18n/
rbt_data.h 36 * define a variable, but no way to define a set. This is because the
57 * Map variable name (String) to variable (UnicodeString). A variable name
68 * Map category variable (UChar) to set (UnicodeFunctor).
70 * from variable name to a stand-in character in data.variableNames.
  /external/chromium_org/third_party/mesa/src/src/glsl/
opt_dead_code.cpp 27 * Eliminates dead assignments and variable declarations from the code.
57 * then all of the references are assignments, and the variable is
60 * Note that if the variable is neither assigned nor referenced, both
77 /* Remove a single dead assignment to the variable we found.
91 /* If there are no assignments or references to the variable left,
126 * ignore variable declarations (and the assignments to them) for variables
  /external/chromium_org/tools/gn/
function_get_label_info.cc 33 " \"target_name\" variable inside that target's declaration. For the\n"
43 " value of the \"target_gen_dir\" variable when inside that target's\n"
48 " match the value of the \"root_gen_dir\" variable when inside that\n"
53 " value of the \"target_out_dir\" variable when inside that target's\n"
58 " match the value of the \"root_gen_dir\" variable when inside that\n"
73 " \"current_toolchain\" variable when inside that target's\n"
  /external/clang/test/Misc/
serialized-diags-single-issue.c 13 // CHECK: {{.*}}serialized-diags-single-issue.c:3:12: warning: variable 'voodoo' is uninitialized when used here [-Wuninitialized] [Semantic Issue]
15 // CHECK: +-{{.*}}serialized-diags-single-issue.c:2:13: note: initialize the variable 'voodoo' to silence this warning []
24 // CHECK-MULT: {{.*}}serialized-diags-single-issue.c:3:12: warning: variable 'voodoo' is uninitialized when used here [-Wuninitialized]
26 // CHECK-MULT: +-{{.*}}serialized-diags-single-issue.c:2:13: note: initialize the variable 'voodoo' to silence this warning []
30 // CHECK-MULT: {{.*}}serialized-diags-single-issue.c:3:12: warning: variable 'voodoo' is uninitialized when used here [-Wuninitialized]
32 // CHECK-MULT: +-{{.*}}serialized-diags-single-issue.c:2:13: note: initialize the variable 'voodoo' to silence this warning []
  /external/elfutils/0.153/libdw/
dwarf_getscopevar.c 1 /* Find a named variable or parameter within given scopes.
76 /* Search SCOPES[0..NSCOPES-1] for a variable called NAME.
82 If successful, fill in *RESULT with the DIE of the variable found,
83 and return N where SCOPES[N] is the scope defining the variable.
84 Return -1 for errors or -2 for no matching variable found. */
131 /* Only get here for a variable or parameter. Check the name. */
  /external/icu/icu4c/source/i18n/
rbt_data.h 36 * define a variable, but no way to define a set. This is because the
57 * Map variable name (String) to variable (UnicodeString). A variable name
68 * Map category variable (UChar) to set (UnicodeFunctor).
70 * from variable name to a stand-in character in data.variableNames.
  /external/lldb/source/Interpreter/
OptionGroupVariable.cpp 34 { LLDB_OPT_SET_1 | LLDB_OPT_SET_2, false, "show-declaration",'c', no_argument, NULL, 0, eArgTypeNone, "Show variable declaration information (source file and line where the variable was declared)."},
35 { LLDB_OPT_SET_1 | LLDB_OPT_SET_2, false, "regex", 'r', no_argument, NULL, 0, eArgTypeRegularExpression, "The <variable-name> argument for name lookups are regular expressions."},
36 { LLDB_OPT_SET_1 | LLDB_OPT_SET_2, false, "scope", 's', no_argument, NULL, 0, eArgTypeNone, "Show variable scope (argument, local, global, static)."},
37 { LLDB_OPT_SET_1, false, "summary", 'y', required_argument, NULL, 0, eArgTypeName, "Specify the summary that the variable output should use."},
38 { LLDB_OPT_SET_2, false, "summary-string", 'z', required_argument, NULL, 0, eArgTypeName, "Specify a summary string to use to format the variable output."},
  /external/lldb/test/functionalities/watchpoint/multiple_threads/
TestWatchpointMultipleThreads.py 78 # Now let's set a write-type watchpoint for variable 'g_val'.
81 # writing to the variable.
82 self.expect("watchpoint set variable -w write g_val", WATCHPOINT_CREATED,
123 # Now let's set a write-type watchpoint for variable 'g_val'.
126 # writing to the variable.
127 self.expect("watchpoint set variable -w write g_val", WATCHPOINT_CREATED,
  /external/lldb/test/functionalities/watchpoint/watchpoint_commands/command/
TestWatchpointCommandLLDB.py 22 # And the watchpoint variable declaration line number.
23 self.decl = line_number(self.source, '// Watchpoint variable declaration.')
78 self.expect("watchpoint set variable -w write global", WATCHPOINT_CREATED,
105 # The watchpoint command "forced" our global variable 'cookie' to become 777.
106 self.expect("frame variable --show-globals cookie",
127 self.expect("watchpoint set variable -w write global", WATCHPOINT_CREATED,
  /external/lldb/test/python_api/value/
TestValueAPI.py 64 # Get global variable 'days_of_week'.
71 # Get global variable 'weekdays'.
78 # Get global variable 'g_table'.
94 # Get variable 'my_int_ptr'.
110 # Get variable 'str_ptr'.
133 # Now try to get at the same variable using GetValueForExpressionPath().
  /external/llvm/test/CodeGen/SystemZ/
int-move-09.ll 89 ; Repeat f1 with an unaligned variable.
100 ; Repeat f2 with an unaligned variable.
111 ; Repeat f3 with an unaligned variable.
122 ; Repeat f4 with an unaligned variable.
133 ; Repeat f5 with an unaligned variable.
144 ; Repeat f6 with an unaligned variable.
  /external/mesa3d/src/glsl/
opt_dead_code.cpp 27 * Eliminates dead assignments and variable declarations from the code.
57 * then all of the references are assignments, and the variable is
60 * Note that if the variable is neither assigned nor referenced, both
77 /* Remove a single dead assignment to the variable we found.
91 /* If there are no assignments or references to the variable left,
126 * ignore variable declarations (and the assignments to them) for variables
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
SearchDialogBase.py 85 variable=self.engine.revar,
92 variable=self.engine.casevar,
99 variable=self.engine.wordvar,
107 variable=self.engine.wrapvar,
120 variable=self.engine.backvar, value=1,
127 variable=self.engine.backvar, value=0,
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
SearchDialogBase.py 85 variable=self.engine.revar,
92 variable=self.engine.casevar,
99 variable=self.engine.wordvar,
107 variable=self.engine.wrapvar,
120 variable=self.engine.backvar, value=1,
127 variable=self.engine.backvar, value=0,
  /system/core/include/utils/
Condition.h 37 * Condition variable class. The implementation is system-dependent.
59 // Wait on the condition variable. Lock the mutex before calling.
63 // Signal the condition variable, allowing exactly one thread to continue.
65 // Signal the condition variable, allowing one or all threads to continue.
73 // Signal the condition variable, allowing all threads to continue.
142 * the condition variable cond. If no threads are waiting on cond,
  /external/smack/src/org/jivesoftware/smackx/packet/
DiscoverInfo.java 462 private String variable; field in class:DiscoverInfo.Feature
467 * @param variable the feature's variable.
469 public Feature(String variable) {
470 if (variable == null)
471 throw new IllegalArgumentException("variable cannot be null");
472 this.variable = variable;
476 * Returns the feature's variable.
478 * @return the feature's variable
    [all...]
  /frameworks/base/core/java/android/hardware/camera2/utils/
TypeReference.java 54 * @throws IllegalArgumentException if {@code T}'s actual type contains a type variable
75 "Including a type variable in a type reference is not allowed");
91 "Including a type variable in a type reference is not allowed");
151 * <li>If T is a type variable or a wildcard type, the raw type of the first upper bound is
260 * <p>Intuitively, a type variable is a type in a type expression that refers to a generic
266 * for a more formal definition of a type variable</p>.
282 * class Foo -> no type variable
283 * class Foo<T> - has a type variable
286 * since everything on the right hand side would either include a type variable T
305 * variable as part of the type definition
    [all...]
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
FilterGraph.java 107 * Adds a variable to the graph.
111 * @param name the name of the variable.
112 * @param value the value of the variable or null if no value is to be set yet.
113 * @return the VariableSource filter that holds the value of this variable.
248 // Get variable
249 Filter variable = getFilter(varName); local
250 if (variable == null || !(variable instanceof VariableSource)) {
251 throw new IllegalArgumentException("Unknown variable '" + varName + "'!");
254 // Connect variable (and possibly branch) variable to filte
    [all...]
  /cts/tools/signature-tools/test/signature/converter/
ConvertClassTest.java 155 //test type variable
157 ITypeVariableDefinition variable = sigClass.getTypeParameters().get(0); local
158 assertEquals("T", variable.getName());
159 //test type variable bound
160 assertEquals(1, variable.getUpperBounds().size());
161 IClassReference bound = (IClassReference) variable.getUpperBounds().get(0);
174 //test type variable
176 ITypeVariableDefinition variable = sigClass.getTypeParameters().get(0); local
177 assertEquals("T", variable.getName());
178 //test type variable bound
586 ITypeVariableReference variable = (ITypeVariableReference) parametrizedType.getTypeArguments().get(0); local
    [all...]
  /external/chromium_org/third_party/angle/include/GLSLANG/
ShaderLang.h 361 // variable name including the null
365 // variable name including the null
368 // SH_VARYING_MAX_LENGTH: the length of the longest varying variable name
370 // SH_MAPPED_NAME_MAX_LENGTH: the length of the mapped variable name including
405 // Returns information about a shader variable.
408 // variableType: Specifies the variable type; options include
410 // index: Specifies the index of the variable to be queried.
414 // size: Returns the size of the variable.
415 // type: Returns the data type of the variable.
416 // precision: Returns the precision of the variable
    [all...]

Completed in 506 milliseconds

<<31323334353637383940>>