/external/clang/lib/StaticAnalyzer/Core/ |
PathDiagnostic.cpp | 260 if (PathDiagnostic *orig = Diags.FindNodeOrInsertPos(profile, InsertPos)) { 265 const unsigned orig_size = orig->full_size(); 270 assert(orig != D.get()); 271 Diags.RemoveNode(orig); 272 delete orig; [all...] |
/external/selinux/libsemanage/src/ |
genhomedircon.c | 953 genhomedircon_user_entry_t *orig = find_user(*head, name); local 954 if (orig != NULL && orig->login[0] == '%') { 959 name, orig->login + 1, selogin + 1); 961 } else if (orig != NULL) { [all...] |
/external/selinux/libsepol/cil/src/ |
cil_verify.c | [all...] |
/external/skia/gm/ |
strokes.cpp | 406 SkPath orig; variable 408 procs[i](&orig, bounds, &str); 413 canvas->drawPath(orig, strokePaint); 414 canvas->drawPath(orig, origPaint); 416 strokePaint.getFillPath(orig, &fill); [all...] |
/external/skqp/gm/ |
strokes.cpp | 406 SkPath orig; variable 408 procs[i](&orig, bounds, &str); 413 canvas->drawPath(orig, strokePaint); 414 canvas->drawPath(orig, origPaint); 416 strokePaint.getFillPath(orig, &fill); [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
test_codecs.py | [all...] |
test_calendar.py | 219 orig = calendar.firstweekday()
224 calendar.setfirstweekday(orig)
|
/external/python/cpython2/Lib/test/ |
test_codecs.py | [all...] |
/external/python/cpython3/Lib/test/ |
test_bytes.py | 580 orig = b 583 self.assertEqual(orig, b'hello, %b!') 584 self.assertFalse(b is orig) 597 orig = b 600 self.assertEqual(orig, b'hello, %b!') 601 self.assertFalse(b is orig) [all...] |
test_functools.py | 1141 def orig(x, y): function in function:TestLRU.test_lru 1436 def orig(x, y): function in function:TestLRU.test_lru_cache_threaded 1594 def orig(x, y): function in function:TestLRU.test_copy 1606 def orig(x, y): function in function:TestLRU.test_deepcopy [all...] |
/external/skia/modules/canvaskit/ |
canvaskit_bindings.cpp | 172 void ApplyAddArc(SkPath& orig, const SkRect& oval, SkScalar startAngle, SkScalar sweepAngle) { 173 orig.addArc(oval, startAngle, sweepAngle); 176 void ApplyAddPath(SkPath& orig, const SkPath& newPath, 184 orig.addPath(newPath, m, extendPath ? SkPath::kExtend_AddPathMode : 248 void ApplyTransform(SkPath& orig, 255 orig.transform(m); [all...] |
/external/skqp/experimental/canvaskit/ |
canvaskit_bindings.cpp | 152 void ApplyAddArc(SkPath& orig, const SkRect& oval, SkScalar startAngle, SkScalar sweepAngle) { 153 orig.addArc(oval, startAngle, sweepAngle); 156 void ApplyAddPath(SkPath& orig, const SkPath& newPath, 164 orig.addPath(newPath, m, extendPath ? SkPath::kExtend_AddPathMode : 228 void ApplyTransform(SkPath& orig, 235 orig.transform(m); [all...] |
/bionic/libc/dns/nameser/ |
ns_name.c | 734 ns_nname_ct orig = nname; local 749 return (nname - orig);
|
/external/libnetfilter_conntrack/src/conntrack/ |
parse.c | 517 ct->head.orig.l3protonum = nfhdr->nfgen_family; 521 &ct->head.orig, __DIR_ORIG, ct->head.set);
|
/external/python/cpython3/Lib/test/test_email/ |
test_message.py | 741 orig = m.get_payload().copy() 743 self.assertEqual(m.get_payload(), orig)
|
/external/robolectric-shadows/robolectric/src/main/java/org/robolectric/ |
RobolectricTestRunner.java | 600 Thread orig = roboMethod.parallelUniverseInterface.getMainThread(); 605 roboMethod.parallelUniverseInterface.setMainThread(orig);
|
/external/nos/test/system-test-harness/src/ |
avb_tests.cc | 759 uint8_t orig = signature[0]; local 764 signature[0] = orig; 801 uint8_t orig = signature[0]; local 806 signature[0] = orig;
|
/external/scrypt/ |
import_scrypt.sh | 72 SCRYPT_DIR_ORIG=$SCRYPT_DIR.orig 439 find . \( -type f -o -type l \) -name "*.orig" -print0 | xargs -0 rm -f 448 find $SCRYPT_DIR -type f -name "*.orig" -print0 | xargs -0 rm -f
|
/external/syzkaller/prog/ |
validation.go | 41 for u, orig := range ctx.uses { 43 return fmt.Errorf("use of %+v referes to an out-of-tree arg\narg: %#v", orig, u)
|
/external/grpc-grpc/src/core/lib/iomgr/ |
error.cc | 210 grpc_error* orig = *err; local 216 if (*err != orig) { 217 gpr_log(GPR_DEBUG, "realloc %p -> %p", orig, *err);
|
/external/mesa3d/src/gallium/state_trackers/clover/api/ |
transfer.cpp | 101 const vector_t &orig, const vector_t ®ion) { 110 if (any_of(greater(), orig + region, size)) 121 validate_object(command_queue &q, const void *ptr, const vector_t &orig,
|
/external/skia/src/core/ |
SkScan_Path.cpp | 553 static bool clip_to_limit(const SkRegion& orig, SkRegion* reduced) { 560 if (limitR.contains(orig.getBounds())) { 563 reduced->op(orig, limitR, SkRegion::kIntersect_Op);
|
/external/skqp/src/core/ |
SkScan_Path.cpp | 553 static bool clip_to_limit(const SkRegion& orig, SkRegion* reduced) { 560 if (limitR.contains(orig.getBounds())) { 563 reduced->op(orig, limitR, SkRegion::kIntersect_Op);
|
/external/boringssl/src/crypto/hrss/ |
hrss_test.cc | 56 struct poly2 p, orig, shifted; local 58 OPENSSL_memcpy(&orig, &p, sizeof(orig)); 66 OPENSSL_memcpy(&p, &orig, sizeof(orig));
|
/art/runtime/arch/ |
stub_test.cc | 552 uint32_t orig[20]; local 555 orig[i] = i; 559 Invoke3(reinterpret_cast<size_t>(&trg[4]), reinterpret_cast<size_t>(&orig[4]), 562 EXPECT_EQ(orig[0], trg[0]); 565 EXPECT_NE(orig[i], trg[i]); 569 EXPECT_EQ(orig[i], trg[i]); 573 EXPECT_NE(orig[i], trg[i]); [all...] |