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

1 2 3

  /libcore/luni/src/main/java/java/util/regex/
PatternSyntaxException.java 108 char[] spaces = new char[index]; local
109 Arrays.fill(spaces, ' ');
111 builder.append(spaces);
  /external/kernel-headers/original/linux/
stacktrace.h 14 extern void print_stack_trace(struct stack_trace *trace, int spaces);
  /external/chromium/third_party/icu/source/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/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/webkit/WebKit/android/nav/
CachedLayer.cpp 110 int CachedLayer::Debug::spaces; member in class:android::CachedLayer::Debug
114 ++spaces;
118 spaces, " ", layer, layer->uniqueId(),
123 --spaces;
128 spaces = 0;
CachedLayer.h 74 static int spaces; member in class:android::CachedLayer::Debug
  /build/core/
checktree 23 spaces = ((s.count(" ") + 1) / 3) * 2
25 while spaces > 0:
27 spaces = spaces - 1
  /external/webkit/JavaScriptCore/wrec/
CharacterClass.h 45 static const CharacterClass& spaces();
CharacterClass.cpp 60 const CharacterClass& CharacterClass::spaces() { function in class:JSC::WREC::CharacterClass
  /external/clearsilver/cgi/
html.c 27 int spaces = 0; local
37 spaces++;
39 spaces--;
43 spaces = 0;
54 if (spaces > 2) return 1;
56 spaces = 0;
117 int spaces = 0; local
245 if (spaces)
248 for (sp = 0; sp < spaces - 1; sp++)
256 spaces = 0
    [all...]
  /libcore/luni/src/main/java/org/apache/xml/serializer/
SerializationHandler.java 85 * Set the number of spaces to indent for each indentation level.
86 * @param spaces the number of spaces to indent for each indentation level.
88 public void setIndentAmount(int spaces);
  /ndk/
GNUmakefile 30 # Complain if the path contains spaces
32 $(info,The Android NDK installation path contains spaces: '$(NDK_ROOT)')
  /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 */
  /ndk/build/core/
setup-imports.mk 25 $(call __ndk_info,ERROR: You NDK_MODULE_PATH variable contains spaces)
build-local.mk 34 $(info Android NDK: You NDK installation path contains spaces.)
88 # Check that there are no spaces in the project path, or bad things will happen
90 $(call __ndk_info,Your Android application project path contains spaces: '$(NDK_PROJECT_PATH)')
  /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));
  /sdk/emulator/qtools/
bbprof.cpp 135 char spaces[80]; local
136 memset(spaces, ' ', 79);
137 spaces[79] = 0;
  /external/qemu/android/
config.c 405 static const char spaces[10] = " "; local
407 writer_write(w,spaces,10);
411 writer_write(w,spaces,margin);
  /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/v8/src/
mark-compact.cc 131 PagedSpaces spaces; local
132 for (PagedSpace* space = spaces.next();
133 space != NULL; space = spaces.next()) {
175 OldSpaces spaces; local
176 for (OldSpace* space = spaces.next(); space != NULL; space = spaces.next()) {
908 // Allocation functions for the paged spaces call the space's MCAllocateRaw.
1480 PagedSpaces spaces; local
1607 PagedSpaces spaces; local
1821 PagedSpaces spaces; local
    [all...]
  /external/webkit/JavaScriptCore/runtime/
JSONObject.cpp 141 // If the space value is a number, create a gap string with that number of spaces.
151 UChar spaces[maxGapLength]; local
153 spaces[i] = ' ';
154 return UString(spaces, count);
158 UString spaces = space.getString(exec); local
159 if (spaces.size() > maxGapLength) {
160 spaces = spaces.substr(0, maxGapLength);
162 return 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/webkit/WebCore/inspector/front-end/
TextEditorModel.js 138 var spaces = [ " ", " ", " ", " "]; variable
143 line = line.substring(0, index) + spaces[index % 4] + line.substring(index + 1);
  /external/webkit/WebKit/mac/Misc/
WebKitNSStringExtras.mm 256 NSCharacterSet *spaces = [NSCharacterSet whitespaceAndNewlineCharacterSet];
260 notSpaces = [[spaces invertedSet] retain];
269 NSRange space = [self rangeOfCharacterFromSet:spaces options:0 range:NSMakeRange(nonSpace.location, length - nonSpace.location)];
  /external/e2fsprogs/e2fsck/
unix.c 352 static char bar[128], spaces[128]; variable
373 printf("%s%s\r%s", ctx->start_meta, spaces + (sizeof(spaces) - 80),
429 spaces + (sizeof(spaces) - (dpywidth - i + 1)));
617 memset(spaces, ' ', sizeof(spaces)-1);
    [all...]

Completed in 757 milliseconds

1 2 3