/prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/asm/ |
addrspace.h | 21 #include <spaces.h>
|
/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/asm/ |
addrspace.h | 21 #include <spaces.h>
|
/dalvik/dexgen/src/com/android/dexgen/dex/file/ |
MixedItemSection.java | 150 String spaces = new String(spaceArr); local 153 out.annotate(4, name + "_size:" + spaces + Hex.u4(sz)); 154 out.annotate(4, name + "_off: " + spaces + Hex.u4(offset));
|
/dalvik/dx/src/com/android/dx/dex/file/ |
MixedItemSection.java | 149 String spaces = new String(spaceArr); local 152 out.annotate(4, name + "_size:" + spaces + Hex.u4(sz)); 153 out.annotate(4, name + "_off: " + spaces + Hex.u4(offset));
|
/external/dexmaker/src/dx/java/com/android/dx/dex/file/ |
MixedItemSection.java | 150 String spaces = new String(spaceArr); local 153 out.annotate(4, name + "_size:" + spaces + Hex.u4(sz)); 154 out.annotate(4, name + "_off: " + spaces + Hex.u4(offset));
|
/external/lldb/scripts/ |
sed-sources | 42 Expand tabs to spaces (in addition to doing sed substitutions). 46 Unexpand spaces to tabs (in addition to doing sed substitutions). 58 Set the number of spaces per tab (default is 4) to use when expanding or 66 # and and subdirectories and also expand tabs to spaces. All source files 72 # and and subdirectories and also unexpand spaces to tabs and preview the 77 # Same as above except use 8 spaces per tab. 86 our $opt_e = 0; # Expand tabs to spaces? 90 our $opt_t = 4; # Number of spaces per tab? 91 our $opt_u = 0; # Unexpand spaces to tabs? 98 '\s+$' => "\n", # Get rid of spaces at the end of a lin [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/ |
radeon_program_print.c | 284 unsigned spaces = update_branch_depth(inst->U.I.Opcode, branch_depth); local 286 for (unsigned i = 0; i < spaces; i++) 345 unsigned spaces = update_branch_depth(inst->RGB.Opcode != RC_OPCODE_NOP ? local 348 for (unsigned i = 0; i < spaces; i++) 385 for (unsigned i = 0; i < spaces; i++) 424 for (unsigned i = 0; i < spaces; i++) 454 for (unsigned i = 0; i < spaces; i++)
|
/external/mesa3d/src/gallium/drivers/r300/compiler/ |
radeon_program_print.c | 284 unsigned spaces = update_branch_depth(inst->U.I.Opcode, branch_depth); local 286 for (unsigned i = 0; i < spaces; i++) 345 unsigned spaces = update_branch_depth(inst->RGB.Opcode != RC_OPCODE_NOP ? local 348 for (unsigned i = 0; i < spaces; i++) 385 for (unsigned i = 0; i < spaces; i++) 424 for (unsigned i = 0; i < spaces; i++) 454 for (unsigned i = 0; i < spaces; i++)
|
/external/qemu/android/ |
config-file.c | 409 static const char spaces[10] = " "; local 411 writer_write(w,spaces,10); 415 writer_write(w,spaces,margin);
|
/external/chromium_org/net/server/ |
web_socket.cc | 29 int spaces = 0; local 34 spaces++; 36 if (spaces == 0) 41 return base::HostToNet32(static_cast<uint32>(number / spaces));
|
/external/chromium_org/third_party/openssl/openssl/crypto/asn1/ |
tasn_prn.c | 404 static char spaces[] = " "; local 405 const int nspaces = sizeof(spaces) - 1; 414 if (BIO_write(out, spaces, nspaces) != nspaces) 418 if (BIO_write(out, spaces, indent) != indent)
|
/external/openssl/crypto/asn1/ |
tasn_prn.c | 404 static char spaces[] = " "; local 405 const int nspaces = sizeof(spaces) - 1; 414 if (BIO_write(out, spaces, nspaces) != nspaces) 418 if (BIO_write(out, spaces, indent) != indent)
|
/prebuilts/devtools/tools/ |
jobb.bat | 27 rem Get the CWD as a full path with short names only (without spaces)
|
lint.bat | 30 rem Get the CWD as a full path with short names only (without spaces)
|
uiautomatorviewer.bat | 27 rem Get the CWD as a full path with short names only (without spaces)
|
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/example/ |
echo_client.py | 219 # 4.1 35. read spaces 664 spaces = random.randint(1, 12) 667 maxnum = 4294967295 / spaces 673 product = number * spaces 689 for _ in xrange(spaces): [all...] |
/external/srec/srec/Semproc/src/ |
SemanticProcessorImpl.c | 50 static const char* spaces(int n) { function 267 printf("%strying arc %d %p ilabel%d(%s) olabel %d\n", spaces(debug_depth), atok-debug_base_arc_token, atok, 306 printf("%smatched arc %d %p ilabel%d(%s) olabel %d\n", spaces(debug_depth), atok-debug_base_arc_token, atok, 348 printf("%sdone trying arc %d %p ilabel%d(%s) olabel %d\n", spaces(debug_depth), atok-debug_base_arc_token, atok, 374 printf("%strying arc %d %p ilabel%d(%s) olabel %d\n", spaces(debug_depth), atok-debug_base_arc_token, atok, 418 printf("%smatched arc %d %p ilabel%d(%s) olabel %d\n", spaces(debug_depth), atok-debug_base_arc_token, atok, 459 printf("%sdone trying arc %d %p ilabel%d(%s) olabel %d\n", spaces(debug_depth), atok-debug_base_arc_token, atok, [all...] |
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/host/testing/ |
tts.js | 78 * spaces.
|
/external/chromium_org/third_party/icu/source/tools/ctestfw/ |
ctest.c | 410 int spaces = FLAG_INDENT-(depth-1); local 411 log_testinfo_i("} %*s[OK] ", spaces, "---"); 417 int spaces = FLAG_INDENT-(strlen(root->name)+depth); local 418 if(spaces<0) spaces=0; 419 log_testinfo(" %*s[OK] ", spaces,"---"); [all...] |
/external/icu/icu4c/source/tools/ctestfw/ |
ctest.c | 414 int spaces = FLAG_INDENT-(depth-1); local 415 log_testinfo_i("} %*s[OK] ", spaces, "---"); 421 int spaces = FLAG_INDENT-(strlen(root->name)+depth); local 422 if(spaces<0) spaces=0; 423 log_testinfo(" %*s[OK] ", spaces,"---"); [all...] |
/ndk/build/core/ |
build-local.mk | 35 $(info Android NDK: You NDK installation path contains spaces.) 151 # Check that there are no spaces in the project path, or bad things will happen 153 $(call __ndk_info,Your Android application project path contains spaces: '$(NDK_PROJECT_PATH)')
|
/frameworks/av/services/audiopolicy/ |
AudioPolicyManager.cpp | [all...] |
/external/bison/src/ |
AnnotationList.c | 577 AnnotationList__debug (AnnotationList const *self, size_t nitems, int spaces) 585 for (j = 0; j < spaces; ++j) 601 for (j = 0; j < spaces+2; ++j) [all...] |
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/ |
tracer.c | 184 static const char * spaces = local 190 return spaces + strlen(spaces) - n*2;
|
/external/iptables/iptables/ |
iptables-xml.c | 509 char *spaces = strchr(argv[arg], ' '); local 511 if (spaces || argvattr[arg]) 515 if (spaces || argvattr[arg]) 809 /* two spaces? */
|