HomeSort by relevance Sort by last modified time
    Searched refs:place (Results 1 - 25 of 162) sorted by null

1 2 3 4 5 6 7

  /external/libpcap/Win32/Src/
getopt.c 67 static char *place = EMSG; /* option letter processing */ local
70 if (optreset || !*place) { /* update scanning pointer */
72 if (optind >= nargc || *(place = nargv[optind]) != '-') {
73 place = EMSG;
76 if (place[1] && *++place == '-') { /* found "--" */
78 place = EMSG;
82 if ((optopt = (int)*place++) == (int)':' ||
90 if (!*place)
99 if (!*place)
    [all...]
  /bionic/libc/upstream-freebsd/lib/libc/stdlib/
getopt_long.c 107 static char *place = EMSG; /* option letter processing */ variable
202 current_argv = place;
397 if (optreset || !*place) { /* update scanning pointer */
400 place = EMSG;
417 if (*(place = nargv[optind]) != '-' ||
419 place[1] == '\0') {
421 (place[1] == '\0' && strchr(options, '-') == NULL)) {
423 place = EMSG; /* found non-option */
459 if (place[1] != '\0' && *++place == '-' && place[1] == '\0')
    [all...]
  /external/chromium_org/third_party/mesa/src/src/getopt/
getopt_long.c 84 static char *place = EMSG; /* option letter processing */ variable
166 current_argv = place;
311 if (optreset || !*place) { /* update scanning pointer */
314 place = EMSG;
331 if (*(place = nargv[optind]) != '-' ||
332 (place[1] == '\0' && strchr(options, '-') == NULL)) {
333 place = EMSG; /* found non-option */
369 if (place[1] != '\0' && *++place == '-' && place[1] == '\0')
    [all...]
  /external/mesa3d/src/getopt/
getopt_long.c 84 static char *place = EMSG; /* option letter processing */ variable
166 current_argv = place;
311 if (optreset || !*place) { /* update scanning pointer */
314 place = EMSG;
331 if (*(place = nargv[optind]) != '-' ||
332 (place[1] == '\0' && strchr(options, '-') == NULL)) {
333 place = EMSG; /* found non-option */
369 if (place[1] != '\0' && *++place == '-' && place[1] == '\0')
    [all...]
  /external/libcxx/test/utilities/function.objects/bind/func.bind/func.bind.place/
Android.mk 17 test_makefile := external/libcxx/test/utilities/function.objects/bind/func.bind/func.bind.place/Android.mk
19 test_name := utilities/function.objects/bind/func.bind/func.bind.place/placeholders
  /external/clang/test/Sema/
parentheses.cpp 8 // expected-note {{place parentheses around the '+' expression to silence this warning}} \
9 // expected-note {{place parentheses around the '?:' expression to evaluate it first}}
16 // expected-note {{place parentheses around the '-' expression to silence this warning}} \
17 // expected-note {{place parentheses around the '?:' expression to evaluate it first}}
24 // expected-note {{place parentheses around the '*' expression to silence this warning}} \
25 // expected-note {{place parentheses around the '?:' expression to evaluate it first}}
43 // expected-note {{place parentheses around the '<<' expression to silence this warning}} \
44 // expected-note {{place parentheses around the '?:' expression to evaluate it first}}
51 // expected-note {{place parentheses around the '<<' expression to silence this warning}} \
52 // expected-note {{place parentheses around comparison expression to evaluate it first}
    [all...]
  /external/oprofile/module/
op_dcache.h 64 char * place = op_pool_pos; local
68 strcpy(place, str);
70 return place - op_pool_start;
  /external/clang/test/CXX/temp/temp.param/
p15-cxx0x.cpp 59 enum place { _ }; enum in namespace:ParameterPackExpansions
60 template<place...> struct places {};
63 template<place...X1, place...X2>
75 template<place> struct inner { typedef T type; };
79 template<place...X> struct takedrop_impl<places<X...>> {
81 template<place > class ...Drop>
  /external/libvorbis/examples/
frameview.pl 189 place(-x=>10,-y=>36,-relwidth=>1.0,-relheight=>1.0,
193 place(-x=>-1,-y=>-1,-relx=>1.0,-rely=>1.0,-anchor=>'se');
196 place(-x=>5,-y=>5,-anchor=>'nw');
200 place(-x=>10,-y=>36,-relwidth=>1.0,-relheight=>1.0,
204 place(-x=>5,-y=>5,-anchor=>'nw');
209 place(-x=>-5,-relx=>1.,-y=>$panely,-anchor=>'ne');
216 place(-x=>5,-y=>-5,-rely=>1.,-relwidth=>.2,-width=>-5,-anchor=>'sw');
220 place(-x=>-5,-y=>-5,-relwidth=>.2,-rely=>1.,-width=>-5,-relx=>1.,-anchor=>'se');
224 place(-x=>5,-y=>-5,-relwidth=>.3,-width=>-7,-rely=>1.,-relx=>.2,-anchor=>'sw');
228 place(-x=>-5,-y=>-5,-relwidth=>.3,-width=>-7,-rely=>1.,-relx=>.8,-anchor=>'se')
    [all...]
  /external/chromium_org/ui/base/cocoa/
nsview_additions.h 26 isPositioned:(NSWindowOrderingMode)place
  /external/chromium_org/net/websockets/
websocket_test_util.cc 107 for (size_t place = 0; place < detail_->return_to_read.size();
108 place += kHttpStreamParserBufferSize) {
110 MockRead(SYNCHRONOUS, detail_->return_to_read.data() + place,
111 std::min(detail_->return_to_read.size() - place,
  /external/chromium_org/third_party/skia/tools/
reformat-json.py 46 parser = argparse.ArgumentParser(description='Reformat JSON files in-place.')
  /external/chromium-trace/trace-viewer/build/
generate_standalone_timeline_view.py 129 help="Where to place generated javascript file")
131 help="Where to place generated css file")
  /external/chromium_org/third_party/cython/src/Cython/Includes/cpython/
number.pxd 67 # its place (passing NULL for o3 would cause an illegal memory
121 # operation is done in-place when o1 supports it. This is the
127 # failure. The operation is done in-place when o1 supports
133 # failure. The operation is done in-place when o1 supports
139 # operation is done in-place when o1 supports it. This is the
145 # failure. The operation is done in-place when o1 supports
156 # passed two integers. The operation is done in-place when o1
162 # failure. The operation is done in-place when o1 supports
168 # operation is done in-place when o1 supports it. This is the
170 # Py_None, or an in-place variant of "pow(o1, o2, o3)
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/webgl/
update_webgl_conformance_tests.py 133 help='specify an output directory to place files '
  /external/openssl/crypto/bio/
b_print.c 488 int place = 0; local
512 convert[place++] =
516 } while (uvalue && (place < (int)sizeof(convert)));
517 if (place == sizeof(convert))
518 place--;
519 convert[place] = 0;
521 zpadlen = max - place;
522 spadlen = min - OSSL_MAX(max, place) - (signvalue ? 1 : 0) - strlen(prefix);
558 while (place > 0)
559 doapr_outch(sbuffer, buffer, currlen, maxlen, convert[--place]);
    [all...]
  /external/chromium_org/v8/test/mjsunit/
debug-multiple-breakpoints.js 49 // This test sets several break points at the same place and checks that
50 // several break points at the same place only makes one debug break event
60 // Set another breakpoint in f at the same place.
  /external/chromium-libpac/test/js-unittest/
passthrough.js 24 // Take care not to place multiple adjacent dots,
  /external/chromium_org/net/data/proxy_resolver_v8_unittest/
passthrough.js 24 // Take care not to place multiple adjacent dots,
  /external/chromium_org/third_party/polymer/components-chromium/core-signals/
core-signals-extracted.js 29 // tree from all over the place
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
OffsettedItem.java 223 public final int place(Section addedTo, int offset) { method in class:OffsettedItem
UniformListItem.java 183 offset = i.place(addedTo, offset) + size;
  /dalvik/dx/src/com/android/dx/dex/file/
OffsettedItem.java 223 public final int place(Section addedTo, int offset) { method in class:OffsettedItem
UniformListItem.java 181 offset = i.place(addedTo, offset) + size;
  /external/dexmaker/src/dx/java/com/android/dx/dex/file/
OffsettedItem.java 223 public final int place(Section addedTo, int offset) { method in class:OffsettedItem

Completed in 3872 milliseconds

1 2 3 4 5 6 7