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

1 23 4 5 6 7 8 91011>>

  /external/guice/core/src/com/google/inject/
Guice.java 24 * The entry point to the Guice framework. Creates {@link Injector}s from
55 * Creates an injector for the given set of modules. This is equivalent to
66 * Creates an injector for the given set of modules. This is equivalent to
77 * Creates an injector for the given set of modules, in a given development
88 * Creates an injector for the given set of modules, in a given development
  /external/deqp/doc/testspecs/VK/
sparse_resources.txt 20 The test creates buffer object with VK_BUFFER_CREATE_SPARSE_BINDING_BIT flag bit. The size of the buffer is one
25 The test creates two queues - one supporting sparse binding operations, the second one supporting compute and transfer operations.
30 The second queue is used to perform transfer operations. The test creates two non-sparse buffer objects,
40 The test checks all supported types of images. It creates image with VK_IMAGE_CREATE_SPARSE_BINDING_BIT flag bit.
44 The test creates two queues - one supporting sparse binding operations, the second one supporting compute and transfer operations.
49 The second queue is used to perform transfer operations. The test creates two non-sparse buffer objects,
59 The test creates buffer object with VK_BUFFER_CREATE_SPARSE_RESIDENCY_BIT flag bit. The size of the buffer is one
64 The test creates two queues - one supporting sparse binding operations, the second one supporting compute and transfer operations.
79 The test creates image with VK_IMAGE_CREATE_SPARSE_RESIDENCY_BIT flag bit. The sparse memory requirements of the image are being checked.
83 The test creates two queues - one supporting sparse binding operations, the second one supporting compute and trans (…)
    [all...]
  /external/libxml2/doc/examples/
tree2.c 3 * synopsis: Creates a tree
37 * Creates a new document, a node and set it as a root node
44 * Creates a DTD declaration. Isn't mandatory.
49 * xmlNewChild() creates a new node, which is "attached" as child node
60 * xmlNewProp() creates attributes, which is "attached" to an node.
71 * creates a node and a text node separately. They are "attached"
  /frameworks/base/core/java/com/google/android/collect/
Sets.java 35 * Creates an empty {@code HashSet} instance.
50 * Creates a {@code HashSet} instance containing the given elements.
74 * Creates an empty {@code SortedSet} instance.
83 * Creates a {@code SortedSet} instance containing the given elements.
96 * Creates a {@code ArraySet} instance.
103 * Creates a {@code ArraySet} instance containing the given elements.
  /development/samples/Spinner/res/layout/
main.xml 18 Creates a Linear Layout View to contain the spinner
27 Creates a spinner widget called Spinner01, within the Linear Layout
39 Creates a TextView called SpinnerResult, below the spinner.
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/
TestErrorException.java 46 * Creates new exception instance with explaining message.
55 * Creates new exception instance to enwrap other exception with explaining message.
65 * Creates new exception instance to enwrap other exception w/o explaining message.
  /external/e2fsprogs/misc/
uuidgen.1.in 21 program creates (and prints)
45 Generate a random-based UUID. This method creates a UUID consisting mostly
51 Generate a time-based UUID. This method creates a UUID based on the system
  /external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
HashMultiset.java 34 * Creates a new, empty {@code HashMultiset} using the default initial
42 * Creates a new, empty {@code HashMultiset} with the specified expected
53 * Creates a new {@code HashMultiset} containing the specified elements.
  /external/lzma/Java/Tukaani/src/org/tukaani/xz/
SeekableFileInputStream.java 29 * Creates a new seekable input stream that reads from the specified file.
36 * Creates a new seekable input stream that reads from a file with
44 * Creates a new seekable input stream from an existing
  /external/proguard/src/proguard/classfile/attribute/annotation/target/
CatchTargetInfo.java 39 * Creates an uninitialized CatchTargetInfo.
47 * Creates a partially initialized CatchTargetInfo.
56 * Creates an initialized CatchTargetInfo.
FormalParameterTargetInfo.java 38 * Creates an uninitialized FormalParameterTargetInfo.
46 * Creates a partially initialized FormalParameterTargetInfo.
55 * Creates an initialized FormalParameterTargetInfo.
OffsetTargetInfo.java 39 * Creates an uninitialized OffsetTargetInfo.
47 * Creates a partially initialized OffsetTargetInfo.
56 * Creates an initialized OffsetTargetInfo.
SuperTypeTargetInfo.java 38 * Creates an uninitialized SuperTypeTargetInfo.
46 * Creates a partially initialized SuperTypeTargetInfo.
55 * Creates an initialized SuperTypeTargetInfo.
ThrowsTargetInfo.java 38 * Creates an uninitialized ThrowsTargetInfo.
46 * Creates a partially initialized ThrowsTargetInfo.
55 * Creates an initialized ThrowsTargetInfo.
TypeArgumentTargetInfo.java 40 * Creates an uninitialized TypeArgumentTargetInfo.
48 * Creates a partially initialized TypeArgumentTargetInfo.
57 * Creates an initialized TypeArgumentTargetInfo.
TypeParameterBoundTargetInfo.java 39 * Creates an uninitialized TypeParameterBoundTargetInfo.
47 * Creates a partially initialized TypeParameterBoundTargetInfo.
56 * Creates an initialized TypeParameterBoundTargetInfo.
TypeParameterTargetInfo.java 39 * Creates an uninitialized TypeParameterTargetInfo.
47 * Creates a partially initialized TypeParameterTargetInfo.
56 * Creates an initialized TypeParameterTargetInfo.
  /external/zopfli/
README 14 ZopfliDeflate creates a valid deflate stream in memory, see:
16 ZopfliZlibCompress creates a valid zlib stream in memory, see:
18 ZopfliGzipCompress creates a valid gzip stream in memory, see:
  /device/google/marlin/sepolicy/
cnd.te 4 # cnd creates /dev/socket/nims
  /external/autotest/server/site_tests/factory_InstallServo/
control 15 This test creates and runs a mini-Omaha server, images a ChromeOS
  /external/autotest/server/site_tests/platform_CryptohomeTPMReOwnServer/
control 13 This test verifies that cryptohome re-creates a user's cryptohome directory
  /external/clang/test/SemaTemplate/
delegating-constructors.cpp 12 : string(str) {} // expected-error{{constructor for 'string<6>' creates a delegation cycle}}
  /external/easymock/src/org/easymock/
EasyMockSupport.java 32 * Creates a mock object that implements the given interface, order checking
47 * Creates a mock object that implements the given interface, order checking
66 * Creates a mock object that implements the given interface, order checking
81 * Creates a mock object that implements the given interface, order checking
101 * Creates a mock object that implements the given interface, order checking
117 * Creates a mock object that implements the given interface, order checking
138 * Creates a control, order checking is enabled by default.
149 * Creates a control, order checking is disabled by default.
160 * Creates a control, order checking is disabled by default, and the mock
  /external/glide/library/src/main/java/com/bumptech/glide/load/resource/file/
FileDecoder.java 9 * A simple {@link com.bumptech.glide.load.ResourceDecoder} that creates resource for a given {@link java.io.File}.
  /external/guava/guava/src/com/google/common/util/concurrent/
Atomics.java 35 * Creates an {@code AtomicReference} instance with no initial value.
44 * Creates an {@code AtomicReference} instance with the given initial value.
54 * Creates an {@code AtomicReferenceArray} instance of given length.
64 * Creates an {@code AtomicReferenceArray} instance with the same length as,

Completed in 1341 milliseconds

1 23 4 5 6 7 8 91011>>