HomeSort by relevance Sort by last modified time
    Searched defs:ARGS (Results 1 - 25 of 46) sorted by null

1 2

  /device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/
LzmaF86Compress.bat 26 set ARGS=%ARGS% %1
31 LzmaCompress %ARGS% %FLAG%
  /external/deqp/scripts/
cppcheck.py 104 ARGS = [
139 for arg in ARGS + ["--xml"]:
  /external/libffi/src/sparc/
v9.S 37 #define ARGS (128) /* Offset of register area in frame */
58 ldx [%l0+ARGS], %o0 ! call foreign function
60 ldd [%l0+ARGS], %f0
61 ldd [%l0+ARGS+8], %f2
62 ldd [%l0+ARGS+16], %f4
63 ldd [%l0+ARGS+24], %f6
64 ldd [%l0+ARGS+32], %f8
65 ldd [%l0+ARGS+40], %f10
66 ldd [%l0+ARGS+48], %f12
67 ldd [%l0+ARGS+56], %f1
    [all...]
v8.S 33 #define ARGS (64+4) /* Offset of register area in frame */
82 ld [%l0+ARGS], %o0 ! call foreign function
83 ld [%l0+ARGS+4], %o1
84 ld [%l0+ARGS+8], %o2
85 ld [%l0+ARGS+12], %o3
86 ld [%l0+ARGS+16], %o4
87 ld [%l0+ARGS+20], %o5
174 6*4 args backing store +
  /external/mesa3d/src/mesa/math/
m_xform.c 84 #define ARGS
93 #undef ARGS
m_translate.c 101 #define ARGS GLuint start, GLuint n
529 ARGS )
601 #undef ARGS
  /external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/stub/command/
StouCommandHandler.java 47 final String[] ARGS = {filename};
48 sendReply(session, ReplyCodes.TRANSFER_DATA_FINAL_OK, FINAL_REPLY_TEXT_KEY, null, ARGS);
  /external/mockftpserver/branches/1.x_Branch/src/main/java/org/mockftpserver/stub/command/
StouCommandHandler.java 64 final String[] ARGS = { filename };
65 sendReply(session, ReplyCodes.SEND_DATA_FINAL_OK, FINAL_REPLY_TEXT_KEY, null, ARGS);
  /external/python/cpython2/Modules/_ctypes/libffi/src/sparc/
v9.S 37 #define ARGS (128) /* Offset of register area in frame */
58 ldx [%l0+ARGS], %o0 ! call foreign function
60 ldd [%l0+ARGS], %f0
61 ldd [%l0+ARGS+8], %f2
62 ldd [%l0+ARGS+16], %f4
63 ldd [%l0+ARGS+24], %f6
64 ldd [%l0+ARGS+32], %f8
65 ldd [%l0+ARGS+40], %f10
66 ldd [%l0+ARGS+48], %f12
67 ldd [%l0+ARGS+56], %f1
    [all...]
v8.S 33 #define ARGS (64+4) /* Offset of register area in frame */
82 ld [%l0+ARGS], %o0 ! call foreign function
83 ld [%l0+ARGS+4], %o1
84 ld [%l0+ARGS+8], %o2
85 ld [%l0+ARGS+12], %o3
86 ld [%l0+ARGS+16], %o4
87 ld [%l0+ARGS+20], %o5
174 6*4 args backing store +
  /external/python/cpython3/Modules/_ctypes/libffi/src/sparc/
v9.S 37 #define ARGS (128) /* Offset of register area in frame */
58 ldx [%l0+ARGS], %o0 ! call foreign function
60 ldd [%l0+ARGS], %f0
61 ldd [%l0+ARGS+8], %f2
62 ldd [%l0+ARGS+16], %f4
63 ldd [%l0+ARGS+24], %f6
64 ldd [%l0+ARGS+32], %f8
65 ldd [%l0+ARGS+40], %f10
66 ldd [%l0+ARGS+48], %f12
67 ldd [%l0+ARGS+56], %f1
    [all...]
v8.S 33 #define ARGS (64+4) /* Offset of register area in frame */
82 ld [%l0+ARGS], %o0 ! call foreign function
83 ld [%l0+ARGS+4], %o1
84 ld [%l0+ARGS+8], %o2
85 ld [%l0+ARGS+12], %o3
86 ld [%l0+ARGS+16], %o4
87 ld [%l0+ARGS+20], %o5
174 6*4 args backing store +
  /packages/apps/Dialer/java/com/android/dialer/commandline/
CommandLineReceiver.java 38 public static final String ARGS = "args";
63 Arguments args = Arguments.parse(intent.getStringArrayExtra(ARGS)); local
65 if (args.getBoolean("help", false)) {
70 command.run(args),
  /external/mockftpserver/MockFtpServer/src/test/java/org/mockftpserver/core/command/
_AbstractTrackingCommandHandlerTest.java 40 private static final Object[] ARGS = {ARG};
162 commandHandler.sendReply(session, REPLY_CODE1, null, REPLY_TEXT2, ARGS);
  /external/mockftpserver/branches/1.x_Branch/src/test/java/org/mockftpserver/core/command/
_AbstractCommandHandlerTest.java 41 private static final Object[] ARGS = { ARG };
210 commandHandler.sendReply(session, REPLY_CODE1, null, REPLY_TEXT2, ARGS);
  /external/smali/baksmali/src/main/java/org/jf/baksmali/
BaksmaliOptions.java 67 public static final int ARGS = 8;
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/
VendorPolicyLoader.java 43 private static final Class<?>[] ARGS = new Class<?>[] {String.class, Bundle.class};
116 method = clazz.getMethod(GET_POLICY_METHOD, ARGS);
145 public Bundle getPolicy(String policy, Bundle args) {
149 ret = (Bundle) mPolicyMethod.invoke(null, policy, args);
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
FilterChanSatRepresentation.java 38 private static final String ARGS = "ARGS";
169 writer.name(ARGS);
188 if (name.startsWith(ARGS)) {
FilterVignetteRepresentation.java 184 private static final String ARGS = "adjust";
196 writer.name(ARGS);
226 } else if (name.startsWith(ARGS)) {
  /external/icu/icu4c/source/test/intltest/
tmsgfmt.cpp 644 Formattable args[] = { (int32_t)3, UNICODE_STRING_SIMPLE("x") }; local
646 &msgFmt, args, 2, expected,
651 Formattable* args , int32_t numOfArgs ,
659 msgFmt->format( args , numOfArgs , result, ignore, status);
1539 Formattable args[1]; local
1852 Formattable args[1] = { (int32_t)2 }; local
1877 Formattable args[1] = { (int32_t)21 }; local
1904 Formattable args[1] = { (int32_t)1 }; local
1973 Formattable args[3]; local
    [all...]
  /external/jsilver/src/com/google/clearsilver/jsilver/syntax/lexer/
Lexer.java 493 case 2: state = State.ARGS; break;
507 case 2: state = State.ARGS; break;
521 case 2: state = State.ARGS; break;
535 case 2: state = State.ARGS; break;
549 case 2: state = State.ARGS; break;
563 case 2: state = State.ARGS; break;
577 case 2: state = State.ARGS; break;
591 case 2: state = State.ARGS; break;
605 case 2: state = State.ARGS; break;
619 case 2: state = State.ARGS; break
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
TestMessageFormat.java 820 final Object ARGS[] = {
843 assertEquals("format", expected, msg.format(ARGS));
868 Object[] args = new Object[1]; local
880 args[0] = num;
881 String result = fmt.format(args);
1122 Object args[] = {new Long(42)}; local
1135 Object args[] = {new Long(42)}; local
1630 Object[] args = { args0, args1, args2 }; local
1894 Object[] args = new Object[] { 21 }; local
1922 Object[] args = new Object[] { 1 }; local
1997 Map<String, Object> args = new TreeMap<String, Object>(); local
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
TestMessageFormat.java 817 final Object ARGS[] = {
840 assertEquals("format", expected, msg.format(ARGS));
865 Object[] args = new Object[1]; local
877 args[0] = num;
878 String result = fmt.format(args);
1119 Object args[] = {new Long(42)}; local
1132 Object args[] = {new Long(42)}; local
1627 Object[] args = { args0, args1, args2 }; local
1891 Object[] args = new Object[] { 21 }; local
1919 Object[] args = new Object[] { 1 }; local
1994 Map<String, Object> args = new TreeMap<String, Object>(); local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Enquire/
Enquire.c 573 ARGS and NOARGS are used for function prototypes.
583 #define ARGS(x) x
592 #define ARGS(x) ()
685 char *malloc ARGS((size_t size));
687 Void free ARGS((char *p)); /* Syntax error here? Try -DNO_VOID */
689 Void exit ARGS((int status));
691 char *f_rep ARGS((int precision, Long_double val));
702 int fprop ARGS((int byte_size));
703 int dprop ARGS((int byte_size));
704 int ldprop ARGS((int byte_size));
    [all...]
  /prebuilts/tools/common/m2/repository/org/codehaus/gmaven/runtime/gmaven-runtime-api/1.5/
gmaven-runtime-api-1.5.jar 

Completed in 467 milliseconds

1 2