HomeSort by relevance Sort by last modified time
    Searched refs:assignment (Results 201 - 225 of 540) sorted by null

1 2 3 4 5 6 7 891011>>

  /frameworks/data-binding/compiler/src/main/kotlin/android/databinding/tool/writer/
LayoutBinderWriter.kt     [all...]
  /prebuilts/go/darwin-x86/src/runtime/
mbarrier.go 11 // compiler to implement pointer assignment, slice assignment,
331 // assignment operations, it's not instrumented in the calling
  /prebuilts/go/linux-x86/src/runtime/
mbarrier.go 11 // compiler to implement pointer assignment, slice assignment,
331 // assignment operations, it's not instrumented in the calling
  /external/annotation-tools/annotation-file-utilities/src/annotator/find/
ASTPathCriterion.java 330 case ASSIGNMENT: {
331 AssignmentTree assignment = (AssignmentTree) actualNode;
333 return assignment.getVariable();
335 return assignment.getExpression();
    [all...]
  /external/tensorflow/tensorflow/compiler/xla/service/cpu/
ir_emitter.h 63 // assignment: a BufferAssignment from which we know which temporary buffers
73 IrEmitter(const HloModule& hlo_module, const BufferAssignment& assignment,
394 // Assignment of the temporary buffers needed by the computation and their
  /external/tensorflow/tensorflow/contrib/slim/python/slim/
learning.py 132 # Create the initial assignment op
138 # Create an initial assignment function.
172 # Create an initial assignment function.
205 # Create an initial assignment function.
220 allows you to perform this initial assignment without having to store the values
239 # Create an initial assignment function.
  /build/blueprint/bootstrap/
doc.go 84 // built. It must have a 'subdirs' assignment that includes both the core
  /build/soong/androidmk/cmd/androidmk/
androidmk_test.go 374 // ANDROIDMK TRANSLATION WARNING: No 'include $(CLEAR_VARS)' detected before first assignment; clearing vars now
  /external/golang-protobuf/proto/
clone_test.go 247 // Oneof fields should merge by assignment.
  /external/mesa3d/src/compiler/glsl/
lower_ubo_reference.cpp 530 ir_assignment *assignment = local
532 base_ir->insert_before(assignment);
793 * the assignment so that the temporary is the LHS.
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/syntax/
scanner_test.go 203 // assignment operations
  /prebuilts/go/darwin-x86/src/cmd/vet/
shadow.go 140 // We know it's an assignment, so the LHS must be all identifiers. (We check anyway.)
  /prebuilts/go/darwin-x86/src/net/http/httptrace/
trace.go 18 // unique type to prevent assignment.
  /prebuilts/go/darwin-x86/test/
append.go 242 // not assignment compatible. The return type of append is
assign1.go 7 // Verify assignment rules are enforced by the compiler.
  /prebuilts/go/linux-x86/src/cmd/compile/internal/syntax/
scanner_test.go 203 // assignment operations
  /prebuilts/go/linux-x86/src/cmd/vet/
shadow.go 140 // We know it's an assignment, so the LHS must be all identifiers. (We check anyway.)
  /prebuilts/go/linux-x86/src/net/http/httptrace/
trace.go 18 // unique type to prevent assignment.
  /prebuilts/go/linux-x86/test/
append.go 242 // not assignment compatible. The return type of append is
assign1.go 7 // Verify assignment rules are enforced by the compiler.
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
walk.go 117 Fatalf("call arg not assignment")
726 // Treat as ordinary assignment.
1164 // This m[k] expression is on the left-hand side of an assignment.
1173 // m[k] is not the target of an assignment.
    [all...]
typecheck.go     [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
walk.go 117 Fatalf("call arg not assignment")
726 // Treat as ordinary assignment.
1164 // This m[k] expression is on the left-hand side of an assignment.
1173 // m[k] is not the target of an assignment.
    [all...]
typecheck.go     [all...]
  /external/mesa3d/src/gallium/drivers/r600/
r600_asm.c 321 struct r600_bytecode_alu *assignment[5])
328 assignment[i] = NULL;
338 else if (assignment[chan])
344 if (assignment[4]) {
348 assignment[4] = alu;
350 if (assignment[chan]) {
354 assignment[chan] = alu;
    [all...]

Completed in 611 milliseconds

1 2 3 4 5 6 7 891011>>