HomeSort by relevance Sort by last modified time
    Searched refs:working (Results 1 - 25 of 294) 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/vogar/test/vogar/target/junit4/
HasIgnoredTest.java 31 public void working() { method in class:HasIgnoredTest
  /toolchain/binutils/binutils-2.25/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;
  /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 77 # _WORKING - A value that counts as "working" for purposes
89 _WORKING = status_history.WORKING
118 def _check_counts(self, working, broken, idle):
123 sum of working and broken devices.
125 @param working The expected total of working devices.
129 self.assertEqual(self._pool_counts.get_working(), working)
133 working + broken + idle)
156 """Test counts after adding a working and then a broken DUT."""
164 """Test counts after adding a broken and then a working DUT.""
    [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,
  /external/curl/docs/cmdline-opts/
limit-rate.d 16 logic working.
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
  /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/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/misc/common/swig/include/2.0.11/perl5/
perlmain.i 19 to your working directory and make the appropriate modifications.
  /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 29 # 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/darwin-x86/src/time/
zoneinfo_ios.go 20 // The working directory at initialization is the root of the
  /prebuilts/go/linux-x86/src/net/
udpsock_plan9_test.go 39 t.Fatalf("multicast not working on %s", runtime.GOOS)
  /prebuilts/go/linux-x86/src/time/
zoneinfo_ios.go 20 // The working directory at initialization is the root of the
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/EbcDxe/X64/
EbcLowLevel.S 34 # Destroys no working registers.
  /external/syslinux/com32/gfxboot/
realmode_callback.asm 108 ; Return current working directory.
125 ; Set current working directory.
  /external/r8/src/test/java/com/android/tools/r8/utils/
D8CommandTest.java 63 Path working = temp.getRoot().toPath(); local
65 Path output = working.resolve("classes.dex");
67 assertEquals(0, ToolHelper.forkD8(working, input.toString()).exitCode);
R8CommandTest.java 66 Path working = temp.getRoot().toPath(); local
68 Path output = working.resolve("classes.dex");
70 ProcessResult result = ToolHelper.forkR8(working, input.toString());

Completed in 691 milliseconds

1 2 3 4 5 6 7 8 91011>>