/external/droiddriver/src/com/google/android/droiddriver/util/ |
FileUtils.java | 48 * Returns a new file constructed using the absolute path of {@code path}.
|
/external/guava/guava/src/com/google/common/cache/ |
ForwardingLoadingCache.java | 73 * constructed {@link LoadingCache} as the delegete.
|
/external/guava/guava/src/com/google/common/util/concurrent/ |
ForwardingCheckedFuture.java | 60 * can pass in an already constructed {@link CheckedFuture} as the delegate.
|
ForwardingFuture.java | 78 * can pass in an already constructed {@link Future} as the delegate.
|
/external/icu/icu4c/source/common/ |
rbbitblb.h | 98 // RBBIStateDescriptor - The DFA is constructed as a set of these descriptors,
|
sharedobject.h | 59 * copy-constructed clone,
|
/external/icu/icu4c/source/i18n/ |
collationtailoring.h | 65 // The locale is bogus when built from rules or constructed from a binary blob.
|
/external/jsilver/src/org/clearsilver/jni/ |
JniClearsilverFactory.java | 47 * HDF objects constructed by newHDF may want to pass in {@code false}.
|
/external/junit/src/org/junit/runners/model/ |
RunnerBuilder.java | 46 * @throws Throwable if a runner cannot be constructed
|
/external/lldb/include/lldb/Interpreter/ |
Property.h | 27 // Property class instances can be constructed using one of these.
|
/external/llvm/include/llvm/ADT/ |
StringSet.h | 32 // type will be default constructed which we use to detect insert.
|
/external/llvm/include/llvm/MC/ |
MCLabel.h | 25 /// should only be constructed for valid instances in the object file.
|
/external/llvm/include/llvm/Support/ |
MutexGuard.h | 21 /// Instances of this class acquire a given Mutex Lock when constructed and
|
/external/llvm/lib/Support/ |
LineIterator.cpp | 20 // Ensure that if we are constructed on a non-empty memory buffer that it is
|
/external/llvm/lib/Target/XCore/ |
XCoreTargetTransformInfo.cpp | 38 llvm_unreachable("This pass cannot be directly constructed");
|
/external/llvm/unittests/ADT/ |
SmallVectorTest.cpp | 36 bool constructed; member in class:__anon10155::Constructable 40 Constructable() : constructed(true), value(0) { 44 Constructable(int val) : constructed(true), value(val) { 48 Constructable(const Constructable & src) : constructed(true) { 54 Constructable(Constructable && src) : constructed(true) { 61 EXPECT_TRUE(constructed); 63 constructed = false; 67 EXPECT_TRUE(constructed); 75 EXPECT_TRUE(constructed);
|
/external/openssl/crypto/asn1/ |
a_bytes.c | 133 int ret,r,constructed; local 147 constructed=1; 149 constructed=0; 150 ASN1_put_object(&p,constructed,ret,tag,xclass);
|
/external/oprofile/libutil++/ |
sparse_array.h | 86 /// return true if all elements have the default constructed value
|
/external/skia/src/core/ |
SkDistanceFieldGen.h | 22 // The distance field is constructed as unsigned char values, so that the zero value is at 128,
|
/external/valgrind/main/memcheck/tests/amd64/ |
insn-bsfl.c | 42 /* The following code is carefully constructed: The conditional
|
/external/webp/src/utils/ |
huffman_encode.h | 51 // 'buf_rle' and 'huff_tree' are pre-allocated and the 'tree' is the constructed
|
/frameworks/base/core/java/android/view/accessibility/ |
package.html | 16 constructed event. The parent may optionally append a record for itself for
|
/frameworks/base/location/java/android/location/ |
GeocoderParams.java | 44 * This object is only constructed by the Geocoder class
|
/frameworks/base/obex/javax/obex/ |
ObexTransport.java | 52 * RFCOMM device file medium may be constructed from a file descriptor or simply
|
/frameworks/compile/mclinker/include/mcld/Support/ |
Allocators.h | 131 // @param pPtr the address where the object to be constructed 132 // @param pValue the value to be constructed 140 // @param pPtr the address where the object to be constructed 216 /// isIn - whether the pPtr is allocated, and can be constructed.
|