/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/autotest/site_utils/ |
D | lab_inventory_unittest.py | 118 def _check_counts(self, working, broken, idle): argument 129 self.assertEqual(self._pool_counts.get_working(), working) 133 working + broken + idle) 193 def _check_all_counts(self, working, broken): argument 209 self.assertEqual(self._board_counts.get_working(), working) 212 working + broken) 220 self.assertEqual(count_working, working) 222 self.assertEqual(count_total, working + broken) 225 def _check_pool_counts(self, pool, working, broken): argument 238 working) [all …]
|
D | dut_status.py | 155 return arguments.working 345 arguments.oneline = (not arguments.working and 347 if not arguments.working and not arguments.broken: 348 arguments.working = True
|
/external/syslinux/txt/ |
D | syslinux-cli.txt | 39 At start, the initial working directory for *SYSLINUX*/*ISOLINUX* will 42 install-time working directory, however this is a known issue with some 45 At start, the initial working directory for *PXELINUX* will be the 64 The current working directory is *always* searched first, before PATH, 65 when attempting to open a filename. The current working directory is 78 assuming that the current working directory is /boot/foo, and assuming
|
/external/markdown/tests/markdown-test/ |
D | blockquotes-with-code-blocks.txt | 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/MarkdownTest/Tests_2007/ |
D | Blockquotes with code blocks.text | 4 > print "working"; 10 > return "working";
|
/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/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/security_ChromiumOSLSM/ |
D | control | 6 PURPOSE = "Verify that the Chromium Security Module is working as expected" 19 Verify that the Chromium Security Module is working as expected.
|
/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/antlr-3.4/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/c-ares/ |
D | ares_config.h.in | 93 /* Define to 1 if you have a working fcntl O_NONBLOCK function. */ 99 /* Define to 1 if you have a working getaddrinfo function. */ 129 /* Define to 1 if you have a IPv6 capable working inet_net_pton function. */ 132 /* Define to 1 if you have a IPv6 capable working inet_ntop function. */ 135 /* Define to 1 if you have a IPv6 capable working inet_pton function. */ 150 /* Define to 1 if you have a working IoctlSocket camel case FIONBIO function. 154 /* Define to 1 if you have a working ioctlsocket FIONBIO function. */ 157 /* Define to 1 if you have a working ioctl FIONBIO function. */ 160 /* Define to 1 if you have a working ioctl SIOCGIFADDR function. */ 211 /* Define to 1 if you have a working setsockopt SO_NONBLOCK function. */
|
/external/llvm/utils/vim/ |
D | README | 9 …file here it is only meant as an inspiration and starting point for those working on llvm c++ code. 15 If you find yourself working with LLVM Makefiles often, but you don't get syntax
|
/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/skia/src/pathops/ |
D | SkOpAngle.cpp | 734 SkOpAngle* working = angle; in merge() local 736 if (this == working) { in merge() 739 working = working->fNext; in merge() 740 } while (working != angle); in merge() 742 SkOpAngle* next = working->fNext; in merge() 743 working->fNext = nullptr; in merge() 744 insert(working); in merge() 745 working = next; in merge() 746 } while (working != angle); in merge()
|
/external/curl/lib/ |
D | curl_config.h.cmake | 166 /* Define to 1 if you have a working fcntl O_NONBLOCK function. */ 184 /* Define to 1 if you have a working getaddrinfo function. */ 223 /* Define to 1 if you have a working getifaddrs function. */ 250 /* Define to 1 if you have a working glibc-style strerror_r function. */ 253 /* Define to 1 if you have a working gmtime_r function. */ 301 /* Define to 1 if you have a IPv6 capable working inet_ntop function. */ 304 /* Define to 1 if you have a IPv6 capable working inet_pton function. */ 319 /* Define to 1 if you have a working IoctlSocket camel case FIONBIO function. 323 /* Define to 1 if you have a working ioctlsocket FIONBIO function. */ 326 /* Define to 1 if you have a working ioctl FIONBIO function. */ [all …]
|
/external/swiftshader/third_party/LLVM/ |
D | FastIntrinsicID.patch | 4 +++ include/llvm/Function.h (working copy) 37 +++ lib/VMCore/Function.cpp (working copy)
|
/external/e2fsprogs/debugfs/ |
D | ro_debug_cmds.ct | 33 request do_change_working_dir, "Change working directory", 60 request do_print_working_directory, "Print current working directory",
|
/external/skia/site/dev/tools/ |
D | index.md | 4 Developer tools for working in Skia.
|
/external/mockftpserver/tags/2.0-rc3/MockFtpServer/src/site/apt/ |
D | fakeftpserver-features.apt | 44 * Print current working directory (PWD) 46 * Change current working directory (CWD) 68 …* Failed change current working directory (CWD): no such directory, missing required access permis…
|