HomeSort by relevance Sort by last modified time
    Searched refs:assignment (Results 26 - 50 of 95) sorted by null

12 3 4

  /external/llvm/test/MC/PowerPC/
ppc64-localentry.s 74 # Verify that symbol assignment copies the Other bits.
  /external/v8/test/mjsunit/compiler/
assignment.js 267 // Test assignment in test context.
274 // Test for assignment using a keyed store ic:
short-circuit.js 65 // Slot assignment in value/test context.
69 // Slot assignment in test/value context.
globals.js 67 // Test simple assignment to non-deletable and deletable globals.
  /external/v8/test/mjsunit/
const.js 47 // Test that the value is read eventhough assignment is disallowed.
override-read-only-property.js 40 // Assignment to a property which does not exist on the object itself,
47 // Assignment to a property which does not exist on the object itself,
55 // Assignment to read-only property on the object itself is ignored.
59 // G should be read-only on the global object and the assignment is
object-prevent-extensions.js 119 // assignment should return right hand side value
  /external/v8/test/webkit/
codegen-assign-nontemporary-as-rexp.js 25 'Tests whether bytecode codegen properly handles assignment as righthand expression.'
named-function-expression.js 69 // Assignment.
99 // Resolve assignment before tear-off.
111 // Resolve assignment after tear-off.
147 // Eval assignment (should not overwrite).
  /external/v8/test/webkit/fast/js/kde/
arguments-scope.js 64 // .. but the assignment shoud just happen
lval-exceptions.js 30 // Read-modify-write versions of assignment should throw as well
  /hardware/invensense/65xx/libsensors_iio/software/build/android/
common.mk 17 # ?= assignment sets it only if not already defined
  /external/elfutils/src/src/
ld.c     [all...]
  /dalvik/dx/src/com/android/dx/ssa/back/
FirstFitLocalCombiningAllocator.java 718 * 1) Adds a local variable assignment to the
726 * local variable assignment
729 RegisterSpec assignment;
730 assignment = insn.getLocalAssignment();
732 if (assignment != null) {
733 LocalItem local = assignment.getLocalItem();
743 regList.add(assignment);
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/ssa/back/
FirstFitLocalCombiningAllocator.java 639 * 1) Adds a local variable assignment to the
647 * local variable assignment
650 RegisterSpec assignment;
651 assignment = insn.getLocalAssignment();
653 if (assignment != null) {
654 LocalItem local = assignment.getLocalItem();
664 regList.add(assignment);
    [all...]
  /external/mesa3d/src/glsl/
lower_variable_index_to_cond_assign.cpp 42 * the RHS of the assignment is assigned to a temporary. The non-constant
213 /* Generate a conditional assignment to (or from) the constant indexed
217 ir_assignment *const assignment = (is_write) local
221 list->push_tail(assignment);
453 /* If the original assignment has a condition, respect that original
  /external/v8/test/mjsunit/regress/
regress-52801.js 33 // (where x is undefined), but the assignment to x after the with-statement is
regress-1530.js 34 // Verify that normal assignment of 'prototype' property works properly
  /frameworks/base/media/mca/filterfw/java/android/filterfw/io/
TextGraphReader.java 310 KeyValueMap assignment = readKeyValueAssignments(scanner, semicolonPattern); local
311 mBoundReferences.putAll(assignment);
  /frameworks/rs/api/
rs_value_types.spec 74 v4.yzz = v3; // Invalid: z appears twice in an assignment<br/>
  /libcore/luni/src/main/java/java/lang/
System.java     [all...]
  /external/v8/src/
parser.cc 1985 Assignment* assignment = factory()->NewAssignment(init_op, proxy, value, pos); local
2349 Assignment* assignment = local
2366 Assignment* assignment = local
2991 Assignment* assignment = factory()->NewAssignment( local
3004 Assignment* assignment = factory()->NewAssignment( local
3030 Assignment* assignment = factory()->NewAssignment( local
3053 Assignment* assignment = factory()->NewAssignment( local
3081 Assignment* assignment = factory()->NewAssignment( local
3197 Assignment* assignment = factory()->NewAssignment( local
3796 Assignment* assignment = factory()->NewAssignment( local
    [all...]
  /external/icu/icu4c/source/common/
locid.cpp 1011 const char* assignment = uprv_strchr(fullName, '='); local
1013 if(assignment > variantStart) {
  /external/mesa3d/docs/OLD/
MESA_packed_depth_stencil.spec 171 The assignment of elements to fields in the packed pixel is as
  /hardware/invensense/6515/libsensors_iio/software/build/android/
common.mk 25 # ?= assignment sets it only if not already defined

Completed in 766 milliseconds

12 3 4