HomeSort by relevance Sort by last modified time
    Searched full:depot (Results 1 - 25 of 40) sorted by null

1 2

  /external/chromium_org/tools/
prepare-bisect-perf-regression.py 9 initial copy of the depot for use in bisecting performance regressions.
17 the depot.
30 'Prepares a temporary depot for use on a trybot.')
37 'do an initial checkout of the chromium depot. The '
bisect-perf-regression.py 66 # from: Parent depot that must be bisected before this is bisected.
148 """Adds additional depot info to the global depot variables."""
455 def Build(self, depot, opts):
464 def Build(self, depot, opts):
469 depot: Current depot being bisected.
502 def Build(self, depot, opts):
507 depot: Current depot being bisected
    [all...]
bisect_utils.py 5 """Set of operations/utilities related to checking out the depot, and
334 """Sets up the depot for the bisection. The depot will be located in a
345 name = 'Setting up Bisection Depot'
492 """Sets up a subdirectory 'bisect' and then retrieves a copy of the depot
run-bisect-perf-regression.py 10 check out a copy of the depot in a subdirectory 'bisect' of the working
281 the depot.
367 'a copy of the chromium depot.')
run-bisect-manual-test.py 103 'a copy of the chromium depot.')
  /external/srtp/googlepatches/
google-10-srtp-ios-fixes.pack 13 ... //depot/google3/third_party/libsrtp/README.google#6 edit
14 ... //depot/google3/third_party/libsrtp/crypto/ae_xfm/xfm.c#4 edit
15 ... //depot/google3/third_party/libsrtp/crypto/cipher/aes_icm.c#4 edit
16 ... //depot/google3/third_party/libsrtp/crypto/include/config.h#5 edit
17 ... //depot/google3/third_party/libsrtp/srtp/ekt.c#3 edit
19 ==== //depot/google3/third_party/libsrtp/README.google#6 - /Users/seh/dev/source/gcomm_android/google3/third_party/libsrtp/README.google ====
31 ==== //depot/google3/third_party/libsrtp/crypto/ae_xfm/xfm.c#4 - /Users/seh/dev/source/gcomm_android/google3/third_party/libsrtp/crypto/ae_xfm/xfm.c ====
43 ==== //depot/google3/third_party/libsrtp/crypto/cipher/aes_icm.c#4 - /Users/seh/dev/source/gcomm_android/google3/third_party/libsrtp/crypto/cipher/aes_icm.c ====
56 ==== //depot/google3/third_party/libsrtp/crypto/include/config.h#5 - /Users/seh/dev/source/gcomm_android/google3/third_party/libsrtp/crypto/include/config.h ====
69 ==== //depot/google3/third_party/libsrtp/srtp/ekt.c#3 - /Users/seh/dev/source/gcomm_android/google3/third_party (…)
    [all...]
google-12-srtp-hide-aes-tables-main.patch 14 ... //depot/google3/third_party/libsrtp/README.google#9 edit
15 ... //depot/google3/third_party/libsrtp/tables/aes_tables.c#4 edit
17 ==== //depot/google3/third_party/libsrtp/README.google#9 - /home/param/sources/gcomm-server/google3/third_party/libsrtp/README.google ====
29 ==== //depot/google3/third_party/libsrtp/tables/aes_tables.c#4 - /home/param/sources/gcomm-server/google3/third_party/libsrtp/tables/aes_tables.c ====
google-11-srtp-replay-fix.patch 1 ==== //depot/google3/third_party/libsrtp/README.google#8 - None ====
14 ==== //depot/google3/third_party/libsrtp/crypto/replay/rdbx.c#5 - None ====
36 ==== //depot/google3/third_party/libsrtp/test/rdbx_driver.c#5 - None ====
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_stackdepot.cc 43 } depot; member in namespace:__sanitizer
74 uptr cmp = atomic_load(&depot.region_pos, memory_order_acquire);
75 uptr end = atomic_load(&depot.region_end, memory_order_acquire);
79 &depot.region_pos, &cmp, cmp + memsz,
92 SpinMutexLock l(&depot.mtx);
97 atomic_store(&depot.region_pos, 0, memory_order_relaxed);
101 uptr mem = (uptr)MmapOrDie(allocsz, "stack depot");
103 atomic_store(&depot.region_end, mem + allocsz, memory_order_release);
104 atomic_store(&depot.region_pos, mem, memory_order_release);
148 atomic_uintptr_t *p = &depot.tab[h % kTabSize]
    [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXFrameLowering.cpp 34 // Insert "mov.u32 %SP, %Depot"
42 // mov %SPL, %depot;
NVPTXRegisterInfo.td 30 def VRDepot : NVPTXReg<"%Depot">;
  /external/antlr/antlr-3.4/runtime/Python/
README 35 the perforce depot at <http://fisheye2.cenqua.com/browse/antlr>. There are
75 should fetch the latest ANTLR3 version from the perforce depot. See section
  /external/antlr/antlr-3.4/runtime/ActionScript/
README 23 the perforce depot at <http://fisheye2.cenqua.com/browse/antlr>. There are
  /external/openssh/
TODO 68 - HP-UX: Provide DEPOT package scripts.
  /external/compiler-rt/lib/asan/
asan_flags.h 101 // Use stack depot instead of storing stacks in the redzones.
asan_allocator2.cc 199 // If we don't use stack depot, we store the alloc/free stack traces
  /external/antlr/antlr-3.4/
BUILD.txt 38 directories (for jars) under the depot mirror root here:
40 http://antlr.org/depot
53 //depot/code/antlr/main/...
57 //depot/code/antlr/release-3.1.3/...
  /external/stressapptest/src/
disk_blocks.cc 50 // depot/google3/base/tracecontext_unittest.cc.
  /external/chromium_org/chrome/test/functional/perf/
endure_setup.py 115 logging.info('Fetching depot tools...')
  /external/chromium_org/tools/symsrc/
source_index.py 120 # We call svn.bat to make sure and get the depot tools SVN and not cygwin.
  /external/antlr/antlr-3.4/runtime/C/
ChangeLog 248 From: //depot/code/antlr/main/src/org/antlr/codegen/templates/...
249 To: //depot/code/antlr/main/src/main/resources/org/antlr/codegen/templates/...
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/config/
Setup 431 #DB=/depot/sundry/src/berkeley-db/db.1.85
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/config/
Setup 431 #DB=/depot/sundry/src/berkeley-db/db.1.85
  /external/qemu/
CHANGES.TXT     [all...]
  /frameworks/base/docs/html/tools/adk/
adk.jd 94 <li><a href="http://www.seeedstudio.com/depot/seeeduino-adk-main-board-p-846.html">

Completed in 649 milliseconds

1 2