Searched refs:spaces (Results 1 - 25 of 58) sorted by relevance

123

/external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/Tests/mac/
H A DConvertPoint.cpp60 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/kernel-headers/original/linux/
H A Dstacktrace.h14 extern void print_stack_trace(struct stack_trace *trace, int spaces);
/external/icu4c/test/thaitest/
H A Dthaitest.cpp23 * 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
159 ThaiWordbreakTest(const UChar *spaces, int32_t spaceCount, const UChar *noSpaces, int32_t noSpaceCount, UBool verbose) argument
214 compareWordBreaks(const UChar *spaces, int32_t spaceCount, const UChar *noSpaces, int32_t noSpaceCount) argument
366 crunchSpaces(const UChar *spaces, int32_t count, int32_t &nonSpaceCount) argument
465 const UChar *spaces, *noSpaces; local
[all...]
/external/jsilver/src/com/google/clearsilver/jsilver/functions/html/
H A DTextHtmlFunction.java205 int spaces = 0;
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/
H A DCAVLCReader.java166 int spaces;
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/apache-xml/src/main/java/org/apache/xml/serializer/
H A DSerializationHandler.java85 * 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); argument
/external/clang/tools/diagtool/
H A DDiagTool.cpp58 unsigned spaces = (maxName + 3) - (it->size()); local
59 for (unsigned i = 0; i < spaces; ++i)
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/handshake/
H A Dhybi00.py182 spaces = re.subn(" ", "", key_value)[1]
183 if spaces == 0:
187 '%s: Key-number is %d and number of spaces is %d',
188 key_field, key_number, spaces)
192 if key_number % spaces != 0:
194 '%s: Key-number (%d) is not an integral multiple of spaces '
195 '(%d)' % (key_field, key_number, spaces))
197 part = key_number / spaces
/external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/
H A DPython.g556 var spaces = 0;
560 | ( ' ' { spaces++; }
561 | '\t' { spaces += 8; spaces -= (spaces \% 8); }
564 // make a string of n spaces where n is column number - 1
565 var indentation = new Array(spaces);
566 for (var i=0; i<spaces; i++) {
/external/srec/srec/crec/
H A Dtext_parser.c128 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/markdown/MarkdownTest/Tests_2004/
H A DOrdered and unordered lists.text77 and using spaces:
/external/markdown/MarkdownTest/Tests_2007/
H A DOrdered and unordered lists.text77 and using spaces:
/external/markdown/tests/markdown-test/
H A Dordered-and-unordered-list.txt77 and using spaces:
/external/chromium/testing/
H A Dgenerate_gmock_mutant.py312 spaces = " " * subsequent_offset
317 s = spaces + s
/external/dexmaker/src/dx/java/com/android/dx/dex/file/
H A DMixedItemSection.java150 String spaces = new String(spaceArr);
153 out.annotate(4, name + "_size:" + spaces + Hex.u4(sz));
154 out.annotate(4, name + "_off: " + spaces + Hex.u4(offset));
/external/qemu/android/
H A Dconfig.c415 static const char spaces[10] = " "; local
417 writer_write(w,spaces,10);
421 writer_write(w,spaces,margin);
/external/chromium/net/server/
H A Dhttp_server.cc55 int spaces = 0; local
60 spaces++;
62 if (spaces == 0)
67 return htonl(static_cast<uint32>(number / spaces));
/external/chromium/net/websockets/
H A Dwebsocket_handshake_handler.cc110 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/kernel-headers/original/asm-mips/
H A Daddrspace.h13 #include <spaces.h>
35 * 32-bit MIPS address spaces
142 * The R8000 doesn't have the 32-bit compat spaces so we don't define them
/external/openssl/crypto/asn1/
H A Dtasn_prn.c404 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/webkit/Source/JavaScriptCore/runtime/
H A DJSONObject.cpp150 // 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;
/external/srec/srec/Semproc/src/
H A DSemanticProcessorImpl.c50 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,
/external/webkit/Source/WebCore/inspector/front-end/
H A DTextEditorModel.js146 var spaces = [ " ", " ", " ", " "]; variable
151 line = line.substring(0, index) + spaces[index % 4] + line.substring(index + 1);
/external/icu4c/tools/ctestfw/
H A Dctest.c410 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,"---");
/external/webkit/Source/WebKit/mac/Misc/
H A DWebKitNSStringExtras.mm252 NSCharacterSet *spaces = [NSCharacterSet whitespaceAndNewlineCharacterSet];
256 notSpaces = [[spaces invertedSet] retain];
265 NSRange space = [self rangeOfCharacterFromSet:spaces options:0 range:NSMakeRange(nonSpace.location, length - nonSpace.location)];

Completed in 3793 milliseconds

123