/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/ |
DialerFilterRule.java | 42 INode hint = node.appendChild(FQCN_EDIT_TEXT); local 43 hint.setAttribute(ANDROID_URI, ATTR_TEXT, "Hint"); 44 hint.setAttribute(ANDROID_URI, ATTR_ID, "@android:id/hint"); //$NON-NLS-1$ 45 hint.setAttribute(ANDROID_URI, ATTR_LAYOUT_WIDTH, fillParent); 51 "@android:id/hint"); //$NON-NLS-1$
|
/packages/providers/DownloadProvider/tests/src/com/android/providers/downloads/ |
HelpersTest.java | 33 String hint = "file:///com.android.providers.downloads/test"; local 37 hint, 41 assertEquals(hint, fileName);
|
/external/elfutils/libdwfl/ |
segment.c | 140 lookup (Dwfl *dwfl, GElf_Addr address, int hint) 142 if (hint >= 0 143 && address >= dwfl->lookup_addr[hint] 144 && ((size_t) hint + 1 == dwfl->lookup_elts 145 || address <= dwfl->lookup_addr[hint + 1])) 146 return hint; 169 int hint = -1; local 176 int idx = lookup (dwfl, start, hint); 224 hint = (size_t) idx < dwfl->lookup_elts ? idx : -1;
|
/frameworks/base/voip/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/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/freetype/src/cff/ |
cffobjs.h | 75 FT_Bool hint; member in struct:CFF_GlyphSlotRec_
|
/external/llvm/lib/CodeGen/ |
CalcSpillWeights.cpp | 99 // Find the best physreg hist and the best virtreg hint. 103 // Don't recompute a target specific hint. 141 unsigned hint = copyHint(mi, li.reg, tri, mri); local 142 if (!hint) 144 float hweight = Hint[hint] += weight; 145 if (TargetRegisterInfo::isPhysicalRegister(hint)) { 146 if (hweight > bestPhys && LIS.isAllocatable(hint)) 147 bestPhys = hweight, hintPhys = hint; 150 bestVirt = hweight, hintVirt = hint; [all...] |
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/ui/ |
GridDataFactory.java | 53 * .hint(150, SWT.DEFAULT) 67 * GridDataFactory.fillDefaults().grab(true, true).hint(150, 150).applyTo(listBox); 82 * Point hint = Geometry.max(LayoutConstants.getMinButtonSize(), preferredSize); 83 * GridDataFactory.fillDefaults().align(SWT.FILL, SWT.CENTER).hint(hint).applyTo(button); 87 * Point hint = Geometry.max(LayoutConstants.getMinButtonSize(), preferredSize); 89 * buttonData.widthHint = hint.x; 90 * buttonData.heightHint = hint.y; 191 // Hint 196 * size. If either hint is set to SWT.DEFAULT, the control's preferred size is used 204 public GridDataFactory hint(int xHint, int yHint) { method in class:GridDataFactory 304 public GridDataFactory hint(Point hint) { method in class:GridDataFactory [all...] |
/external/openssl/crypto/bio/ |
b_sock.c | 671 struct addrinfo *res,hint; local 682 * e.g. Solaris, default to IPv6 without any hint. Also 685 memset(&hint,0,sizeof(hint)); 686 hint.ai_flags = AI_PASSIVE; 693 hint.ai_family = AF_INET6; 700 hint.ai_family = AF_INET; 705 if ((*p_getaddrinfo.f)(h,p,&hint,&res)) break;
|
/external/stlport/src/ |
locale.cpp | 152 _Locale_name_hint *hint = 0; local 165 hint = impl->insert_ctype_facets(ctype_name, ctype_buf, hint); 166 hint = impl->insert_numeric_facets(numeric_name, numeric_buf, hint); 167 hint = impl->insert_time_facets(time_name, time_buf, hint); 168 hint = impl->insert_collate_facets(collate_name, collate_buf, hint); 169 hint = impl->insert_monetary_facets(monetary_name, monetary_buf, hint) 259 _Locale_name_hint *hint = 0; local [all...] |
/libcore/luni/src/main/java/java/util/ |
ComparableTimSort.java | 461 * @param hint the index at which to begin the search, 0 <= hint < n. 462 * The closer hint is to the result, the faster this method will run. 470 int base, int len, int hint) { 471 if (DEBUG) assert len > 0 && hint >= 0 && hint < len; 475 if (key.compareTo(a[base + hint]) > 0) { 476 // Gallop right until a[base+hint+lastOfs] < key <= a[base+hint+ofs] 477 int maxOfs = len - hint; 541 if (DEBUG) assert len > 0 && hint >= 0 && hint < len; local [all...] |
/ndk/sources/cxx-stl/stlport/src/ |
locale.cpp | 153 _Locale_name_hint *hint = 0; local 166 hint = impl->insert_ctype_facets(ctype_name, ctype_buf, hint); 167 hint = impl->insert_numeric_facets(numeric_name, numeric_buf, hint); 168 hint = impl->insert_time_facets(time_name, time_buf, hint); 169 hint = impl->insert_collate_facets(collate_name, collate_buf, hint); 170 hint = impl->insert_monetary_facets(monetary_name, monetary_buf, hint) 260 _Locale_name_hint *hint = 0; local [all...] |
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/ |
BluetoothOppReceiveFileInfo.java | 94 String filename = null, hint = null, mimeType = null; local 102 hint = metadataCursor.getString(0); 138 filename = choosefilename(hint); 244 private static String choosefilename(String hint) { 247 // First, try to use the hint from the application, if there's one 248 if (filename == null && !(hint == null) && !hint.endsWith("/") && !hint.endsWith("\\")) { 251 hint = hint.replace('\\', '/') [all...] |
/sdk/apigenerator/src/com/android/apigenerator/ |
NewApiParser.java | 32 int hint = 0; local 34 hint = stream.available() + CHUNK; 38 if (hint < CHUNK) { 39 hint = CHUNK; 42 byte[] buf = new byte[hint];
|
/dalvik/vm/interp/ |
InterpState.h | 200 JitHint hint:7; // Hint to apply to final code of run member in struct:JitCodeDesc
|
/external/chromium/base/win/ |
pe_image.cc | 281 UINT hint; local 282 for (hint = 0; hint < num_names; hint++) { 283 if (ordinals[hint] == count) { 284 name = reinterpret_cast<LPCSTR>(RVAToAddr(names[hint])); 290 hint = 0; 301 if (!callback(*this, ordinal_base + count, hint, name, func, forward, 370 WORD hint = 0; local 378 hint = import->Hint 463 WORD hint = 0; local [all...] |
/external/doclava/src/com/google/doclava/apicheck/ |
ApiFile.java | 38 int hint = 0; local 40 hint = stream.available() + CHUNK; 43 if (hint < CHUNK) { 44 hint = CHUNK; 46 byte[] buf = new byte[hint];
|
/external/freetype/src/pshinter/ |
pshrec.c | 88 PS_Hint hint = 0; local 101 hint = table->hints + count - 1; 102 hint->pos = 0; 103 hint->len = 0; 104 hint->flags = 0; 109 *ahint = hint; 284 /* return last hint mask in a table, create one if the table is empty */ 557 /* set a bit at a given index in the current hint mask */ 567 /* get last hint mask */ 673 PS_Hint hint = dim->hints.hints local [all...] |
pshalgo.c | 86 PSH_Hint hint = table->hints; local 89 for ( ; count > 0; count--, hint++ ) 91 psh_hint_deactivate( hint ); 92 hint->order = -1; 97 /* internal function to record a new hint */ 102 PSH_Hint hint = table->hints + idx; local 107 FT_TRACE0(( "psh_hint_table_record: invalid hint index %d\n", idx )); 112 if ( psh_hint_is_active( hint ) ) 115 psh_hint_activate( hint ); 117 /* now scan the current active hint set to check * 270 PSH_Hint hint = &table->hints[idx]; local 405 PSH_Hint hint; local 854 PSH_Hint hint; local 1551 PSH_Hint hint = sort[nn]; local 1571 PSH_Hint hint = sort[nn]; local 1608 PSH_Hint hint = sort[nn]; local 1625 PSH_Hint hint = sort[nn]; local 1643 PSH_Hint hint = sort[nn]; local 1840 PSH_Hint hint = point->hint; local [all...] |
pshalgo.h | 31 /* handle to Hint structure */ 34 /* hint bit-flags */ 53 /* hint structure */ 173 PSH_Hint hint; member in struct:PSH_PointRec_ 233 (*PSH_HintFunc)( PSH_Hint hint,
|
/external/skia/include/core/ |
SkScalerContext.h | 225 unsigned hint = (fFlags & kHinting_Mask) >> kHinting_Shift; local 226 return static_cast<SkPaint::Hinting>(hint);
|
/packages/apps/Contacts/src/com/android/contacts/dialpad/ |
DialpadFragment.java | 547 // Potentially show hint text in the mDigits field when the user 549 // this hint text will remind the user that he's about to add a new 557 final SpannableString hint = new SpannableString( local 559 hint.setSpan(new RelativeSizeSpan(0.8f), 0, hint.length(), 0); 560 mDigits.setHint(hint); 562 // Common case; no hint necessary. [all...] |
/external/v8/src/ |
lithium-allocator.h | 252 LOperand* hint() const { return hint_; } function in class:v8::internal::UsePosition 253 void set_hint(LOperand* hint) { hint_ = hint; } 332 if (pos != NULL) return pos->hint(); 509 void Define(LifetimePosition position, LOperand* operand, LOperand* hint); 513 LOperand* hint);
|
hydrogen-instructions.cc | 2268 Representation hint = hint_value->representation(); local [all...] |
/external/webkit/Source/JavaScriptCore/jit/ |
JIT.h | 98 unsigned hint; member in struct:JSC::SlowCaseEntry 103 , hint(h) [all...] |