/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/manager/ |
MultiResourceFile.java | 147 // look for a possible value already existing.
|
/sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/ |
SdkManager.java | 283 // look for some specific values in the map. 345 // api number and name look valid, perform a few more checks 422 // look for some specific values in the map. 442 // Look for a platform that has a matching api level or codename.
|
/system/core/adb/ |
adb_client.c | 31 /* if no specific device was specified, we need to look at */
|
/system/core/run-as/ |
run-as.c | 74 * - Allow application developers to look at their own applicative data
|
/dalvik/vm/alloc/ |
HeapSource.c | 89 Maybe avoid growing small heap, even if there's slack? Look at 559 // look at all heaps. 1128 * heap lock if we're going to look at it. We also need the [all...] |
/bionic/libc/regex/ |
engine.c | 847 sopno look; local 922 for (look = 1; 923 OP(s = g->strip[pc+look]) != O_CH; 924 look += OPND(s)) 926 FWD(aft, aft, look);
|
/build/tools/droiddoc/src/ |
ClassInfo.java | [all...] |
/external/icu4c/ |
configure.in | 264 # look for 'ar' the proper way 361 # For Compaq Tru64 (OSF1), we must look for pthread_attr_init 371 # Locate the right library for POSIX threads. We look for the 472 # When using gcc, look if we're also using GNU as. 985 datapackaging_msg_path="ICU will look in $datapackaging_dir which is the installation location. Call u_setDataDirectory() or use the ICU_DATA environment variable to override." [all...] |
/frameworks/base/awt/javax/imageio/metadata/ |
IIOMetadataNode.java | 750 * Look up the prefix associated to the given namespace URI, starting from 756 * the namespace URI to look for. 774 * the namespace URI to look for. 785 * Look up the namespace URI associated to the given prefix, starting from 790 * the prefix to look for. If this parameter is null, the method [all...] |
/external/icu4c/i18n/ |
regexcmp.cpp | 511 // Positive Look-ahead (?= stuff ) 526 // 4. LA_END Look Ahead failed. Restore regions. 530 // Look-ahead can't have quantifiers, but paren stack 572 // 2. SAVE_STATE 7 // Fail within look-ahead block restores to this state, 578 // 7. END_LA // Restore match region, in case look-ahead was using 608 // Compile a (?<= look-behind open paren. 660 // Compile a (?<! negated look-behind open paren. [all...] |
ucurr.cpp | 109 * Internal function to look up currency data. Result is an array of 136 // Look up our currency, or if that's not available, then DEFAULT 397 // Look up the CurrencyMap element in the root bundle. 482 // Look up the Currencies resource for the given locale. The 577 // Look up the Currencies resource for the given locale. The 797 // Look up the Currencies resource for the given locale. [all...] |
/external/netcat/ |
netcat.c | 25 backend progs to grab a pty and look like a real telnetd?! 379 /* failure to look up a name is fatal, since we can't do anything with it */ 409 /* numeric or not, failure to look up a PTR is *not* considered fatal */ 430 Same general idea as gethostpoop -- look up a port in /etc/services, fill 869 /* If we can, look for any IP options. Useful for testing the receiving end of [all...] |
/external/webkit/WebKitTools/Scripts/webkitpy/style/processors/ |
cpp.py | 378 # recursively look up the directory tree for the top 569 # basic. Things that look like escaped characters shouldn't occur [all...] |
/external/qemu/android/avd/ |
info.c | 632 /* second, look in the content directory */ 640 /* third, look in the SDK directory */ 998 /* look in content directory */ 1002 /* look in the search paths. For each <dir> in the list, 1003 * look the skins in <dir>/.. */ 1092 /* look for image search paths. handle post 1.1/pre cupcake [all...] |
/build/tools/droiddoc/templates-sdk/ |
sdkpage.cs | 110 Android 1.6 and we are pleased to announce the availability of an early look 212 availability of an early look SDK to give you a head-start on developing
|
/dalvik/libcore/luni/src/main/java/java/util/ |
AbstractCollection.java | 122 * if the object to look for isn't of the correct type. 124 * if the object to look for is {@code null} and this
|
Collection.java | 131 * if the object to look for isn't of the correct 134 * if the object to look for is {@code null} and this
|
/dalvik/libcore/security/src/main/java/org/apache/harmony/security/x501/ |
AttributeTypeAndValue.java | 506 // look for OID in the pool 523 // look for OID in the pool
|
/dalvik/libcore/xml/src/main/java/javax/xml/validation/ |
SchemaFactoryFinder.java | 175 // system property look up 198 debugPrintln("failed to look up system property '"+propertyName+"'" );
|
Validator.java | 321 * Look up the value of a feature flag. 410 * Look up the value of a property.
|
ValidatorHandler.java | 327 * Look up the value of a feature flag. 420 * Look up the value of a property.
|
/dalvik/libcore/xml/src/main/java/org/xml/sax/ |
XMLReader.java | 71 * Look up the value of a feature flag. 158 * Look up the value of a property.
|
/dalvik/libcore/xml/src/main/java/org/xml/sax/helpers/ |
XMLFilterImpl.java | 167 * Look up the value of a feature. 215 * Look up the value of a property.
|
/development/samples/Snake/src/com/example/android/snake/ |
SnakeView.java | 481 // Look for collisions with itself 491 // Look for apples
|
/external/bison/ |
INSTALL | 179 A warning: not all `configure' scripts look for a site script. 231 Look for the package's source code in directory DIR. Usually
|