HomeSort by relevance Sort by last modified time
    Searched refs:assignment (Results 51 - 75 of 110) sorted by null

1 23 4 5

  /external/elfutils/src/
ldscript.c 193 static struct assignment *new_assignment (const char *variable,
240 struct assignment *assignment; member in union:YYSTYPE
595 "outputsections", "outputsection", "assignment", "inputsections",
    [all...]
  /external/chromium_org/third_party/mesa/src/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
ast_function.cpp 251 ir_assignment *assignment local
253 post_call_conversions.push_tail(assignment);
664 ir_instruction *assignment = new(ctx) ir_assignment(lhs, rhs, NULL); local
665 instructions->push_tail(assignment);
788 /* Mask of fields to be written in the assignment.
826 /* Mask of fields to be written in the assignment.
854 * Generate assignment of a portion of a vector to a portion of a matrix column
856 * \param src_base First component of the source to be used in assignment
886 /* Mask of fields to be written in the assignment.
    [all...]
  /external/chromium_org/v8/test/mjsunit/
override-read-only-property.js 42 // Assignment to a property which does not exist on the object itself,
49 // Assignment to a property which does not exist on the object itself,
57 // Assignment to read-only property on the object itself is ignored.
61 // 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
array-slice.js 272 // via indexed assignment.
  /external/chromium_org/v8/test/mjsunit/regress/
regress-1530.js 34 // Verify that normal assignment of 'prototype' property works properly
regress-52801.js 33 // (where x is undefined), but the assignment to x after the with-statement is
  /external/chromium_org/v8/test/webkit/fast/js/kde/
lval-exceptions.js 30 // Read-modify-write versions of assignment should throw as well
  /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
ast_function.cpp 251 ir_assignment *assignment local
253 post_call_conversions.push_tail(assignment);
664 ir_instruction *assignment = new(ctx) ir_assignment(lhs, rhs, NULL); local
665 instructions->push_tail(assignment);
788 /* Mask of fields to be written in the assignment.
826 /* Mask of fields to be written in the assignment.
854 * Generate assignment of a portion of a vector to a portion of a matrix column
856 * \param src_base First component of the source to be used in assignment
886 /* Mask of fields to be written in the assignment.
    [all...]
  /external/v8/test/mjsunit/
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
array-slice.js 272 // via indexed assignment.
  /external/v8/test/mjsunit/regress/
regress-1530.js 34 // Verify that normal assignment of 'prototype' property works properly
regress-52801.js 33 // (where x is undefined), but the assignment to x after the with-statement is
  /frameworks/base/media/mca/filterfw/java/android/filterfw/io/
TextGraphReader.java 310 KeyValueMap assignment = readKeyValueAssignments(scanner, semicolonPattern); local
311 mBoundReferences.putAll(assignment);
  /external/chromium_org/third_party/mesa/src/docs/OLD/
MESA_packed_depth_stencil.spec 171 The assignment of elements to fields in the packed pixel is as
  /external/icu4c/common/
locid.cpp 982 const char* assignment = uprv_strchr(fullName, '='); local
984 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
  /ndk/build/core/
default-build-commands.mk 107 # IMPORTANT: The following definitions must use lazy assignment because
  /system/core/sh/
var.c 695 error("List assignment not implemented");
  /external/chromium_org/third_party/icu/source/common/
locid.cpp 164 gDefaultLocale = newFirstDefault; // Assignment to gDefaultLocale must happen inside mutex
237 gDefaultLocale = hashTableVal; // Assignment to gDefaultLocale must happen inside mutex
1046 const char* assignment = uprv_strchr(fullName, '='); local
1048 if(assignment > variantStart) {
  /external/chromium_org/v8/test/mjsunit/harmony/
private.js 222 // Set the even symbols via assignment.
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
r600_asm.c 604 struct r600_bytecode_alu *assignment[5])
611 assignment[i] = NULL;
621 else if (assignment[chan])
627 if (assignment[4]) {
631 assignment[4] = alu;
633 if (assignment[chan]) {
637 assignment[chan] = alu;
    [all...]

Completed in 468 milliseconds

1 23 4 5