HomeSort by relevance Sort by last modified time
    Searched full:delimeter (Results 1 - 8 of 8) sorted by null

  /external/srec/srec/include/
duk_io.h 39 #define OS_EXT_DELIM '.' /* OS Filename Extension Delimeter */
42 #define FIELD_DELIM '#' /* Field Delimeter */
  /external/chromium/net/proxy/
proxy_config_service_win_unittest.cc 146 // Bypass "google.com" and local names, using semicolon as delimeter
164 // Bypass "foo.com" and "google.com", using lines as delimeter.
  /external/protobuf/src/google/protobuf/
text_format.cc 217 // Consumes the specified message with the given starting delimeter.
218 // This method checks to see that the end delimeter at the conclusion of
219 // the consumption matches the starting delimeter passed in here.
220 bool ConsumeMessage(Message* message, const string delimeter) {
225 // Confirm that we have a valid ending delimeter.
226 DO(Consume(delimeter));
318 string delimeter; local
320 delimeter = ">";
323 delimeter = "}";
327 DO(ConsumeMessage(reflection->AddMessage(message, field), delimeter));
    [all...]
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
compat.cpp 117 // Add last element (or full string if no delimeter found):
  /frameworks/base/libs/camera/
CameraParameters.cpp 274 // If a delimeter does not immediately follow, give up.
276 LOGE("Cannot find delimeter (%c) in str=%s", delim, str);
280 // Find the second integer, immediately after the delimeter.
  /external/libvpx/examples/includes/geshi/geshi/
cfm.php 177 'dbtype','connectstring','datasource','username','password','query','delimeter','description','required','hint','default','access','from','to','list','index'
  /frameworks/base/core/java/android/text/
TextUtils.java 361 * be returned for the empty string after that delimeter. That is, splitting <tt>"a,b,"</tt> on
372 * @param delimiter the delimeter on which to split
    [all...]
  /external/chromium/net/base/
net_util.cc 385 // If the previous non-delimeter token is not RFC2047-encoded,
    [all...]

Completed in 184 milliseconds