HomeSort by relevance Sort by last modified time
    Searched refs:orig (Results 226 - 250 of 473) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/tensorflow/tensorflow/core/framework/
op_gen_lib.cc 79 // Split `*orig` into two pieces at the first occurrence of `split_ch`.
81 // contains the maximum prefix of the input `*orig` that doesn't
82 // contain `split_ch`, and `*orig` contains everything after the
84 static bool SplitAt(char split_ch, StringPiece* orig,
86 auto pos = orig->find(split_ch);
88 *before_split = *orig;
89 *orig = StringPiece();
92 *before_split = orig->substr(0, pos);
93 orig->remove_prefix(pos + 1);
  /external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/jcajce/provider/asymmetric/x509/
PKIXCertPath.java 103 List orig = new ArrayList(certs); local
132 return orig;
154 return orig;
  /external/python/cpython2/Lib/test/
test_thread.py 111 orig = thread._count()
125 self.assertEqual(thread._count(), orig + 1)
136 self.assertEqual(thread._count(), orig)
test_datetime.py 103 orig = tzinfo.__new__(tzinfo)
104 self.assertIs(type(orig), tzinfo)
106 green = pickler.dumps(orig, proto)
113 orig = PicklableFixedOffset(offset, 'cookie')
114 self.assertIsInstance(orig, tzinfo)
115 self.assertTrue(type(orig) is PicklableFixedOffset)
116 self.assertEqual(orig.utcoffset(None), offset)
117 self.assertEqual(orig.tzname(None), 'cookie')
119 green = pickler.dumps(orig, proto)
319 orig = timedelta(*args
    [all...]
  /external/python/cpython3/Lib/test/
test_thread.py 110 orig = thread._count()
124 self.assertEqual(thread._count(), orig + 1)
135 self.assertEqual(thread._count(), orig)
  /art/dex2oat/linker/
image_writer.cc     [all...]
  /build/kati/
var.h 120 RecursiveVar(Value* v, VarOrigin origin, StringPiece orig);
  /external/clang/lib/CodeGen/
SwiftCallingConv.cpp 448 auto orig = std::move(Entries); local
451 for (size_t i = 0, e = orig.size(); i != e; ++i) {
453 if (orig[i].Type != nullptr) {
454 Entries.push_back(orig[i]);
461 auto begin = orig[i].Begin;
462 auto end = orig[i].End;
464 orig[i + 1].Type == nullptr &&
465 end == orig[i + 1].Begin) {
466 end = orig[i + 1].End;
  /external/e2fsprogs/tests/progs/
test_rel.c 112 ent->new, ent->orig, ent->max_refs);
447 ext2_ino_t orig, old; local
457 if (parse_inode(argv[0], "original inode", argv[1], &orig))
460 retval = ext2fs_irel_get_by_orig(irel, orig, &old, &ent);
  /external/freetype/builds/unix/
install.mk 100 -$(DELETE) *.orig *~ core *.core $(DISTCLEAN)
  /external/gptfdisk/
basicmbr.h 66 BasicMBRData & operator=(const BasicMBRData & orig);
  /external/libdivsufsort/lib/
divsufsort.c 262 saidx_t *i, *j, *k, *orig; local
304 for(i = SA, j = SA + n, orig = SA; i < j; ++i) {
319 orig = i;
323 return orig - SA;
  /external/libxml2/include/libxml/
entities.h 49 xmlChar *orig; /* content without ref substitution */ member in struct:_xmlEntity
  /external/ltp/testcases/kernel/syscalls/nftw/
test.c 581 char orig[PATH_MAX]; local
583 if (getcwd(orig, sizeof(orig)) == NULL) {
589 strcpy(path, orig);
test64.c 593 char orig[PATH_MAX + NAME_MAX]; local
595 if (getcwd(orig, sizeof(orig)) == NULL) {
600 strcpy(path, orig);
  /external/mesa3d/src/compiler/glsl/
lower_distance.cpp 72 const lower_distance_visitor *orig,
77 new_distance_out_var(orig->new_distance_out_var),
78 new_distance_in_var(orig->new_distance_in_var),
81 total_size(orig->total_size),
  /external/mesa3d/src/gallium/drivers/virgl/
virgl_texture.c 64 struct pipe_resource *orig,
69 res->format = orig->format;
78 if (box->depth > 1 && util_max_layer(orig, level) > 0)
79 res->target = orig->target;
  /external/robolectric-shadows/shadows/httpclient/src/main/java/org/robolectric/shadows/httpclient/
DefaultRequestDirector.java 353 HttpRequest orig = request; local
354 RequestWrapper origWrapper = wrapRequest(orig);
358 virtualHost = (HttpHost) orig.getParams().getParameter(
375 // request is still available in 'orig'.
388 if (orig instanceof AbortableHttpRequest) {
389 ((AbortableHttpRequest) orig).setConnectionRequest(connRequest);
412 if (orig instanceof AbortableHttpRequest) {
413 ((AbortableHttpRequest) orig).setReleaseTrigger(managedConn);
992 HttpRequest orig = request.getOriginal(); local
    [all...]
  /external/skia/tests/
ResourceAllocatorTest.cpp 145 bool orig = resourceProvider->testingOnly_setExplicitlyAllocateGPUResources(true); local
254 resourceProvider->testingOnly_setExplicitlyAllocateGPUResources(orig);
277 bool orig = resourceProvider->testingOnly_setExplicitlyAllocateGPUResources(true); local
287 resourceProvider->testingOnly_setExplicitlyAllocateGPUResources(orig);
SRGBReadWritePixelsTest.cpp 119 typedef bool (*CheckFn) (uint32_t orig, uint32_t actual, float error);
137 uint32_t orig = origData[j * w + i]; local
140 if (!checker(orig, read, error)) {
141 ERRORF(reporter, "Original 0x%08x, read back as 0x%08x in %s at %d, %d).", orig,
  /external/skqp/tests/
ResourceAllocatorTest.cpp 145 bool orig = resourceProvider->testingOnly_setExplicitlyAllocateGPUResources(true); local
254 resourceProvider->testingOnly_setExplicitlyAllocateGPUResources(orig);
277 bool orig = resourceProvider->testingOnly_setExplicitlyAllocateGPUResources(true); local
287 resourceProvider->testingOnly_setExplicitlyAllocateGPUResources(orig);
SRGBReadWritePixelsTest.cpp 119 typedef bool (*CheckFn) (uint32_t orig, uint32_t actual, float error);
137 uint32_t orig = origData[j * w + i]; local
140 if (!checker(orig, read, error)) {
141 ERRORF(reporter, "Original 0x%08x, read back as 0x%08x in %s at %d, %d).", orig,
  /external/mesa3d/src/gallium/drivers/r300/compiler/
r3xx_vertprog.c 638 unsigned int orig = inst->U.I.SrcReg[i].Index; local
639 inst->U.I.SrcReg[i].Index = ta[orig].HwTemp;
641 if (ta[orig].Allocated && inst == ta[orig].LastRead)
642 hwtemps[ta[orig].HwTemp] = 0;
648 unsigned int orig = inst->U.I.DstReg.Index; local
650 if (!ta[orig].Allocated) {
655 ta[orig].Allocated = 1;
656 ta[orig].HwTemp = j;
657 hwtemps[ta[orig].HwTemp] = 1
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_datetime.py 103 orig = tzinfo.__new__(tzinfo)
104 self.assertTrue(type(orig) is tzinfo)
106 green = pickler.dumps(orig, proto)
113 orig = PicklableFixedOffset(offset, 'cookie')
114 self.assertIsInstance(orig, tzinfo)
115 self.assertTrue(type(orig) is PicklableFixedOffset)
116 self.assertEqual(orig.utcoffset(None), offset)
117 self.assertEqual(orig.tzname(None), 'cookie')
119 green = pickler.dumps(orig, proto)
319 orig = timedelta(*args)
    [all...]
  /cts/tests/tests/content/src/android/content/pm/cts/
ComponentInfoTest.java 255 public MyComponentInfo(ComponentInfo orig) {
256 super(orig);

Completed in 566 milliseconds

1 2 3 4 5 6 7 8 91011>>