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

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/PCH/
working-directory.h 1 #include <Inputs/working-directory-1.h>
  /external/tensorflow/tensorflow/core/kernels/
mfcc.cc 53 std::vector<double> working; local
54 mel_filterbank_.Compute(spectrogram_frame, &working);
55 for (int i = 0; i < working.size(); ++i) {
56 double val = working[i];
60 working[i] = log(val);
62 dct_.Compute(working, output);
  /external/libcxx/fuzzing/
fuzzing.cpp 166 Vec working(data, data + size);
167 std::sort(working.begin(), working.end());
169 if (!std::is_sorted(working.begin(), working.end())) return 1;
170 if (!fuzzing::is_permutation(data, data + size, working.cbegin())) return 99;
181 StableVec working = input; local
182 std::stable_sort(working.begin(), working.end(), key_less());
184 if (!std::is_sorted(working.begin(), working.end(), key_less())) return 1
240 StableVec working = input; local
    [all...]
  /external/vogar/test/vogar/target/junit4/
HasIgnoredTest.java 31 public void working() { method in class:HasIgnoredTest
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-cris/
globsymw2.s 3 ;# A bit like globsymw1.s but containing a valid, working, stabs
  /external/libese/apps/boot/card/src/com/android/verifiedboot/storage/
Storage.java 232 byte[] working = new byte[2];
257 Util.setShort(working, (short) 0, (short) 0x0);
258 apdu.sendBytesLong(working, (short) 0, (short) 2);
265 working[0] = VERSION;
266 apdu.sendBytesLong(working, (short) 0, (short) 1);
273 Util.setShort(working, (short) 0, length);
274 apdu.sendBytesLong(working, (short) 0, (short) 2);
281 working[0] = globalState.inBootloaderRaw();
282 apdu.sendBytesLong(working, (short) 0, (short) 1);
289 working[0] = (byte)0
    [all...]
  /external/google-breakpad/src/processor/
cfi_frame_info.cc 59 RegisterValueMap<V> working;
60 PostfixEvaluator<V> evaluator(&working, &memory);
66 working = registers;
72 working = registers;
73 working[".cfa"] = cfa;
81 working = registers;
82 working[".cfa"] = cfa;
  /prebuilts/go/darwin-x86/src/cmd/go/testdata/src/multimain/
multimain_test.go 8 // This used to work so I guess now it has to keep working.
  /prebuilts/go/linux-x86/src/cmd/go/testdata/src/multimain/
multimain_test.go 8 // This used to work so I guess now it has to keep working.
  /external/autotest/site_utils/
dut_status.py 6 """Report whether DUTs are working or broken.
11 determine whether they're "working" or "broken". For purposes of
13 before it can be used for further testing", and "working" means "not
52 -w/--working - Only include hosts in a working state.
53 -n/--broken - Only include hosts in a non-working state. Hosts
54 with no job history are considered non-working.
64 surrounding the DUT's last change from working to broken,
69 * With the --working or --broken options, the list of host names
75 -o/--oneline - Use the one-line summary with the --working o
    [all...]
lab_inventory_unittest.py 61 _WORKING = status_history.WORKING
88 def _check_counts(self, working, broken, idle):
95 @param working The expected total of working devices.
99 self.assertEqual(self.histories.get_working(), working)
103 working + broken + idle)
118 """Test counting for working DUTs."""
132 """Test counts after adding a working and then a broken DUT."""
139 """Test counts after adding a broken and then a working DUT."""
168 def _check_all_counts(self, working, broken)
    [all...]
  /prebuilts/go/darwin-x86/src/syscall/
pwd_plan9.go 5 // The working directory in Plan 9 is effectively per P, so different
7 // different Ps can see different working directories.
9 // Instead, track a Go process-wide intent of the current working directory,
  /prebuilts/go/linux-x86/src/syscall/
pwd_plan9.go 5 // The working directory in Plan 9 is effectively per P, so different
7 // different Ps can see different working directories.
9 // Instead, track a Go process-wide intent of the current working directory,
  /prebuilts/go/darwin-x86/src/math/big/
arith_s390x_test.go 13 // Tests whether the non vector routines are working, even when the tests are run on a
  /prebuilts/go/darwin-x86/src/time/
zoneinfo_ios.go 22 // The working directory at initialization is the root of the
  /prebuilts/go/linux-x86/src/math/big/
arith_s390x_test.go 13 // Tests whether the non vector routines are working, even when the tests are run on a
  /prebuilts/go/linux-x86/src/time/
zoneinfo_ios.go 22 // The working directory at initialization is the root of the
  /prebuilts/misc/common/swig/include/2.0.11/perl5/
perlmain.i 19 to your working directory and make the appropriate modifications.
  /external/curl/docs/cmdline-opts/
remote-name.d 8 The file will be saved in the current working directory. If you want the file
9 saved in a different directory, make sure you change the current working
remote-header-name.d 10 in the current working directory it will not be overwritten and an error will
  /external/ltp/pan/
Makefile 43 $(warning ltp-scanner will not be built because a working copy of lex was not found)
  /packages/services/Car/TrustAgent/
Android.mk 32 # Remove this to verify permission checks are working correctly
  /prebuilts/go/darwin-x86/src/net/
udpsock_plan9_test.go 39 t.Fatalf("multicast not working on %s", runtime.GOOS)
  /prebuilts/go/linux-x86/src/net/
udpsock_plan9_test.go 39 t.Fatalf("multicast not working on %s", runtime.GOOS)
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/EbcDxe/X64/
EbcLowLevel.S 34 # Destroys no working registers.

Completed in 460 milliseconds

1 2 3 4 5 6 7 8 91011>>