Searched
full:bytearray (Results
251 -
275 of
1008) sorted by null
<<11121314151617181920>>
/prebuilts/python/linux-x86/2.7.5/include/python2.7/ |
longintrepr.h | 25 - PyLong_{As,From}ByteArray require that PyLong_SHIFT be at least 8
|
/art/runtime/entrypoints/quick/ |
quick_alloc_entrypoints.cc | 94 mirror::ByteArray* byte_array, int32_t high, int32_t offset, int32_t byte_count, \ 99 Handle<mirror::ByteArray> handle_array(hs.NewHandle(byte_array)); \
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/ |
hashlib.py | 173 if not isinstance(password, (bytes, bytearray)):
175 if not isinstance(salt, (bytes, bytearray)):
|
/external/apache-http/src/org/apache/commons/codec/binary/ |
Hex.java | 189 byte[] byteArray = object instanceof String ? ((String) object).getBytes() : (byte[]) object; 190 return encodeHex(byteArray);
|
/external/autotest/client/common_lib/cros/ |
authpolicy.py | 122 dbus.ByteArray(request.SerializeToString()), 152 dbus.ByteArray(request.SerializeToString()),
|
/external/boringssl/src/third_party/fiat/ |
make_curve25519_tables.py | 87 ret = bytearray(32) 131 small_precomp = bytearray()
|
/external/clang/tools/clang-format-vs/ClangFormat/ |
Resources.resx | 34 <data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
66 mimetype: application/x-microsoft.net.object.bytearray.base64
|
VSPackage.resx | 35 <data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
67 mimetype: application/x-microsoft.net.object.bytearray.base64
|
/external/javassist/src/main/javassist/bytecode/annotation/ |
AnnotationsWriter.java | 20 import javassist.bytecode.ByteArray; 350 ByteArray.write16bit(value, buf, 0);
|
/external/python/cpython2/Lib/ |
hashlib.py | 173 if not isinstance(password, (bytes, bytearray)): 175 if not isinstance(salt, (bytes, bytearray)):
|
/external/python/cpython3/Doc/library/ |
binascii.rst | 26 :class:`bytes`, :class:`bytearray` and other objects that support the buffer 102 Accept only bytestring or bytearray objects as input.
|
/external/python/cpython3/Lib/encodings/ |
idna.py | 170 result = bytearray() 239 result = bytearray()
|
/external/python/cpython3/Lib/ |
hashlib.py | 185 if not isinstance(password, (bytes, bytearray)): 187 if not isinstance(salt, (bytes, bytearray)):
|
/external/python/cpython3/Lib/test/ |
test_memoryio.py | 449 b = bytearray(b"hello") 456 b = bytearray(b"hello world") 460 b = bytearray(b"") 473 b = bytearray() 705 bytearray(state[0]) # Check if state[0] supports the buffer interface. 716 memio.__setstate__((bytearray(b"no error"), 0, None)) 776 # arbitrary buffer-exporting objects like bytearray() aren't guaranteed 778 ba = bytearray(1024)
|
/external/v8/src/regexp/ |
regexp-macro-assembler-irregexp.cc | 360 Handle<ByteArray> table, Label* on_bit_set) { 432 Handle<ByteArray> array = isolate_->factory()->NewByteArray(length());
|
/frameworks/base/core/jni/android/graphics/ |
BitmapRegionDecoder.cpp | 58 static jobject nativeNewInstanceFromByteArray(JNIEnv* env, jobject, jbyteArray byteArray, 64 AutoJavaByteArray ar(env, byteArray);
|
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/ |
ModuleSummaryIndexYAML.h | 22 io.enumCase(value, "ByteArray", TypeTestResolution::ByteArray);
|
/prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/IR/ |
ModuleSummaryIndexYAML.h | 22 io.enumCase(value, "ByteArray", TypeTestResolution::ByteArray);
|
/prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/IR/ |
ModuleSummaryIndexYAML.h | 22 io.enumCase(value, "ByteArray", TypeTestResolution::ByteArray);
|
/prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/IR/ |
ModuleSummaryIndexYAML.h | 22 io.enumCase(value, "ByteArray", TypeTestResolution::ByteArray);
|
/prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/IR/ |
ModuleSummaryIndexYAML.h | 22 io.enumCase(value, "ByteArray", TypeTestResolution::ByteArray);
|
/prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/IR/ |
ModuleSummaryIndexYAML.h | 22 io.enumCase(value, "ByteArray", TypeTestResolution::ByteArray);
|
/prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/IR/ |
ModuleSummaryIndexYAML.h | 22 io.enumCase(value, "ByteArray", TypeTestResolution::ByteArray);
|
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/ |
ModuleSummaryIndexYAML.h | 22 io.enumCase(value, "ByteArray", TypeTestResolution::ByteArray);
|
/prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/IR/ |
ModuleSummaryIndexYAML.h | 22 io.enumCase(value, "ByteArray", TypeTestResolution::ByteArray);
|
Completed in 874 milliseconds
<<11121314151617181920>>