HomeSort by relevance Sort by last modified time
    Searched refs:make (Results 1 - 25 of 936) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/javassist/sample/evolve/
Sample.java 9 public static Object make(Object[] args) { method in class:Sample
10 return VersionManager.make(_version, args);
  /external/eigen/scripts/
buildtests.in 7 echo " The EIGEN_MAKE_ARGS environment variable allows to pass args to 'make'."
17 make $targets_to_make ${EIGEN_MAKE_ARGS}
19 make $targets_to_make
  /external/clang/test/SemaCXX/
microsoft-cxx0x.cpp 14 S make();
16 template<typename F> auto x(F f) -> decltype(f(make()));
18 // expected-error@-2{{calling 'make' with incomplete return type 'PR13433::S'}}
19 // expected-note@-5{{'make' declared here}}
  /external/clang/utils/ABITest/
summarize.sh 11 if (! make test.$i.report &> /dev/null); then
build.sh 11 make -j $CPUS \
  /external/libpng/contrib/pngminus/
pngminus.sh 2 make -f makefile.std
  /external/webkit/Source/JavaScriptCore/
make-generated-sources.sh 11 make -f ../../DerivedSources.make JavaScriptCore=../.. BUILT_PRODUCTS_DIR=../..
  /external/webkit/Source/WebCore/
make-generated-sources.sh 7 make -C DerivedSources/WebCore -f ../../DerivedSources.make $@
  /external/clang/test/CXX/dcl.decl/dcl.meaning/dcl.fct/dcl.fct.def.default/
p1.cpp 7 static DefArg &&make();
9 DefArg(const DefArg &DA = make()) = default; // expected-error {{an explicitly-defaulted constructor cannot have default arguments}}
11 DefArg(DefArg &&DA = make()) = default; // expected-error {{an explicitly-defaulted constructor cannot have default arguments}}
  /external/clang/test/CXX/temp/temp.fct.spec/temp.arg.explicit/
p1.cpp 5 template<typename T> T make();
9 int& ir0 = make<int&>();
10 A<int> a0 = make< A<int> >();
  /ndk/sources/cxx-stl/llvm-libc++/test/containers/container.adaptors/queue/queue.ops/
lt.pass.cpp 29 make(int n) function
39 std::queue<int> q1 = make<std::queue<int> >(5);
40 std::queue<int> q2 = make<std::queue<int> >(10);
  /ndk/sources/cxx-stl/llvm-libc++/test/containers/container.adaptors/stack/stack.ops/
lt.pass.cpp 29 make(int n) function
39 std::stack<int> q1 = make<std::stack<int> >(5);
40 std::stack<int> q2 = make<std::stack<int> >(10);
  /external/clang/test/CXX/temp/temp.spec/temp.explicit/
p12.cpp 18 static Temp<A::Public> make() { return Temp<A::Public>(); } function in class:test1::Temp
25 template class Temp<A::Private> Temp<int>::make();
39 static Temp<A::Public> make();
46 template <> class Temp<A::Private> Temp<int>::make() { // expected-error {{'Private' is a private member of 'test2::A'}} function in class:test2::Temp
  /external/srec/
Android.mk 9 export ASR_MAKE_DIR := $(ASR_ROOT_DIR)/make/asr
  /ndk/sources/host-tools/sed-4.2.1/
Makefile.am 18 cd doc && make html
31 make distcheck EXTRA_DC_FLAGS='--enable-regex-tests'
32 make distcheck EXTRA_DC_FLAGS='--enable-html'
33 make distcheck EXTRA_DC_FLAGS='--disable-i18n'
34 make distcheck EXTRA_DC_FLAGS='--disable-nls'
35 make distcheck EXTRA_DC_FLAGS='--without-included-gettext'
38 echo make distcheck EXTRA_DC_FLAGS=\'--without-included-regex\'; \
39 make distcheck EXTRA_DC_FLAGS='--without-included-regex' \
  /dalvik/dexgen/src/com/android/dexgen/rop/code/
Exceptions.java 64 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,
  /dalvik/dexgen/src/com/android/dexgen/rop/cst/
CstInteger.java 31 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...]
  /dalvik/dx/src/com/android/dx/rop/code/
Exceptions.java 64 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,
  /dalvik/dx/src/com/android/dx/rop/cst/
CstInteger.java 31 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...]
  /development/ide/intellij/
make+intelligen.sh 11 if make -j4; then
  /external/dexmaker/src/dx/java/com/android/dx/rop/code/
Exceptions.java 64 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/
CstInteger.java 31 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/webkit/Source/WebCore/gyp/
generate-webcore-export-file-generator.sh 5 "${SRCROOT}"/../make-export-file-generator "${SRCROOT}/../WebCore.exp.in" "${OUTPUT_DIR}/ExportFileGenerator.cpp"
  /external/webkit/Source/WebKit2/win/
build-generated-files.sh 24 # confuse GNU make. See <http://webkit.org/b/8173>.
34 make -f "${WebKit2}/DerivedSources.make"
  /hardware/ti/omap4xxx/domx/
Makefile 26 include $(PROJROOT)/make/start.mk
30 # Arguments to tools, will move to make system once finalized.
88 include $(PROJROOT)/make/build.mk

Completed in 486 milliseconds

1 2 3 4 5 6 7 8 91011>>