HomeSort by relevance Sort by last modified time
    Searched full:delimited (Results 1 - 25 of 652) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/google-tv-pairing-protocol/java/src/com/google/polo/json/
CDL.java 28 * This provides static methods to convert comma delimited text into a
29 * JSONArray, and to covert a JSONArray into comma delimited text. Comma
30 * delimited text is a very popular format for data interchange. It is
40 * A comma delimited list can be converted into a JSONArray of JSONObjects.
76 * Produce a JSONArray of strings from a row of comma delimited values.
106 * Produce a JSONObject from a row of comma delimited text, using a
109 * first row of a comma delimited text file using the rowToJSONArray
122 * Produce a JSONArray of JSONObjects from a comma delimited text string,
124 * @param string The comma delimited text.
133 * Produce a JSONArray of JSONObjects from a comma delimited text string
    [all...]
  /libcore/dalvik/src/main/java/dalvik/system/
PathClassLoader.java 33 * resources, delimited by {@code File.pathSeparator}, which
56 * resources, delimited by {@code File.pathSeparator}, which
59 * libraries, delimited by {@code File.pathSeparator}; may be
DexClassLoader.java 46 * resources, delimited by {@code File.pathSeparator}, which
51 * libraries, delimited by {@code File.pathSeparator}; may be
  /external/autotest/server/site_tests/platform_KernelErrorPaths/
control.ALL 18 Pass the kernel crashes as a comma-delimited string of crash types.
control.BUG 20 Pass the kernel crashes as a comma-delimited string of crash types.
control.CORRUPT_STACK 20 Pass the kernel crashes as a comma-delimited string of crash types.
control.EXCEPTION 20 Pass the kernel crashes as a comma-delimited string of crash types.
control.HARDLOCKUP 20 Pass the kernel crashes as a comma-delimited string of crash types.
control.HUNG_TASK 20 Pass the kernel crashes as a comma-delimited string of crash types.
control.LOOP 20 Pass the kernel crashes as a comma-delimited string of crash types.
control.PANIC 20 Pass the kernel crashes as a comma-delimited string of crash types.
control.SOFTLOCKUP 20 Pass the kernel crashes as a comma-delimited string of crash types.
control.SPINLOCKUP 20 Pass the kernel crashes as a comma-delimited string of crash types.
control.SYSRQ_X 20 Pass the kernel crashes as a comma-delimited string of crash types.
  /external/v8/build/sanitizers/
asan_suppressions.cc 12 // kASanDefaultSuppressions which contains ASan suppressions delimited by
  /external/apache-xml/src/main/java/org/apache/xalan/processor/
WhitespaceInfoPaths.java 40 * whitespace delimited element qualified names that specify
53 * whitespace delimited element qualified names that specify
  /external/jacoco/org.jacoco.report/src/org/jacoco/report/csv/
DelimitedWriter.java 18 * Helper class for writing out CSV or tab delimited files.
45 * Creates a new Delimited writer using the default delimiter
55 * Creates a new Delimited writer using the default delimiter
  /external/libbrillo/brillo/dbus/
utils.h 30 // to the D-Bus error message, delimited by semi-colons.
  /external/libchrome/dbus/
string_util.cc 19 // Elements are pieces delimited by '/'. For instance, "org", "chromium",
  /external/libweave/third_party/chromium/base/
command_line.h 8 // Switches can optionally have values, delimited by '=', e.g., "-switch=value".
  /frameworks/base/core/java/android/net/
MailTo.java 108 * several email address that are comma-space delimited.
110 * @return comma delimited email addresses or null
118 * several email address that are comma-space delimited.
120 * @return comma delimited email addresses or null
  /external/google-benchmark/src/
csv_reporter.cc 78 // delimited with double-quotes.
97 // delimited with double-quotes.
  /external/mockftpserver/branches/1.x_Branch/src/main/java/org/mockftpserver/stub/command/
PasvCommandHandler.java 73 * Convert the InetAddess and port number to a comma-delimited list of byte values,
77 * @return the comma-delimited list of byte values, e.g., "196,168,44,55,23,77"
  /prebuilts/go/darwin-x86/src/html/template/
url.go 35 // urlEscaper normalizes URL content so it can be embedded in a quote-delimited
36 // string or parenthesis delimited url(...).
  /prebuilts/go/linux-x86/src/html/template/
url.go 35 // urlEscaper normalizes URL content so it can be embedded in a quote-delimited
36 // string or parenthesis delimited url(...).

Completed in 461 milliseconds

1 2 3 4 5 6 7 8 91011>>