HomeSort by relevance Sort by last modified time
    Searched refs:make (Results 1 - 25 of 824) 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/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/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> >();
  /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/bluetooth/glib/gmodule/
makefile.msc.in 6 !INCLUDE ..\build\win32\make.msc
  /external/bluetooth/glib/gthread/
makefile.msc.in 6 !INCLUDE ..\build\win32\make.msc
  /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
  /hardware/ti/omap4xxx/domx/omx_proxy_component/
Makefile 26 include $(PROJROOT)/make/start.mk
30 # Arguments to tools, will move to make system once finalized.
88 include $(PROJROOT)/make/build.mk
  /dalvik/dexgen/src/com/android/dexgen/rop/type/
StdTypeList.java 30 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(Type.FLOAT, Type.FLOAT)
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...]
  /dalvik/dx/src/com/android/dx/rop/type/
StdTypeList.java 30 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(Type.FLOAT, Type.FLOAT)
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/type/
StdTypeList.java 30 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(Type.FLOAT, Type.FLOAT)
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...]

Completed in 1431 milliseconds

1 2 3 4 5 6 7 8 91011>>