/external/chromium_org/third_party/protobuf/java/src/test/java/com/google/protobuf/ |
ParserTest.java | 142 // parseFrom(ByteArray)
|
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/data/ |
writable_font_data.h | 28 explicit WritableFontData(ByteArray* ba);
|
/external/chromium_org/third_party/sfntly/cpp/src/test/ |
font_data_test.cc | 137 void FillTestByteArray(ByteArray* ba, int32_t size) {
|
/external/chromium_org/tools/stats_viewer/ |
stats_viewer.resx | 25 <data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
57 mimetype: application/x-microsoft.net.object.bytearray.base64
121 <data name="pictureBoxTitle.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
[all...] |
/external/chromium_org/tools/telemetry/telemetry/core/ |
bitmap_unittest.py | 172 self.assertEquals(bmp.pixels, bytearray([1,2,0, 2,2,0]))
|
/external/chromium_org/tools/telemetry/third_party/pyserial/serial/urlhandler/ |
protocol_socket.py | 139 data = bytearray()
|
/external/chromium_org/v8/src/arm64/ |
regexp-macro-assembler-arm64.h | 58 virtual void CheckBitInTable(Handle<ByteArray> table, Label* on_bit_set);
|
/external/chromium_org/v8/src/ |
regexp-macro-assembler-tracer.cc | 334 Handle<ByteArray> table, Label* on_bit_set) {
|
objects-inl.h | 613 TYPE_CHECKER(ByteArray, BYTE_ARRAY_TYPE) [all...] |
/external/chromium_org/v8/src/x64/ |
regexp-macro-assembler-x64.h | 56 virtual void CheckBitInTable(Handle<ByteArray> table, Label* on_bit_set);
|
/external/sfntly/cpp/src/sfntly/data/ |
writable_font_data.h | 28 explicit WritableFontData(ByteArray* ba);
|
/external/sfntly/cpp/src/test/ |
font_data_test.cc | 137 void FillTestByteArray(ByteArray* ba, int32_t size) {
|
/packages/apps/SpeechRecorder/src/com/android/speechrecorder/ |
SpeechRecorderActivity.java | 220 Log.d(TAG, "byteArray length " + pcm.length);
|
/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))
|
test_ssl.py | 200 self.assertRaises(socket.error, ss.recv_into, bytearray(b'x')) 202 self.assertRaises(socket.error, ss.recvfrom_into, bytearray(b'x'), 1) [all...] |
/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
|
test_audioop.py | 307 data2 = bytearray(2 * len(data1)) 319 data2 = bytearray(2 * len(data1))
|
/external/chromium_org/third_party/tlslite/tests/ |
tlstest.py | 273 htmlBody = bytearray(open(os.path.join(dir, "index.html")).read(), "utf-8") 283 b = bytearray(r.read())
|
/external/chromium_org/tools/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/javassist/src/main/javassist/bytecode/ |
SignatureAttribute.java | 61 return getConstPool().getUtf8Info(ByteArray.readU16bit(get(), 0)); 73 ByteArray.write16bit(index, info, 0);
|
/frameworks/base/core/jni/android/graphics/ |
BitmapFactory.cpp | 520 static jobject nativeDecodeByteArray(JNIEnv* env, jobject, jbyteArray byteArray, 523 AutoJavaByteArray ar(env, byteArray);
|
/packages/apps/OMA-DM/engine/dmlib/tool-src/db_wizard_tool/com/mot/dm/dbtool/ |
Generator.java | 27 public static ByteArray operatorsNamesBytes = new ByteArray();
|