HomeSort by relevance Sort by last modified time
    Searched refs:argument (Results 251 - 275 of 2905) sorted by null

<<11121314151617181920>>

  /external/libedit/src/
vi.c 159 el->el_state.argument,
184 el->el_state.argument,
208 el->el_line.lastchar, el->el_state.argument, cv__isWord);
232 el->el_line.lastchar, el->el_state.argument, cv__isword);
255 for (i = 0; i < el->el_state.argument; i++) {
351 c_delafter(el, el->el_state.argument);
475 el->el_line.lastchar, el->el_state.argument, cv__isWord);
499 el->el_line.lastchar, el->el_state.argument, cv__isword);
726 return cv_csearch(el, CHAR_FWD, -1, el->el_state.argument, 0);
738 return cv_csearch(el, CHAR_BACK, -1, el->el_state.argument, 0)
    [all...]
  /cts/tests/signature/api-check/src/java/android/signature/cts/api/
AbstractApiTest.java 127 String argument = instrumentationArgs.getString(key); local
128 if (argument == null) {
131 return argument.split(",");
  /external/elfutils/tests/
run-readelf-zdebug.sh 369 [ 2] 1 argument
370 [ 3] 1 argument
371 [ 4] 1 argument
372 [ 5] 1 argument
376 [ 9] 1 argument
379 [12] 1 argument
  /external/libunwind/doc/
unw_get_proc_info_by_ip.tex 31 \Var{unw\_local\_addr\_space} can be passed for this argument.
32 Argument \Var{ip} is the instruction-pointer for which the procedure
35 Lastly, \Var{arg} is the address-space argument that should be used
37 argument of the same name for \Func{unw\_init\_remote}(). When
38 accessing the local address-space (first argument is
40 argument.
59 address-space is passed in argument \Var{as}, this routine is also
  /external/mockito/src/test/java/org/mockito/internal/invocation/
TypeSafeMatchingTest.java 118 public boolean matches(Integer argument) {
134 public boolean matches(Integer argument) {
153 public boolean matches(T argument) {
  /external/mockito/src/test/java/org/mockitousage/stacktrace/
ModellingDescriptiveMessagesTest.java 165 ArgumentCaptor<String> argument = ArgumentCaptor.forClass(String.class); local
166 argument.capture();
167 argument.getValue();
  /frameworks/base/cmds/dpm/src/com/android/commands/dpm/
Dpm.java 234 private int parseInt(String argument) {
236 return Integer.parseInt(argument);
238 throw new IllegalArgumentException ("Invalid integer argument '" + argument + "'", e);
  /prebuilts/go/darwin-x86/src/runtime/
cgo.go 40 // 1) they are opaque to escape analysis, so the argument is considered to
42 // 2) they keep the argument alive until the call site; the call is emitted after
43 // the end of the (presumed) use of the argument by C.
  /prebuilts/go/linux-x86/src/runtime/
cgo.go 40 // 1) they are opaque to escape analysis, so the argument is considered to
42 // 2) they keep the argument alive until the call site; the call is emitted after
43 // the end of the (presumed) use of the argument by C.
  /build/make/core/
link_type.mk 4 # my_common: empty or COMMON, like the argument to intermediates-dir-for
  /external/hamcrest/hamcrest-core/src/test/java/org/hamcrest/core/
IsEqualTest.java 122 final String argumentDescription = "ARGUMENT DESCRIPTION";
123 Object argument = new Object() { local
129 assertDescription("<" + argumentDescription + ">", equalTo(argument));
  /external/honggfuzz/tools/
createStackBlacklist.sh 36 * Blacklist file sort mode only requires [-B/--bl-file] argument
37 * Hashes gather mode requires all argument to be set
82 echo "[-] Invalid argument '$1'"
  /external/libavc/common/
ithread.c 77 WORD32 ithread_create(void *thread_handle, void *attribute, void *strt, void *argument)
80 return pthread_create((pthread_t *)thread_handle, NULL,(void *(*)(void *)) strt, argument);
  /external/libmpeg2/common/
ithread.c 70 WORD32 ithread_create(void *thread_handle, void *attribute, void *strt, void *argument)
73 return pthread_create((pthread_t *)thread_handle, NULL,(void *(*)(void *)) strt, argument);
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter2/
ast.ml 20 * its name, and its argument names (thus implicitly the number of arguments the
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter3/
ast.ml 20 * its name, and its argument names (thus implicitly the number of arguments the
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
ast.ml 20 * its name, and its argument names (thus implicitly the number of arguments the
  /external/mesa3d/docs/specs/
MESA_shader_debug.spec 78 Accepted by the <logType> argument of ClearDebugLogMESA,
188 The printMESA function writes the argument <value> to the "debug
202 The assertMESA function checks if the argument <condition> is
205 The message contains the argument <file>, <line>, <cookie> and
207 delimited by a white space. If the argument <cookie> is not present,
  /external/mockito/src/main/java/org/mockito/internal/invocation/
MatcherApplicationStrategy.java 80 Object argument = arguments[i]; local
82 if (!action.apply(matcher, argument)) {
  /external/mockito/src/test/java/org/mockito/internal/verification/argumentmatching/
ArgumentMatchingToolTest.java 69 Integer argument = 10; local
72 Integer[] suspicious = ArgumentMatchingTool.getSuspiciouslyNotMatchingArgsIndexes((List) Arrays.asList(matcherWithBadDescription), new Object[] { argument });
  /external/mockito/src/test/java/org/mockitousage/bugs/
CompareMatcherTest.java 113 public boolean matches(Integer argument) {
126 public boolean matches(T argument) {
  /external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter2/
ast.ml 20 * its name, and its argument names (thus implicitly the number of arguments the
  /external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter3/
ast.ml 20 * its name, and its argument names (thus implicitly the number of arguments the
  /external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter4/
ast.ml 20 * its name, and its argument names (thus implicitly the number of arguments the
  /external/tensorflow/tensorflow/python/debug/cli/
command_parser.py 92 argument = command[idx0:start]
95 if (argument.startswith("\"") and argument.endswith("\"") or
96 argument.startswith("'") and argument.endswith("'")):
97 argument = argument[1:-1]
98 arguments.append(argument)

Completed in 2517 milliseconds

<<11121314151617181920>>