Searched refs:make (Results 176 - 200 of 915) sorted by relevance

1234567891011>>

/external/lldb/test/lang/objc/objc-static-method/
H A DMakefile1 LEVEL = ../../../make
/external/lldb/test/lang/objc/objc-struct-return/
H A DMakefile1 LEVEL = ../../../make
/external/lldb/test/lang/objc/objc-super/
H A DMakefile1 LEVEL = ../../../make
/external/lldb/test/lang/objc/print-obj/
H A DMakefile1 LEVEL = ../../../make
/external/lldb/test/lang/objc/radar-9691614/
H A DMakefile1 LEVEL = ../../../make
/external/lldb/test/lang/objc/rdar-10967107/
H A DMakefile1 LEVEL = ../../../make
/external/lldb/test/lang/objc/rdar-11355592/
H A DMakefile1 LEVEL = ../../../make
/external/lldb/test/lang/objc/rdar-12408181/
H A DMakefile1 LEVEL = ../../../make
/external/lldb/test/lang/objc/sample/
H A DMakefile1 LEVEL = ../../../make
/external/lldb/test/lang/objc/self/
H A DMakefile1 LEVEL = ../../../make
/external/lldb/test/lang/objcxx/sample/
H A DMakefile1 LEVEL = ../../../make
/external/lldb/test/macosx/debug-info/apple_types/
H A DMakefile1 LEVEL = ../../../make
/external/lldb/test/python_api/formatters/
H A DMakefile1 LEVEL = ../../make
5 # Clean renamed executable on 'make clean'
/external/lldb/test/python_api/hello_world/
H A DMakefile1 LEVEL = ../../make
/external/lldb/test/python_api/lldbutil/frame/
H A DMakefile1 LEVEL = ../../../make
/external/lldb/test/python_api/objc_type/
H A DMakefile1 LEVEL = ../../make
/external/lldb/test/python_api/process/io/
H A DMakefile1 LEVEL = ../../../make
/external/lldb/test/python_api/watchpoint/watchlocation/
H A DMakefile1 LEVEL = ../../../make
/external/srec/
H A DAndroid.mk9 export ASR_MAKE_DIR := $(ASR_ROOT_DIR)/make/asr
/external/clang/utils/ABITest/
H A Dbuild.sh11 make -j $CPUS \
/external/dexmaker/src/dx/java/com/android/dx/rop/code/
H A DExceptions.java64 public static final StdTypeList LIST_Error = StdTypeList.make(TYPE_Error);
71 StdTypeList.make(TYPE_Error, TYPE_ArithmeticException);
78 StdTypeList.make(TYPE_Error, TYPE_ClassCastException);
85 StdTypeList.make(TYPE_Error, TYPE_NegativeArraySizeException);
92 StdTypeList.make(TYPE_Error, TYPE_NullPointerException);
100 StdTypeList.make(TYPE_Error,
111 StdTypeList.make(TYPE_Error,
123 StdTypeList.make(TYPE_Error,
/external/dexmaker/src/dx/java/com/android/dx/rop/cst/
H A DCstInteger.java31 public static final CstInteger VALUE_M1 = make(-1);
34 public static final CstInteger VALUE_0 = make(0);
37 public static final CstInteger VALUE_1 = make(1);
40 public static final CstInteger VALUE_2 = make(2);
43 public static final CstInteger VALUE_3 = make(3);
46 public static final CstInteger VALUE_4 = make(4);
49 public static final CstInteger VALUE_5 = make(5);
58 public static CstInteger make(int value) { method in class:CstInteger
60 * Note: No need to synchronize, since we don't make any sort
77 * Constructs an instance. This constructor is private; use {@link #make}
[all...]
/external/libcxx/test/containers/container.adaptors/queue/queue.cons/
H A Dctor_copy.pass.cpp19 make(int n) function
29 std::queue<int> q(make<std::deque<int> >(5));
H A Dctor_rcontainer.pass.cpp23 make(int n) function
36 std::queue<MoveOnly> q(make<std::deque<MoveOnly> >(5));
/external/libcxx/test/containers/container.adaptors/queue/queue.defn/
H A Dassign_copy.pass.cpp19 make(int n) function
29 std::queue<int> q(make<std::deque<int> >(5));

Completed in 340 milliseconds

1234567891011>>