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

1 23 4 5 6 7 8 91011>>

  /libcore/ojluni/src/main/java/sun/security/jca/
ProviderConfig.java 37 * (className plus optional argument), the provider loading logic, and
52 // config file argument of the SunPKCS11-Solaris provider
66 // argument to the provider constructor,
68 private final String argument; field in class:ProviderConfig
80 ProviderConfig(String className, String argument) {
81 if (className.equals(P11_SOL_NAME) && argument.equals(P11_SOL_ARG)) {
85 this.argument = expand(argument);
94 this.argument = "";
122 return argument.length() != 0
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/nios2/
illegal.l 4 .*illegal.s:8: Error: missing argument
7 .*illegal.s:10: Error: missing argument
9 .*illegal.s:11: Error: missing argument
  /external/llvm/test/MC/X86/AlignedBundling/
align-mode-argument-error.s 3 # Missing .bundle_align_mode argument
bundle-lock-option-error.s 3 # Missing .bundle_align_mode argument
  /external/proguard/src/proguard/optimize/peephole/
InstructionSequenceReplacer.java 323 * Returns the matched argument for the given pattern argument.
325 private int matchedArgument(Clazz clazz, int argument)
328 if (argument == STRING_A_LENGTH)
334 // Otherwise, just return the matched argument.
335 return instructionSequenceMatcher.matchedArgument(argument);
378 int argument)
383 return Boolean.toString((instructionSequenceMatcher.wasConstant(argument) ?
384 ((IntegerConstant)(programClass.getConstant(instructionSequenceMatcher.matchedConstantIndex(argument)))).getValue() :
385 instructionSequenceMatcher.matchedArgument(argument)) != 0)
    [all...]
  /external/compiler-rt/test/BlocksRuntime/
dispatch_call_Block_with_release.c 12 void callsomething(const char *format, int argument) {
  /external/llvm/test/MC/Sparc/
sparc-asm-errors.s 5 ! CHECK: argument must be between
7 ! CHECK: argument must be between
  /external/mesa3d/src/gallium/state_trackers/clover/core/
module.hpp 58 struct argument { struct in struct:clover::module
71 argument(enum type type, size_t size) : type(type), size(size) { } function in struct:clover::module::argument
72 argument() : type(scalar), size(0) { } function in struct:clover::module::argument
80 size_t offset, const clover::compat::vector<argument> &args) :
87 clover::compat::vector<argument> args;
kernel.cpp 31 const std::vector<clover::module::argument> &args) :
34 if (arg.type == module::argument::scalar)
36 else if (arg.type == module::argument::global)
38 else if (arg.type == module::argument::local)
40 else if (arg.type == module::argument::constant)
42 else if (arg.type == module::argument::image2d_rd ||
43 arg.type == module::argument::image3d_rd)
45 else if (arg.type == module::argument::image2d_wr ||
46 arg.type == module::argument::image3d_wr)
48 else if (arg.type == module::argument::sampler
179 _cl_kernel::argument::argument(size_t size) : function in class:_cl_kernel::argument
    [all...]
  /external/clang/test/SemaCXX/
attr-format.cpp 6 // GCC has a hidden 'this' argument in member functions which is why
7 // the format argument is argument 2 here.
12 expected-error{{implicit this argument as the format string}}
16 expected-error{{invalid for the implicit this argument}}
28 // 'this' argument.
40 // this argument.
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_stoptheworld.h 58 void *argument);
65 void StopTheWorld(StopTheWorldCallback callback, void *argument);
  /external/v8/test/mjsunit/regress/
regress-crbug-323936.js 20 assertEquals("argument", exec_state.frame(0).evaluate("e").value());
36 // In ES2015 hoisting semantics, 'x' binds to the argument
43 assertEquals("argument", e); // debugger did not overwrite
50 f("argument")
  /external/valgrind/helgrind/tests/
cond_timedwait_invalid.stderr.exp 9 with error code 22 (EINVAL: Invalid argument)
tc18_semabuse.stderr.exp 9 with error code 22 (EINVAL: Invalid argument)
24 with error code 22 (EINVAL: Invalid argument)
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
arch5tej.s 11 bkpt @ Support for a breakpoint without an argument
  /external/mockito/src/org/mockito/
ArgumentMatcher.java 14 * Allows creating customized argument matchers.
47 * <b>Warning:</b> Be reasonable with using complicated argument matching, especially custom argument matchers, as it can make the test less readable.
49 * (Mockito naturally uses equals() for argument matching).
53 * For example, if custom argument matcher is not likely to be reused
54 * or you just need it to assert on argument values to complete verification of behavior.
58 * @param <T> type of argument
65 * Returns whether this matcher accepts the given argument.
67 * The method should <b>never</b> assert if the argument doesn't match. It
70 * @param argument
    [all...]
  /external/parameter-framework/upstream/remote-processor/
RemoteCommand.h 45 virtual const std::string &getArgument(size_t argument) const = 0;
  /external/apache-xml/src/main/java/org/apache/xpath/jaxp/
JAXPExtensionsProvider.java 133 Object argument = argVec.elementAt( i ); local
136 if ( argument instanceof XNodeSet ) {
137 argList.add ( i, ((XNodeSet)argument).nodelist() );
138 } else if ( argument instanceof XObject ) {
139 Object passedArgument = ((XObject)argument).object();
142 argList.add ( i, argument );
184 Object argument = argVec.elementAt( i ); local
187 if ( argument instanceof XNodeSet ) {
188 argList.add ( i, ((XNodeSet)argument).nodelist() );
189 } else if ( argument instanceof XObject )
    [all...]
  /external/bison/lib/
printf-args.h 1 /* Decomposed printf argument list.
48 /* Argument types */
90 /* Polymorphic argument */
136 argument; typedef in typeref:struct:__anon5727
144 argument *arg;
145 argument direct_alloc_arg[N_DIRECT_ALLOC_ARGUMENTS];
  /external/clang/lib/AST/
TemplateBase.cpp 31 /// \brief Print a template integral argument value.
48 // argument value, requiring isSameValue here instead of operator==.
103 llvm_unreachable("Should not have a NULL template argument");
144 llvm_unreachable("Should not have a NULL template argument");
427 switch (Argument.getKind()) {
470 // This is bad, but not as bad as crashing because of argument
472 return DB << "(null template argument)";
  /external/lz4/programs/
frametest.c 571 char* argument = argv[argNb]; local
573 if(!argument) continue; // Protection if argument empty
576 if (argument[0]=='-')
578 if (!strcmp(argument, "--no-prompt"))
585 argument++;
587 while (*argument!=0)
589 switch(*argument)
594 argument++;
598 argument++
    [all...]
fullbench.c 745 char* argument = argv[i]; local
747 if(!argument) continue; // Protection if argument empty
748 if (!strcmp(argument, "--no-prompt"))
755 if (argument[0]=='-')
757 while (argument[1]!=0)
759 argument ++;
761 switch(argument[0])
766 while ((argument[1]>= '0') && (argument[1]<= '9')
    [all...]
  /external/boringssl/src/tool/
args.cc 28 const struct argument *templates) {
33 const struct argument *templ = nullptr;
42 fprintf(stderr, "Unknown argument: %s\n", arg.c_str());
47 fprintf(stderr, "Duplicate argument: %s\n", arg.c_str());
55 fprintf(stderr, "Missing argument for option: %s\n", arg.c_str());
63 const struct argument *templ = &templates[j];
66 fprintf(stderr, "Missing value for required argument: %s\n", templ->name);
74 void PrintUsage(const struct argument *templates) {
76 const struct argument *templ = &templates[i];
  /hardware/ti/omap3/omx/system/src/openmax_il/perf/src/
perf_config.c 32 static int assign_string_if_matches(char const *line, char const *argument,
35 static int assign_long_if_matches(char const *line, char const *argument,
38 static char const *get_value_if_matches(char const *line, char const *argument);
237 char const *argument)
242 /* return NULL if argument name does not match */
243 if (strncasecmp(line, argument, strlen(argument))) return (NULL);
244 line += strlen(argument);
246 /* there must be an = after argument name */
342 int assign_string_if_matches(char const *line, char const *argument,
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-apache-regexp.jar 

Completed in 741 milliseconds

1 23 4 5 6 7 8 91011>>