HomeSort by relevance Sort by last modified time
    Searched full:created (Results 1226 - 1250 of 17761) sorted by null

<<41424344454647484950>>

  /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
179 * The favorite is a user created folder
220 * Indicates whether this favorite is an application-created shortcut or not.
221 * If the value is 0, the favorite is not an application-created shortcut, if the
222 * value is 1, it is an application-created shortcut.
  /external/chromium_org/net/base/
net_log_event_type_list.h 58 // "source_dependency": <Source id, if any, of what created the request>,
76 // This event is created when a new HostResolverImpl::Job is about to be created
80 // The creation/completion of a HostResolverImpl::Job which is created for
87 // "source_dependency": <Source id, if any, of what created the request>,
100 // This event is created when a HostResolverImpl::Job is evicted from
105 // This event is created when a HostResolverImpl::Job is started by
109 // This event is created when HostResolverImpl::ProcJob is about to start a new
119 // This event is created when HostResolverImpl::ProcJob has finished resolving
705 // A backup connect job is created due to slow connect
    [all...]
  /cts/hostsidetests/appsecurity/test-apps/AppAccessData/src/com/android/cts/appaccessdata/
AccessPrivateDataTest.java 31 * Assumes that {@link APP_WITH_DATA_PKG} has already created the private and public data.
41 * Name of private file to access. This must match the name of the file created by
46 * Name of public file to access. This must match the name of the file created by
  /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 26 * Instruction which fills a newly created array with a predefined list of
32 /** non-null: initial values to fill the newly created array */
80 * Return the type of the newly created array
  /developers/build/prebuilts/gradle/RepeatingAlarm/Application/src/main/java/com/example/android/repeatingalarm/
RepeatingAlarmFragment.java 48 // been created.
58 // application has created.
81 // The AlarmManager, like most system services, isn't created by application code, but
  /developers/samples/android/background/alarms/RepeatingAlarm/Application/src/main/java/com/example/android/repeatingalarm/
RepeatingAlarmFragment.java 48 // been created.
58 // application has created.
81 // The AlarmManager, like most system services, isn't created by application code, but
  /development/samples/ApiDemos/src/com/example/android/apis/app/
SecureDialogActivity.java 44 * "Overlay Display" created using the "Simulate secondary displays" option in
56 * Initialization of the Activity after it is first created. Must at least
87 // created. It cannot be changed after the dialog has been shown.
SecureSurfaceViewActivity.java 44 * "Overlay Display" created using the "Simulate secondary displays" option in
57 * Initialization of the Activity after it is first created. Must at least
78 // is created before the surface view's containing window is attached to
  /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/browseable/RepeatingAlarm/src/com.example.android.repeatingalarm/
RepeatingAlarmFragment.java 48 // been created.
58 // application has created.
81 // The AlarmManager, like most system services, isn't created by application code, but
  /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/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ThreadGroupReference/
ChildrenDebuggee.java 24 * Created on 25.02.2005
38 * <li>the group <code>PARENT_GROUP</code> is created
39 * <li>the group <code>CHILD_GROUP</code> is created as a child of
NameDebuggee.java 24 * Created on 25.02.2005
39 * <li>the group <code>PARENT_GROUP</code> is created
40 * <li>the group <code>CHILD_GROUP</code> is created as a child of
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ThreadReference/
ResumeDebuggee.java 24 * Created on 08.06.2006
82 ("--> ResumeDebuggee: Created threads number = " + createdThreadsNumber);
88 logWriter.println("--> ResumeDebuggee: All created threads are started!");
SuspendCountDebuggee.java 24 * Created on 07.06.2006
82 ("--> SuspendCountDebuggee: Created threads number = " + createdThreadsNumber);
88 logWriter.println("--> SuspendCountDebuggee: All created threads are started!");
SuspendDebuggee.java 24 * Created on 06.06.2006
80 ("--> SuspendDebuggee: Created threads number = " + createdThreadsNumber);
86 logWriter.println("--> SuspendDebuggee: All created threads are started!");
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/VirtualMachine/
ResumeDebuggee.java 24 * Created on 20.06.2006
83 ("--> ResumeDebuggee: Created threads number = " + createdThreadsNumber);
89 logWriter.println("--> ResumeDebuggee: All created threads are started!");
  /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_org/chrome/browser/ui/cocoa/
view_id_util_browsertest.mm 46 // Make sure FindBar is created to test VIEW_ID_FIND_IN_PAGE_TEXT_FIELD.
49 // Make sure docked devtools is created to test VIEW_ID_DEV_TOOLS_DOCKED
53 // Make sure download shelf is created to test VIEW_ID_DOWNLOAD_SHELF
  /external/chromium_org/chrome/browser/ui/webui/
chrome_web_contents_handler.cc 65 // Close the browser if chrome::Navigate created a new one.
76 // created. |user_gesture| is true if the operation was started by a user
110 // Close the browser if chrome::Navigate created a new one.

Completed in 772 milliseconds

<<41424344454647484950>>