/external/oprofile/module/ |
op_dcache.h | 64 char * place = op_pool_pos; local 68 strcpy(place, str); 70 return place - op_pool_start;
|
/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...] |
/external/smali/baksmali/src/main/java/org/jf/baksmali/ |
dump.java | 56 dexFile.place();
|
/frameworks/compile/mclinker/lib/Fragment/ |
Relocation.cpp | 47 /// @param pFragRef [in] the place to apply the relocation 85 Relocation::Address Relocation::place() const function in class:Relocation
|
/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/dexmaker/src/dx/java/com/android/dx/dex/file/ |
OffsettedItem.java | 223 public final int place(Section addedTo, int offset) { method in class:OffsettedItem
|
/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/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/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/chromium_org/third_party/openssl/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/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/smali/smali/src/main/java/org/jf/smali/ |
main.java | 219 dexFile.place(); 268 dexFile.place();
|
/external/valgrind/main/exp-sgcheck/ |
pc_common.c | 27 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 351 Char *place, *legit, *how_invalid; local 387 if (cmp < 0) place = "before"; 388 else if (cmp == 0) place = "inside"; 389 else place = "after"; 404 a, miss_size, place ); 420 a, miss_size, place );
|
/external/bison/src/ |
tables.c | 783 base_number place; local 787 place = pack_vector (i); 790 place = base[s]; 792 pos[i] = place; 793 base[order[i]] = place;
|
/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...] |
DexFile.java | 546 * written back out "in-place", or whether the normal layout logic should be 556 * written back out in-place. 585 * written back out "in-place", or whether the normal layout logic should be 595 * written back out in-place. 640 public void place() { method in class:DexFile 688 * You must call <code>place()</code> on this dex file, before calling this method [all...] |
CodeItem.java | 214 offset = encodedCatchHandler.place(offset, encodedCatchHandlerBaseOffset); 910 private int place(int offset, int baseOffset) { method in class:CodeItem.EncodedCatchHandler [all...] |
/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
DessertCaseView.java | 139 place(child, true); 287 place(v, true); 314 place(v, pt, false); method 325 public void place(View v, boolean animate) { method in class:DessertCaseView 326 place(v, new Point(irand(0, mColumns), irand(0, mRows)), animate); method 345 public synchronized void place(View v, Point pt, boolean animate) {
|
/external/linux-tools-perf/util/ |
probe-event.c | 18 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 1469 char *place; local [all...] |
/frameworks/base/tools/aidl/ |
generate_java_rpc.cpp | 10 Type* PRESENTER_BASE_TYPE = new Type("android.support.place.connector", 12 Type* PRESENTER_LISTENER_BASE_TYPE = new Type("android.support.place.connector", 14 Type* RPC_BROKER_TYPE = new Type("android.support.place.connector", "Broker", 18 Type* PLACE_INFO_TYPE = new Type("android.support.place.connector", "PlaceInfo", 21 Type* RPC_CONNECTOR_TYPE = new Type("android.support.place.connector", "Connector", 23 Type* RPC_ENDPOINT_INFO_TYPE = new UserDataType("android.support.place.rpc", 25 Type* RPC_RESULT_HANDLER_TYPE = new UserDataType("android.support.place.rpc", "RpcResultHandler", 27 Type* RPC_ERROR_LISTENER_TYPE = new Type("android.support.place.rpc", "RpcErrorHandler", 29 Type* RPC_CONTEXT_TYPE = new UserDataType("android.support.place.rpc", "RpcContext", true, 480 Variable* place = new Variable(PLACE_INFO_TYPE, "placeInfo") local [all...] |
/sdk/attribute_stats/src/ |
Analyzer.java | 417 int place = 1; local 431 System.out.printf(" %1d. %5d %5.1f%% %s\n", place, usage.count, 437 place++;
|
/external/apache-xml/src/main/java/org/apache/xalan/templates/ |
ElemNumber.java | 1939 int place = 0; local [all...] |