HomeSort by relevance Sort by last modified time
    Searched full:bytearray (Results 301 - 325 of 518) sorted by null

<<11121314151617181920>>

  /external/v8/src/heap/
scavenger.cc 299 int object_size = reinterpret_cast<ByteArray*>(object)->ByteArraySize();
  /external/v8/src/
objects-inl.h 663 TYPE_CHECKER(ByteArray, BYTE_ARRAY_TYPE)
    [all...]
  /external/v8/src/regexp/arm64/
regexp-macro-assembler-arm64.h 62 virtual void CheckBitInTable(Handle<ByteArray> table, Label* on_bit_set);
  /external/v8/src/regexp/mips64/
regexp-macro-assembler-mips64.h 56 virtual void CheckBitInTable(Handle<ByteArray> table, Label* on_bit_set);
  /external/v8/src/regexp/
regexp-macro-assembler-tracer.cc 340 Handle<ByteArray> table, Label* on_bit_set) {
regexp-macro-assembler.h 104 virtual void CheckBitInTable(Handle<ByteArray> table, Label* on_bit_set) = 0;
  /external/v8/src/regexp/x64/
regexp-macro-assembler-x64.h 57 virtual void CheckBitInTable(Handle<ByteArray> table, Label* on_bit_set);
  /packages/apps/SpeechRecorder/src/com/android/speechrecorder/
SpeechRecorderActivity.java 217 Log.d(TAG, "byteArray length " + pcm.length);
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_index.py 220 seq = bytearray("this is a test")
test_memoryview.py 251 rw_type = bytearray
test_audioop.py 307 data2 = bytearray(2 * len(data1))
319 data2 = bytearray(2 * len(data1))
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_index.py 220 seq = bytearray("this is a test")
test_memoryview.py 251 rw_type = bytearray
test_audioop.py 307 data2 = bytearray(2 * len(data1))
319 data2 = bytearray(2 * len(data1))
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_index.py 220 seq = bytearray("this is a test")
test_memoryview.py 251 rw_type = bytearray
test_audioop.py 307 data2 = bytearray(2 * len(data1))
319 data2 = bytearray(2 * len(data1))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_index.py 220 seq = bytearray("this is a test")
test_memoryview.py 251 rw_type = bytearray
  /external/chromium-trace/catapult/telemetry/third_party/pyserial/serial/
serialwin32.py 280 #~ if not isinstance(data, (bytes, bytearray)):
281 #~ raise TypeError('expected %s or bytearray, got %s' % (bytes, type(data)))
  /external/chromium-trace/catapult/third_party/gsutil/third_party/crcmod/python3/crcmod/
test.py 501 """Test that bytearray inputs are accepted, as an example
508 bytearray_answer = crcfun(bytearray(test_msg))
  /external/javassist/src/main/javassist/bytecode/
SignatureAttribute.java 61 return getConstPool().getUtf8Info(ByteArray.readU16bit(get(), 0));
73 ByteArray.write16bit(index, info, 0);
  /external/llvm/lib/DebugInfo/PDB/DIA/
DIARawSymbol.cpp 143 ArrayRef<char> ByteArray(Bytes, ::SysStringByteLen(Value));
145 if (llvm::convertUTF16ToUTF8String(ByteArray, Result)) {
    [all...]
  /frameworks/base/core/jni/android/graphics/
BitmapFactory.cpp 618 static jobject nativeDecodeByteArray(JNIEnv* env, jobject, jbyteArray byteArray,
621 AutoJavaByteArray ar(env, byteArray);
  /libcore/ojluni/src/main/java/java/util/prefs/
FileSystemPreferences.java 840 return "_" + Base64.byteArrayToAltBase64(byteArray(nodeName));
848 private static byte[] byteArray(String s) {
    [all...]

Completed in 1514 milliseconds

<<11121314151617181920>>