HomeSort by relevance Sort by last modified time
    Searched refs:make (Results 226 - 250 of 824) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /dalvik/dx/src/com/android/dx/rop/code/
PlainInsn.java 68 this(opcode, position, result, RegisterSpecList.make(source));
133 cst = CstInteger.make(-((CstInteger)cst).getValue());
LocalItem.java 32 * Make a new item. If both name and signature are null, null is returned.
40 public static LocalItem make(CstString name, CstString signature) { method in class:LocalItem
RegisterSpecList.java 39 public static RegisterSpecList make(RegisterSpec spec) { method in class:RegisterSpecList
52 public static RegisterSpecList make(RegisterSpec spec0, method in class:RegisterSpecList
68 public static RegisterSpecList make(RegisterSpec spec0, RegisterSpec spec1, method in class:RegisterSpecList
86 public static RegisterSpecList make(RegisterSpec spec0, RegisterSpec spec1, method in class:RegisterSpecList
  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/tree/
RewriteRuleTokenStream.js 8 /** Get next token from stream and make a node for it */
  /external/dexmaker/src/dx/java/com/android/dx/rop/code/
PlainInsn.java 68 this(opcode, position, result, RegisterSpecList.make(source));
133 cst = CstInteger.make(-((CstInteger)cst).getValue());
LocalItem.java 32 * Make a new item. If both name and signature are null, null is returned.
40 public static LocalItem make(CstString name, CstString signature) { method in class:LocalItem
  /external/javassist/src/main/javassist/bytecode/stackmap/
MapMaker.java 48 ca.setAttribute(make(cp, minfo));
73 mm.make(blocks, ca.getCode());
84 public static StackMapTable make(ClassPool classes, MethodInfo minfo) method in class:MapMaker
96 mm.make(blocks, ca.getCode());
117 mm.make(blocks, ca.getCode());
134 void make(TypedBlock[] blocks, byte[] code) method in class:MapMaker
141 make(code, first); method
170 private void make(byte[] code, TypedBlock tb) method in class:MapMaker
192 maker.make(code, e);
213 maker.make(code, tb)
    [all...]
  /external/sonivox/arm-fm-22k/host_src/
arm-fm-22k.mak 4 # This makefile is intended for use with GNU make.
  /external/sonivox/arm-hybrid-22k/host_src/
arm-hybrid-22k.mak 4 # This makefile is intended for use with GNU make.
  /external/sonivox/arm-wt-22k/host_src/
arm-wt-22k.mak 4 # This makefile is intended for use with GNU make.
  /external/valgrind/main/drd/scripts/
download-and-build-firefox 61 make -s -j2 || exit $?
62 # make -s install || exit $?
  /external/webkit/LayoutTests/fast/dom/Selection/script-tests/
getRangeAt.js 1 description("Test to make sure that getRangeAt does not modify the range when returning it.")
  /external/webkit/Tools/DumpRenderTree/chromium/
fonts.conf 36 <!-- Some layout tests specify Helvetica as a family and we need to make sure
  /frameworks/base/core/java/android/text/
AlteredCharSequence.java 34 public static AlteredCharSequence make(CharSequence source, char[] sub, method in class:AlteredCharSequence
101 return AlteredCharSequence.make(mSource.subSequence(start, end),
  /ndk/build/tools/
build-host-awk.sh 37 GNUMAKE=make
38 register_var_option "--make=<path>" GNUMAKE "Specify GNU Make program"
  /packages/apps/Calendar/
Android.mk 38 # Use the following include to make our test apk.
  /packages/apps/Mms/
Android.mk 33 # This finds and builds the test apk as well, so a single make does both.
  /prebuilts/qemu-kernel/arm/
rebuild.sh 295 run make $1_defconfig
298 run make $MAKE_FLAGS
  /sdk/sdkmanager/app/
Android.mk 11 # IMPORTANT: if you add a new dependency here, please make sure
  /dalvik/dx/src/com/android/dx/cf/code/
RopperMachine.java 311 dest = RegisterSpec.make(stackPointer, result(0));
374 RegisterSpec.make(dest.getNextReg(), Type.INT_ARRAY);
402 RegisterSpec.make(dest.getReg(), Type.CLASS);
417 * The component type is an object type, so just make a
441 RegisterSpec.make(dest.getReg(), Type.OBJECT);
445 pos, RegisterSpecList.make(classReg, dimsReg),
461 sources = RegisterSpecList.make(objectReg);
542 cst = CstInteger.make(-cstInt.getValue());
587 RegisterSpec.make(0, type),
638 RegisterSpecList.make(moveResult.getResult()), initValues
    [all...]
  /dalvik/
Android.mk 38 $(hide) $(MAKE) DONT_INSTALL_DEX_FILES=false
40 # DONT_INSTALL_DEX_FILES is already false, so a normal make takes care of it.
61 $(hide) $(MAKE) DONT_INSTALL_DEX_FILES=false GENERATE_DEX_DEBUG=true
64 # so a normal make takes care of it.
  /dalvik/dexgen/src/com/android/dexgen/rop/code/
LocalItem.java 32 * Make a new item. If both name and signature are null, null is returned.
40 public static LocalItem make(CstUtf8 name, CstUtf8 signature) { method in class:LocalItem
RegisterSpecList.java 37 public static RegisterSpecList make(RegisterSpec spec) { method in class:RegisterSpecList
50 public static RegisterSpecList make(RegisterSpec spec0, method in class:RegisterSpecList
66 public static RegisterSpecList make(RegisterSpec spec0, RegisterSpec spec1, method in class:RegisterSpecList
84 public static RegisterSpecList make(RegisterSpec spec0, RegisterSpec spec1, method in class:RegisterSpecList
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/lexer/
filter-mode.rb 48 * ever match since k=1 look in the QID loop of '.' will make it loop.
182 * ever match since k=1 look in the QID loop of '.' will make it loop.
  /external/chromium/sdch/open-vcdiff/packages/rpm/
rpm.spec 41 make prefix=%prefix
45 make prefix=$RPM_BUILD_ROOT%{prefix} install

Completed in 361 milliseconds

1 2 3 4 5 6 7 8 91011>>