HomeSort by relevance Sort by last modified time
    Searched refs:ARGS (Results 51 - 75 of 130) sorted by null

1 23 4 5 6

  /external/c-ares/
depcomp 37 Usage: depcomp [--help] [--version] PROGRAM [ARGS]
39 Run PROGRAMS ARGS to compile a file, generating dependencies
44 source Source file read by `PROGRAMS ARGS'.
45 object Object file output by `PROGRAMS ARGS'.
  /external/cmockery/cmockery_0_1_2/
depcomp 37 Usage: depcomp [--help] [--version] PROGRAM [ARGS]
39 Run PROGRAMS ARGS to compile a file, generating dependencies
44 source Source file read by `PROGRAMS ARGS'.
45 object Object file output by `PROGRAMS ARGS'.
  /external/google-tv-pairing-protocol/cpp/
depcomp 36 Usage: depcomp [--help] [--version] PROGRAM [ARGS]
38 Run PROGRAMS ARGS to compile a file, generating dependencies
43 source Source file read by `PROGRAMS ARGS'.
44 object Object file output by `PROGRAMS ARGS'.
  /external/libexif/
depcomp 36 Usage: depcomp [--help] [--version] PROGRAM [ARGS]
38 Run PROGRAMS ARGS to compile a file, generating dependencies
43 source Source file read by `PROGRAMS ARGS'.
44 object Object file output by `PROGRAMS ARGS'.
  /external/libmtp/
depcomp 36 Usage: depcomp [--help] [--version] PROGRAM [ARGS]
38 Run PROGRAMS ARGS to compile a file, generating dependencies
43 source Source file read by `PROGRAMS ARGS'.
44 object Object file output by `PROGRAMS ARGS'.
  /external/libogg/
depcomp 37 Usage: depcomp [--help] [--version] PROGRAM [ARGS]
39 Run PROGRAMS ARGS to compile a file, generating dependencies
44 source Source file read by `PROGRAMS ARGS'.
45 object Object file output by `PROGRAMS ARGS'.
  /external/libusb/
depcomp 38 Usage: depcomp [--help] [--version] PROGRAM [ARGS]
40 Run PROGRAMS ARGS to compile a file, generating dependencies
45 source Source file read by `PROGRAMS ARGS'.
46 object Object file output by `PROGRAMS ARGS'.
  /external/libusb-compat/
depcomp 38 Usage: depcomp [--help] [--version] PROGRAM [ARGS]
40 Run PROGRAMS ARGS to compile a file, generating dependencies
45 source Source file read by `PROGRAMS ARGS'.
46 object Object file output by `PROGRAMS ARGS'.
  /external/libvorbis/
depcomp 37 Usage: depcomp [--help] [--version] PROGRAM [ARGS]
39 Run PROGRAMS ARGS to compile a file, generating dependencies
44 source Source file read by `PROGRAMS ARGS'.
45 object Object file output by `PROGRAMS ARGS'.
  /ndk/sources/host-tools/make-3.81/config/
depcomp 37 Usage: depcomp [--help] [--version] PROGRAM [ARGS]
39 Run PROGRAMS ARGS to compile a file, generating dependencies
44 source Source file read by `PROGRAMS ARGS'.
45 object Object file output by `PROGRAMS ARGS'.
  /build/tools/makeparallel/
Makefile 94 @EXPECTED="-j1234 args" ARGS="args" $(MAKEPARALLEL_TEST) -j1234
  /external/google-breakpad/autotools/
compile 241 Usage: compile [--help] [--version] PROGRAM [ARGS]
244 Remove '-o dest.o' from ARGS, run PROGRAM with the remaining
  /external/iproute2/tc/
em_ipset.c 199 struct bstr *args)
206 #define PARSE_ERR(CARG, FMT, ARGS...) \
207 em_parse_error(EINVAL, args, CARG, &ipset_ematch_util, FMT ,##ARGS)
209 if (args == NULL)
210 return PARSE_ERR(args, "ipset: missing set name");
212 if (args->len >= IPSET_MAXNAMELEN)
213 return PARSE_ERR(args, "ipset: set name too long (max %u)", IPSET_MAXNAMELEN - 1);
214 ret = get_set_byname(args->data, &set_info);
216 return PARSE_ERR(args, "ipset: unknown set name '%s'", args->data)
    [all...]
  /external/libedit/
compile 241 Usage: compile [--help] [--version] PROGRAM [ARGS]
244 Remove '-o dest.o' from ARGS, run PROGRAM with the remaining
  /external/libmicrohttpd/
compile 241 Usage: compile [--help] [--version] PROGRAM [ARGS]
244 Remove '-o dest.o' from ARGS, run PROGRAM with the remaining
  /external/llvm/lib/IR/
DebugInfoMetadata.cpp 205 #define UNWRAP_ARGS(ARGS) UNWRAP_ARGS_IMPL ARGS
206 #define DEFINE_GETIMPL_LOOKUP(CLASS, ARGS) \
210 CLASS##Info::KeyTy(UNWRAP_ARGS(ARGS)))) \
219 #define DEFINE_GETIMPL_STORE(CLASS, ARGS, OPS) \
221 CLASS(Context, Storage, UNWRAP_ARGS(ARGS), OPS), \
223 #define DEFINE_GETIMPL_STORE_NO_OPS(CLASS, ARGS) \
224 return storeImpl(new (0u) CLASS(Context, Storage, UNWRAP_ARGS(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/pcre/dist/
compile 241 Usage: compile [--help] [--version] PROGRAM [ARGS]
244 Remove '-o dest.o' from ARGS, run PROGRAM with the remaining
  /external/protobuf/
compile 241 Usage: compile [--help] [--version] PROGRAM [ARGS]
244 Remove '-o dest.o' from ARGS, run PROGRAM with the remaining
  /external/protobuf/gtest/build-aux/
compile 241 Usage: compile [--help] [--version] PROGRAM [ARGS]
244 Remove '-o dest.o' from ARGS, run PROGRAM with the remaining
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/
test_tools.hpp 74 // ARGS - arguments list
99 #define BOOST_CHECK_WITH_ARGS_IMPL( P, check_descr, TL, CT, ARGS ) \
103 BOOST_PP_SEQ_FOR_EACH( BOOST_TEST_PASS_ARG_INFO, '_', ARGS ) ); \
253 #define BOOST_WARN_PREDICATE( P, ARGS ) \
254 BOOST_CHECK_WITH_ARGS_IMPL( P, BOOST_TEST_STRINGIZE( P ), WARN, CHECK_PRED_WITH_ARGS, ARGS )
255 #define BOOST_CHECK_PREDICATE( P, ARGS ) \
256 BOOST_CHECK_WITH_ARGS_IMPL( P, BOOST_TEST_STRINGIZE( P ), CHECK, CHECK_PRED_WITH_ARGS, ARGS )
257 #define BOOST_REQUIRE_PREDICATE( P, ARGS ) \
258 BOOST_CHECK_WITH_ARGS_IMPL( P, BOOST_TEST_STRINGIZE( P ), REQUIRE, CHECK_PRED_WITH_ARGS, ARGS )
  /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);
  /toolchain/binutils/binutils-2.25/
compile 241 Usage: compile [--help] [--version] PROGRAM [ARGS]
244 Remove '-o dest.o' from ARGS, run PROGRAM with the remaining
  /frameworks/base/libs/hwui/renderthread/
RenderProxy.cpp 33 #define ARGS(method) method ## Args
46 } ARGS(name); \
47 static void* Bridge_ ## name(ARGS(name)* args)
50 LOG_ALWAYS_FATAL_IF( METHOD_INVOKE_PAYLOAD_SIZE < sizeof(ARGS(method)), \
51 "METHOD_INVOKE_PAYLOAD_SIZE %zu is smaller than sizeof(" #method "Args) %zu", \
52 METHOD_INVOKE_PAYLOAD_SIZE, sizeof(ARGS(method))); \
54 ARGS(method) *args = (ARGS(method) *) task->payload(
    [all...]
  /external/chromium-trace/catapult/third_party/Paste/paste/util/
PySourceColor.py 167 __all__ = ['ERRORTOKEN','DECORATOR_NAME', 'DECORATOR', 'ARGS', 'EXTRASPACE',
205 ARGS = token.NT_OFFSET + 1
240 ARGS: 'py_args',
271 ARGS:'ARGS',
311 ARGS: ('','#000000',''),# class,def,deco arguments
343 ARGS: ('b','#555555',''),
375 ARGS: ('b','#DDDDFF',''),
407 ARGS: ('b','#DDDDDD',''),
439 ARGS: ('b','#000000','')
    [all...]

Completed in 2557 milliseconds

1 23 4 5 6