/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
d3d10shader.h | 225 HRESULT WINAPI D3D10GetInputSignatureBlob(const void *data, SIZE_T data_size, ID3D10Blob **blob); 226 HRESULT WINAPI D3D10GetOutputSignatureBlob(const void *data, SIZE_T data_size, ID3D10Blob **blob); 227 HRESULT WINAPI D3D10GetInputAndOutputSignatureBlob(const void *data, SIZE_T data_size, ID3D10Blob **blob); 228 HRESULT WINAPI D3D10GetShaderDebugInfo(const void *data, SIZE_T data_size, ID3D10Blob **blob);
|
/system/keymaster/ |
key_blob_test.cpp | 103 // key_data shouldn't be anywhere in the blob, ciphertext should. 306 keymaster_key_blob_t blob = {buf.get() + i, kBufSize - i}; local 307 KeymasterKeyBlob key_blob(blob); 309 // Integrity-assured blob. 314 // Auth-encrypted OCB blob. 324 << "Somehow sucessfully parsed a blob with seed " << now << " at offset " << i; 330 keymaster_key_blob_t blob = {buf, 0}; local 331 KeymasterKeyBlob key_blob(blob); 346 keymaster_key_blob_t blob = {buf, 0}; local 347 blob.key_material_size = 16 * 1024 * 1024 + 1 [all...] |
android_keymaster_test_utils.h | 99 std::string(reinterpret_cast<const char*>(set[pos].blob.data), 100 set[pos].blob.data_length) == val; 107 std::string(reinterpret_cast<const char*>(set[pos].blob.data), 108 set[pos].blob.data_length) == val; 349 static void munge_blob(uint8_t* blob, size_t blob_length) { 350 if (blob && blob_length > 0 && *blob == 'P') 351 *blob = 'Q'; // Mind your Ps and Qs! 354 // Copy and un-modfy the blob. The caller must clean up the return value. 355 static uint8_t* unmunge_blob(const uint8_t* blob, size_t blob_length) [all...] |
/art/test/044-proxy/src/ |
BasicTest.java | 45 shapes.blob(); 53 colors.blob(); 135 public String blob(); method in interface:Shapes 159 public String blob(); method in interface:Colors 195 public String blob() { method in class:Mix 196 System.out.println("--- blob");
|
/frameworks/base/core/jni/android/graphics/ |
Bitmap.cpp | 998 android::Parcel::ReadableBlob blob; local 1139 android::Parcel::WritableBlob blob; local [all...] |
/frameworks/av/camera/ |
CameraMetadata.cpp | 460 // Special case: zero blob size means zero sized (NULL) metadata. 467 ALOGE("%s: metadata blob is malformed, blobSize(%zu) should be larger than alignment(%zu)", 474 // NOTE: this doesn't make sense to me. shouldn't the blob 477 ReadableBlob blob; local 478 // arg1 = metadata (blob) 480 if ((err = data.readBlob(blobSize, &blob)) != OK) { 481 ALOGE("%s: Failed to read metadata blob (sized %zu). Possible " 487 // arg2 = offset (blob) 488 // Must be after blob since we don't know offset until after writeBlob. 503 const uintptr_t metadataStart = reinterpret_cast<uintptr_t>(blob.data()) + offset 595 WritableBlob blob; local [all...] |
/external/harfbuzz_ng/src/ |
hb-directwrite.cc | 87 /* Destroys blob. */ 89 _hb_rename_font(hb_blob_t *blob, wchar_t *new_name) 100 blob = OT::Sanitizer<OT::OpenTypeFontFile>::sanitize (blob); 103 const char *orig_sfnt_data = hb_blob_get_data (blob, &length); 118 hb_blob_destroy (blob); 166 hb_blob_destroy (blob); 175 hb_blob_destroy (blob); 188 hb_blob_t *blob = hb_face_reference_blob (face); 189 if (unlikely (!hb_blob_get_length (blob))) [all...] |
hb-uniscribe.cc | 340 /* Destroys blob. */ 342 _hb_rename_font (hb_blob_t *blob, wchar_t *new_name) 353 blob = OT::Sanitizer<OT::OpenTypeFontFile>::sanitize (blob); 356 const char *orig_sfnt_data = hb_blob_get_data (blob, &length); 371 hb_blob_destroy (blob); 419 hb_blob_destroy (blob); 428 hb_blob_destroy (blob); 447 hb_blob_t *blob = hb_face_reference_blob (face); local 448 if (unlikely (!hb_blob_get_length (blob))) [all...] |
hb-ft.cc | 462 /* Note: FreeType like HarfBuzz uses the NONE tag for fetching the entire blob */ 498 hb_blob_t *blob; local 500 blob = hb_blob_create ((const char *) ft_face->stream->base, 504 face = hb_face_create (blob, ft_face->face_index); 505 hb_blob_destroy (blob); 659 hb_blob_t *blob = hb_face_reference_blob (font->face); local 661 const char *blob_data = hb_blob_get_data (blob, &blob_length); 663 DEBUG_MSG (FT, font, "Font face has empty blob"); 673 hb_blob_destroy (blob); 694 ft_face->generic.data = blob; [all...] |
/system/security/keystore/ |
key_store_service.cpp | 74 Blob keyBlob; 102 Blob keyBlob(item, itemLength, NULL, 0, ::TYPE_GENERIC); 538 Blob keyBlob; 604 keymaster_key_blob_t blob; local 626 device->generate_key(device, &inParams, &blob, outCharacteristics ? &out : nullptr); 642 rc = fallback->generate_key(fallback, &inParams, &blob, 658 Blob keyBlob(blob.key_material, blob.key_material_size, NULL, 0, ::TYPE_KEYMASTER_10); 662 free(const_cast<uint8_t*>(blob.key_material)) 735 keymaster_key_blob_t blob; local [all...] |
/device/asus/fugu/self-extractors/asus/staging/ |
device-partial.mk | 15 # Asus blob(s) necessary for Fugu hardware
|
/device/asus/fugu/self-extractors/broadcom/staging/ |
device-partial.mk | 15 # Broadcom blob(s) necessary for Fugu hardware
|
/device/linaro/hikey/self-extractors/linaro/staging/ |
device-partial.mk | 15 # Linaro blob(s) necessary for Hikey hardware
|
/device/moto/shamu/self-extractors/broadcom/staging/ |
device-partial.mk | 15 # Broadcom blob(s) necessary for Shamu hardware
|
/external/toybox/scripts/ |
mkstatus.py | 10 blob=subprocess.Popen(args, stdout=subprocess.PIPE, shell=shell) 11 for i in blob.stdout.read().split("\n"):
|
/external/v8/test/mjsunit/es7/ |
array-includes-to-object-strict.js | 6 // https://github.com/tc39/Array.prototype.includes/blob/master/test/number-this.js
|
/frameworks/base/core/java/android/provider/ |
SyncStateContract.java | 140 byte[] blob = c.getBlob(c.getColumnIndexOrThrow(Columns.DATA)); 141 return Pair.create(ContentUris.withAppendedId(uri, rowId), blob);
|
/libcore/ojluni/src/main/java/javax/crypto/ |
ExemptionMechanism.java | 240 * Returns whether the result blob has been generated successfully by this 249 * @return whether the result blob of the same key has been generated 254 * while determining whether the result blob has been generated successfully 389 * Generates the exemption mechanism key blob. 391 * @return the new buffer with the result key blob. 404 byte[] blob = exmechSpi.engineGenExemptionBlob(); 406 return blob; 410 * Generates the exemption mechanism key blob, and stores the result in 443 * Generates the exemption mechanism key blob, and stores the result in
|
/packages/apps/UnifiedEmail/src/com/android/mail/providers/ |
Conversation.java | 563 final byte[] blob = ((ConversationCursor) cursor).getCachedBlob( 565 if (blob != null && blob.length > 0) { 566 return ConversationInfo.fromBlob(blob); 584 final byte[] blob = ((ConversationCursor) cursor).getCachedBlob( 586 if (blob != null && blob.length > 0) { 587 return FolderList.fromBlob(blob);
|
/external/chromium-trace/catapult/third_party/vinn/vinn/ |
base64_compat.js | 8 * https://github.com/davidchambers/Base64.js/blob/0.3.0/, 10 * https://github.com/davidchambers/Base64.js/blob/0.3.0/LICENSE.
|
/external/harfbuzz_ng/test/api/ |
test-object.c | 69 hb_blob_t *blob = (hb_blob_t *) create_blob (); local 70 hb_face_t *face = hb_face_create (blob, 0); 71 hb_blob_destroy (blob); 169 OBJECT_WITH_IMMUTABILITY (blob),
|
/external/skia/src/gpu/text/ |
GrAtlasTextContext.h | 53 // sets up the descriptor on the blob and returns a detached cache. Client must attach 61 const SkTextBlob* blob, SkScalar x, SkScalar y,
|
/system/update_engine/payload_generator/ |
ab_generator.cc | 174 // If this is a REPLACE, attempt to reuse portions of the existing blob. 247 // Set the data length to zero so we know to add the blob later. 276 brillo::Blob data(aop->op.dst_length()); 285 brillo::Blob blob; local 288 diff_utils::GenerateBestFullOperation(data, version, &blob, &op_type)); 290 // If the operation doesn't point to a data blob or points to a data blob of 292 if (aop->op.type() != op_type || aop->op.data_length() != blob.size()) { 294 aop->SetOperationBlob(blob, blob_file) [all...] |
ext2_filesystem.cc | 342 brillo::Blob blob; 347 if (!utils::ReadExtents(filename_, extents, &blob, physical_size, 351 string text(blob.begin(), blob.begin() + EXT2_I_SIZE(&ino_data));
|
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/ |
MatrixCursorTest.java | 70 byte[] blob = {1, 2, 3, 4}; 73 cursor.addRow(new Object[]{blob}); 76 assertThat(cursor.getBlob(0), equalTo(blob));
|