HomeSort by relevance Sort by last modified time
    Searched defs:place (Results 1 - 11 of 11) sorted by null

  /dalvik/dx/src/com/android/dx/dex/file/
OffsettedItem.java 223 public final int place(Section addedTo, int offset) { method in class:OffsettedItem
  /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/clearsilver/util/
snprintf.c 449 int place = 0; local
477 convert[place++] =
481 } while(uvalue && (place < 20));
482 if (place == 20) place--;
483 convert[place] = 0;
485 zpadlen = max - place;
486 spadlen = min - MAX (max, place) - (signvalue ? 1 : 0);
498 dprint (1, (debugfile, "zpad: %d, spad: %d, min: %d, max: %d, place: %d\n",
499 zpadlen, spadlen, min, max, place));
    [all...]
  /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/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;
  /dalvik/libcore/xml/src/main/java/org/apache/xalan/templates/
ElemNumber.java 1939 int place = 0; local
    [all...]
  /external/grub/netboot/
tlan.c 443 u8 place; local
450 for ( place = 0x80; place != 0; place >>= 1 ) {
451 if ( place & data )
500 u8 place; local
509 for ( place = 0x80; place; place >>= 1 ) {
512 *data |= place;
    [all...]
  /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...]
  /prebuilt/common/ecj/
ecj.jar 
  /prebuilt/sdk/tools/lib/
dx.jar 
  /prebuilt/common/ant/
ant.jar 

Completed in 1145 milliseconds