/external/libcxx/fuzzing/ |
D | fuzzing.cpp | 166 Vec working(data, data + size); in sort() local 167 std::sort(working.begin(), working.end()); in sort() 169 if (!std::is_sorted(working.begin(), working.end())) return 1; in sort() 170 if (!fuzzing::is_permutation(data, data + size, working.cbegin())) return 99; in sort() 181 StableVec working = input; in stable_sort() local 182 std::stable_sort(working.begin(), working.end(), key_less()); in stable_sort() 184 if (!std::is_sorted(working.begin(), working.end(), key_less())) return 1; in stable_sort() 185 auto iter = working.begin(); in stable_sort() 186 while (iter != working.end()) in stable_sort() 188 auto range = std::equal_range(iter, working.end(), *iter, key_less()); in stable_sort() [all …]
|
/external/libese/apps/boot/card/src/com/android/verifiedboot/storage/ |
D | Storage.java | 232 byte[] working = new byte[2]; in sendStorageState() 257 Util.setShort(working, (short) 0, (short) 0x0); in sendStorageState() 258 apdu.sendBytesLong(working, (short) 0, (short) 2); in sendStorageState() 265 working[0] = VERSION; in sendStorageState() 266 apdu.sendBytesLong(working, (short) 0, (short) 1); in sendStorageState() 273 Util.setShort(working, (short) 0, length); in sendStorageState() 274 apdu.sendBytesLong(working, (short) 0, (short) 2); in sendStorageState() 281 working[0] = globalState.inBootloaderRaw(); in sendStorageState() 282 apdu.sendBytesLong(working, (short) 0, (short) 1); in sendStorageState() 289 working[0] = (byte)0; in sendStorageState() [all …]
|
/external/tensorflow/tensorflow/lite/kernels/internal/ |
D | mfcc.cc | 52 std::vector<double> working; in Compute() local 53 mel_filterbank_.Compute(spectrogram_frame, &working); in Compute() 54 for (int i = 0; i < working.size(); ++i) { in Compute() 55 double val = working[i]; in Compute() 59 working[i] = log(val); in Compute() 61 dct_.Compute(working, output); in Compute()
|
/external/tensorflow/tensorflow/core/kernels/ |
D | mfcc.cc | 53 std::vector<double> working; in Compute() local 54 mel_filterbank_.Compute(spectrogram_frame, &working); in Compute() 55 for (int i = 0; i < working.size(); ++i) { in Compute() 56 double val = working[i]; in Compute() 60 working[i] = log(val); in Compute() 62 dct_.Compute(working, output); in Compute()
|
/external/google-breakpad/src/processor/ |
D | cfi_frame_info.cc | 59 RegisterValueMap<V> working; in FindCallerRegs() local 60 PostfixEvaluator<V> evaluator(&working, &memory); in FindCallerRegs() 66 working = registers; in FindCallerRegs() 72 working = registers; in FindCallerRegs() 73 working[".cfa"] = cfa; in FindCallerRegs() 81 working = registers; in FindCallerRegs() 82 working[".cfa"] = cfa; in FindCallerRegs()
|
/external/u-boot/board/keymile/scripts/ |
D | README | 14 This file defines variables for working with rootfs via nfs for powerpc and 19 This file defines architecture specific variables for working with rootfs via 25 This file defines variables for working with rootfs inside the ram for powerpc 30 This file defines architecture specific variables for working with rootfs inside
|
/external/autotest/site_utils/ |
D | lab_inventory_unittest.py | 141 def _check_counts(self, working, broken, idle): argument 152 self.assertEqual(self.histories.get_working(), working) 156 working + broken + idle) 213 def _check_all_counts(self, working, broken): argument 228 self.assertEqual(self._pool_histories.get_working(), working) 231 working + broken) 239 self.assertEqual(count_working, working) 241 self.assertEqual(count_total, working + broken) 243 def _check_pool_counts(self, pool, working, broken): argument 255 working) [all …]
|
D | dut_status.py | 156 return arguments.working 350 arguments.oneline = (not arguments.working and 352 if not arguments.working and not arguments.broken: 353 arguments.working = True
|
/external/markdown/MarkdownTest/Tests_2007/ |
D | Blockquotes with code blocks.text | 4 > print "working"; 10 > return "working";
|
/external/markdown/MarkdownTest/Tests_2004/ |
D | Blockquotes with code blocks.text | 4 > print "working"; 10 > return "working";
|
/external/markdown/tests/markdown-test/ |
D | blockquotes-with-code-blocks.txt | 4 > print "working"; 10 > return "working";
|
/external/grpc-grpc/src/core/ext/filters/client_channel/resolver/dns/c_ares/ |
D | grpc_ares_ev_driver.cc | 72 bool working; member 142 (*ev_driver)->working = false; in grpc_ares_ev_driver_create_locked() 308 ev_driver->working = false; in grpc_ares_notify_on_event_locked() 314 if (!ev_driver->working) { in grpc_ares_ev_driver_start_locked() 315 ev_driver->working = true; in grpc_ares_ev_driver_start_locked()
|
/external/clang/test/Modules/ |
D | working-dir-flag.m | 2 …s-cache-path=%t.mcp -fmodules -fimplicit-module-maps -F . -working-directory=%S/Inputs/working-dir…
|
/external/webrtc/talk/ |
D | codereview.settings | 3 working directory is the parent directory of this directory. 4 If you're working with a Chromium checkout, you'll have to create a full WebRTC
|
/external/webrtc/webrtc/ |
D | codereview.settings | 3 working directory is the parent directory of this directory. 4 If you're working with a Chromium checkout, you'll have to create a full WebRTC
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_destroy/ |
D | coverage.txt | 4 1 YES *Fails on the implementation of threads that I'm working 10 that you are testing on. For instance, on the implementation that I'm working
|
/external/python/setuptools/pkg_resources/ |
D | api_tests.txt | 124 A working set's entries are the sys.path entries that correspond to the active 125 distributions. By default, the working set's entries are the items on 132 But you can also create an empty working set explicitly, and add distributions 156 nothing, because a working set can only hold one active distribution per 168 You can append a path entry to a working set using ``add_entry()``:: 177 the working set (because ``sys.path`` can contain the same entry more than 193 shows up once when iterating the working set: 209 working set triggers a ``pkg_resources.VersionConflict`` error: 220 distribution is added to a working set. The callback is immediately invoked 221 once for each existing distribution in the working set, and then is called
|
/external/llvm/lib/Fuzzer/test/ |
D | fuzzer-timeout.test | 2 TimeoutTest: ALARM: working on the last Unit for 11 SingleInputTimeoutTest: ALARM: working on the last Unit for {{[1-3]}} seconds
|
/external/autotest/client/site_tests/power_SuspendToIdle/ |
D | control | 7 PURPOSE = "Verify the suspend to idle is working." 19 This test uses the following sanity check to verify that S0ix is working.
|
D | control.force | 7 PURPOSE = "Verify the suspend to idle is working." 18 This test uses the following sanity check to verify that S0ix is working.
|
/external/autotest/client/site_tests/touch_TapSettings/ |
D | control | 21 working, the click count will increase. If tap dragging is working, movement
|
/external/compiler-rt/test/esan/ |
D | lit.cfg | 16 wset_cflags = (["-fsanitize=efficiency-working-set"] + base_cflags) 21 "-fsanitize=efficiency-working-set"] + base_cxxflags)
|
/external/antlr/runtime/Perl5/ |
D | README | 4 development. Most parts are not working yet, and some of those that are need 6 parts are working, as illustrated by the examples. You'd probably want to
|
/external/llvm/test/Transforms/PlaceSafepoints/ |
D | split-backedge.ll | 1 ;; A very basic test to make sure that splitting the backedge keeps working 22 ; to be sure this keeps working.
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/PlaceSafepoints/ |
D | split-backedge.ll | 1 ;; A very basic test to make sure that splitting the backedge keeps working 22 ; to be sure this keeps working.
|