HomeSort by relevance Sort by last modified time
    Searched full:creates (Results 451 - 475 of 8951) sorted by null

<<11121314151617181920>>

  /frameworks/base/core/java/com/android/internal/app/
MediaRouteChooserDialogFragment.java 28 * Creates a {@link MediaRouteChooserDialog}. The application may subclass
40 * Creates a media route chooser dialog fragment.
  /frameworks/base/core/java/com/google/android/collect/
Lists.java 29 * Creates an empty {@code ArrayList} instance.
41 * Creates a resizable {@code ArrayList} instance containing the given
  /frameworks/data-binding/extensions/library/src/main/java/android/databinding/
ObservableBoolean.java 42 * Creates an ObservableBoolean with the given initial value.
51 * Creates an ObservableBoolean with the initial value of <code>false</code>.
ObservableByte.java 42 * Creates an ObservableByte with the given initial value.
51 * Creates an ObservableByte with the initial value of <code>0</code>.
ObservableChar.java 42 * Creates an ObservableChar with the given initial value.
51 * Creates an ObservableChar with the initial value of <code>0</code>.
ObservableDouble.java 42 * Creates an ObservableDouble with the given initial value.
51 * Creates an ObservableDouble with the initial value of <code>0</code>.
ObservableFloat.java 42 * Creates an ObservableFloat with the given initial value.
51 * Creates an ObservableFloat with the initial value of <code>0f</code>.
ObservableInt.java 43 * Creates an ObservableInt with the given initial value.
52 * Creates an ObservableInt with the initial value of <code>0</code>.
ObservableLong.java 42 * Creates an ObservableLong with the given initial value.
51 * Creates an ObservableLong with the initial value of <code>0L</code>.
ObservableParcelable.java 43 * Wraps the given object and creates an observable object
52 * Creates an empty observable object
ObservableShort.java 42 * Creates an ObservableShort with the given initial value.
51 * Creates an ObservableShort with the initial value of <code>0</code>.
  /frameworks/support/v7/mediarouter/src/android/support/v7/app/
MediaRouteChooserDialogFragment.java 29 * Creates a {@link MediaRouteChooserDialog}. The application may subclass
40 * Creates a media route chooser dialog fragment.
  /frameworks/volley/src/main/java/com/android/volley/toolbox/
JsonArrayRequest.java 36 * Creates a new request.
46 * Creates a new request.
StringRequest.java 34 * Creates a new request with the given method.
48 * Creates a new GET request.
Volley.java 36 * Creates a default instance of the worker pool and calls {@link RequestQueue#start()} on it.
72 * Creates a default instance of the worker pool and calls {@link RequestQueue#start()} on it.
  /hardware/libhardware/tests/input/evdev/
TestHelpers.h 40 * Creates and opens a temporary file at the given path. The file is unlinked
61 * Creates a temporary directory that can create temporary files. The directory
  /libcore/dalvik/src/main/java/dalvik/system/
PathClassLoader.java 27 * Creates a {@code PathClassLoader} that operates on a given list of files
42 * Creates a {@code PathClassLoader} that operates on two given
  /libcore/dom/src/test/java/org/w3c/domts/
XalanDOMTestDocumentBuilderFactory.java 44 * Creates a JAXP implementation of DOMTestDocumentBuilderFactory.
64 * Creates XPath evaluator
  /libcore/ojluni/src/main/java/java/lang/
SecurityException.java 56 * Creates a <code>SecurityException</code> with the specified
71 * Creates a <code>SecurityException</code> with the specified cause
  /libcore/ojluni/src/main/java/java/security/
DigestException.java 58 * Creates a <code>DigestException</code> with the specified
73 * Creates a <code>DigestException</code> with the specified cause
SignatureException.java 59 * Creates a <code>SignatureException</code> with the specified
74 * Creates a <code>SignatureException</code> with the specified cause
  /ndk/sources/host-tools/make-3.81/tests/scripts/functions/
wildcard 3 $description = "The following test creates a makefile to test wildcard
8 This test creates 4 files by the names of 1.example,
  /packages/apps/Camera2/src/com/android/camera/one/
OneCameraModule.java 38 * Creates a new camera manager that is based on Camera2 API, if available.
60 * Creates a new hardware manager that is based on Camera2 API, if available.
  /packages/apps/Camera2/src/com/android/camera/one/v2/initialization/
CaptureSessionCreator.java 31 * Asynchronously creates capture sessions.
48 * Asynchronously creates a capture session, returning a future to it.
  /packages/apps/Dialer/src/com/android/dialer/util/
AsyncTaskExecutors.java 44 * Creates an AsyncTaskExecutor that submits tasks to run with
57 * Creates an AsyncTaskExecutor that submits tasks to run with

Completed in 654 milliseconds

<<11121314151617181920>>