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

12 3 4 5 6 7 8 91011>>

  /system/extras/tests/bootloader/
Android.mk 4 # Since no action needs to be taken to compile the python source, just
  /external/tensorflow/tensorflow/python/kernel_tests/
barrier_ops_test.py 318 def take(sess, i, taken):
322 taken.append({
332 taken = []
336 target=take, args=(sess, i, taken)) for i in range(num_iterations)
353 self.assertEquals(len(taken), num_iterations)
355 all_indices = sorted(flatten([t_i["indices"] for t_i in taken]))
356 all_keys = sorted(flatten([t_i["keys"] for t_i in taken]))
366 for taken_i in taken:
522 def take(sess, i, taken):
528 taken.append(len(indices_val)
    [all...]
  /prebuilts/go/darwin-x86/src/runtime/
os_linux_s390x.go 12 // bit masks taken from bits/hwcap.h
lfstack_64bit.go 15 // follows (taken from the processor.h file for the architecture):
31 // In addition to the 16 bits taken from the top, we can take 3 from the
  /prebuilts/go/darwin-x86/test/bench/go1/
mandel_test.go 5 // This benchmark, taken from the shootuot, tests floating point performance.
fannkuch_test.go 5 // This benchmark, taken from the shootout, tests array indexing
  /prebuilts/go/linux-x86/src/runtime/
os_linux_s390x.go 12 // bit masks taken from bits/hwcap.h
lfstack_64bit.go 15 // follows (taken from the processor.h file for the architecture):
31 // In addition to the 16 bits taken from the top, we can take 3 from the
  /prebuilts/go/linux-x86/test/bench/go1/
mandel_test.go 5 // This benchmark, taken from the shootuot, tests floating point performance.
fannkuch_test.go 5 // This benchmark, taken from the shootout, tests array indexing
  /external/boringssl/src/crypto/perlasm/
ppc-xlate.pl 151 my $bo = $f=~/[\+\-]/ ? 16+9 : 16; # optional "to be taken" hint
156 my $bo = $f=~/\-/ ? 12+2 : 12; # optional "not to be taken" hint
163 my $bo = $f=~/\-/ ? 4+2 : 4; # optional "not to be taken" hint
170 my $bo = $f=~/-/ ? 12+2 : 12; # optional "not to be taken" hint
  /external/valgrind/none/tests/s390x/
spechelper-algr.c 5 unsigned char taken; \
10 " mvi %[taken],0\n\t" \
12 "1: mvi %[taken],1\n\t" \
14 : [taken] "=Q" (taken), [b1] "+d"(b1) \
17 taken; \
spechelper-alr.c 5 unsigned char taken; \
10 " mvi %[taken],0\n\t" \
12 "1: mvi %[taken],1\n\t" \
14 : [taken] "=Q" (taken), [b1] "+d"(b1) \
17 taken; \
spechelper-tm.c 5 unsigned char taken; \
9 " mvi %[taken],0\n\t" \
11 "1: mvi %[taken],1\n\t" \
13 : [taken] "=Q" (taken) \
16 taken; \
spechelper-tmll.c 5 unsigned char taken; \
9 " mvi %[taken],0\n\t" \
11 "1: mvi %[taken],1\n\t" \
13 : [taken] "=Q" (taken) \
16 taken; \
  /frameworks/base/core/java/android/app/admin/
FreezePeriod.java 221 boolean[] taken = new boolean[DAYS_IN_YEAR];
225 taken[(i - 1) % DAYS_IN_YEAR] = true;
232 if (!taken[i]) {
237 while (i < DAYS_IN_YEAR && taken[i]) i++;
  /packages/services/Car/service/src/com/android/car/hal/
PropertyHalService.java 280 List<VehiclePropConfig> taken = new LinkedList<>(); local
285 taken.add(p);
293 Log.d(TAG, "takeSupportedProperties() took " + taken.size() + " properties");
295 return taken;
  /external/tensorflow/tensorflow/contrib/bayesflow/python/ops/
variational_sgd_optimizer.py 51 minibatch in the data set. Note: Assumes the loss is taken as the mean
52 over a minibatch. Otherwise if the sum was taken set this to 1.
  /packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
CallAudioModeTransitionTests.java 412 "Call is taken off hold - 1",
431 "Call is taken off hold - 2",
  /prebuilts/go/darwin-x86/src/go/internal/gcimporter/testdata/versions/
test.go 17 // whatever export format change has taken place.
  /prebuilts/go/linux-x86/src/go/internal/gcimporter/testdata/versions/
test.go 17 // whatever export format change has taken place.
  /external/autotest/client/site_tests/login_OwnershipRetaken/
login_OwnershipRetaken.py 15 """"Ensure that ownership is re-taken upon loss of owner's cryptohome."""
  /external/llvm/test/MC/Mips/
branch-pseudos.s 68 # WARNING: :[[@LINE-1]]:3: warning: branch is always taken
88 # WARNING: :[[@LINE-1]]:3: warning: branch is always taken
93 # WARNING: :[[@LINE-1]]:3: warning: branch is always taken
117 # WARNING: :[[@LINE-1]]:3: warning: branch is always taken
133 # WARNING: :[[@LINE-1]]:3: warning: branch is always taken
142 # WARNING: :[[@LINE-1]]:3: warning: branch is always taken
231 # WARNING: :[[@LINE-1]]:3: warning: branch is always taken
255 # WARNING: :[[@LINE-1]]:3: warning: branch is always taken
321 # WARNING: :[[@LINE-1]]:3: warning: branch is always taken
345 # WARNING: :[[@LINE-1]]:3: warning: branch is always taken
    [all...]
  /external/valgrind/gdbserver_tests/
mssnapshot.stderrB.exp 24 saves all snapshot(s) taken so far in <filename>
  /frameworks/base/packages/SystemUI/shared/tests/
Android.mk 54 # UI it doesn't own. This is necessary to allow screenshots to be taken

Completed in 1031 milliseconds

12 3 4 5 6 7 8 91011>>