Searched refs:make (Results 201 - 225 of 915) sorted by relevance

1234567891011>>

/external/libcxx/test/containers/container.adaptors/stack/stack.cons/
H A Dctor_copy.pass.cpp19 make(int n) function
29 std::stack<int> q(make<std::deque<int> >(5));
H A Dctor_rcontainer.pass.cpp23 make(int n) function
36 std::stack<MoveOnly> q(make<std::deque<MoveOnly> >(5));
/external/libcxx/test/containers/container.adaptors/stack/stack.defn/
H A Dassign_copy.pass.cpp19 make(int n) function
29 std::stack<int> q(make<std::deque<int> >(5));
H A Dswap.pass.cpp19 make(int n) function
29 std::stack<int> q1 = make<std::stack<int> >(5);
30 std::stack<int> q2 = make<std::stack<int> >(10);
/external/strace/
H A Dbuild_static_example.sh29 make CC="$CC" CFLAGS="$CFLAGS"
/external/dexmaker/src/dx/java/com/android/dx/rop/type/
H A DStdTypeList.java30 public static final StdTypeList INT = StdTypeList.make(Type.INT);
33 public static final StdTypeList LONG = StdTypeList.make(Type.LONG);
36 public static final StdTypeList FLOAT = StdTypeList.make(Type.FLOAT);
39 public static final StdTypeList DOUBLE = StdTypeList.make(Type.DOUBLE);
42 public static final StdTypeList OBJECT = StdTypeList.make(Type.OBJECT);
46 = StdTypeList.make(Type.RETURN_ADDRESS);
50 StdTypeList.make(Type.THROWABLE);
54 StdTypeList.make(Type.INT, Type.INT);
58 StdTypeList.make(Type.LONG, Type.LONG);
62 StdTypeList.make(Typ
170 public static StdTypeList make(Type type) { method in class:StdTypeList
183 public static StdTypeList make(Type type0, Type type1) { method in class:StdTypeList
198 public static StdTypeList make(Type type0, Type type1, Type type2) { method in class:StdTypeList
215 public static StdTypeList make(Type type0, Type type1, Type type2, method in class:StdTypeList
[all...]
/external/dexmaker/src/dx/java/com/android/dx/rop/cst/
H A DCstLong.java28 public static final CstLong VALUE_0 = make(0);
31 public static final CstLong VALUE_1 = make(1);
39 public static CstLong make(long value) { method in class:CstLong
48 * Constructs an instance. This constructor is private; use {@link #make}.
H A DCstByte.java28 public static final CstByte VALUE_0 = make((byte) 0);
36 public static CstByte make(byte value) { method in class:CstByte
48 public static CstByte make(int value) { method in class:CstByte
56 return make(cast);
60 * Constructs an instance. This constructor is private; use {@link #make}.
H A DCstChar.java28 public static final CstChar VALUE_0 = make((char) 0);
36 public static CstChar make(char value) { method in class:CstChar
48 public static CstChar make(int value) { method in class:CstChar
56 return make(cast);
60 * Constructs an instance. This constructor is private; use {@link #make}.
H A DCstFloat.java28 public static final CstFloat VALUE_0 = make(Float.floatToIntBits(0.0f));
31 public static final CstFloat VALUE_1 = make(Float.floatToIntBits(1.0f));
34 public static final CstFloat VALUE_2 = make(Float.floatToIntBits(2.0f));
42 public static CstFloat make(int bits) { method in class:CstFloat
51 * Constructs an instance. This constructor is private; use {@link #make}.
H A DCstShort.java28 public static final CstShort VALUE_0 = make((short) 0);
37 public static CstShort make(short value) { method in class:CstShort
49 public static CstShort make(int value) { method in class:CstShort
57 return make(cast);
61 * Constructs an instance. This constructor is private; use {@link #make}.
/external/libcxx/test/containers/container.adaptors/queue/queue.defn/
H A Dswap.pass.cpp19 make(int n) function
29 std::queue<int> q1 = make<std::queue<int> >(5);
30 std::queue<int> q2 = make<std::queue<int> >(10);
/external/libcxx/test/containers/container.adaptors/queue/queue.ops/
H A Deq.pass.cpp23 make(int n) function
33 std::queue<int> q1 = make<std::queue<int> >(5);
34 std::queue<int> q2 = make<std::queue<int> >(10);
/external/libcxx/test/containers/container.adaptors/queue/queue.special/
H A Dswap.pass.cpp20 make(int n) function
30 std::queue<int> q1 = make<std::queue<int> >(5);
31 std::queue<int> q2 = make<std::queue<int> >(10);
/external/libcxx/test/containers/container.adaptors/stack/stack.ops/
H A Deq.pass.cpp23 make(int n) function
33 std::stack<int> q1 = make<std::stack<int> >(5);
34 std::stack<int> q2 = make<std::stack<int> >(10);
/external/libcxx/test/containers/container.adaptors/stack/stack.special/
H A Dswap.pass.cpp20 make(int n) function
30 std::stack<int> q1 = make<std::stack<int> >(5);
31 std::stack<int> q2 = make<std::stack<int> >(10);
/external/chromium_org/third_party/brotli/src/woff2/
H A DMakefile23 make -C $(BROTLI)/dec
24 make -C $(BROTLI)/enc
28 make -C $(BROTLI)/dec clean
29 make -C $(BROTLI)/enc clean
/external/lldb/test/api/multithreaded/
H A DMakefile1 LEVEL = ../../make
/external/lldb/test/functionalities/archives/
H A DMakefile1 LEVEL = ../../make
/external/lldb/test/functionalities/breakpoint/breakpoint_ids/
H A DMakefile1 LEVEL = ../../../make
/external/lldb/test/functionalities/breakpoint/breakpoint_locations/
H A DMakefile1 LEVEL = ../../../make
/external/lldb/test/functionalities/data-formatter/data-formatter-stl/libcxx/iterator/
H A DMakefile1 LEVEL = ../../../../../make
/external/lldb/test/functionalities/data-formatter/data-formatter-stl/libcxx/list/
H A DMakefile1 LEVEL = ../../../../../make
/external/lldb/test/functionalities/data-formatter/data-formatter-stl/libcxx/map/
H A DMakefile1 LEVEL = ../../../../../make
/external/lldb/test/functionalities/data-formatter/data-formatter-stl/libcxx/multimap/
H A DMakefile1 LEVEL = ../../../../../make

Completed in 3935 milliseconds

1234567891011>>