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

<<11121314151617181920>>

  /packages/apps/Launcher2/src/com/android/launcher2/
HolographicViewHelper.java 70 * Creates a copy of the original image.
87 * Creates a new press state image which is the old image with a blue overlay.
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/util/
HttpHelper.java 48 * Creates a new request.
54 * Creates a new request.
  /packages/apps/TV/tests/common/src/com/android/tv/testing/
FakeClock.java 31 * Creates a fake clock with the time set to now and the boot time set to now - 100,000.
39 * Creates a fake clock with the time set to zero.
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/util/
TempFile.java 34 * <code>TempFile</code> creates a <code>FileInputStream</code> or any
47 * <code>TempFile</code> creates a <code>FileOutputStream</code> or any
  /packages/services/Telecomm/src/com/android/server/telecom/
Runnable.java 46 * Creates a new Telecom Runnable that incorporates Session Logging into it. Useful for carrying
69 * Creates a Runnable and a logging subsession that can be used in a handler/thread. Be sure to
  /prebuilts/gdb/darwin-x86/lib/python2.7/
anydbm.py 65 Note: 'r' and 'w' fail if the database doesn't exist; 'c' creates it
66 only if it doesn't exist; and 'n' always creates a new database.
  /prebuilts/gdb/linux-x86/lib/python2.7/
anydbm.py 65 Note: 'r' and 'w' fail if the database doesn't exist; 'c' creates it
66 only if it doesn't exist; and 'n' always creates a new database.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
anydbm.py 65 Note: 'r' and 'w' fail if the database doesn't exist; 'c' creates it
66 only if it doesn't exist; and 'n' always creates a new database.
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
anydbm.py 65 Note: 'r' and 'w' fail if the database doesn't exist; 'c' creates it
66 only if it doesn't exist; and 'n' always creates a new database.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/descriptors/
ListAttributeDescriptor.java 48 * Creates a new {@link ListAttributeDescriptor}.
62 * Creates a new {@link ListAttributeDescriptor} which uses the provided values
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/
ErrorImageComposite.java 28 * Creates a new {@link ErrorImageComposite}
37 * Creates a new {@link ErrorImageComposite}
  /system/bt/btcore/include/
uuid.h 26 // Creates uuid string structure to hold a well formed UUID
39 // Creates uuid structure from a well formed UUID string
  /system/connectivity/shill/
certificate_file.h 27 // Creates a scoped temporary file containing the DER or PEM
63 // Creates a temporary output file with |output_data| in it. Returns the
  /system/webservd/webservd/
utils.h 31 // Creates a new X509 certificate.
56 // Creates a socket bound to a specified network interface.
  /libcore/ojluni/src/main/java/java/util/
Spliterators.java 49 * Creates an empty {@code Spliterator}
67 * Creates an empty {@code Spliterator.OfInt}
83 * Creates an empty {@code Spliterator.OfLong}
99 * Creates an empty {@code Spliterator.OfDouble}
117 * Creates a {@code Spliterator} covering the elements of a given array,
147 * Creates a {@code Spliterator} covering a range of elements of a given
182 * Creates a {@code Spliterator.OfInt} covering the elements of a given array,
210 * Creates a {@code Spliterator.OfInt} covering a range of elements of a
244 * Creates a {@code Spliterator.OfLong} covering the elements of a given array,
272 * Creates a {@code Spliterator.OfLong} covering a range of elements of
    [all...]
  /external/javassist/src/main/javassist/
CtNewMethod.java 32 * Compiles the given source code and creates a method.
48 * Compiles the given source code and creates a method.
85 * Creates a public (non-static) method. The created method cannot
110 * Creates a method. <code>modifiers</code> can contain
146 * Creates a copy of a method. This method is provided for creating
166 * Creates a copy of a method with a new name.
190 * Creates a public abstract method.
213 * Creates a public getter method. The getter method returns the value
252 * Creates a public setter method. The setter method assigns the
296 * Creates a method forwarding to a delegate i
    [all...]
  /art/test/800-smali/smali/
b_22331663.smali 31 # which creates a conflict. Copy the conflict, and then return. This should not make the
  /bionic/tests/libs/
dlopen_testlib_ifunc.c 30 // Static linker creates GLOBAL/IFUNC symbol and JUMP_SLOT relocation type for plt segment
  /build/blueprint/deptools/
depfile.go 33 // WriteDepFile creates a new gcc-style depfile and populates it with content
  /cts/tests/tests/telephony/src/android/telephony/cts/
HeadlessSmsSendService.java 31 * Creates an IntentService. Invoked by your subclass's constructor.
  /cts/tests/tests/uirendering/src/android/uirendering/cts/differencevisualizers/
PassFailVisualizer.java 21 * This class creates difference maps that show which pixels were correct, and which weren't
  /development/samples/BrokenKeyDerivation/tests/src/com/example/android/brokenkeyderivation/
BrokenKeyDerivationTest.java 28 * Creates an {@link ActivityInstrumentationTestCase2} for the {@link BrokenKeyDerivationActivity} activity.
  /development/samples/HelloActivity/tests/src/com/example/android/helloactivity/
HelloActivityTest.java 28 * Creates an {@link ActivityInstrumentationTestCase2} for the {@link HelloActivity} activity.
  /development/samples/LunarLander/tests/src/com/example/android/lunarlander/
LunarLanderTest.java 30 * Creates an {@link ActivityInstrumentationTestCase2} for the {@link LunarLander} activity.
  /development/samples/NotePad/tests/src/com/example/android/notepad/
NotePadActivityTest.java 29 * Creates an {@link ActivityInstrumentationTestCase2} for the {@link NotesList} activity.

Completed in 2401 milliseconds

<<11121314151617181920>>