/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/ |
Bridge.java | 602 // To do this, we pass null in lieu of the project style map. [all...] |
/external/icu4c/test/cintltst/ |
cmsgtst.c | 137 log_verbose("PASS: MessagFormat successful on testcase : %d\n", i); 169 log_verbose("PASS: MessagFormat successful on testcase : %d\n", i); 217 log_verbose("PASS: MessagFormat successful on testcase : %d\n", i); 226 We pass in a UDate, but the function expects a UDate *. When va_arg is used, 292 log_verbose("PASS: MessagFormat successful on test#1\n"); 323 log_verbose("PASS: MessagFormat successful on test#2\n"); 348 log_verbose("PASS: MessagFormat successful on test#3\n"); 420 log_verbose("PASS: MessagFormat successful on test#4\n"); 437 log_verbose("PASS: parseMessage successful on test#5\n"); 446 log_verbose("PASS: parseMessage successful test#5\n") [all...] |
/frameworks/base/docs/html/resources/articles/ |
faster-screen-orientation-change.jd | 81 can be used to pass an arbitrary object <em>your future self</em> and Android 84 to pass the downloaded images to the future activity on orientation change. 118 <p>Be very careful with the object you pass through 120 pass is for some reason tied to the Activity/Context, <a 123 never pass a View, a Drawable, an Adapter, etc. Photostream for 124 instance extracts the bitmaps from the drawables and pass the bitmaps
|
/cts/tests/res/layout/ |
animation_layout.xml | 52 <ImageButton android:id="@+id/pass" 53 android:src="@drawable/pass"
|
/dalvik/libcore/luni/src/test/java/tests/api/java/lang/ref/ |
WeakReferenceTest.java | 58 assertTrue("should always pass", bool.booleanValue()); 90 assertTrue("should always pass", bool.booleanValue());
|
/dalvik/libcore/xml/src/main/java/org/apache/xpath/objects/ |
XMLStringFactoryImpl.java | 33 /** The XMLStringFactory to pass to DTM construction. */ 38 * Get the XMLStringFactory to pass to DTM construction.
|
/dalvik/libcore/xml/src/main/java/org/xml/sax/ |
XMLFilter.java | 23 * events as they pass on to the final application.</p> 57 * directly: they should all pass through this filter.</p>
|
/external/bluetooth/glib/glib/gnulib/ |
vasnprintf.h | 46 You can pass a preallocated buffer for the result in RESULTBUF and its 47 size in *LENGTHP; otherwise you pass RESULTBUF = NULL.
|
/external/e2fsprogs/ |
INSTALL | 50 frequency, and the fsck pass number, respectively. The problem with 52 fields as "0", and a pass number of 0 is documented as meaning that
|
INSTALL.elfbin | 34 frequency, and the fsck pass number, respectively. The problem with 36 fields as "0", and a pass number of 0 is documented as meaning that
|
/external/e2fsprogs/intl/ |
vasnprintf.h | 46 You can pass a preallocated buffer for the result in RESULTBUF and its 47 size in *LENGTHP; otherwise you pass RESULTBUF = NULL.
|
/external/grub/stage2/ |
mb_header.h | 83 /* Must pass memory information to OS. */ 86 /* Must pass video information to OS. */
|
/external/jpeg/ |
jdmaster.c | 11 * pass. 340 /* 2-pass quantizer only works in 3-component color space. */ 363 /* We use the 2-pass code to map to external colormaps. */ 372 /* If both quantizers are initialized, the 2-pass one is left active; 423 * as one pass. 440 /* Count the input pass as done */ 448 * Per-pass setup. 449 * This is called at the beginning of each output pass. We determine which 450 * modules will be active during this pass and give them appropriate 452 * is a "real" output pass or a dummy pass for color quantization [all...] |
/external/kernel-headers/original/linux/ |
ncp_mount.h | 50 /* we neever pass -1, so it is safe */ 61 /* we never pass -1, so it is safe */
|
/external/openssl/crypto/evp/ |
p5_crpt2.c | 79 int PKCS5_PBKDF2_HMAC_SHA1(const char *pass, int passlen, 91 if(!pass) passlen = 0; 92 else if(passlen == -1) passlen = strlen(pass); 103 HMAC_Init_ex(&hctx, pass, passlen, EVP_sha1(), NULL); 109 HMAC(EVP_sha1(), pass, passlen, local 120 h__dump (pass, passlen); 147 int PKCS5_v2_PBE_keyivgen(EVP_CIPHER_CTX *ctx, const char *pass, int passlen, 244 PKCS5_PBKDF2_HMAC_SHA1(pass, passlen, salt, saltlen, iter, keylen, key);
|
/external/skia/include/core/ |
SkDrawLooper.h | 33 like shadows or frame/fills, that require more than one pass. 50 should we pass the canvas/paint here, and/or to the next call
|
/external/skia/src/gl/ |
SkGLTextCache.h | 13 /** Delete all of the strikes in the cache. Pass true if the texture IDs are 14 still valid, in which case glDeleteTextures will be called. Pass false
|
/external/webkit/JavaScriptCore/tests/mozilla/ecma/Math/ |
15.8.2.14.js | 52 array[item] = new TestCase( SECTION, "Math.random()", "pass", null ); 59 testcases[caseno].actual = "pass";
|
/external/webkit/JavaScriptCore/tests/mozilla/js1_3/regress/ |
switch-001.js | 54 result = "pass"; 63 "pass",
|
/external/webkit/JavaScriptCore/wtf/ |
ThreadIdentifierDataPthreads.h | 39 // Holds ThreadIdentifier in the thread-specific storage and employs pthreads-specific 2-pass destruction to reliably remove 40 // ThreadIdentifier from threadMap. It assumes regular ThreadSpecific types don't use multiple-pass destruction.
|
/external/webkit/LayoutTests/storage/ |
sql-data-types.js | 24 writeMessageToLog("PASS: property '" + propName + "' ok, type was " + typeof result); 44 notifyDone("PASS: database clean up ok.");
|
/frameworks/base/core/java/android/os/ |
Vibrator.java | 53 * Pass in an array of ints that are the times at which to turn on or off 55 * and then after that it alternates. If you want to repeat, pass the
|
/frameworks/base/core/tests/coretests/src/android/widget/listview/touch/ |
ListOfTouchablesTest.java | 55 // TODO: needs to be adjusted to pass on non-HVGA displays 72 // TODO: needs to be adjusted to pass on non-HVGA displays
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/project/ |
ProjectHelperTest.java | 41 // pass for now 46 // pass for now
|
/external/bluetooth/glib/tests/ |
regex-test.c | 54 #define PASS passed++ 128 PASS; \ 169 PASS; \ 201 PASS; \ 259 PASS; \ 392 PASS; \ 402 PASS; \ 412 PASS; \ 422 PASS; \ 432 PASS; \ [all...] |