HomeSort by relevance Sort by last modified time
    Searched defs:spaces (Results 1 - 25 of 45) sorted by null

1 2

  /external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/Tests/mac/
ConvertPoint.cpp 60 static const NPCoordinateSpace spaces[] = { NPCoordinateSpacePlugin, NPCoordinateSpaceWindow, NPCoordinateSpaceFlippedWindow, NPCoordinateSpaceScreen, NPCoordinateSpaceFlippedScreen }; local
62 static const size_t numSpaces = sizeof(spaces) / sizeof(spaces[0]);
65 if (!testConvert(1234, 5678, spaces[i], spaces[j]))
  /external/webkit/Source/WebCore/inspector/front-end/
TextEditorModel.js 146 var spaces = [ " ", " ", " ", " "]; variable
151 line = line.substring(0, index) + spaces[index % 4] + line.substring(index + 1);
  /libcore/luni/src/main/java/java/util/regex/
PatternSyntaxException.java 110 char[] spaces = new char[index]; local
111 Arrays.fill(spaces, ' ');
113 sb.append(spaces);
  /external/clang/tools/diagtool/
DiagTool.cpp 58 unsigned spaces = (maxName + 3) - (it->size()); local
59 for (unsigned i = 0; i < spaces; ++i)
  /external/srec/srec/crec/
text_parser.c 128 char* spaces[24], *p; /* can't go too high here!! */ local
136 if ((size_t)num_spaces >= sizeof(spaces) / sizeof(char*))
141 spaces[num_spaces++] = p;
160 *spaces[j] = i & (1 << j) ? '_' : ' ';
176 *spaces[j] = i & (1 << j) ? '_' : ' ';
209 /* change speech codes to spaces */
217 /* trim leading spaces */
220 /* trim middle spaces */
230 /* trim ending spaces */
  /external/jsilver/src/com/google/clearsilver/jsilver/functions/html/
TextHtmlFunction.java 205 int spaces = 0; local
222 // Ignore spaces after full stops.
224 spaces++;
229 spaces = 0;
262 if (spaces > 2) {
266 spaces = 0;
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/h264/read/
CAVLCReader.java 166 int spaces; local
168 spaces = 8 - pos.length();
172 for (int i = 0; i < spaces; i++)
176 spaces = 100 - traceBuilder.length() - debugBits.length();
177 for (int i = 0; i < spaces; i++)
  /external/valgrind/main/callgrind/
callstack.c 270 char spaces[][41] = { " . . . . . . . . . .", local
280 VG_(printf)("%s> %s(0x%x, 0x%x, ...) [%s / %#lx]\n", spaces[s%4]+40-s, bb->fn->name,
  /sdk/emulator/qtools/
bbprof.cpp 135 char spaces[80]; local
136 memset(spaces, ' ', 79);
137 spaces[79] = 0;
  /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 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/chromium/net/websockets/
websocket_handshake_handler.cc 110 uint32 spaces = 0; local
117 ++spaces;
120 // spaces should not be zero in valid handshake request.
121 if (spaces == 0)
123 key_number /= spaces;
  /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/icu4c/test/thaitest/
thaitest.cpp 23 * spaces inserted where the word breaks are. It computes a copy of
24 * the text without spaces and uses a word instance of a Thai BreakIterator
33 * This class is a break iterator that counts words and spaces.
88 // spaces - pointer to a UChar array for the text with spaces
89 // spaceCount - the number of characters in the spaces array
90 // noSpaces - pointer to a UChar array for the text without spaces
93 ThaiWordbreakTest(const UChar *spaces, int32_t spaceCount, const UChar *noSpaces, int32_t noSpaceCount, UBool verbose);
96 // returns the number of breaks that are in the spaces array
101 // array but aren't in the spaces arra
465 const UChar *spaces, *noSpaces; local
    [all...]
  /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)
  /external/qemu/android/
config.c 415 static const char spaces[10] = " "; local
417 writer_write(w,spaces,10);
421 writer_write(w,spaces,margin);
  /external/chromium/net/server/
http_server.cc 55 int spaces = 0; local
60 spaces++;
62 if (spaces == 0)
67 return htonl(static_cast<uint32>(number / spaces));
  /external/iptables/iptables/
iptables-xml.c 506 char *spaces = strchr(argv[arg], ' '); local
508 if (spaces || argvattr[arg])
512 if (spaces || argvattr[arg])
811 /* two spaces? */
  /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/e2fsprogs/e2fsck/
unix.c 397 static char bar[128], spaces[128]; variable
418 printf("%s%s\r%s", ctx->start_meta, spaces + (sizeof(spaces) - 80),
474 spaces + (sizeof(spaces) - (dpywidth - i + 1)));
674 memset(spaces, ' ', sizeof(spaces)-1);
    [all...]
  /external/webkit/Source/JavaScriptCore/runtime/
JSONObject.cpp 150 // If the space value is a number, create a gap string with that number of spaces.
160 UChar spaces[maxGapLength]; local
162 spaces[i] = ' ';
163 return UString(spaces, count);
167 UString spaces = space.getString(exec); local
168 if (spaces.length() > maxGapLength) {
169 spaces = spaces.substringSharingImpl(0, maxGapLength);
171 return spaces;
  /frameworks/base/core/tests/coretests/src/android/util/
JsonReaderTest.java 887 String spaces = repeat(' ', 8192); local
889 "[\n\n" + spaces + "\n\n\n0,}]");
  /external/icu4c/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/webkit/Source/WebCore/platform/graphics/android/layers/
LayerAndroid.cpp 587 char spaces[256]; local
588 memset(spaces, 0, 256);
590 spaces[i] = ' ';
607 spaces, m_surface, m_haveClip ? "CLIP LAYER" : "", subclassName(),
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
KeyboardBuilder.java 194 private static final String SPACES = " ";
196 private static String spaces(final int count) { method in class:KeyboardBuilder
197 return (count < SPACES.length()) ? SPACES.substring(0, count) : SPACES;
201 Log.d(BUILDER_TAG, String.format(spaces(++mIndent * 2) + format, args));
205 Log.d(BUILDER_TAG, String.format(spaces(mIndent-- * 2) + format, args));
209 Log.d(BUILDER_TAG, String.format(spaces(++mIndent * 2) + format, args));
    [all...]

Completed in 1148 milliseconds

1 2