HomeSort by relevance Sort by last modified time
    Searched refs:assigns (Results 1 - 25 of 77) sorted by null

1 2 3 4

  /external/libchrome/base/
bind_unittest.cc 107 int* assigns,
111 assigns_(assigns),
124 int* assigns,
128 assigns_(assigns),
203 CopyCounter(int* copies, int* assigns)
204 : counter_(copies, assigns, nullptr, nullptr) {}
663 int assigns = 0; local
666 CopyMoveCounter counter(&copies, &assigns, &move_constructs, &move_assigns);
671 EXPECT_EQ(0, assigns);
686 int assigns = 0 local
1093 int assigns = 0; local
1171 int assigns = 0; local
    [all...]
  /external/tensorflow/tensorflow/python/kernel_tests/
dense_update_ops_no_tsan_test.py 66 assigns = [
77 target=run_assign, args=(assign_op,)) for assign_op in assigns
126 assigns = [
138 target=run_assign, args=(assign_op,)) for assign_op in assigns
  /external/junit/src/main/java/org/junit/experimental/categories/
Categories.java 369 private static boolean hasAssignableTo(Set<Class<?>> assigns, Class<?> to) {
370 for (final Class<?> from : assigns) {
  /prebuilts/go/darwin-x86/src/cmd/vet/testdata/
atomic.go 48 // Re-declaration assigns a new value.
  /prebuilts/go/linux-x86/src/cmd/vet/testdata/
atomic.go 48 // Re-declaration assigns a new value.
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
scope.go 41 // scopeVariables assigns DWARF variable records to their scopes.
66 // scopePCs assigns PC ranges to their scopes.
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
scope.go 41 // scopeVariables assigns DWARF variable records to their scopes.
66 // scopePCs assigns PC ranges to their scopes.
  /prebuilts/go/darwin-x86/src/go/doc/
headscan.go 37 // ToHTML in comment.go assigns a (possibly blank) ID to each heading
  /prebuilts/go/linux-x86/src/go/doc/
headscan.go 37 // ToHTML in comment.go assigns a (possibly blank) ID to each heading
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/compiler/
transformer.py     [all...]
  /external/python/cpython2/Lib/compiler/
transformer.py     [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/compiler/
transformer.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/compiler/
transformer.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/compiler/
transformer.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/compiler/
transformer.py     [all...]
  /external/tensorflow/tensorflow/core/profiler/g3doc/
command_line.md 315 assigns all `Variables` inside `tf.trainable_variables()` a customized
  /prebuilts/go/darwin-x86/src/runtime/
mcache.go 105 // Gets a span that has a free object in it and assigns it
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue18902.go 14 // just assigns them the line numbers of whatever "real"
  /prebuilts/go/linux-x86/src/runtime/
mcache.go 105 // Gets a span that has a free object in it and assigns it
  /prebuilts/go/linux-x86/test/fixedbugs/
issue18902.go 14 // just assigns them the line numbers of whatever "real"
  /prebuilts/go/darwin-x86/src/cmd/link/internal/ld/
pcln.go 113 // numberfile assigns a file number to the file if it hasn't been assigned already.
345 // appears in the Pcfile table. In that case, this assigns
  /prebuilts/go/linux-x86/src/cmd/link/internal/ld/
pcln.go 113 // numberfile assigns a file number to the file if it hasn't been assigned already.
345 // appears in the Pcfile table. In that case, this assigns
  /build/kati/
var.go 327 // Assign assigns v to name.
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
sparsetree.go 119 // numberBlock assigns entry and exit numbers for b and b's
  /prebuilts/go/darwin-x86/src/image/jpeg/
idct.go 27 * customers, employees, agents, transferees, successors, and assigns.

Completed in 484 milliseconds

1 2 3 4