/external/libbrillo/brillo/ |
secure_blob.h | 15 using Blob = std::vector<uint8_t>; 19 class BRILLO_EXPORT SecureBlob : public Blob { 22 using Blob::vector; // Inherit standard constructors from vector.
|
/external/libdrm/radeon/ |
bof.c | 140 * blob 144 bof_t *blob = bof_object(); local 146 if (blob == NULL) 148 blob->type = BOF_TYPE_BLOB; 149 blob->value = calloc(1, size); 150 if (blob->value == NULL) { 151 bof_decref(blob); 154 blob->size = size; 155 memcpy(blob->value, value, size); 156 blob->size += 12 [all...] |
/external/vboot_reference/firmware/lib/include/ |
stateful_util.h | 35 * Useful for iterating through a binary blob to populate a struct. After the 47 * Useful for iterating through a binary blob to populate a struct. After the 59 * Useful for iterating through a structure to populate a binary blob. After the
|
/frameworks/av/camera/ |
CameraMetadata.cpp | 476 // Special case: zero blob size means zero sized (NULL) metadata. 483 ALOGE("%s: metadata blob is malformed, blobSize(%zu) should be larger than alignment(%zu)", 490 // NOTE: this doesn't make sense to me. shouldn't the blob 493 ReadableBlob blob; local 494 // arg1 = metadata (blob) 496 if ((err = data.readBlob(blobSize, &blob)) != OK) { 497 ALOGE("%s: Failed to read metadata blob (sized %zu). Possible " 503 // arg2 = offset (blob) 504 // Must be after blob since we don't know offset until after writeBlob. 519 const uintptr_t metadataStart = reinterpret_cast<uintptr_t>(blob.data()) + offset 611 WritableBlob blob; local [all...] |
/frameworks/base/libs/androidfw/include/androidfw/ |
StreamingZipInflater.h | 65 size_t mOutTotalSize; // total uncompressed size of the blob 75 size_t mInTotalSize; // total size of compressed data for this blob 78 size_t mInNextChunkOffset; // offset from start of blob at which the next input chunk lies
|
/frameworks/minikin/libs/minikin/ |
HbFontCache.cpp | 108 hb_blob_t* blob = hb_blob_create(reinterpret_cast<const char*>(buf), size, local 110 face = hb_face_create(blob, minikinFont->GetFontIndex()); 111 hb_blob_destroy(blob);
|
/system/keymaster/include/keymaster/ |
android_keymaster_utils.h | 241 explicit KeymasterKeyBlob(const keymaster_key_blob_t& blob) { 243 key_material = dup_buffer(blob.key_material, blob.key_material_size); 245 key_material_size = blob.key_material_size; 248 KeymasterKeyBlob(const KeymasterKeyBlob& blob) { 250 key_material = dup_buffer(blob.key_material, blob.key_material_size); 252 key_material_size = blob.key_material_size; 255 void operator=(const KeymasterKeyBlob& blob) { 257 key_material = dup_buffer(blob.key_material, blob.key_material_size) [all...] |
/system/update_engine/payload_consumer/ |
bzip_extent_writer.cc | 24 const brillo::Blob::size_type kOutputBufferLength = 16 * 1024; 41 brillo::Blob output_buffer(kOutputBufferLength); 78 brillo::Blob new_input_buffer(input_end - stream_.avail_in, input_end);
|
/toolchain/binutils/binutils-2.25/include/mach-o/ |
codesign.h | 24 /* Codesign blob magics. */ 38 /* Entitlements blob. */ 41 /* Blob container. */
|
/system/update_engine/payload_generator/ |
delta_diff_utils_unittest.cc | 49 const brillo::Blob& data) { 91 brillo::Blob file_data(part.size); 95 brillo::Blob block_data(prefix.begin(), prefix.end()); 115 ASSERT_TRUE(utils::MakeTempFile("DeltaDiffUtilsTest-blob-XXXXXX", 152 // The file holding the output blob from the various diff utils functions. 166 brillo::Blob data_blob(block_size_); 176 brillo::Blob data; 227 brillo::Blob file_data; 235 brillo::Blob data; 286 brillo::Blob data_blob(kBlockSize) [all...] |
/external/ImageMagick/coders/ |
meta.c | 44 #include "MagickCore/blob.h" 45 #include "MagickCore/blob-private.h" 1160 *blob; 1195 blob=(unsigned char *) AcquireQuantumMemory(length,sizeof(unsigned char)); 1196 if (blob == (unsigned char *) NULL) 1201 AttachBlob(buff->blob,blob,length); 1156 *blob; local [all...] |
/device/asus/fugu/self-extractors/google/staging/ |
device-partial.mk | 15 # Google blob(s) necessary for Fugu hardware
|
/device/linaro/bootloader/edk2/EmbeddedPkg/Include/Guid/ |
FdtHob.h | 2 GUID for the HOB that contains the copy of the flattened device tree blob
|
/device/linaro/hikey/ |
proprietary-blobs.txt | 15 # This file is generated by device/common/generate-blob-lists.sh - DO NOT EDIT
|
/device/linaro/hikey/self-extractors/linaro/staging/ |
device-partial.mk | 15 # Linaro blob(s) necessary for Hikey hardware
|
/external/autotest/client/cros/faft/utils/ |
flashrom_handler.py | 162 blob = self.fum.get_section(self.image, subsection_name) 163 if blob: 166 f.write(blob) 169 blob = self.fum.get_section(self.image, section.get_body_name()) 170 if blob: 172 s.update(blob) 261 into the section blob, either body or signature. 279 blob = self.fum.get_section(self.image, subsection_name) 281 # Modify the byte in it within 2% of the section blob. 282 modified_index = len(blob) / 5 [all...] |
/external/chromium-trace/catapult/systrace/systrace/ |
README.md | 9 [Trace-Viewer](https://github.com/catapult-project/catapult/blob/master/tracing/README.md)
|
/external/chromium-trace/catapult/telemetry/third_party/mox3/ |
.gitignore | 33 # https://github.com/h5bp/html5-boilerplate/blob/master/.gitignore
|
/external/clang/lib/Frontend/ |
TestModuleFileExtension.cpp | 30 Abv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Blob)); // message 64 StringRef Blob; 65 unsigned RecCode = Stream.readRecord(Entry.ID, Record, &Blob); 68 StringRef Message = Blob.substr(0, Record[0]);
|
/external/tpm2/ |
Attest_spt_fp.h | 20 TPM2B_ATTEST *attest, // OUT: marshaled attest blob to be signed
|
/external/vboot_reference/futility/ |
dump_kernel_config_lib.c | 87 VbExError("key_block_size advances past the end of the blob\n"); 99 VbExError("preamble_size advances past the end of the blob\n"); 111 * config blob in the same place, so just go find it. */ 117 VbExError("params are outside of the memory blob: %x\n",
|
/external/wpa_supplicant_8/wpa_supplicant/ |
config_winreg.c | 52 struct wpa_config_blob *blob; local 93 wpa_printf(MSG_MSGDUMP, "blob %d: field='%s' len %d", 96 blob = os_zalloc(sizeof(*blob)); 97 if (blob == NULL) { 101 blob->name = os_strdup((char *) name); 102 blob->data = os_malloc(datalen); 103 if (blob->name == NULL || blob->data == NULL) { 104 wpa_config_free_blob(blob); 989 struct wpa_config_blob *blob; local [all...] |
/frameworks/base/core/java/android/hardware/camera2/marshal/impl/ |
MarshalQueryableReprocessFormatsMap.java | 48 * RAW_OPAQUE, 3, RAW16, YUV_420_888, BLOB, 49 * RAW16, 2, YUV_420_888, BLOB, 98 * RAW_OPAQUE, 3, RAW16, YUV_420_888, BLOB, 99 * RAW16, 2, YUV_420_888, BLOB,
|
/frameworks/base/core/java/android/service/gatekeeper/ |
IGateKeeperService.aidl | 45 * Verifies an enrolled handle against a provided, plaintext blob. 49 * @param The plaintext blob to verify against enrolledPassword. 55 * Verifies an enrolled handle against a provided, plaintext blob. 62 * @param The plaintext blob to verify against enrolledPassword.
|
/frameworks/base/tools/obbtool/ |
Android.mk | 4 # Opaque Binary Blob (OBB) Tool
|