HomeSort by relevance Sort by last modified time
    Searched refs:assignments (Results 1 - 25 of 49) sorted by null

1 2

  /external/chromium_org/third_party/mesa/src/src/glsl/
opt_dead_code_local.cpp 27 * Eliminates local dead assignments from the code.
29 * This operates on basic blocks, tracking assignments and finding if
33 * for assignments to variables that are never read.
66 kill_for_derefs_visitor(exec_list *assignments)
68 this->assignments = assignments;
73 foreach_iter(exec_list_iterator, iter, *this->assignments) {
118 exec_list *assignments; member in class:__anon14994::kill_for_derefs_visitor
150 process_assignment(void *ctx, ir_assignment *ir, exec_list *assignments)
154 kill_for_derefs_visitor v(assignments);
283 exec_list assignments; local
    [all...]
  /external/mesa3d/src/glsl/
opt_dead_code_local.cpp 27 * Eliminates local dead assignments from the code.
29 * This operates on basic blocks, tracking assignments and finding if
33 * for assignments to variables that are never read.
66 kill_for_derefs_visitor(exec_list *assignments)
68 this->assignments = assignments;
73 foreach_iter(exec_list_iterator, iter, *this->assignments) {
118 exec_list *assignments; member in class:__anon25338::kill_for_derefs_visitor
150 process_assignment(void *ctx, ir_assignment *ir, exec_list *assignments)
154 kill_for_derefs_visitor v(assignments);
283 exec_list assignments; local
    [all...]
  /external/chromium_org/v8/test/mjsunit/compiler/
assignment.js 28 // Tests for compound assignments at the top level
49 // Test compound assignments in an anonymous function with local variables.
71 // Test compound assignments in an anonymous function with global variables.
93 // Test compound assignments in a named function with local variables.
117 // Test compound assignments in a named function with global variables.
143 // Tests for compound assignments in a loop at the top level
166 // Test compound assignments in an anonymous function with local variables.
190 // Test compound assignments in an anonymous function with global variables.
214 // Test compound assignments in a named function with local variables.
240 // Test compound assignments in a named function with global variables
    [all...]
regress-const.js 30 // Test const initialization and assignments.
globals.js 28 // Test references and assignments to global variables.
literals-assignment.js 28 // Tests for simple assignments and literals inside an anonymous function
loops.js 37 // Test assignments in the loop condition.
simple-deopt.js 71 // Test deopt with assignments to parameters.
  /external/v8/test/mjsunit/compiler/
assignment.js 28 // Tests for compound assignments at the top level
49 // Test compound assignments in an anonymous function with local variables.
71 // Test compound assignments in an anonymous function with global variables.
93 // Test compound assignments in a named function with local variables.
117 // Test compound assignments in a named function with global variables.
143 // Tests for compound assignments in a loop at the top level
166 // Test compound assignments in an anonymous function with local variables.
190 // Test compound assignments in an anonymous function with global variables.
214 // Test compound assignments in a named function with local variables.
240 // Test compound assignments in a named function with global variables
    [all...]
regress-const.js 30 // Test const initialization and assignments.
globals.js 28 // Test references and assignments to global variables.
literals-assignment.js 28 // Tests for simple assignments and literals inside an anonymous function
loops.js 37 // Test assignments in the loop condition.
simple-deopt.js 71 // Test deopt with assignments to parameters.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
GlobalLintConfiguration.java 63 String assignments = store.getString(AdtPrefs.PREFS_LINT_SEVERITIES); local
64 if (assignments != null && assignments.length() > 0) {
65 for (String assignment : assignments.split(",")) { //$NON-NLS-1$
  /external/chromium_org/v8/test/mjsunit/
this-property-assignment.js 28 // Tests the handling of multiple assignments to the same property in a
29 // constructor that only has simple this property assignments.
  /external/v8/test/mjsunit/
this-property-assignment.js 28 // Tests the handling of multiple assignments to the same property in a
29 // constructor that only has simple this property assignments.
  /frameworks/base/media/mca/filterfw/java/android/filterfw/io/
GraphReader.java 39 public abstract KeyValueMap readKeyValueAssignments(String assignments) throws GraphIOException;
  /external/chromium_org/v8/test/webkit/
resize-array-assign.js 24 description("Tests that assignments into arrays behave properly after the array is resized.")
rehash-assign.js 24 description("Tests that assignments to global variables behave properly when the property table is rehashed.");
  /external/chromium_org/third_party/jinja2/
ext.py 406 assignments = []
409 if assignments:
414 assignments.append(nodes.Assign(target, expr, lineno=lineno))
415 node.body = assignments + \
  /external/chromium_org/v8/test/mjsunit/regress/
regress-969.js 28 // Regression test for bugs when deoptimizing after assignments in effect
36 // This test uses comma expressions to put assignments in effect contexts,
regress-1563.js 33 // assignments.
  /external/v8/test/mjsunit/regress/
regress-969.js 28 // Regression test for bugs when deoptimizing after assignments in effect
36 // This test uses comma expressions to put assignments in effect contexts,
regress-1563.js 33 // assignments.

Completed in 574 milliseconds

1 2