HomeSort by relevance Sort by last modified time
    Searched full:delimiter (Results 126 - 150 of 431) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/openssl/crypto/des/
fcrypt.c 79 /* Make sure we have a delimiter */
  /external/proguard/src/proguard/
WordReader.java 211 // Find the end of the line, the first delimiter, or the first
  /external/webkit/Source/JavaScriptCore/parser/
Lexer.h 129 bool m_delimited; // encountered delimiter like "'" and "}" on last run
  /external/webkit/Source/WebCore/inspector/front-end/
helpScreen.css 150 .help-key-delimiter {
  /frameworks/base/core/java/com/android/internal/util/
ProcFileReader.java 85 * Find buffer index of next token delimiter, usually space or newline. Will
  /frameworks/base/media/libmedia/
MediaScanner.cpp 124 startPos += mSkipIndex[idx] + 1; // extra char for the delimiter
  /hardware/ti/omap4xxx/test/CameraHal/
camera_test_script.cpp 122 cmd = strtok_r((char *) script, DELIMITER, &ctx);
1023 cmd = strtok_r(NULL, DELIMITER, &ctx);
    [all...]
  /libcore/luni/src/test/java/tests/api/java/util/
StringTokenizerTest.java 188 assertEquals("calling nextToken() did not use the new default delimiter list",
  /ndk/sources/host-tools/make-3.81/
README.Amiga 18 delimiter, if there are none, it's taken as the name of a device. Note
  /ndk/sources/host-tools/sed-4.2.1/lib/
string.in.h 298 /* Search the next delimiter (char listed in DELIM) starting at *STRINGP.
310 Caveat: It doesn't work with multibyte strings unless all of the delimiter
397 Caveat: It doesn't work with multibyte strings unless all of the delimiter
537 /* Search the next delimiter (multibyte character listed in the character
stdio.in.h 483 /* Read input, up to (and including) the next occurrence of DELIMITER, from
489 extern ssize_t getdelim (char **lineptr, size_t *linesize, int delimiter,
  /packages/apps/Email/src/com/android/email/mail/
Transport.java 153 * Reads a single line from the server. Any delimiter characters will not be included in the
  /packages/apps/Mms/src/com/android/mms/data/
ContactList.java 143 // Since we use a comma as a delimiter between contacts, the code will consider
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/heap/
NativeHeapDataImporter.java 194 // We do not know the exact delimiter that was skipped over, but we know
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/formatting/
XmlPrettyPrinterTest.java 43 String xml, String expected, String delimiter,
49 XmlPrettyPrinter printer = new XmlPrettyPrinter(prefs, style, delimiter);
99 String xml, String expected, String delimiter) throws Exception {
100 checkFormat(prefs, style, xml, expected, delimiter, null, false, null);
  /external/pcre/doc/html/
pcretest.html 164 White space before the initial delimiter is ignored. A regular expression may
166 included within it. It is possible to include the delimiter within the pattern
171 If you do so, the escape and the delimiter form part of the pattern, but since
173 If the terminating delimiter is immediately followed by a backslash, for
191 "the <b>/i</b> modifier", even though the delimiter of the pattern need not
193 appear between the final pattern delimiter and the first modifier, and between
    [all...]
  /external/icu4c/io/
ustdio.c 531 /* Copy UChars until we find the first occurrence of a delimiter character */
566 /* if we found a delimiter */
  /external/protobuf/src/google/protobuf/io/
tokenizer.h 239 // Read and consume a string, ending when the given delimiter is
241 void ConsumeString(char delimiter);
  /external/webkit/Source/WebCore/xml/
XPathParser.cpp 192 UChar delimiter = m_data[m_nextPos]; local
196 if (m_data[m_nextPos] == delimiter) {
  /frameworks/base/core/java/android/bluetooth/
AtParser.java 60 * however it's tricky to get right because there is no delimiter for Basic
244 * @param raw_input The AT input, without EOL delimiter (e.g. <CR>).
  /packages/apps/Mms/src/com/android/mms/ui/
RecipientsEditor.java 83 // Remember the delimiter the user typed to end this recipient. We'll
393 // Use the same delimiter the user just typed.
  /bionic/libc/include/sys/
ioctl_compat.h 51 char t_brkc; /* input delimiter (like nl) */
  /cts/tools/dx-tests/scripts/
collect_dasm_files.sh 81 for subcode in `echo $MAPPED_OPCODE | cut -d";" -f1,2 --output-delimiter=" "`; do
  /development/ndk/platforms/android-3/include/sys/
ioctl_compat.h 51 char t_brkc; /* input delimiter (like nl) */
  /development/tools/emulator/opengl/host/libs/Translator/GLES_V2/
ShaderParser.cpp 210 const char *delimiter = NULL; local

Completed in 637 milliseconds

1 2 3 4 56 7 8 91011>>