/external/conscrypt/common/src/main/java/org/conscrypt/ |
H A D | ByteArray.java | 24 final class ByteArray { class 28 ByteArray(byte[] bytes) { method in class:ByteArray 40 if (!(o instanceof ByteArray)) { 43 ByteArray lhs = (ByteArray) o;
|
/external/mdnsresponder/mDNSWindows/DLLX/ |
H A D | TXTRecord.h | 148 typedef std::vector< BYTE > ByteArray; typedef in class:CTXTRecord 150 ByteArray m_byteArray;
|
/external/sfntly/cpp/src/sfntly/data/ |
H A D | byte_array.h | 30 class ByteArray : virtual public RefCount { class in namespace:sfntly 32 virtual ~ByteArray(); 86 // @param index the index into the ByteArray 96 // Fully copies this ByteArray to another ByteArray to the extent that the 98 virtual int32_t CopyTo(ByteArray* array); 100 // Copies a segment of this ByteArray to another ByteArray. 102 // @param offset the offset in this ByteArray to start copying from 105 virtual int32_t CopyTo(ByteArray* arra [all...] |
H A D | byte_array.cc | 25 const int32_t ByteArray::COPY_BUFFER_SIZE = 8192; 27 ByteArray::~ByteArray() {} 29 int32_t ByteArray::Length() { return filled_length_; } 30 int32_t ByteArray::Size() { return storage_length_; } 32 int32_t ByteArray::SetFilledLength(int32_t filled_length) { 37 int32_t ByteArray::Get(int32_t index) { 43 int32_t ByteArray::Get(int32_t index, ByteVector* b) { 48 int32_t ByteArray::Get(int32_t index, 60 void ByteArray 183 ByteArray::ByteArray(int32_t filled_length, function in class:sfntly::ByteArray 189 ByteArray::ByteArray(int32_t filled_length, int32_t storage_length) { function in class:sfntly::ByteArray [all...] |
/external/javassist/src/main/javassist/bytecode/ |
H A D | ByteArray.java | 21 public class ByteArray { class
|
/external/protobuf/csharp/src/Google.Protobuf/ |
H A D | ByteArray.cs | 40 internal static class ByteArray
class in namespace:Google.Protobuf 43 /// The threshold above which you should use Buffer.BlockCopy rather than ByteArray.Copy
|
/external/llvm/tools/llvm-mc/ |
H A D | Disassembler.cpp | 101 static bool ByteArrayFromString(ByteArrayTy &ByteArray, argument 120 ByteArray.first.clear(); 121 ByteArray.second.clear(); 125 ByteArray.first.push_back(ByteVal); 126 ByteArray.second.push_back(Value.data()); 169 ByteArrayTy ByteArray; local 174 ByteArray.first.clear(); 175 ByteArray.second.clear(); 198 ErrorOccurred |= ByteArrayFromString(ByteArray, Str, SM); 200 if (!ByteArray [all...] |
/external/swiftshader/third_party/LLVM/tools/llvm-mc/ |
H A D | Disassembler.cpp | 95 static bool ByteArrayFromString(ByteArrayTy &ByteArray, argument 131 ByteArray.clear(); 135 ByteArray.push_back(std::make_pair((unsigned char)ByteVal, Value.data())); 182 ByteArrayTy ByteArray; local 185 ErrorOccurred |= ByteArrayFromString(ByteArray, Str, SM); 187 if (!ByteArray.empty()) 188 ErrorOccurred |= PrintInsts(*DisAsm, *IP, ByteArray, SM, Out); 194 ByteArrayTy &ByteArray = *((ByteArrayTy*)Arg); local 196 if (A >= ByteArray.size()) 199 *B = ByteArray[ 223 ByteArrayTy ByteArray; local [all...] |
/external/llvm/lib/Transforms/IPO/ |
H A D | LowerTypeTests.cpp | 203 GlobalVariable *ByteArray; member in struct:__anon14643::ByteArrayInfo 322 BAI->ByteArray = ByteArrayGlobal; 347 auto ByteArray = local 357 ByteArrayConst->getType(), ByteArray, Idxs); 363 BAI->ByteArray->replaceAllUsesWith(GEP); 367 BAI->ByteArray->replaceAllUsesWith(Alias); 369 BAI->ByteArray->eraseFromParent(); 402 Constant *ByteArray = BAI->ByteArray; local 403 Type *Ty = BAI->ByteArray [all...] |
/external/v8/src/ |
H A D | objects.h | 79 // - ByteArray 999 V(ByteArray) \ 4388 // ByteArray represents fixed sized byte arrays. Used for the relocation info 4390 class ByteArray: public FixedArrayBase { class in class:v8::internal::KeyCollectionMode 4422 // Returns a pointer to the ByteArray object for a given data start address. 4423 static inline ByteArray* FromDataStartAddress(Address address); 4425 DECLARE_CAST(ByteArray) 4429 DECLARE_PRINTER(ByteArray) 4430 DECLARE_VERIFIER(ByteArray) 4435 // Maximal memory consumption for a single ByteArray [all...] |
/external/owasp/sanitizer/tools/findbugs/lib/ |
H A D | yjp-controller-api-redist.jar | META-INF/ META-INF/MANIFEST.MF com/ com/yourkit/ com/yourkit/api/ com/yourkit/runtime/ com/ ... |
/external/dexmaker/lib/ |
H A D | dalvik-dx-1.jar | META-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/dx/ com/android/dx/cf/ ... |
/external/annotation-tools/asmx/test/lib/ |
H A D | javassist.jar | META-INF/ META-INF/MANIFEST.MF javassist/ javassist/ByteArrayClassPath.class ByteArrayClassPath.java package javassist ... |
/external/annotation-tools/asmx/ |
H A D | javassist.jar | META-INF/ META-INF/MANIFEST.MF javassist/ javassist/ByteArrayClassPath.class ByteArrayClassPath.java package javassist ... |
/external/guice/extensions/persist/lib/ |
H A D | javassist.jar | META-INF/ META-INF/MANIFEST.MF javassist/ javassist/ByteArrayClassPath.class ByteArrayClassPath.java package javassist ... |
H A D | hsqldb.jar | META-INF/ META-INF/MANIFEST.MF org/ org/hsqldb/ org/hsqldb/index/ org/hsqldb/jdbc/ org/ ... |
/external/robolectric/v1/lib/main/ |
H A D | sqlite-jdbc-3.7.2.jar | META-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/org. ... |
H A D | javassist-3.14.0-GA.jar | META-INF/ META-INF/MANIFEST.MF javassist/ javassist/bytecode/ javassist/bytecode/analysis/ javassist/bytecode/annotation/ javassist/ ... |
/external/guice/extensions/struts2/lib/ |
H A D | javassist.jar | META-INF/ META-INF/MANIFEST.MF javassist/ javassist/ByteArrayClassPath.class ByteArrayClassPath.java package javassist ... |
/external/robolectric/v3/runtime/ |
H A D | android-all-4.1.2_r1-robolectric-0.jar | META-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ... |
H A D | android-all-4.2.2_r1.2-robolectric-0.jar | META-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ... |
H A D | android-all-4.3_r2-robolectric-0.jar | META-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ... |
H A D | android-all-4.4_r1-robolectric-1.jar | META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ... |
H A D | android-all-5.0.0_r2-robolectric-1.jar | META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ... |
H A D | android-all-5.1.1_r9-robolectric-1.jar | META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ... |