/frameworks/base/core/tests/coretests/src/android/widget/scroll/ |
RequestRectangleVisibleWithInternalScroll.java | 56 mTextBlob = findViewById(R.id.blob);
|
/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/include/keymaster/ |
keymaster_context.h | 92 * UpgradeKeyBlob takes an existing blob, parses out key material and constructs a new blob with 100 * ParseKeyBlob takes a blob and extracts authorization sets and key material, returning an 101 * error if the blob fails integrity checking or decryption. Note that the returned key 102 * material may itself be an opaque blob usable only by secure hardware (in the hybrid case). 106 virtual keymaster_error_t ParseKeyBlob(const KeymasterKeyBlob& blob, 114 virtual keymaster_error_t DeleteKey(const KeymasterKeyBlob& /* blob */) const {
|
/system/nvram/messages/ |
blob.cpp | 17 #include <nvram/messages/blob.h> 26 Blob::Blob() {} 28 Blob::~Blob() { 34 Blob::Blob(Blob&& other) : Blob() { 38 Blob& Blob::operator=(Blob&& other) [all...] |
/system/security/keystore/ |
keystore_utils.h | 57 class Blob; 70 hidl_vec<uint8_t> blob2hidlVec(const Blob& blob);
|
blob.cpp | 26 #include "blob.h" 116 ALOGD("Failed to decrypt blob; ciphertext or tag is likely corrupted"); 133 Blob::Blob(const uint8_t* value, size_t valueLength, const uint8_t* info, uint8_t infoLength, 138 ALOGW("Provided blob length too large"); 160 Blob::Blob(blobv3 b) { 164 Blob::Blob() { 168 bool Blob::isEncrypted() const 291 blobv2& blob = reinterpret_cast<blobv2&>(mBlob); local [all...] |
/system/update_engine/payload_generator/ |
squashfs_filesystem.h | 96 // image. The size of the |blob| should be at least 98 static bool IsSquashfsImage(const brillo::Blob& blob);
|
/external/ImageMagick/coders/ |
mpeg.c | 42 #include "MagickCore/blob.h" 43 #include "MagickCore/blob-private.h" 234 % supports the saving of more than one frame to the same file or blob, 477 *blob; 513 blob=(unsigned char *) NULL; 545 blob=(unsigned char *) FileToBlob(previous_image,~0UL,&length, 553 status=BlobToFile(filename,blob,length,exception); 571 if (blob != (unsigned char *) NULL) 572 blob=(unsigned char *) RelinquishMagickMemory(blob); 470 *blob; local [all...] |
/system/keymaster/tests/ |
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...] |
/art/test/044-proxy/src/ |
BasicTest.java | 44 shapes.blob(); 52 colors.blob(); 129 public String blob(); method in interface:Shapes 153 public String blob(); method in interface:Colors 189 public String blob() { method in class:Mix 190 System.out.println("--- blob");
|
/external/dtc/ |
util.c | 283 fprintf(stderr, "Couldn't open blob from '%s': %s\n", filename, 297 int utilfdt_write_err(const char *filename, const void *blob) 303 const char *ptr = blob; 311 totalsize = fdt_totalsize(blob); 329 int utilfdt_write(const char *filename, const void *blob) 331 int ret = utilfdt_write_err(filename, blob); 334 fprintf(stderr, "Couldn't write blob to '%s': %s\n", filename,
|
/external/harfbuzz_ng/src/ |
hb-ot-kern-table.hh | 363 blob = Sanitizer<kern>::sanitize (face->reference_table (HB_OT_TAG_kern)); 364 table = Sanitizer<kern>::lock_instance (blob); 365 table_length = hb_blob_get_length (blob); 369 hb_blob_destroy (blob); 376 hb_blob_t *blob; member in struct:OT::kern::accelerator_t
|
hb-uniscribe.cc | 341 /* Destroys blob. */ 343 _hb_rename_font (hb_blob_t *blob, wchar_t *new_name) 354 blob = OT::Sanitizer<OT::OpenTypeFontFile>::sanitize (blob); 357 const char *orig_sfnt_data = hb_blob_get_data (blob, &length); 372 hb_blob_destroy (blob); 420 hb_blob_destroy (blob); 429 hb_blob_destroy (blob); 448 hb_blob_t *blob = hb_face_reference_blob (face); local 449 if (unlikely (!hb_blob_get_length (blob))) [all...] |
hb-ft.cc | 484 /* Note: FreeType like HarfBuzz uses the NONE tag for fetching the entire blob */ 520 hb_blob_t *blob; local 522 blob = hb_blob_create ((const char *) ft_face->stream->base, 526 face = hb_face_create (blob, ft_face->face_index); 527 hb_blob_destroy (blob); 714 hb_blob_t *blob = hb_face_reference_blob (font->face); local 716 const char *blob_data = hb_blob_get_data (blob, &blob_length); 718 DEBUG_MSG (FT, font, "Font face has empty blob"); 728 hb_blob_destroy (blob); 766 ft_face->generic.data = blob; [all...] |
/external/wpa_supplicant_8/wpa_supplicant/ |
config_file.c | 287 struct wpa_config_blob *blob; local 293 wpa_printf(MSG_MSGDUMP, "Line: %d - start of a new named blob '%s'", 306 "blob", *line); 316 wpa_printf(MSG_ERROR, "Line %d: blob was not terminated " 322 blob = os_zalloc(sizeof(*blob)); 323 if (blob == NULL) { 327 blob->name = os_strdup(name); 328 blob->data = base64_decode(encoded, encoded_len, &blob->len) 344 struct wpa_config_blob *blob; local 1506 struct wpa_config_blob *blob; local [all...] |
/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...] |
/external/skia/gm/ |
texteffects.cpp | 220 sk_sp<SkTextBlob> blob = MakeFancyBlob(paint, test); local 221 canvas->drawTextBlob(blob, blobOffset.x(), blobOffset.y(), paint); 225 const int interceptCount = paint.getTextBlobIntercepts(blob.get(), bounds, nullptr); 230 paint.getTextBlobIntercepts(blob.get(), bounds, intercepts.begin()); 232 const SkScalar start = blob->bounds().left(); 233 const SkScalar end = blob->bounds().right();
|
/external/skqp/gm/ |
texteffects.cpp | 220 sk_sp<SkTextBlob> blob = MakeFancyBlob(paint, test); local 221 canvas->drawTextBlob(blob, blobOffset.x(), blobOffset.y(), paint); 225 const int interceptCount = paint.getTextBlobIntercepts(blob.get(), bounds, nullptr); 230 paint.getTextBlobIntercepts(blob.get(), bounds, intercepts.begin()); 232 const SkScalar start = blob->bounds().left(); 233 const SkScalar end = blob->bounds().right();
|
/system/keymaster/contexts/ |
pure_soft_keymaster_context.cpp | 111 KeymasterKeyBlob* blob, 124 return SerializeIntegrityAssuredBlob(key_material, hidden, *hw_enforced, *sw_enforced, blob); 138 keymaster_error_t PureSoftKeymasterContext::ParseKeyBlob(const KeymasterKeyBlob& blob, 156 // Determining what kind of blob has arrived is somewhat tricky. What helps is that 186 // Assume it's an integrity-assured blob (new software-only blob, or new keymaster0-backed 187 // blob). 188 error = DeserializeIntegrityAssuredBlob(blob, hidden, &key_material, &hw_enforced, &sw_enforced); 192 // Wasn't an integrity-assured blob. Maybe it's an OCB-encrypted blob [all...] |
/device/linaro/hikey/self-extractors/linaro/staging/ |
device-partial.mk | 15 # Linaro blob(s) necessary for Hikey hardware
|
/device/linaro/hikey/self-extractors_hikey960/arm/staging/ |
device-partial.mk | 15 # Linaro blob(s) necessary for Hikey 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/walt/docs/ |
AudioLatency.md | 25 [player callback](https://github.com/google/walt/blob/v0.1.6/android/WALT/app/src/main/jni/player.c#L107) 27 [Enqueue() call](https://github.com/google/walt/blob/v0.1.6/android/WALT/app/src/main/jni/player.c#L123) 32 [recorder callback](https://github.com/google/walt/blob/v0.1.6/android/WALT/app/src/main/jni/player.c#L345) 62 function ([currently at 5 kHz](https://github.com/google/walt/blob/v0.1.6/arduino/walt/walt.ino#L310)).
|
/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
|