HomeSort by relevance Sort by last modified time
    Searched refs:split (Results 5501 - 5525 of 6499) sorted by null

<<221222223224225226227228229230>>

  /external/okhttp/okio/okio/src/main/java/okio/
Buffer.java 310 // If the short is split across multiple segments, delegate to readByte().
339 // If the int is split across multiple segments, delegate to readByte().
371 // If the long is split across multiple segments, delegate to readInt().
    [all...]
  /external/protobuf/python/google/protobuf/internal/
python_message.py     [all...]
  /external/python/cpython2/Lib/lib-tk/test/test_tkinter/
test_widgets.py 736 colors = 'red orange yellow green blue white violet'.split()
    [all...]
  /external/python/cpython2/Lib/lib-tk/
ttk.py 256 val = val.split()
    [all...]
  /external/python/cpython2/Lib/test/
test_inspect.py 210 lines = self.source.split("\n")
    [all...]
test_shutil.py 249 path.split()[-1] == 'subdir'):
    [all...]
test_warnings.py 551 first_line, second_line = result.split('\n', 1)
    [all...]
  /external/python/cpython2/Lib/xml/dom/
expatbuilder.py 118 parts = name.split(' ')
    [all...]
  /external/python/cpython2/Lib/
xmllib.py 89 # data may be split up in arbitrary chunks).
453 pubid = ' '.join(pubid.split()) # normalize
629 nstag = prefix + ':' + nstag # undo split
    [all...]
xmlrpclib.py     [all...]
  /external/python/cpython2/Parser/
asdl_c.py     [all...]
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/
AndroidFacade.java 890 intent.putExtra(android.content.Intent.EXTRA_EMAIL, to.split(","));
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Support/
CommandLine.cpp 194 // Split on any equal sign.
195 std::pair<StringRef, StringRef> SplitArg = Arg.split('=');
237 // it does, we have to split up the value into multiple values.
370 /// see if this is a prefix or grouped option. If so, split arg into output an
    [all...]
  /frameworks/base/core/java/android/view/
MotionEvent.java 3156 public final MotionEvent split(int idBits) { method in class:MotionEvent
    [all...]
  /frameworks/base/core/java/com/android/internal/inputmethod/
InputMethodUtils.java 339 String[] localeParams = localeStr.split("_", 3);
    [all...]
  /frameworks/base/services/core/java/com/android/server/accounts/
AccountsDb.java     [all...]
  /frameworks/base/services/core/java/com/android/server/notification/
ManagedServices.java 340 String[] approvedArray = approved.split(ENABLED_SERVICES_SEPARATOR);
    [all...]
  /frameworks/base/services/core/java/com/android/server/vr/
VrManagerService.java     [all...]
  /frameworks/compile/mclinker/tools/mcld/
Main.cpp 583 std::pair<llvm::StringRef, llvm::StringRef> res = value.split(',');
    [all...]
  /frameworks/native/opengl/tools/glgen2/registry/
reg.py 167 self.category = self.name.split('_', 2)[1]
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/regex/
Pattern2Test.java     [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapObexServer.java 490 String[] nameList = contentTypeName.split("/");
    [all...]
  /packages/apps/Settings/src/com/android/settings/
ApnEditor.java 350 String[] apnTypesArray2 = apnTypes2.split(",");
    [all...]
Utils.java 295 String[] brokenDownLocale = localeStr.split("_", 3);
296 // split may not return a 0-length array.
    [all...]
  /packages/providers/TelephonyProvider/src/com/android/providers/telephony/
MmsSmsDatabaseHelper.java 57 * From N, SMS and MMS tables are split into two groups with different levels of encryption.
300 String[] recips = c.getString(0).split(" ");
    [all...]

Completed in 3223 milliseconds

<<221222223224225226227228229230>>