/libcore/luni/src/main/java/javax/net/ |
SocketFactory.java | 58 * @return the created unconnected socket. 77 * @return the created connected socket. 103 * @return the created connected socket. 123 * @return the created connected socket. 146 * @return the created connected socket.
|
/libcore/luni/src/test/java/tests/security/cert/ |
CertificateFactory3Test.java | 88 assertNotNull("CertificateFactory objects were not created", certFs); 104 assertNotNull("CertificateFactory objects were not created", certFs); 124 assertNotNull("CertificateFactory objects were not created", certFs); 149 assertNotNull("CertificateFactory objects were not created", certFs); 170 assertNotNull("CertificateFactory objects were not created", certFs);
|
/packages/apps/Launcher2/src/com/android/launcher2/ |
LauncherSettings.java | 54 * The gesture is an application created shortcut 171 * The favorite is a user created folder 212 * Indicates whether this favorite is an application-created shortcut or not. 213 * If the value is 0, the favorite is not an application-created shortcut, if the 214 * value is 1, it is an application-created shortcut.
|
/dalvik/dexgen/src/com/android/dexgen/rop/code/ |
FillArrayDataInsn.java | 27 * Instruction which fills a newly created array with a predefined list of 33 /** non-null: initial values to fill the newly created array */ 81 * Return the type of the newly created array
|
/dalvik/dx/src/com/android/dx/rop/code/ |
FillArrayDataInsn.java | 27 * Instruction which fills a newly created array with a predefined list of 33 /** non-null: initial values to fill the newly created array */ 81 * Return the type of the newly created array
|
/development/samples/CrossCompatibility/ |
build.xml | 4 <!-- The local.properties file is created and updated by the 'android' tool. 9 <!-- The build.properties file can be created by you and is never touched 31 <!-- The default.properties file is created and updated by the 'android' tool, as well
|
/development/samples/training/basic/ActivityLifecycle/ |
build.xml | 4 <!-- The local.properties file is created and updated by the 'android' tool. 9 <!-- The ant.properties file can be created by you. It is only edited by the 31 <!-- The project.properties file is created and updated by the 'android'
|
/external/apache-harmony/crypto/src/test/impl/java/org/apache/harmony/crypto/tests/javax/crypto/ |
EncryptedPrivateKeyInfo_ImplTest.java | 47 * Test preconditions: test object created using ctor which takes encoded 73 * Test preconditions: test object created using ctor which takes algorithm 98 * Test preconditions: test object created using ctor which takes
|
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/ |
CertificateFactory1Test.java | 310 assertNotNull("CertificateFactory objects were not created", certFs); 361 assertNotNull("CertificateFactory objects were not created", certFs); 441 assertNotNull("CertificateFactory objects were not created", certFs); 460 assertNull("Not null certificate was created", cer); 467 assertTrue("Not empty certificate Collection was created", colCer.isEmpty()); 474 assertNull("Not null CRL was created", crl); 481 assertTrue("Not empty CRL Collection was created", colCrl.isEmpty()); 502 assertNotNull("CertificateFactory objects were not created", certFs); 551 assertNotNull("CertificateFactory objects were not created", certFs); 592 assertNotNull("CertificateFactory objects were not created", certFs) [all...] |
/external/apache-xml/src/main/java/org/apache/xpath/res/ |
XPATHMessages.java | 46 * in the message created. 64 * in the message created. 83 * in the message created.
|
/external/chromium/chrome/browser/extensions/ |
extension_context_menu_browsertest.cc | 195 ExtensionTestMessageListener listener1("created item", false); 199 // Wait for the extension to tell us it's created an item. 220 ExtensionTestMessageListener listener("created items", false); 253 ExtensionTestMessageListener listener("created", false); 255 // Load the extension and wait until it's created a menu item. 370 ExtensionTestMessageListener listener("created items", false); 396 ExtensionTestMessageListener created("created item regular", false); 397 ExtensionTestMessageListener created_incognito("created item incognito", 409 // Wait for the extension's processes to tell us they've created an item [all...] |
/external/chromium/chrome/browser/tab_contents/ |
render_view_host_delegate_helper.h | 39 // If a TabContents is created, it is returned. Otherwise NULL is returned. 80 // Tracks created RenderViewHost objects that have not been shown yet. 85 // These maps hold on to the widgets that we created on behalf of the
|
/external/chromium/net/proxy/ |
multi_threaded_proxy_resolver.h | 48 // Threads are created lazily on demand, up to a maximum total. The advantage 57 // created using ProxyResolverFactory. 80 // For each thread that is created, an accompanying synchronous ProxyResolver
|
/external/dexmaker/src/dx/java/com/android/dx/rop/code/ |
FillArrayDataInsn.java | 27 * Instruction which fills a newly created array with a predefined list of 33 /** non-null: initial values to fill the newly created array */ 81 * Return the type of the newly created array
|
/external/e2fsprogs/tests/progs/ |
random_exercise.c | 84 printf("Created temp directory %s, fd = %d\n", 90 printf("Created temp file %s, fd = %d, size=%d\n", 147 sprintf(data_buffer, "This is a test file created by the "
|
/external/javassist/src/main/javassist/util/proxy/ |
ProxyObjectInputStream.java | 24 * An input stream class which knows how to deserialize proxies created via {@link ProxyFactory} and 25 * serializedo via a {@link ProxyObjectOutputStream}. It must be used when deserialising proxies created 33 * create an input stream which can be used to deserialize an object graph which includes proxies created
|
/external/jmonkeyengine/engine/src/android/com/jme3/system/android/ |
OGLESContext.java | 76 protected final AtomicBoolean created = new AtomicBoolean(false); field in class:OGLESContext 113 * @return GLSurfaceView The newly created view 124 * @return GLSurfaceView The newly created view 138 * @return GLSurfaceView The newly created view 200 if (created.get() && renderer != null) { 203 if (!created.get()) { 204 logger.info("GL Surface created, doing JME3 init"); 207 logger.warning("GL Surface already created"); 213 created.set(true); 270 created.set(false) [all...] |
/external/libnfc-nxp/src/ |
phFriNfc_LlcpTransport_Connectionless.h | 45 * This function closes a LLCP socket previously created using phFriNfc_LlcpTransport_Socket. 64 * \param[in] pLlcpSocket A pointer to a LlcpSocket created. 97 * \param[in] pLlcpSocket A pointer to a LlcpSocket created.
|
/external/skia/include/core/ |
SkPackBits.h | 49 @param src Input data to unpack, previously created by Pack16. 58 @param src Input data to unpack, previously created by Pack8. 68 @param src Input data to unpack, previously created by Pack8.
|
/external/valgrind/main/ |
AUTHORS | 3 Valgrind, created the dynamic translation frameworks, wrote Memcheck, 24 created a set of ppc-linux derivatives of the 2.X release line. 44 Donna Robinson created and maintains the very excellent
|
/external/webkit/LayoutTests/dom/html/level1/core/ |
hc_namednodemapwrongdocumenterr.js | 85 WRONG_DOCUMENT_ERR DOMException if "arg" was created 86 from a different document than the one that created 91 another Attr node to it that was created from a
|
hc_nodeappendchildnewchilddiffdocument.js | 86 created from a different document than the one that 87 created this node. 90 a node created from a different document. An attempt
|
hc_nodereplacechildnewchilddiffdocument.js | 86 created from a different document than the one that 87 created this node. 90 of its children with a node created from a different
|
/external/webkit/LayoutTests/dom/xhtml/level1/core/ |
hc_namednodemapwrongdocumenterr.js | 85 WRONG_DOCUMENT_ERR DOMException if "arg" was created 86 from a different document than the one that created 91 another Attr node to it that was created from a
|
hc_nodeappendchildnewchilddiffdocument.js | 86 created from a different document than the one that 87 created this node. 90 a node created from a different document. An attempt
|