/external/llvm/include/llvm/Support/ |
TargetRegistry.h | 608 /// @param Fn - A function to construct a MCAsmInfo for the target. 623 /// @param Fn - A function to construct a MCCodeGenInfo for the target. 639 /// @param Fn - A function to construct a MCInstrInfo for the target. 663 /// @param Fn - A function to construct a MCRegisterInfo for the target. 678 /// @param Fn - A function to construct a MCSubtargetInfo for the target. 694 /// @param Fn - A function to construct a TargetMachine for the target. 710 /// @param Fn - A function to construct an AsmBackend for the target. 724 /// @param Fn - A function to construct an MCTargetAsmParser for the target. 738 /// @param Fn - A function to construct an AsmPrinter for the target. 753 /// @param Fn - A function to construct an MCDisassembler for the target [all...] |
/external/llvm/lib/Target/ARM/MCTargetDesc/ |
ARMMachORelocationInfo.cpp | 40 /// createARMMachORelocationInfo - Construct an ARM Mach-O RelocationInfo.
|
/external/openfst/src/include/fst/script/ |
replace.h | 37 // Now that we know the arc type, we construct a vector of
|
/external/proguard/src/proguard/classfile/visitor/ |
ClassForNameClassVisitor.java | 63 // Visit the referenced class from the Class.forName construct, if any.
|
/external/qemu/distrib/jpeg-6b/ |
ansi2knr.1 | 23 - Any other construct that starts at the left margin and follows the
|
/external/skia/include/gpu/ |
GrEffectUnitTest.h | 81 * dummyTextures[] are valid textures that can optionally be used to construct GrTextureAccesses.
|
/frameworks/av/media/libstagefright/include/ |
ThrottledSource.h | 34 // returns an empty string to prevent callers from using the Uri to construct a new datasource
|
/frameworks/base/core/java/android/app/backup/ |
AbsoluteFileBackupHelper.java | 39 * Construct a helper for backing up / restoring the files at the given absolute locations
|
/libcore/dalvik/src/main/java/org/apache/harmony/dalvik/ddmc/ |
Chunk.java | 53 * Construct from a ByteBuffer. The chunk is assumed to start at
|
/libcore/luni/src/main/java/java/lang/reflect/ |
TypeVariable.java | 46 * Returns the language construct that declares this type variable.
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/ |
test_allocator.h | 65 void construct(pointer p, const T& val) function in class:test_allocator
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.create/ |
make_unique.array.pass.cpp | 14 // The only way to create an unique_ptr<T[]> is to default construct them.
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor/ |
move_convert01.fail.cpp | 19 // Can't construct from lvalue
|
/ndk/sources/host-tools/make-3.81/ |
ansi2knr.1 | 23 - Any other construct that starts at the left margin and follows the
|
/ndk/sources/host-tools/make-3.81/tests/scripts/options/ |
dash-B | 6 Construct a simple makefile that builds a target.
|
/ndk/tests/device/test-stlport_shared-exception/jni/ |
unroll1.cpp | 159 static void construct(double* addr) function in struct:ElementProperties 164 static void construct(double* addr, const double& model) function in struct:ElementProperties 198 ElementProperties::construct(pt); 255 ElementProperties::construct(pNew++,*pOld++);
|
/ndk/tests/device/test-stlport_static-exception/jni/ |
unroll1.cpp | 159 static void construct(double* addr) function in struct:ElementProperties 164 static void construct(double* addr, const double& model) function in struct:ElementProperties 198 ElementProperties::construct(pt); 255 ElementProperties::construct(pNew++,*pOld++);
|
/packages/apps/Gallery2/src/com/android/gallery3d/util/ |
AccessibilityUtils.java | 38 // For API 15 and earlier, we need to construct an accessibility event
|
/packages/apps/UnifiedEmail/src/org/apache/commons/io/comparator/ |
ReverseComparator.java | 34 * Construct an instance with the sepecified delegate {@link Comparator}.
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/ |
fix_execfile.py | 33 # Construct open().read().
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/ |
fix_execfile.py | 33 # Construct open().read().
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
ControlPoint.java | 49 * @param event The mouse event to construct the {@link ControlPoint} 65 * @param event The menu detect event to construct the {@link ControlPoint} from. 82 * @param event The mouse event to construct the {@link ControlPoint} 97 * @param event The mouse event to construct the {@link ControlPoint}
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/ |
ObjectInputStream2Test.java | 76 assertTrue("should construct super", A.list.contains(b)); 77 assertFalse("should not construct self", B.list.contains(b)); 96 // construct a string whose length > 64K
|
/external/bison/examples/calc++/ |
location.hh | 53 /// Construct a location from \a b to \a e. 60 /// Construct a 0-width location in \a p. 67 /// Construct a 0-width location in \a f, \a l, \a c.
|
/external/chromium/chrome/common/net/gaia/ |
google_service_auth_error.h | 92 // Construct a GoogleServiceAuthError from a State with no additional data. 95 // Construct a GoogleServiceAuthError from a network error. 99 // Construct a CAPTCHA_REQUIRED error with CAPTCHA challenge data.
|