/packages/apps/Gallery/src/com/android/camera/ |
ImageGetter.java | 31 * Here's the loading strategy. For any given image, load the thumbnail 34 * Then proceed to load the full image bitmap. Three things can 37 * 1. the image fails to load because the UI thread decided
|
/packages/apps/IM/src/com/android/im/app/ |
ImPluginHelper.java | 152 // XXX Load the plug-in implementation directly from the apk rather than 172 Log.e(TAG, "Could not load plugin", e); 174 Log.e(TAG, "Could not load plugin", e);
|
/system/core/libcutils/ |
hashmap.c | 53 // 0.75 load factor. 102 // If the load factor exceeds 0.75... 104 // Start off with a 0.33 load factor.
|
/bionic/libm/i387/ |
s_ceil.S | 50 fldcw -8(%ebp) /* load modfied control word */
|
s_floor.S | 50 fldcw -8(%ebp) /* load modfied control word */
|
/cts/tests/SignatureTest/src/android/tests/sigtest/ |
SignatureTest.java | 180 * Load field information from xml to memory. 194 * Load method information from xml to memory. 208 * Load constructor information from xml to memory. 222 * Load class or interface information to memory.
|
/cts/tests/tests/gesture/src/android/gesture/cts/ |
GestureLibraryTest.java | 89 public boolean load() { method in class:GestureLibraryTest.GestureLibraryStub
|
/cts/tests/tests/permission/src/android/permission/cts/ |
AudioPermissionTest.java | 103 fail("Got further than we should have trying to load a remote media source");
|
/dalvik/libcore/dom/src/test/java/org/w3c/domts/level1/core/ |
characterdatagetdata.java | 68 doc = (Document) load("staff", false);
|
documentgetdoctypenodtd.java | 69 doc = (Document) load("hc_nodtdstaff", false);
|
documentgetelementsbytagnamelength.java | 66 doc = (Document) load("staff", false);
|
documentgetelementsbytagnametotallength.java | 61 doc = (Document) load("staff", false);
|
documentgetimplementation.java | 66 doc = (Document) load("staff", false);
|
documenttypegetentitieslength.java | 65 doc = (Document) load("staff", false);
|
domimplementationfeaturenoversion.java | 62 doc = (Document) load("staff", false);
|
domimplementationfeaturexml.java | 61 doc = (Document) load("staff", false);
|
elementaddnewattribute.java | 69 doc = (Document) load("staff", true);
|
elementgetattributenode.java | 69 doc = (Document) load("staff", true);
|
elementgetelementsbytagname.java | 67 doc = (Document) load("staff", false);
|
elementgetelementsbytagnamenomatch.java | 65 doc = (Document) load("staff", false);
|
elementremoveattributenode.java | 69 doc = (Document) load("staff", true);
|
elementreplaceattributewithself.java | 67 doc = (Document) load("staff", true);
|
elementreplaceexistingattribute.java | 74 doc = (Document) load("staff", true);
|
elementretrieveattrvalue.java | 67 doc = (Document) load("staff", false);
|
hc_attrgetvalue1.java | 66 doc = (Document) load("hc_staff", true);
|