HomeSort by relevance Sort by last modified time
    Searched refs:blob (Results 276 - 300 of 601) sorted by null

<<11121314151617181920>>

  /packages/apps/Dialer/java/com/android/dialer/persistentlog/
PersistentLogFileHandler.java 172 byte[] blob = readBlob();
174 try (DataInputStream input = new DataInputStream(new ByteArrayInputStream(blob))) {
  /external/skia/src/gpu/text/
GrAtlasTextBlob.h 36 // With this flag enabled, the GrAtlasTextContext will, as a sanity check, regenerate every blob
43 * texture coordinates. The GrAtlasTextBlob itself has a few Blob-wide properties, and also
44 * consists of a number of runs. Runs inside a blob are flushed individually so they can be
48 * the GrAtlas will not evict anything the Blob needs.
63 * We currently force regeneration of a blob if old or new matrix differ in having perspective.
102 static const Key& GetKey(const GrAtlasTextBlob& blob) {
103 return blob.fKey;
111 GrAtlasTextBlob* blob = reinterpret_cast<GrAtlasTextBlob*>(p); local
112 if (blob->fPool) {
113 blob->fPool->release(p)
    [all...]
  /external/ImageMagick/MagickCore/
property.c     [all...]
locale.c 44 #include "MagickCore/blob.h"
856 *blob;
858 blob=(char *) NTResourceToBlob(filename);
859 if (blob != (char *) NULL)
862 SetStringInfoLength(xml,strlen(blob)+1);
863 SetStringInfoDatum(xml,(const unsigned char *) blob);
864 blob=(char *) RelinquishMagickMemory(blob);
841 *blob; local
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_new_handlers.c 1932 struct wpa_config_blob *blob = NULL; local
1992 const struct wpa_config_blob *blob; local
3714 struct wpa_config_blob *blob; local
    [all...]
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowCursorWindow.java 54 byte[] blob = (byte[])value.value;
55 return blob == null ? new byte[]{} : blob;
59 throw new android.database.sqlite.SQLiteException("Getting blob when column is non-blob. Row " + row + ", col " + column);
72 throw new android.database.sqlite.SQLiteException("Getting string when column is blob. Row " + row + ", col " + column);
  /frameworks/base/services/backup/java/com/android/server/backup/fullbackup/
PerformAdbBackupTask.java 184 // line 9: master IV + key blob, encrypted by the user key [hex]. Blob format:
201 ByteArrayOutputStream blob = new ByteArrayOutputStream(IV.length + mk.length local
203 DataOutputStream mkOut = new DataOutputStream(blob);
211 byte[] encryptedMk = mkC.doFinal(blob.toByteArray());
350 // line 9: master key blob [hex]
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
BlobCache.java 47 // The blob format:
48 // [0] Key of this blob
49 // [8] Checksum of this blob
50 // [12] Offset of this blob
51 // [16] Length of this blob (not including header)
52 // [20] Blob
99 // blob header offset
364 throw new RuntimeException("blob is too large!");
415 public byte[] buffer; // input/output: the buffer to store the blob
416 public int length; // output: the length of the blob
    [all...]
  /system/libufdt/
ufdt_overlay.c 594 struct fdt_header *ufdt_install_blob(void *blob, size_t blob_size) {
598 dto_debug("ufdt_install_blob (0x%08jx)\n", (uintmax_t)blob);
606 pHeader = (struct fdt_header *)blob;
610 dto_error("incompatible blob version: %d, should be: %d",
614 dto_error("error validating blob: %s", fdt_strerror(err));
624 * Will dto_malloc a new fdt blob and return it. Will not dto_free parameters.
650 dto_error("failed to allocate memory for DTB blob with overlays\n");
  /cts/tests/tests/database/src/android/database/cts/
DatabaseCursorTest.java 109 "CREATE TABLE test (_id INTEGER PRIMARY KEY, s TEXT, d REAL, l INTEGER, b BLOB);");
110 // insert blob
113 byte[] blob = new byte[1000];
115 Arrays.fill(blob, value);
116 args[3] = blob;
127 // use cursor to access blob
140 assertTrue(Arrays.equals(blob, cBlob));
  /cts/tests/tests/media/libaudiojni/
audio-record-native.cpp 20 #include "Blob.h"
305 std::shared_ptr<Blob> blob; local
330 blob = std::make_shared<Blob>(buffer, size);
331 mReadBlob = blob;
335 // success then the blob is ours with valid data otherwise a flush has occurred
337 copied += blob->mOffset;
362 auto b = std::make_shared<Blob>(mBufferSize);
428 std::shared_ptr<Blob> mReadBlob
    [all...]
  /device/linaro/bootloader/OpenPlatformPkg/Platforms/AMD/Styx/Drivers/FdtDxe/
BdsLinuxFdt.c 157 IN VOID *blob
163 for (offset = fdt_next_node(blob, -1, NULL); offset >= 0;
164 offset = fdt_next_node(blob, offset, NULL)) {
165 phandle = MAX(phandle, fdt_get_phandle(blob, offset));
285 ** Relocate the FDT blob to a more appropriate location for the Linux kernel.
286 ** This function will allocate memory for the relocated FDT blob.
408 // Sanity checks on the original FDT blob.
416 // The original FDT blob might have been loaded partially.
756 // Return success even if we failed to update the FDT blob.
  /external/harfbuzz_ng/src/
hb-ot-cmap-table.hh 156 * the subtable at the end of the blob. */
511 this->blob = OT::Sanitizer<OT::cmap>::sanitize (face->reference_table (HB_OT_TAG_cmap));
512 const OT::cmap *cmap = OT::Sanitizer<OT::cmap>::lock_instance (this->blob);
567 hb_blob_destroy (this->blob);
634 hb_blob_t *blob; member in struct:OT::cmap::accelerator_t
  /external/mesa3d/src/compiler/
Makefile.glsl.am 35 glsl/tests/blob-test \
50 glsl/tests/blob-test \
  /external/skia/include/utils/
SkDumpCanvas.h 95 virtual void onDrawTextBlob(const SkTextBlob* blob, SkScalar x, SkScalar y,
SkNWayCanvas.h 50 virtual void onDrawTextBlob(const SkTextBlob* blob, SkScalar x, SkScalar y,
SkPaintFilterCanvas.h 102 void onDrawTextBlob(const SkTextBlob* blob, SkScalar x, SkScalar y,
  /external/skia/src/core/
SkMiniRecorder.cpp 43 return adjust_for_paint(op.blob->bounds().makeOffset(op.x, op.y), op.paint);
  /external/skqp/include/utils/
SkDumpCanvas.h 95 virtual void onDrawTextBlob(const SkTextBlob* blob, SkScalar x, SkScalar y,
SkNWayCanvas.h 50 virtual void onDrawTextBlob(const SkTextBlob* blob, SkScalar x, SkScalar y,
SkPaintFilterCanvas.h 99 void onDrawTextBlob(const SkTextBlob* blob, SkScalar x, SkScalar y,
  /external/skqp/src/core/
SkMiniRecorder.cpp 43 return adjust_for_paint(op.blob->bounds().makeOffset(op.x, op.y), op.paint);
  /external/wpa_supplicant_8/src/eap_peer/
eap.h 187 * set_config_blob - Set named configuration blob
189 * @blob: New value for the blob
191 * Adds a new configuration blob or replaces the current value of an
192 * existing blob.
194 void (*set_config_blob)(void *ctx, struct wpa_config_blob *blob);
197 * get_config_blob - Get a named configuration blob
199 * @name: Name of the blob
200 * Returns: Pointer to blob data or %NULL if not found
eap_i.h 398 void eap_set_config_blob(struct eap_sm *sm, struct wpa_config_blob *blob);
  /frameworks/base/core/java/android/os/
HwBlob.java 97 * @param offset starting location in blob
101 * @throws IndexOutOfBoundsException [offset, offset + size * sizeof(jboolean)] out of the blob.
108 * @param offset starting location in blob
112 * @throws IndexOutOfBoundsException [offset, offset + size * sizeof(jbyte)] out of the blob.
119 * @param offset starting location in blob
123 * @throws IndexOutOfBoundsException [offset, offset + size * sizeof(jshort)] out of the blob.
130 * @param offset starting location in blob
134 * @throws IndexOutOfBoundsException [offset, offset + size * sizeof(jint)] out of the blob.
141 * @param offset starting location in blob
145 * @throws IndexOutOfBoundsException [offset, offset + size * sizeof(jlong)] out of the blob
    [all...]

Completed in 1694 milliseconds

<<11121314151617181920>>