Home
last modified time | relevance | path

Searched refs:canonical (Results 1 – 25 of 424) sorted by relevance

12345678910>>...17

/external/valgrind/main/coregrind/m_syswrap/
Dsyswrap-main.c404 void getSyscallArgsFromGuestState ( /*OUT*/SyscallArgs* canonical, in getSyscallArgsFromGuestState() argument
410 canonical->sysno = gst->guest_EAX; in getSyscallArgsFromGuestState()
411 canonical->arg1 = gst->guest_EBX; in getSyscallArgsFromGuestState()
412 canonical->arg2 = gst->guest_ECX; in getSyscallArgsFromGuestState()
413 canonical->arg3 = gst->guest_EDX; in getSyscallArgsFromGuestState()
414 canonical->arg4 = gst->guest_ESI; in getSyscallArgsFromGuestState()
415 canonical->arg5 = gst->guest_EDI; in getSyscallArgsFromGuestState()
416 canonical->arg6 = gst->guest_EBP; in getSyscallArgsFromGuestState()
417 canonical->arg7 = 0; in getSyscallArgsFromGuestState()
418 canonical->arg8 = 0; in getSyscallArgsFromGuestState()
[all …]
/external/guava/guava-tests/test/com/google/common/collect/
DInternersTest.java34 String canonical = "a"; in testStrong_simplistic() local
38 assertSame(canonical, pool.intern(canonical)); in testStrong_simplistic()
39 assertSame(canonical, pool.intern(not)); in testStrong_simplistic()
51 String canonical = "a"; in testWeak_simplistic() local
55 assertSame(canonical, pool.intern(canonical)); in testWeak_simplistic()
56 assertSame(canonical, pool.intern(not)); in testWeak_simplistic()
68 Integer canonical = new Integer(5); in testWeak_afterGC() local
72 assertSame(canonical, pool.intern(canonical)); in testWeak_afterGC()
74 WeakReference<Integer> signal = new WeakReference<Integer>(canonical); in testWeak_afterGC()
75 canonical = null; in testWeak_afterGC()
[all …]
DRangeTest.java575 Ranges.closed(1, 4).canonical(integers())); in testCanonical()
577 Ranges.open(0, 5).canonical(integers())); in testCanonical()
579 Ranges.closedOpen(1, 5).canonical(integers())); in testCanonical()
581 Ranges.openClosed(0, 4).canonical(integers())); in testCanonical()
584 Ranges.closedOpen(Integer.MIN_VALUE, 0).canonical(integers())); in testCanonical()
587 Ranges.lessThan(0).canonical(integers())); in testCanonical()
589 Ranges.atMost(0).canonical(integers())); in testCanonical()
590 assertEquals(Ranges.atLeast(0), Ranges.atLeast(0).canonical(integers())); in testCanonical()
591 assertEquals(Ranges.atLeast(1), Ranges.greaterThan(0).canonical(integers())); in testCanonical()
593 assertEquals(Ranges.atLeast(Integer.MIN_VALUE), Ranges.<Integer>all().canonical(integers())); in testCanonical()
[all …]
/external/bison/tests/
Dreduce.at467 AT_TEST_TABLES_AND_PARSE([[%define lr.type canonical-lr: ]$1],
468 [[canonical LR]], [[]],
469 [[%define lr.type canonical-lr
476 // Conflict resolution renders state 12 unreachable for canonical LR(1). We
581 ]AT_COND_CASE([[canonical LR]], [['a']],
607 'a' shift, and go to state ]AT_COND_CASE([[canonical LR]], [[17]],
611 ]AT_COND_CASE([[canonical LR]], [[$end]],
617 7 c: A .]AT_COND_CASE([[canonical LR]], [[ [$end]]])[
619 ]AT_COND_CASE([[canonical LR]], [[$end]],
625 3 S: 'c' c .]AT_COND_CASE([[canonical LR]], [[ [$end]]])[
[all …]
/external/guava/guava/src/com/google/common/collect/
DInterners.java48 E canonical = map.putIfAbsent(checkNotNull(sample), sample); in newStrongInterner()
49 return (canonical == null) ? sample : canonical; in newStrongInterner()
70 E canonical = entry.getKey();
71 if (canonical != null) { // only matters if weak/soft keys are used
72 return canonical;
/external/chromium_org/third_party/skia/src/core/
DSkImageInfo.cpp43 SkAlphaType* canonical) { in SkColorTypeValidateAlphaType() argument
67 if (canonical) { in SkColorTypeValidateAlphaType()
68 *canonical = alphaType; in SkColorTypeValidateAlphaType()
/external/smack/src/org/xbill/DNS/
DRPRecord.java77 rrToWire(DNSOutput out, Compression c, boolean canonical) { in rrToWire() argument
78 mailbox.toWire(out, null, canonical); in rrToWire()
79 textDomain.toWire(out, null, canonical); in rrToWire()
DMINFORecord.java85 rrToWire(DNSOutput out, Compression c, boolean canonical) { in rrToWire() argument
86 responsibleAddress.toWire(out, null, canonical); in rrToWire()
87 errorAddress.toWire(out, null, canonical); in rrToWire()
DPXRecord.java72 rrToWire(DNSOutput out, Compression c, boolean canonical) { in rrToWire() argument
74 map822.toWire(out, null, canonical); in rrToWire()
75 mapX400.toWire(out, null, canonical); in rrToWire()
DSingleCompressedNameBase.java27 rrToWire(DNSOutput out, Compression c, boolean canonical) { in rrToWire() argument
28 singleName.toWire(out, c, canonical); in rrToWire()
DMXRecord.java47 rrToWire(DNSOutput out, Compression c, boolean canonical) { in rrToWire() argument
49 nameField.toWire(out, c, canonical); in rrToWire()
/external/llvm/test/YAMLParser/
Dspec-02-19.data1 # RUN: yaml-bench -canonical %s
3 canonical: 12345
Dspec-02-22.data1 # RUN: yaml-bench -canonical %s
3 canonical: 2001-12-15T02:59:43.1Z
Dconstruct-int.data1 # RUN: yaml-bench -canonical %s
3 canonical: 685230
Dspec-02-20.data1 # RUN: yaml-bench -canonical %s
3 canonical: 1.23015e+3
Dconstruct-timestamp.data1 # RUN: yaml-bench -canonical %s
3 canonical: 2001-12-15T02:59:43.1Z
Dconstruct-float.data1 # RUN: yaml-bench -canonical %s
3 canonical: 6.8523015e+5
Dconstruct-bool.data1 # RUN: yaml-bench -canonical %s
3 canonical: yes
Dconstruct-null.data1 # RUN: yaml-bench -canonical %s
9 canonical: ~
/external/lldb/examples/functions/
Dmain.cpp108 bool canonical = false; in main() local
155 canonical = true; in main()
269 if (canonical) in main()
304 if (canonical) in main()
333 if (canonical) in main()
/external/chromium_org/device/bluetooth/
Dbluetooth_uuid.cc21 std::string* canonical, in GetCanonicalUuid() argument
25 canonical->clear(); in GetCanonicalUuid()
49 canonical->assign(uuid); in GetCanonicalUuid()
/external/clang/include/clang/AST/
DTypeNodes.def17 // and might be dependent, canonical, or non-canonical. All clients
24 // anywhere in the AST but will never be a part of a canonical
25 // type. Clients that only need to deal with canonical types
35 // is non-canonical unless it is dependent. Defaults to TYPE because
36 // it is neither reliably dependent nor reliably non-canonical.
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/java/src/org/webrtc/
DSessionDescription.java45 public static Type fromCanonicalForm(String canonical) { in fromCanonicalForm() argument
46 return Type.valueOf(Type.class, canonical.toUpperCase()); in fromCanonicalForm()
/external/libcxx/test/numerics/rand/rand.util/rand.util.canonical/
DAndroid.mk17 test_makefile := external/libcxx/test/numerics/rand/rand.util/rand.util.canonical/Android.mk
19 test_name := numerics/rand/rand.util/rand.util.canonical/generate_canonical
/external/clang/test/Driver/
Drewrite-legacy-objc.m1 // RUN: %clang -no-canonical-prefixes -target x86_64-apple-macosx10.7.0 -rewrite-legacy-objc %s -o …
8 // RUN: %clang -no-canonical-prefixes -target i386-apple-macosx10.9.0 -rewrite-legacy-objc %s -o - …
10 // RUN: %clang -no-canonical-prefixes -target i386-apple-macosx10.6.0 -rewrite-legacy-objc %s -o - …

12345678910>>...17