Home
last modified time | relevance | path

Searched refs:working (Results 1 – 25 of 754) sorted by relevance

12345678910>>...31

/external/google-breakpad/src/processor/
Dcfi_frame_info.cc59 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/
Dlab_inventory_unittest.py118 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 …]
Ddut_status.py155 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/
Dsyslinux-cli.txt39 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/
Dblockquotes-with-code-blocks.txt4 > print "working";
10 > return "working";
/external/markdown/MarkdownTest/Tests_2004/
DBlockquotes with code blocks.text4 > print "working";
10 > return "working";
/external/markdown/MarkdownTest/Tests_2007/
DBlockquotes with code blocks.text4 > print "working";
10 > return "working";
/external/clang/test/Modules/
Dworking-dir-flag.m2 …s-cache-path=%t.mcp -fmodules -fimplicit-module-maps -F . -working-directory=%S/Inputs/working-dir…
/external/webrtc/talk/
Dcodereview.settings3 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/
Dcodereview.settings3 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/
Dcoverage.txt4 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/
Dfuzzer-timeout.test2 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/
Dcontrol6 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/
Dcontrol21 working, the click count will increase. If tap dragging is working, movement
/external/compiler-rt/test/esan/
Dlit.cfg16 wset_cflags = (["-fsanitize=efficiency-working-set"] + base_cflags)
21 "-fsanitize=efficiency-working-set"] + base_cxxflags)
/external/antlr/antlr-3.4/runtime/Perl5/
DREADME4 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/
Dares_config.h.in93 /* 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/
DREADME9 …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/
Dsplit-backedge.ll1 ;; A very basic test to make sure that splitting the backedge keeps working
22 ; to be sure this keeps working.
/external/skia/src/pathops/
DSkOpAngle.cpp734 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/
Dcurl_config.h.cmake166 /* 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/
DFastIntrinsicID.patch4 +++ include/llvm/Function.h (working copy)
37 +++ lib/VMCore/Function.cpp (working copy)
/external/e2fsprogs/debugfs/
Dro_debug_cmds.ct33 request do_change_working_dir, "Change working directory",
60 request do_print_working_directory, "Print current working directory",
/external/skia/site/dev/tools/
Dindex.md4 Developer tools for working in Skia.
/external/mockftpserver/tags/2.0-rc3/MockFtpServer/src/site/apt/
Dfakeftpserver-features.apt44 * 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…

12345678910>>...31