/frameworks/base/docs/html/training/improving-layouts/ |
smooth-scrolling.jd | 88 android.widget.Adapter} returns an inflated view for recycling, you still need to look up the 94 Layout, so you can immediately access them without the need to look them up repeatedly. First, you 118 <p>Now you can easily access each view without the need for the look-up, saving valuable processor
|
/frameworks/base/telephony/java/com/android/internal/telephony/ |
CallerInfo.java | 175 // Look for the name 181 // Look for the number 187 // Look for the normalized number 193 // Look for the label/type combo 206 // Look for the person_id. 212 // No valid columnIndex, so we can't look up person_id. 219 // look for the custom ringtone, create from the string stored 228 // look for the send to voicemail flag, set it to true only 246 * getCallerInfo given a URI, look up in the call-log database 260 * getCallerInfo given a phone number, look up in the call-log databas [all...] |
/packages/apps/InCallUI/src/com/android/incallui/ |
CallerInfo.java | 173 // Look for the name 179 // Look for the number 185 // Look for the normalized number 191 // Look for the label/type combo 204 // Look for the person_id. 210 // No valid columnIndex, so we can't look up person_id. 217 // look for the custom ringtone, create from the string stored 226 // look for the send to voicemail flag, set it to true only 244 * getCallerInfo given a URI, look up in the call-log database 258 * getCallerInfo given a phone number, look up in the call-log databas [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/ |
macresource.py | 18 is available we are done. If it is not available we look for a file filename 52 # If we're main we look in the current directory 60 # And look for the file
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/ |
ExtractStringProposal.java | 91 // Look up the beginning and the end of the line (outside of the extracted string) 96 // Look backwards to the beginning of the line (and strip whitespace) 107 // Look forwards to the end of the line (and strip whitespace)
|
/dalvik/vm/ |
JarFile.cpp | 110 /* First, look for a ".odex" alongside the jar file. It will 130 * Pre-created .odex absent or stale. Look inside the jar for a 208 /* Even if we're not going to look at the archive, we need to 219 /* First, look for a ".odex" alongside the jar file. It will 243 * Pre-created .odex absent or stale. Look inside the jar for a
|
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/ |
TreeParser.java | 103 Object look = input.LT(1); local 104 if ( input.getTreeAdaptor().getChildCount(look)==0 ) { 111 int tokenType = input.getTreeAdaptor().getType(look); 114 look = input.LT(1); 115 tokenType = input.getTreeAdaptor().getType(look);
|
/external/bluetooth/bluedroid/stack/btm/ |
btm_dev.c | 217 ** Description Look for the record in the device database for the record 365 ** Description Look for the record in the device database for the record 389 ** Description Look for the record in the device database for the record 416 ** Description Look for the record in the device database for the record 453 /* First look for the non-paired devices for the oldest entry */
|
/external/chromium_org/third_party/icu/source/i18n/ |
regeximp.h | 147 // Param 1: The minimum length of the look-behind match 148 // Param 2: The max length of the look-behind match 155 // Param 1: The minimum length of the look-behind match 156 // Param 2: The max length of the look-behind match 157 // Param 3: The pattern loc following the look-behind block.
|
/external/chromium_org/third_party/mesa/src/docs/ |
README.CYGWIN | 47 widgets. Look in those directories for more information. 75 Look in those directories for details 92 will first look if the MESA_RGB_VISUAL variable is defined. If so, it 94 visual is requested, glXChooseVisual will look for the MESA_CI_VISUAL 146 to produce images which look correct. If in the past you thought
|
/external/mesa3d/docs/ |
README.CYGWIN | 47 widgets. Look in those directories for more information. 75 Look in those directories for details 92 will first look if the MESA_RGB_VISUAL variable is defined. If so, it 94 visual is requested, glXChooseVisual will look for the MESA_CI_VISUAL 146 to produce images which look correct. If in the past you thought
|
/packages/apps/Dialer/src/com/android/dialer/util/ |
ExpirableCache.java | 40 * When we need to store contact information for a given phone number, we can look up the info in 171 * @param key the key to look up 187 * @param key the key to look up 201 * @param key the key to look up 214 * @param key the key to look up
|
/cts/tools/dasm/src/java_cup/ |
lexer.java | 68 * Just before they are returned we look them up in this table to see if 220 /** Try to look up a single character symbol, returns -1 for not found. 352 /* extract a string and try to look it up as a keyword */ 403 /* look for white space */ 412 /* look for a single character symbol */ 421 /* look for : or ::= */ 431 /* move forward and look for the '=' */ 445 /* look for a comment */ 453 /* look for start of code string */ 457 /* look for an id or keyword * [all...] |
lalr_item.java | 40 * @param look the set of lookahead symbols. 42 public lalr_item(production prod, int pos, terminal_set look) 46 _lookahead = look; 55 * @param look the set of lookahead symbols. 57 public lalr_item(production prod, terminal_set look) throws internal_error 59 this(prod,0,look);
|
/external/chromium_org/third_party/zlib/ |
gzread.c | 92 /* Look for gzip header, set up for inflate or copy. state->have must be zero. 149 /* look for the gzip magic header bytes 31 and 139 */ 229 trailer is verified, state->how is reset to LOOK to look for the next gzip 289 state->how = LOOK; /* ready for next stream, once have is 0 (leave 299 file depending on state->how. If state->how is LOOK, then a gzip header is 309 if (state->how == LOOK) { /* look for gzip header */ 416 else if (state->how == LOOK || len < (state->size << 1)) { 582 /* look for end-of-line in current output buffer * [all...] |
/external/elfutils/libdwfl/ |
linux-kernel-modules.c | 99 to look for "vmlinux" files. */ 105 to look for "vmlinux.debug" files. */ 212 /* Look for a kernel debug archive. If we find one, report all its modules. 258 If RELEASE starts with '/', it names a directory to look in; 313 names. To handle that, we would have to look at the 430 /* Look for a build ID note in NOTESFILE and associate the ID with MOD. */ 487 /* Look for a build ID for the kernel. */ 494 /* Look for a build ID for a loaded kernel module. */ 633 some using '_' and some using '-'. So our cheap kludge is to look for 752 The file name for ".init*" may actually look like "_init*". * [all...] |
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/utf/ |
unicodetext.cc | 318 UnicodeText::const_iterator UnicodeText::find(const UnicodeText& look, 322 return UnsafeFind(look, start_pos); 325 UnicodeText::const_iterator UnicodeText::find(const UnicodeText& look) const { 326 return UnsafeFind(look, begin()); 330 const UnicodeText& look, const_iterator start_pos) const { 334 StringPiece look_piece(look.utf8_data(), look.utf8_length());
|
/libcore/luni/src/main/java/org/xml/sax/helpers/ |
AttributesImpl.java | 189 * Look up an attribute's index by Namespace name. 191 * <p>In many cases, it will be more efficient to look up the name once and 214 * Look up an attribute's index by qualified (prefixed) name. 233 * Look up an attribute's type by Namespace-qualified name. 255 * Look up an attribute's type by qualified (prefixed) name. 275 * Look up an attribute's value by Namespace-qualified name. 297 * Look up an attribute's value by qualified (prefixed) name.
|
/external/llvm/lib/CodeGen/ |
Analysis.cpp | 211 /// Look through operations that will be free to find the earliest source of 227 // Try to look through V1; if V1 is not an instruction, it can't be looked 235 // Look through truly no-op bitcasts. 239 // Look through getelementptr 243 // Look through inttoptr. 251 // Look through ptrtoint. 263 // Look through call (skipping callee) 274 // Look through invoke (skipping BB, BB, Callee) 308 // Terminate if we couldn't find anything to look through. 351 // call". FIXME: with sufficiently cunning bit-tracking, we could look throug [all...] |
/external/smack/src/org/xbill/DNS/ |
Zone.java | 379 * If this is the name, look for the actual type or a CNAME. 380 * Otherwise, look for a DNAME. 427 * @param name The name to look up 428 * @param type The type to look up 439 * @param name The name to look up 440 * @param type The type to look up
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
sre_compile.py | 112 emit(0) # look ahead 116 raise error, "look-behind requires fixed-width pattern" 117 emit(lo) # look behind 369 # look for a literal prefix 376 # look for literal prefix 390 # if no prefix, look for charset prefix
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
sre_compile.py | 112 emit(0) # look ahead 116 raise error, "look-behind requires fixed-width pattern" 117 emit(lo) # look behind 369 # look for a literal prefix 376 # look for literal prefix 390 # if no prefix, look for charset prefix
|
/bionic/linker/ |
dlfcn.cpp | 192 // A search of the hash table will look through 195 // look at. gLibDlChains should be set up to 199 // That is, gLibDlChains should look like
|
/external/apache-http/src/org/apache/http/conn/params/ |
ConnRouteParams.java | 82 * @param params the parameters in which to look up 126 * @param params the parameters in which to look up 171 * @param params the parameters in which to look up
|
/external/chromium/chrome/browser/autofill/ |
credit_card_field.cc | 100 // We look for a card security code before we look for a credit 130 // "Expires", "exp. date" or "exp. month" and "exp. year". We also look
|