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

1 2 3 4 5 6

  /external/openssh/openbsd-compat/
getopt.c 64 static char *place = EMSG; /* option letter processing */ local
70 if (BSDoptreset || !*place) { /* update scanning pointer */
72 if (BSDoptind >= nargc || *(place = nargv[BSDoptind]) != '-') {
73 place = EMSG;
76 if (place[1] && *++place == '-') { /* found "--" */
78 place = EMSG;
82 if ((BSDoptopt = (int)*place++) == (int)':' ||
90 if (!*place)
99 if (!*place)
    [all...]
bsd-snprintf.c 65 * put the ifdef for HAVE_VA_COPY in one place rather than in lots of
519 int place = 0; local
544 convert[place++] =
548 } while(uvalue && (place < 20));
549 if (place == 20) place--;
550 convert[place] = 0;
552 zpadlen = max - place;
553 spadlen = min - MAX (max, place) - (signvalue ? 1 : 0);
564 printf("zpad: %d, spad: %d, min: %d, max: %d, place: %d\n"
    [all...]
  /bionic/libc/unistd/
getopt_long.c 96 static char *place = EMSG; /* option letter processing */ variable
178 current_argv = place;
326 if (optreset || !*place) { /* update scanning pointer */
329 place = EMSG;
346 if (*(place = nargv[optind]) != '-' ||
347 (place[1] == '\0' && strchr(options, '-') == NULL)) {
348 place = EMSG; /* found non-option */
384 if (place[1] != '\0' && *++place == '-' && place[1] == '\0')
    [all...]
  /external/clang/test/Sema/
parentheses.cpp 8 // expected-note {{place parentheses around the '?:' expression to evaluate it first}} \
9 // expected-note {{place parentheses around the '+' expression to silence this warning}}
12 // expected-note {{place parentheses around the '?:' expression to evaluate it first}} \
13 // expected-note {{place parentheses around the '-' expression to silence this warning}}
16 // expected-note {{place parentheses around the '?:' expression to evaluate it first}} \
17 // expected-note {{place parentheses around the '*' expression to silence this warning}}
31 // expected-note {{place parentheses around the '?:' expression to evaluate it first}} \
32 // expected-note {{place parentheses around the '<<' expression to silence this warning}}
42 // expected-note {{place parentheses around the '?:' expression to evaluate it first}} \
43 // expected-note {{place parentheses around the '+' expression to silence this warning}
    [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...]
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonRelocator.cpp 111 HexagonRelocator::DWord P = pReloc.place();
129 HexagonRelocator::DWord P = pReloc.place();
146 HexagonRelocator::DWord P = pReloc.place();
223 HexagonRelocator::DWord P = pReloc.place();
248 HexagonRelocator::DWord P = pReloc.place();
  /external/skia/gm/tests/
run.sh 81 --in-place $JSON_SUMMARY_FILE
83 --in-place $JSON_SUMMARY_FILE
  /external/smali/baksmali/src/main/java/org/jf/baksmali/
dump.java 56 dexFile.place();
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/
update_webgl_conformance_tests.py 134 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/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/net/data/proxy_resolver_v8_unittest/
passthrough.js 24 // Take care not to place multiple adjacent dots,
  /system/core/sh/
Android.mk 58 # not the optimal place for this, but a fitting one
  /external/srec/srec/cfront/
himul32.h 51 mulhw r3, factor1, factor2 # place the high order 32 bits of the product in the return register r3
  /frameworks/compile/mclinker/include/mcld/Fragment/
Relocation.h 62 /// @param pFragRef [in] the place to apply the relocation
81 /// place - P value - address of the place being relocated
82 Address place() const;
116 /// m_TargetData - target data of the place being relocated
122 /// m_TargetAddress - FragmentRef of the place being relocated
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMRelocator.cpp 393 // for a place, we should not perform static relocation on it
394 // in order to keep the addend store in the place correct.
429 pReloc.target() = ((S + A) | T) - pReloc.place();
439 pReloc.target() = pReloc.symValue() + A - pReloc.place();
479 ARMRelocator::Address P = pReloc.place();
508 ARMRelocator::Address P = pReloc.place();
561 ARMRelocator::Address P = pReloc.place();
645 ARMRelocator::DWord P = pReloc.place();
691 ARMRelocator::DWord P = pReloc.place();
742 ARMRelocator::DWord P = pReloc.place();
    [all...]
  /external/smali/dexlib/src/main/java/org/jf/dexlib/
ClassDataItem.java 233 offset = encodedField.place(offset, previousEncodedField);
241 offset = encodedField.place(offset, previousEncodedField);
249 offset = encodedMethod.place(offset, previousEncodedMethod);
257 offset = encodedMethod.place(offset, previousEncodedMethod);
669 private int place(int offset, EncodedField previousEncodedField) { method in class:ClassDataItem.EncodedField
803 private int place(int offset, EncodedMethod previousEncodedMethod) { method in class:ClassDataItem.EncodedMethod
    [all...]
  /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 183 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
UniformListItem.java 183 offset = i.place(addedTo, offset) + size;

Completed in 886 milliseconds

1 2 3 4 5 6