HomeSort by relevance Sort by last modified time
    Searched defs:hint (Results 1 - 25 of 258) sorted by null

1 2 3 4 5 6 7 8 91011

  /external/llvm/test/MC/ARM/
invalid-hint-arm.s 3 hint #240 label
4 hint #1000 label
invalid-hint-thumb.s 3 hint #240 label
4 hint #1000 label
  /external/compiler-rt/test/msan/
mmap_below_shadow.cc 3 // Without MAP_FIXED, we ignore the address hint and map somewhere in
17 // Hint address just below shadow.
19 uintptr_t hint = 0x0f0000000000ULL; local
22 uintptr_t hint = 0x4f0000000000ULL;
25 uintptr_t hint = 0x4f00000000ULL;
28 uintptr_t hint = 0x2f0000000000ULL;
31 uintptr_t hint = 0x4f0000000ULL;
35 (void *)hint, 4096, PROT_WRITE,
allocator_mapping.cc 21 void *const hint = reinterpret_cast<void *>(HEAP_ADDRESS); local
22 void *p = mmap(hint, 4096, PROT_READ | PROT_WRITE,
27 assert(p != hint);
getaddrinfo-positive.cc 15 struct addrinfo hint; local
18 res = getaddrinfo("localhost", NULL, &hint, &ai);
  /external/v8/src/
type-hints.cc 10 std::ostream& operator<<(std::ostream& os, BinaryOperationHint hint) {
11 switch (hint) {
29 std::ostream& operator<<(std::ostream& os, CompareOperationHint hint) {
30 switch (hint) {
46 std::ostream& operator<<(std::ostream& os, ToBooleanHint hint) {
47 switch (hint) {
82 ToBooleanHint const hint = static_cast<ToBooleanHint>(1u << i); local
83 if (hints & hint) {
86 os << hint; local
  /external/mockito/src/main/java/org/mockito/internal/junit/
UnusedStubbings.java 32 StubbingHint hint = new StubbingHint(testName); local
36 hint.appendLine(x++, ". Unused ", candidate.getInvocation().getLocation());
39 logger.log(hint.toString());
StubbingHint.java 8 * Stubbing hint emitted to the user
12 private final StringBuilder hint; field in class:StubbingHint
15 hint = new StringBuilder("[MockitoHint] ")
20 hint.append("\n[MockitoHint] ");
22 hint.append(e);
27 return hint.toString() + "\n";
StubbingArgMismatches.java 36 StubbingHint hint = new StubbingHint(testName); local
39 hint.appendLine(x++, ". Unused... ", m.getKey().getLocation());
41 hint.appendLine(" ...args ok? ", invocation.getLocation());
45 logger.log(hint.toString());
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
DialerFilterRule.java 44 INode hint = node.appendChild(FQCN_EDIT_TEXT); local
45 hint.setAttribute(ANDROID_URI, ATTR_TEXT, "Hint");
46 hint.setAttribute(ANDROID_URI, ATTR_ID, "@android:id/hint"); //$NON-NLS-1$
47 hint.setAttribute(ANDROID_URI, ATTR_LAYOUT_WIDTH, fillParent);
53 "@android:id/hint"); //$NON-NLS-1$
  /frameworks/base/core/java/android/app/usage/
CacheQuotaHint.java 109 public Builder(CacheQuotaHint hint) {
110 setVolumeUuid(hint.getVolumeUuid());
111 setUid(hint.getUid());
112 setUsageStats(hint.getUsageStats());
113 setQuota(hint.getQuota());
  /hardware/qcom/display/msm8996/sdm/libs/hwc/
cpuhint.cpp 51 DLOGI("Invalid CPU Hint Pre-enable Window %d", pre_enable_window);
55 DLOGI("CPU Hint Pre-enable Window %d", pre_enable_window);
85 int hint = HINT; local
87 &hint, sizeof(hint) / sizeof(int));
  /hardware/qcom/display/msm8998/sdm/libs/hwc/
cpuhint.cpp 51 DLOGI("Invalid CPU Hint Pre-enable Window %d", pre_enable_window);
55 DLOGI("CPU Hint Pre-enable Window %d", pre_enable_window);
85 int hint = HINT; local
87 &hint, sizeof(hint) / sizeof(int));
  /packages/apps/Dialer/java/com/android/incallui/answer/impl/hint/
PawImageLoader.java 17 package com.android.incallui.answer.impl.hint;
PawImageLoaderImpl.java 17 package com.android.incallui.answer.impl.hint;
AnswerHint.java 17 package com.android.incallui.answer.impl.hint;
24 /** Interface to overlay a hint of how to answer the call. */
28 * Inflates the hint's layout into the container.
30 * <p>TODO: if the hint becomes more dependent on other UI elements of the AnswerFragment,
39 * Called when the bounce animation has ended (transitioned into other animations). The hint
EmptyAnswerHint.java 17 package com.android.incallui.answer.impl.hint;
PawSecretCodeListener.java 17 package com.android.incallui.answer.impl.hint;
35 * Listen to the broadcast when the user dials "*#*#[number]#*#*" to toggle the event answer hint.
AnswerHintFactory.java 17 package com.android.incallui.answer.impl.hint;
70 // Display the event answer hint if the payload is available.
  /external/boringssl/src/crypto/bio/
socket_helper.c 44 struct addrinfo hint, *result, *cur; local
49 OPENSSL_memset(&hint, 0, sizeof(hint));
50 hint.ai_family = AF_UNSPEC;
51 hint.ai_socktype = SOCK_STREAM;
53 ret = getaddrinfo(hostname, port_str, &hint, &result);
  /frameworks/opt/net/voip/src/java/android/net/rtp/
AudioCodec.java 112 AudioCodec hint = null; local
119 hint = codec;
127 hint = codec;
134 if (hint == null) {
137 if (hint == AMR && fmtp != null) {
  /external/elfutils/libdwfl/
segment.c 127 lookup (Dwfl *dwfl, GElf_Addr address, int hint)
129 if (hint >= 0
130 && address >= dwfl->lookup_addr[hint]
131 && ((size_t) hint + 1 == dwfl->lookup_elts
132 || address < dwfl->lookup_addr[hint + 1]))
133 return hint;
156 int hint = -1; local
166 int idx = lookup (dwfl, start, hint);
228 hint = (size_t) idx < dwfl->lookup_elts ? idx : -1;
  /external/ipsec-tools/src/racoon/
kmpstat.c 212 struct addrinfo hint, *ai; local
215 memset(&hint, 0, sizeof(hint));
216 hint.ai_family = PF_UNSPEC;
217 hint.ai_family = family;
218 hint.ai_socktype = SOCK_STREAM;
220 error = getaddrinfo(name, port, &hint, &ai);
  /external/pdfium/third_party/freetype/src/cid/
cidobjs.h 105 FT_Bool hint; member in struct:CID_GlyphSlotRec_
  /external/pdfium/third_party/freetype/src/type1/
t1objs.h 120 FT_Bool hint; member in struct:T1_GlyphSlotRec_

Completed in 1191 milliseconds

1 2 3 4 5 6 7 8 91011