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

1 2 3 4

  /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/oprofile/module/
op_dcache.h 64 char * place = op_pool_pos; local
68 strcpy(place, str);
70 return place - op_pool_start;
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/
update_webgl_conformance_tests.py 134 help='specify an output directory to place files '
  /sdk/hierarchyviewer2/libs/hierarchyviewerlib/src/com/android/hierarchyviewerlib/ui/util/
DrawableViewNode.java 169 child.place(currentTop, top - currentTop);
176 private void place(double treeTop, double rootDistance) { method in class:DrawableViewNode
194 child.place(currentTop, rootDistance);
256 // Place all the children of the root
261 child.place(currentTop, root.top - currentTop);
  /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/collada/src/dae/
daeMetaElement.cpp 190 daeInt place=0; local
193 place += _metaAttributes[i]->getSize();
195 place += align;
196 place &= (~(align-1));
198 _elementSize = place;
235 daeBool daeMetaElement::place(daeElement *parent, daeElement *child, daeUInt *ordinal ) function in class:daeMetaElement
daeMetaGroup.cpp 67 if ( _elementContainer->_elementType->place( el, child, &ordinal ) ) {
74 //if you couldn't place in existing groups make a new one if you can
91 if ( _elementContainer->_elementType->place( el, child, &ordinal ) ) {
  /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,
  /external/openssl/crypto/bn/asm/
ppc64-mont.pl 195 slwi $tp,$num,2 ; place for {an}p_{lh}[num], i.e. 4*num
196 add $tp,$tp,$num ; place for tp[num+1]
878 Lcopy: ; copy or in-place refresh
  /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
  /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/webkit/Tools/Scripts/
update-webkit-support-libs 140 and place it in:
  /external/bison/src/
tables.c 773 base_number place; local
777 place = pack_vector (i);
780 place = base[s];
782 pos[i] = place;
783 base[order[i]] = place;
  /external/collada/include/dae/
daeMetaElement.h 277 * @param child Child element to place in the parent.
280 DLLSPEC daeBool place(daeElement *parent, daeElement *child, daeUInt *ordinal = NULL);
286 * @param child Child element to place in the parent.
297 * @param child Child element to place in the parent.
306 * @param child Child element to place in the parent.
337 * child type. Typically @c place() is called after @c create(childelementname)
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
ElemNumber.java 1939 int place = 0; local
    [all...]
  /packages/apps/Contacts/tests/src/com/android/contacts/tests/streamitems/
StreamItemPopulatorActivity.java 54 "Just got back from a vacation in %1$s - what a great place! Can't wait to go back.",
260 String place = pickRandom(placeNames);
262 String.format(pickRandom(snippetStrings) , place)
  /external/valgrind/main/exp-ptrcheck/
pc_common.c 27 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
344 Char *place, *legit, *how_invalid; local
381 if (cmp < 0) place = "before";
382 else if (cmp == 0) place = "inside";
383 else place = "after";
399 a, miss_size, place );
415 a, miss_size, place );
  /external/netperf/
netlib.c 354 static char *place = EMSG; /* option letter processing */
357 if (!*place) {
359 if (optind >= argc || *(place = argv[optind]) != '-' || !*++place) {
362 if (*place == '-') {
365 place = EMSG ; /* Added by shiva for Netperf */
371 if ((optopt = (int)*place++) == (int)':'
373 if (!*place) {
382 if (!*place)
386 if (*place) {
351 static char *place = EMSG; \/* option letter processing *\/ local
    [all...]
  /sdk/attribute_stats/src/
Analyzer.java 400 int place = 1; local
414 System.out.printf(" %1d. %5d %5.1f%% %s\n", place, usage.count,
420 place++;
  /external/mesa3d/docs/
MESA_ycbcr_texture.spec 38 operations take place. Only 2D texture images are supported (not
201 3 September 2003 - further clarify when YCbCr->RGB conversion takes place

Completed in 725 milliseconds

1 2 3 4