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

<<11121314151617181920>>

  /external/curl/tests/python_dependencies/impacket/
smbserver.py     [all...]
  /external/libdrm/tests/modetest/
modetest.c 225 drmModePropertyBlobPtr blob; local
227 blob = drmModeGetPropertyBlob(dev->fd, blob_id);
228 if (!blob) {
233 blob_data = blob->data;
235 for (i = 0; i < blob->length; i++) {
242 drmModeFreePropertyBlob(blob);
271 printf(" blob");
    [all...]
  /device/google/muskie/self-extractors/qcom/staging/
device-partial.mk 20 # blob(s) necessary for Walleye hardware
  /device/google/taimen/self-extractors/qcom/staging/
device-partial.mk 20 # blob(s) necessary for Taimen hardware
  /external/ImageMagick/coders/
pattern.c 44 #include "MagickCore/blob.h"
45 #include "MagickCore/blob-private.h"
851 *blob; member in struct:_PatternInfo
952 *blob; local
    [all...]
  /external/autotest/client/cros/faft/
rpc_functions.py 732 blob = self._updater.retrieve_ec_hash()
734 return ''.join('%02x' % ord(c) for c in blob)
796 """Gets the chip firmware hash blob.
798 @param fw_name: Name of chip firmware whose hash blob to return.
799 @return: Hex string of hash blob.
  /external/nos/host/android/hals/keymaster/test/
import_key_test.cpp 382 [&](ErrorCode error, hidl_vec<uint8_t> blob,
385 EXPECT_THAT(blob, Eq(hidl_vec<uint8_t>{'D', 'u', 'm', 'm', 'y'}));;
  /external/skia/src/core/
SkColorSpaceXformCanvas.cpp 133 void onDrawTextBlob(const SkTextBlob* blob,
136 fTarget->drawTextBlob(blob, x, y, fXformer->apply(paint));
SkDevice.cpp 140 void SkBaseDevice::drawTextBlob(const SkTextBlob* blob, SkScalar x, SkScalar y,
145 SkTextBlobRunIterator it(blob);
SkRecords.h 319 sk_sp<const SkTextBlob> blob;
  /external/skia/src/gpu/ops/
GrAtlasTextOp.cpp 288 Blob* blob = args.fBlob; local
290 resourceProvider, blob, args.fRun, args.fSubRun, args.fViewMatrix, args.fX, args.fY,
296 // Copy regenerated vertices from the blob to our vertex buffer.
307 // than during blob vertex generation time in the blob as handling successive
431 that->fGeoData.get()[i].fBlob = (Blob*)0x1;
  /external/skqp/src/core/
SkColorSpaceXformCanvas.cpp 133 void onDrawTextBlob(const SkTextBlob* blob,
136 fTarget->drawTextBlob(blob, x, y, fXformer->apply(paint));
SkDevice.cpp 139 void SkBaseDevice::drawTextBlob(const SkTextBlob* blob, SkScalar x, SkScalar y,
144 SkTextBlobRunIterator it(blob);
SkRecords.h 319 sk_sp<const SkTextBlob> blob;
  /external/skqp/src/gpu/ops/
GrAtlasTextOp.cpp 263 Blob* blob = args.fBlob; local
265 blob, args.fRun, args.fSubRun, args.fViewMatrix, args.fX, args.fY, args.fColor,
270 // Copy regenerated vertices from the blob to our vertex buffer.
281 // than during blob vertex generation time in the blob as handling successive
399 that->fGeoData.get()[i].fBlob = (Blob*)0x1;
  /frameworks/base/libs/hwui/
SkiaCanvasProxy.cpp 415 void SkiaCanvasProxy::onDrawTextBlob(const SkTextBlob* blob, SkScalar x, SkScalar y,
419 SkTextBlobRunIterator it(blob);
  /system/keymaster/km_openssl/
attestation_record.cpp 329 if (!ASN1_OCTET_STRING_set(*string_ptr, entry.blob.data, entry.blob.data_length))
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_coverage_libcdep.cc 537 // trailing zero), followed by data blob.
544 static void CovWritePacked(int pid, const char *module, const void *blob,
554 WriteToFile(cov_fd, blob, blob_size);
570 const char *blob_pos = (const char *)blob;
    [all...]
  /external/skia/src/utils/
SkDumpCanvas.cpp 449 void SkDumpCanvas::onDrawTextBlob(const SkTextBlob* blob, SkScalar x, SkScalar y,
452 toString(blob->bounds(), &str);
453 this->dump(kDrawText_Verb, &paint, "drawTextBlob(%p) [%s]", blob, str.c_str());
454 // FIXME: dump the actual blob content?
  /external/skqp/src/utils/
SkDumpCanvas.cpp 449 void SkDumpCanvas::onDrawTextBlob(const SkTextBlob* blob, SkScalar x, SkScalar y,
452 toString(blob->bounds(), &str);
453 this->dump(kDrawText_Verb, &paint, "drawTextBlob(%p) [%s]", blob, str.c_str());
454 // FIXME: dump the actual blob content?
  /frameworks/base/media/jni/
android_media_Utils.cpp 625 struct camera3_jpeg_blob *blob = (struct camera3_jpeg_blob*)(header); local
626 if (blob->jpeg_blob_id == CAMERA3_JPEG_BLOB_ID) {
627 size = blob->jpeg_size;
635 * means that in certain rare situations a regular JPEG blob
755 "RGBA override BLOB format buffer should have height == width");
758 "BLOB format buffer should have height value 1");
  /hardware/google/av/codec2/tests/
C2Param_test.cpp 40 case FD::BLOB: *os << "u8"; break;
119 uint8_t blob[100]; member in struct:C2TestStruct_A
139 { FD::BLOB, 100, "blob", 60, 1 },
141 { FD::BLOB, 100, "y-n", 260, 1 } };
175 C2FieldDescriptor(&((C2TestStruct_A*)(nullptr))->blob, "blob"),
190 C2FieldDescriptor((C2TestStruct_A*)0, &C2TestStruct_A::blob, "blob"),
206 uint8_t blob[100] member in struct:C2TestAStruct
237 uint8_t blob[100]; member in struct:C2TestBStruct
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
WidgetPreviewLoader.java 307 COLUMN_PREVIEW_BITMAP + " BLOB NOT NULL, " +
430 byte[] blob = result.getBlob(0);
435 Bitmap out = BitmapFactory.decodeByteArray(blob, 0, blob.length, opts);
  /packages/apps/Launcher3/src/com/android/launcher3/
WidgetPreviewLoader.java 136 COLUMN_PREVIEW_BITMAP + " BLOB, " +
263 // If cancelled, skip getting the blob and decoding it into a bitmap
268 byte[] blob = cursor.getBlob(0);
273 return BitmapFactory.decodeByteArray(blob, 0, blob.length, opts);
  /external/dtc/tests/
run_tests.sh 678 run_fdtget_test "a b c d de ea ad be ef" -tbx $dtb /randomnode blob
712 run_fdtput_test "a b c ea ad be ef" $dtb /randomnode blob \
714 run_fdtput_test "a0b0c0d deeaae ef000000" $dtb /randomnode blob \
716 run_fdtput_test "$(cat $text)" $dtb /randomnode blob -ts "$(cat $text)"
718 # Test expansion of the blob when insufficient room for property
719 run_fdtput_test "$(cat $text $text)" $dtb /randomnode blob -ts "$(cat $text $text)"
742 # Test expansion of the blob when insufficent room for a new node

Completed in 1538 milliseconds

<<11121314151617181920>>