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

  /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.
60 kill_for_derefs_visitor(exec_list *assignments)
62 this->assignments = assignments;
69 foreach_iter(exec_list_iterator, iter, *this->assignments) {
83 exec_list *assignments; member in class:kill_for_derefs_visitor
114 process_assignment(void *ctx, ir_assignment *ir, exec_list *assignments)
118 kill_for_derefs_visitor v(assignments);
189 exec_list assignments; local
    [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...]
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/
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.
unicode-test.js     [all...]
  /system/media/mca/filterfw/java/android/filterfw/io/
GraphReader.java 39 public abstract KeyValueMap readKeyValueAssignments(String assignments) throws GraphIOException;
TextGraphReader.java 344 public KeyValueMap readKeyValueAssignments(String assignments) throws GraphIOException {
346 PatternScanner scanner = new PatternScanner(assignments, ignorePattern);
419 "Unexpected end of assignments on line " + scanner.lineNo() + "!");
  /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,
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
LintEclipseContext.java 204 String assignments = store.getString(AdtPrefs.PREFS_LINT_SEVERITIES); local
205 if (assignments != null && assignments.length() > 0) {
206 for (String assignment : assignments.split(",")) { //$NON-NLS-1$
  /libcore/luni/src/main/java/java/lang/
System.java 341 * Adds each element of 'assignments' to 'p', treating each element as an
344 private static void parsePropertyAssignments(Properties p, String[] assignments) {
345 for (String assignment : assignments) {
  /system/media/mca/filterfw/java/android/filterfw/core/
Filter.java 114 public final void initWithAssignmentString(String assignments) {
116 KeyValueMap valueMap = new TextGraphReader().readKeyValueAssignments(assignments);
  /external/chromium/chrome/browser/password_manager/
password_store_mac.cc 208 int assignments = sscanf(time_string, "%4d%2d%2d%2d%2d%2dZ",
214 if (assignments == 6) {
    [all...]
  /ndk/build/core/
add-application.mk 107 # Because GNU Make makes the APP_ABI variable read-only (any assignments
  /external/v8/src/
parser.cc 508 // Keeps track of assignments to properties of this. Used for
927 // function contains only assignments of this type.
939 // not simple this property assignments.
969 Handle<FixedArray> assignments = local
972 assignments->set(i * 3, *names_->at(i));
973 assignments->set(i * 3 + 1, Smi::FromInt(assigned_arguments_->at(i)));
974 assignments->set(i * 3 + 2, *assigned_constants_->at(i));
976 return assignments;
    [all...]
objects.cc     [all...]
  /ndk/sources/host-tools/sed-4.2.1/build-aux/
texinfo.tex     [all...]
  /external/grub/docs/
texinfo.tex     [all...]

Completed in 2454 milliseconds