HomeSort by relevance Sort by last modified time
    Searched full:argn (Results 26 - 50 of 88) sorted by null

12 3 4

  /external/eigen/bench/btl/
CMakeLists.txt 53 foreach(_current_var ${ARGN})
57 set(_sources ${ARGN})
  /external/libvpx/libvpx/third_party/googletest/src/cmake/
internal_utils.cmake 118 # ARGN refers to additional arguments after 'cxx_flags'.
119 add_library(${name} ${type} ${ARGN})
138 cxx_library_with_type(${name} SHARED "${cxx_flags}" ${ARGN})
142 cxx_library_with_type(${name} "" "${cxx_flags}" ${ARGN})
150 add_executable(${name} ${ARGN})
175 ${name} "${cxx_default}" "${libs}" "${dir}/${name}.cc" ${ARGN})
186 cxx_executable_with_flags(${name} "${cxx_flags}" "${libs}" ${ARGN})
197 "test/${name}.cc" ${ARGN})
  /external/compiler-rt/lib/msan/tests/
CMakeLists.txt 75 # options in ${ARGN}, and add it to the object list.
81 CFLAGS ${ARGN} ${TARGET_CFLAGS}
87 parse_arguments(SOURCE "OBJECTS;LINKFLAGS;DEPS" "" ${ARGN})
98 # of objects in ${ARGN}.
102 OBJECTS ${ARGN}
103 DEPS ${MSAN_RUNTIME_LIBRARIES} ${ARGN}
  /external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/
main.cpp 131 NPError NPP_New(NPMIMEType pluginType, NPP instance, uint16_t mode, int16_t argc, char *argn[], char *argv[], NPSavedData *saved)
193 if (strcasecmp(argn[i], "test") == 0)
195 if (strcasecmp(argn[i], "onstreamload") == 0 && !obj->onStreamLoad)
197 else if (strcasecmp(argn[i], "onStreamDestroy") == 0 && !obj->onStreamDestroy)
199 else if (strcasecmp(argn[i], "onURLNotify") == 0 && !obj->onURLNotify)
201 else if (strcasecmp(argn[i], "src") == 0 &&
204 else if (strcasecmp(argn[i], "src") == 0 &&
207 else if (strcasecmp(argn[i], "onSetWindow") == 0 && !obj->onSetWindow)
209 else if (strcasecmp(argn[i], "onNew") == 0 && !onNewScript)
211 else if (strcasecmp(argn[i], "onPaintEvent") == 0 && !obj->onPaintEvent
    [all...]
  /external/compiler-rt/lib/asan/tests/
CMakeLists.txt 99 # options in ${ARGN}, and add it to the object list.
105 CFLAGS ${ARGN} ${TARGET_CFLAGS}
113 # of objects in ${ARGN}.
117 OBJECTS ${ARGN}
118 DEPS ${ASAN_RUNTIME_LIBRARIES} ${ARGN}
  /external/webkit/Source/cmake/
WebKitMacros.cmake 34 FOREACH (f ${ARGN})
64 FOREACH (_tmp ${ARGN})
107 FOREACH (_file ${ARGN})
  /external/llvm/cmake/modules/
LLVMProcessSources.cmake 41 set( sources ${ARGN} )
81 set(listed ${ARGN})
LLVM-Config.cmake 50 explicit_llvm_config(${executable} ${ARGN})
55 set( link_components ${ARGN} )
64 explicit_map_components_to_libraries(result ${ARGN})
71 set( link_components ${ARGN} )
TableGen.cmake 17 COMMAND ${${project}_TABLEGEN_EXE} ${ARGN} -I ${CMAKE_CURRENT_SOURCE_DIR}
84 add_llvm_utility(${target} ${ARGN})
  /external/jpeg/
rdjpgcom.c 439 int argn; local
453 for (argn = 1; argn < argc; argn++) {
454 arg = argv[argn];
466 if (argn < argc-1) {
470 if (argn < argc) {
471 if ((infile = fopen(argv[argn], READ_BINARY)) == NULL) {
472 fprintf(stderr, "%s: can't open %s\n", progname, argv[argn]);
  /external/qemu/distrib/jpeg-6b/
rdjpgcom.c 439 int argn; local
453 for (argn = 1; argn < argc; argn++) {
454 arg = argv[argn];
466 if (argn < argc-1) {
470 if (argn < argc) {
471 if ((infile = fopen(argv[argn], READ_BINARY)) == NULL) {
472 fprintf(stderr, "%s: can't open %s\n", progname, argv[argn]);
  /external/libppp/src/
filter.c 413 if (arg->argc < arg->argn+2)
416 if (!strcmp(arg->argv[arg->argn], "in"))
418 else if (!strcmp(arg->argv[arg->argn], "out"))
420 else if (!strcmp(arg->argv[arg->argn], "dial"))
422 else if (!strcmp(arg->argv[arg->argn], "alive"))
426 arg->argv[arg->argn]);
430 filter_Parse(&arg->bundle->ncp, arg->argc - arg->argn - 1,
431 arg->argv + arg->argn + 1, filter->rule);
501 if (arg->argc > arg->argn+1)
504 if (arg->argc == arg->argn+1)
    [all...]
command.h 40 int argn; /* Argument to start processing from */ member in struct:cmdargs
  /external/eigen/bench/btl/cmake/
FindPackageHandleStandardArgs.cmake 41 FOREACH(_CURRENT_VAR ${ARGN})
  /external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/Tests/
GetURLWithJavaScriptURLDestroyingPlugin.cpp 41 virtual NPError NPP_New(NPMIMEType pluginType, uint16_t mode, int16_t argc, char *argn[], char *argv[], NPSavedData *saved)
GetUserAgentWithNullNPPFromNPPNew.cpp 44 virtual NPError NPP_New(NPMIMEType pluginType, uint16_t mode, int16_t argc, char *argn[], char *argv[], NPSavedData *saved)
NPDeallocateCalledBeforeNPShutdown.cpp 69 virtual NPError NPP_New(NPMIMEType pluginType, uint16_t mode, int16_t argc, char *argn[], char *argv[], NPSavedData *saved)
  /external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/Tests/mac/
ConvertPoint.cpp 72 virtual NPError NPP_New(NPMIMEType pluginType, uint16_t mode, int16_t argc, char *argn[], char *argv[], NPSavedData *saved)
  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_5/Regress/
regress-118849.js 43 * Function ([arg1[, arg2[, ... argN]],] functionBody)
46 * arg1, arg2, ... argN
  /external/strace/
file.c 673 int argn; local
676 argn = printllval(tcp, "%lld", 1);
677 tprintf(", %ld", tcp->u_arg[argn]);
688 int argn; local
692 argn = printllval(tcp, "%llu, ", 1);
694 argn = printllval(tcp, "%lld, ", 1);
695 printxval(whence, tcp->u_arg[argn], "SEEK_???");
2981 int argn; local
2997 int argn; local
3081 int argn; local
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
gimple.def 113 /* GIMPLE_CALL <FN, LHS, ARG1, ..., ARGN[, CHAIN]> represents function
121 ARG1 ... ARGN are the arguments. They must all be accepted by
161 /* GIMPLE_PHI <RESULT, ARG1, ..., ARGN> represents the PHI node
163 RESULT = PHI <ARG1, ..., ARGN>
167 ARG1 ... ARGN are the arguments to the PHI node. N must be
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
gimple.def 113 /* GIMPLE_CALL <FN, LHS, ARG1, ..., ARGN[, CHAIN]> represents function
121 ARG1 ... ARGN are the arguments. They must all be accepted by
161 /* GIMPLE_PHI <RESULT, ARG1, ..., ARGN> represents the PHI node
163 RESULT = PHI <ARG1, ..., ARGN>
167 ARG1 ... ARGN are the arguments to the PHI node. N must be
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
gimple.def 113 /* GIMPLE_CALL <FN, LHS, ARG1, ..., ARGN[, CHAIN]> represents function
121 ARG1 ... ARGN are the arguments. They must all be accepted by
161 /* GIMPLE_PHI <RESULT, ARG1, ..., ARGN> represents the PHI node
163 RESULT = PHI <ARG1, ..., ARGN>
167 ARG1 ... ARGN are the arguments to the PHI node. N must be
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
gimple.def 113 /* GIMPLE_CALL <FN, LHS, ARG1, ..., ARGN[, CHAIN]> represents function
121 ARG1 ... ARGN are the arguments. They must all be accepted by
161 /* GIMPLE_PHI <RESULT, ARG1, ..., ARGN> represents the PHI node
163 RESULT = PHI <ARG1, ..., ARGN>
167 ARG1 ... ARGN are the arguments to the PHI node. N must be
  /external/clang/
CMakeLists.txt 171 parse_arguments( CTG "SOURCE;TARGET;DEPENDS" "" ${ARGN} )
188 llvm_process_sources(srcs ${ARGN})
235 add_llvm_executable( ${name} ${ARGN} )

Completed in 527 milliseconds

12 3 4