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

  /external/oprofile/module/
op_dcache.h 64 char * place = op_pool_pos; local
68 strcpy(place, str);
70 return place - op_pool_start;
  /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);
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
OffsettedItem.java 223 public final int place(Section addedTo, int offset) { method in class:OffsettedItem
  /dalvik/dx/src/com/android/dx/dex/file/
OffsettedItem.java 223 public final int place(Section addedTo, int offset) { method in class:OffsettedItem
  /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
  /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/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/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/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;
  /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/apache-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/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
Xlib.h 855 int place; /* PlaceOnTop, PlaceOnBottom */ member in struct:__anon20106
865 int place; /* PlaceOnTop, PlaceOnBottom */ member in struct:__anon20107
    [all...]
Xproto.h 1135 BYTE place; /* Top or Bottom */
1132 BYTE place; \/* Top or Bottom *\/ member in struct:_xEvent::__anon20219::__anon20238
    [all...]
  /prebuilt/common/ecj/
ecj.jar 
  /prebuilt/sdk/tools/lib/
dx.jar 

Completed in 1137 milliseconds