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

1 2 3

  /external/libchrome/base/
bind_unittest.cc 101 int* assigns,
105 assigns_(assigns),
118 int* assigns,
122 assigns_(assigns),
197 CopyCounter(int* copies, int* assigns)
198 : counter_(copies, assigns, nullptr, nullptr) {}
736 int assigns = 0; local
739 CopyMoveCounter counter(&copies, &assigns, &move_constructs, &move_assigns);
744 EXPECT_EQ(0, assigns);
900 int assigns = 0 local
978 int assigns = 0; local
    [all...]
  /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/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...]
  /prebuilts/go/darwin-x86/src/runtime/
mcache.go 104 // Gets a span that has a free object in it and assigns it
  /prebuilts/go/linux-x86/src/runtime/
mcache.go 104 // Gets a span that has a free object in it and assigns it
  /build/kati/
var.go 327 // Assign assigns v to name.
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
sparsetree.go 101 // numberBlock assigns entry and exit numbers for b and b's
config.go 125 // AllocFrame assigns frame offsets to all live auto variables.
  /prebuilts/go/darwin-x86/src/image/jpeg/
idct.go 27 * customers, employees, agents, transferees, successors, and assigns.
  /prebuilts/go/darwin-x86/src/syscall/
dir_plan9.go 56 // Null assigns special "don't touch" values to members of d to
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
sparsetree.go 101 // numberBlock assigns entry and exit numbers for b and b's
config.go 125 // AllocFrame assigns frame offsets to all live auto variables.
  /prebuilts/go/linux-x86/src/image/jpeg/
idct.go 27 * customers, employees, agents, transferees, successors, and assigns.
  /prebuilts/go/linux-x86/src/syscall/
dir_plan9.go 56 // Null assigns special "don't touch" values to members of d to
  /external/autotest/server/cros/dynamic_suite/
reporting.py 763 assigns those bugs an initial count of one.
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/fix/
fix.go 434 // assignsTo reports whether any of the code in scope assigns to or takes the address of x.

Completed in 1957 milliseconds

1 2 3