/external/webkit/WebCore/manual-tests/ |
open-url-undefined.html | 7 Click the Test button. A new window should open. To pass the test, the address
|
/external/webkit/WebCore/manual-tests/wml/ |
select-onpick-event-crash.wml | 11 <card id="card2">Test pass, if it didn't crash.</card>
|
/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/location/ |
TrackLabelProvider.java | 66 // pass 70 // pass 74 // pass 79 // pass
|
WayPointLabelProvider.java | 58 // pass 62 // pass 66 // pass 71 // pass
|
/cts/tests/res/menu/ |
title_icon.xml | 23 <item android:id="@+id/pass" 24 android:title="Pass" 25 android:icon="@drawable/pass" />
|
/external/icu4c/test/testmap/ |
testmap.c | 74 printf("\n*** PASS PASS PASS, test PASSED!!!!!!!!\n");
|
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/ |
tree-pass.h | 1 /* Definitions for describing one tree-ssa optimization pass. 55 each pass */ 57 each pass */ 96 /* Describe one pass; this is the common part shared across different pass 100 /* Optimization pass type. */ 107 /* Terse name of the pass used as a fragment of the dump file 111 /* If non-null, this pass and all sub-passes are executed only if 116 otherwise this pass does nothing. The return value contains 126 /* Static pass number, used as a fragment of the dump file name. * 146 struct opt_pass pass; member in struct:gimple_opt_pass 152 struct opt_pass pass; member in struct:rtl_opt_pass 162 struct opt_pass pass; member in struct:ipa_opt_pass 188 struct opt_pass pass; member in struct:simple_ipa_opt_pass [all...] |
gcc-plugin.h | 33 PLUGIN_PASS_MANAGER_SETUP, /* To hook into pass manager. */ 59 PASS_POS_INSERT_AFTER, /* Insert after the reference pass. */ 60 PASS_POS_INSERT_BEFORE, /* Insert before the reference pass. */ 61 PASS_POS_REPLACE /* Replace the reference pass. */ 66 struct opt_pass *pass; /* New pass provided by the plugin. */ member in struct:plugin_pass 67 const char *reference_pass_name; /* Name of the reference pass for hooking 68 up the new pass. */ 69 int ref_pass_instance_number; /* Insert the pass at the specified 70 instance number of the reference pass [all...] |
/dalvik/libcore/security/src/test/java/org/apache/harmony/security/tests/java/security/ |
KSPasswordProtectionTest.java | 80 char [] pass = {'a', 'b', 'c'}; local 81 KeyStore.PasswordProtection ksPWP = new KeyStore.PasswordProtection(pass); 84 assertEquals("Incorrect password length", pass.length, rPass.length); 85 for (int i = 0; i < pass.length; i++) { 87 .concat(")"), pass[i], rPass[i]);
|
/external/e2fsprogs/tests/f_filetype/ |
expect.1 | 0 Pass 1: Checking inodes, blocks, and sizes 14 Pass 2: Checking directory structure 37 Pass 3: Checking directory connectivity 38 Pass 4: Checking reference counts 39 Pass 5: Checking group summary information
|
/external/e2fsprogs/tests/m_dasd_bs/ |
expect.1 | 20 Pass 1: Checking inodes, blocks, and sizes 21 Pass 2: Checking directory structure 22 Pass 3: Checking directory connectivity 23 Pass 4: Checking reference counts 24 Pass 5: Checking group summary information
|
/external/e2fsprogs/tests/m_large_file/ |
expect.1 | 19 Pass 1: Checking inodes, blocks, and sizes 20 Pass 2: Checking directory structure 21 Pass 3: Checking directory connectivity 22 Pass 4: Checking reference counts 23 Pass 5: Checking group summary information
|
/frameworks/base/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
ATResponseParserTest.java | 35 //test pass 57 //test pass 71 //test pass 82 //test pass 107 //test pass
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/wizards/newproject/ |
StubProjectWizard.java | 87 // pass 91 // pass 95 // pass 99 // pass 103 // pass
|
/frameworks/base/docs/html/guide/topics/ui/ |
how-android-draws.jd | 31 Drawing the layout is a two pass process: a measure pass and a layout pass. The measuring 32 pass is implemented in <code>{@link android.view.View#measure(int, int)}</code> and is a top-down traversal 34 during the recursion. At the end of the measure pass, every View has stored 35 its measurements. The second pass happens in 37 this pass each parent is responsible for positioning all of its children 38 using the sizes computed in the measure pass. 46 that at the end of the measure pass, all parents accept all of their 52 as to how much space they each get, the parent will intervene and set the rules on the second pass) [all...] |
/external/openssl/crypto/pkcs12/ |
pkcs12.h | 180 PKCS8_PRIV_KEY_INFO *PKCS8_decrypt(X509_SIG *p8, const char *pass, int passlen); 181 PKCS8_PRIV_KEY_INFO *PKCS12_decrypt_skey(PKCS12_SAFEBAG *bag, const char *pass, 184 const char *pass, int passlen, 187 PKCS12_SAFEBAG *PKCS12_MAKE_SHKEYBAG(int pbe_nid, const char *pass, 193 PKCS7 *PKCS12_pack_p7encdata(int pbe_nid, const char *pass, int passlen, 196 STACK_OF(PKCS12_SAFEBAG) *PKCS12_unpack_p7encdata(PKCS7 *p7, const char *pass, int passlen); 211 unsigned char *PKCS12_pbe_crypt(X509_ALGOR *algor, const char *pass, 215 const char *pass, int passlen, ASN1_OCTET_STRING *oct, int zbuf); 217 const char *pass, int passlen, 220 int PKCS12_key_gen_asc(const char *pass, int passlen, unsigned char *salt 261 int key_nid, char *pass); variable 263 int safe_nid, int iter, char *pass); variable [all...] |
/external/openssl/include/openssl/ |
pkcs12.h | 180 PKCS8_PRIV_KEY_INFO *PKCS8_decrypt(X509_SIG *p8, const char *pass, int passlen); 181 PKCS8_PRIV_KEY_INFO *PKCS12_decrypt_skey(PKCS12_SAFEBAG *bag, const char *pass, 184 const char *pass, int passlen, 187 PKCS12_SAFEBAG *PKCS12_MAKE_SHKEYBAG(int pbe_nid, const char *pass, 193 PKCS7 *PKCS12_pack_p7encdata(int pbe_nid, const char *pass, int passlen, 196 STACK_OF(PKCS12_SAFEBAG) *PKCS12_unpack_p7encdata(PKCS7 *p7, const char *pass, int passlen); 211 unsigned char *PKCS12_pbe_crypt(X509_ALGOR *algor, const char *pass, 215 const char *pass, int passlen, ASN1_OCTET_STRING *oct, int zbuf); 217 const char *pass, int passlen, 220 int PKCS12_key_gen_asc(const char *pass, int passlen, unsigned char *salt 261 int key_nid, char *pass); variable 263 int safe_nid, int iter, char *pass); variable [all...] |
/external/jpeg/ |
jdapistd.c | 31 * last pass, and thus may take a great deal of time. 81 /* Perform any dummy output passes, and set up for the final pass */ 87 * Set up for an output pass, and perform any dummy pass(es) needed. 98 /* First call: do pass setup */ 106 /* Crank through the dummy pass */ 122 /* Finish up dummy pass, and set up for another one */ 130 /* Ready for application to drive output pass through 224 * Initialize for an output pass in buffered-image mode. 240 /* Perform any dummy output passes, and set up for the real pass */ [all...] |
/external/clearsilver/python/examples/base/ |
PassSGMLParser.py | 4 ## is just to pass the data through. Based on TestSGMLParser from sgmllib.py 44 # don't pass comments 45 pass
|
/external/clearsilver/man/man3/ |
dictCleanup.3 | 29 rock - to pass to <cleanup>
|
hdf_destroy.3 | 29 with an hdf data set. Although you can pass an HDF node
|
nerr_raise.3 | 30 reason. THIS IS A PRINTF STYLE FUNCTION, DO NOT PASS
|
/external/qemu/ |
targphys.h | 10 sizeof(size_of_target_physical_address)) because we must pass a
|
/external/v8/test/es5conform/ |
README | 8 may be possible but the tests are only known to pass (and indeed run)
|
/external/webkit/LayoutTests/fast/dom/Geolocation/resources/ |
permission-denied.js | 14 debug('<br /><span class="pass">TEST COMPLETE</span>');
|