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

1 2 3 4 5 6 7 8 91011>>

  /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...]
opt_dead_code.cpp 27 * Eliminates dead assignments and variable declarations from the code.
41 * Note that this will remove assignments to globals, so it is not suitable
57 * then all of the references are assignments, and the variable is
91 /* If there are no assignments or references to the variable left,
126 * ignore variable declarations (and the assignments to them) for variables
  /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:__anon25359::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...]
opt_dead_code.cpp 27 * Eliminates dead assignments and variable declarations from the code.
41 * Note that this will remove assignments to globals, so it is not suitable
57 * then all of the references are assignments, and the variable is
91 /* If there are no assignments or references to the variable left,
126 * ignore variable declarations (and the assignments to them) for variables
  /external/junit/src/org/junit/experimental/theories/internal/
Assignments.java 18 * A potentially incomplete list of value assignments for a method's formal
21 public class Assignments {
28 private Assignments(List<PotentialAssignment> assigned,
39 public static Assignments allUnassigned(Method testMethod,
45 return new Assignments(new ArrayList<PotentialAssignment>(),
57 public Assignments assignNext(PotentialAssignment source) {
62 return new Assignments(assigned, fUnassigned.subList(1, fUnassigned
  /external/junit/src/org/junit/experimental/theories/
Theories.java 14 import org.junit.experimental.theories.internal.Assignments;
89 runWithAssignment(Assignments.allUnassigned(
98 protected void runWithAssignment(Assignments parameterAssignment)
107 protected void runWithIncompleteAssignment(Assignments incomplete)
116 protected void runWithCompleteAssignment(final Assignments complete)
160 final FrameworkMethod method, final Assignments complete, final Object freshInstance) {
  /external/chromium_org/net/ssl/
ssl_client_cert_type.h 11 // http://www.iana.org/assignments/tls-parameters/tls-parameters.xml#tls-parameters-1
  /external/chromium_org/net/third_party/nss/ssl/
Makefile 8 # (1) Include initial platform-independent assignments (MANDATORY). #
26 # (4) Include "local" platform-dependent assignments (OPTIONAL). #
  /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...]
  /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...]
  /external/bison/examples/calc++/
calc++-parser.yy 50 unit: assignments exp { driver.result = $2; };
52 assignments:
54 | assignments assignment {};
  /external/iproute2/include/linux/
atmapi.h 20 * the struct in order hide the array, so that we can make simple assignments
  /external/kernel-headers/original/linux/
atmapi.h 20 * the struct in order hide the array, so that we can make simple assignments
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
atmapi.h 20 * the struct in order hide the array, so that we can make simple assignments
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
atmapi.h 20 * the struct in order hide the array, so that we can make simple assignments
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
atmapi.h 20 * the struct in order hide the array, so that we can make simple assignments
  /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.
invalid-lhs.js 31 // Normal assignments:
57 // Assignments to 'this'.
  /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.
invalid-lhs.js 31 // Normal assignments:
57 // Assignments to 'this'.
  /external/llvm/lib/Target/SystemZ/
SystemZ.h 33 // Condition-code mask assignments for integer and floating-point
42 // Condition-code mask assignments for floating-point comparisons only.
50 // Condition-code mask assignments for CS.
  /external/chromium/net/base/
dns_util.h 33 // http://www.iana.org/assignments/dns-parameters
47 // http://www.iana.org/assignments/dns-sec-alg-numbers/dns-sec-alg-numbers.xhtml
ssl_cipher_suite_names.h 17 // http://www.iana.org/assignments/tls-parameters/tls-parameters.xml
  /development/ndk/platforms/android-18/samples/gles3jni/
README 27 assignments.
  /external/chromium_org/net/http/
http_status_code.h 24 // http://www.iana.org/assignments/http-status-codes/http-status-codes.xml

Completed in 1158 milliseconds

1 2 3 4 5 6 7 8 91011>>