/device/asus/tilapia/self-extractors/invensense/staging/ |
device-partial.mk | 15 # Invensense blob(s) necessary for Grouper hardware
|
/device/asus/tilapia/self-extractors/nxp/staging/ |
device-partial.mk | 15 # NXP blob(s) necessary for Grouper hardware
|
/device/asus/tilapia/self-extractors/widevine/staging/ |
device-partial.mk | 15 # Widevine blob(s) necessary for Grouper hardware
|
/device/samsung/manta/self-extractors/audience/staging/ |
device-partial.mk | 15 # Audience blob(s) necessary for Manta hardware
|
/device/samsung/manta/self-extractors/broadcom/staging/ |
device-partial.mk | 15 # Broadcom blob(s) necessary for Manta hardware
|
/device/samsung/manta/self-extractors/samsung/staging/ |
device-partial.mk | 15 # Samsung blob(s) necessary for Manta hardware
|
/external/chromium_org/chrome/renderer/resources/extensions/ |
page_capture_custom_bindings.js | 25 // Notify the browser. Now that the blob is referenced from JavaScript,
|
/external/chromium_org/third_party/harfbuzz-ng/src/ |
hb-ft.cc | 295 /* Note: FreeType like HarfBuzz uses the NONE tag for fetching the entire blob */ 322 hb_blob_t *blob; local 324 blob = hb_blob_create ((const char *) ft_face->stream->base, 332 face = hb_face_create (blob, ft_face->face_index); 333 hb_blob_destroy (blob); 439 hb_blob_t *blob = hb_face_reference_blob (font->face); local 441 const char *blob_data = hb_blob_get_data (blob, &blob_length); 443 DEBUG_MSG (FT, font, "Font face has empty blob"); 453 hb_blob_destroy (blob); 469 ft_face->generic.data = blob; [all...] |
/external/harfbuzz_ng/src/ |
hb-ft.cc | 295 /* Note: FreeType like HarfBuzz uses the NONE tag for fetching the entire blob */ 322 hb_blob_t *blob; local 324 blob = hb_blob_create ((const char *) ft_face->stream->base, 332 face = hb_face_create (blob, ft_face->face_index); 333 hb_blob_destroy (blob); 439 hb_blob_t *blob = hb_face_reference_blob (font->face); local 441 const char *blob_data = hb_blob_get_data (blob, &blob_length); 443 DEBUG_MSG (FT, font, "Font face has empty blob"); 453 hb_blob_destroy (blob); 469 ft_face->generic.data = blob; [all...] |
/external/wpa_supplicant_8/wpa_supplicant/dbus/ |
dbus_old_handlers.c | 1327 struct wpa_config_blob *blob; local [all...] |
/cts/tests/tests/database/src/android/database/cts/ |
AbstractWindowedCursorTest.java | 170 byte[] blob = new byte[BLOB_SIZE]; 171 Arrays.fill(blob, TEST_VALUE); 172 assertTrue(mWindow.putBlob(blob, ROW_INDEX0, COLUMN_INDEX1)); 179 assertTrue(Arrays.equals(blob, targetBuffer));
|
/external/chromium/app/sql/ |
statement.cc | 226 bool Statement::ColumnBlobAsString(int col, std::string* blob) { 233 blob->resize(len); 234 if (blob->size() != len) { 237 blob->assign(reinterpret_cast<const char*>(p), len);
|
statement.h | 133 // When reading a blob, you can get a raw pointer to the underlying data, 134 // along with the length, or you can just ask us to copy the blob into a 138 bool ColumnBlobAsString(int col, std::string* blob);
|
/external/chromium_org/sql/ |
statement.cc | 180 else if (column_type == "blob") 247 bool Statement::ColumnBlobAsString(int col, std::string* blob) { 253 blob->resize(len); 254 if (blob->size() != len) { 257 blob->assign(reinterpret_cast<const char*>(p), len);
|
statement.h | 136 // When reading a blob, you can get a raw pointer to the underlying data, 137 // along with the length, or you can just ask us to copy the blob into a 141 bool ColumnBlobAsString(int col, std::string* blob);
|
/external/chromium_org/third_party/WebKit/Source/core/platform/sql/ |
SQLiteStatement.h | 44 int bindBlob(int index, const void* blob, int size);
|
/external/chromium_org/third_party/smhasher/src/ |
Types.h | 29 // Mix the given blob of data into the verification code 31 void MixVCode ( const void * blob, int len ); 36 typedef void (*pfHash) ( const void * blob, const int len, const uint32_t seed, void * out ); 192 class Blob 196 Blob() 204 Blob ( int x ) 214 Blob ( const Blob & k ) 222 Blob & operator = ( const Blob & k [all...] |
/external/chromium_org/webkit/ |
webkit_storage_browser.target.darwin-mips.mk | 46 webkit/browser/blob/blob_data_handle.cc \ 47 webkit/browser/blob/blob_storage_context.cc \ 48 webkit/browser/blob/blob_storage_controller.cc \ 49 webkit/browser/blob/blob_storage_host.cc \ 50 webkit/browser/blob/blob_url_request_job.cc \ 51 webkit/browser/blob/blob_url_request_job_factory.cc \ 52 webkit/browser/blob/local_file_stream_reader.cc \ 53 webkit/browser/blob/view_blob_internals_job.cc \
|
webkit_storage_browser.target.linux-mips.mk | 46 webkit/browser/blob/blob_data_handle.cc \ 47 webkit/browser/blob/blob_storage_context.cc \ 48 webkit/browser/blob/blob_storage_controller.cc \ 49 webkit/browser/blob/blob_storage_host.cc \ 50 webkit/browser/blob/blob_url_request_job.cc \ 51 webkit/browser/blob/blob_url_request_job_factory.cc \ 52 webkit/browser/blob/local_file_stream_reader.cc \ 53 webkit/browser/blob/view_blob_internals_job.cc \
|
/external/harfbuzz_ng/src/hb-icu-le/ |
PortableFontInstance.h | 20 #include <hb-blob.h>
|
/external/wpa_supplicant_8/wpa_supplicant/examples/ |
wpas-dbus-new-signals.py | 99 def blobAdded(blob): 100 print "BlobAdded(%s)" % (blob) 102 def blobRemoved(blob): 103 print "BlobRemoved(%s)" % (blob)
|
/frameworks/base/core/tests/coretests/src/android/widget/scroll/ |
RequestRectangleVisibleWithInternalScroll.java | 56 mTextBlob = (TextView) findViewById(R.id.blob);
|
/external/openssh/ |
monitor.c | 615 monitor_allowed_key(u_char *blob, u_int bloblen) 619 timingsafe_bcmp(key_blob, blob, key_bloblen)) 1122 u_char *blob; local 1132 blob = buffer_get_string(m, &bloblen); 1134 key = key_from_blob(blob, bloblen); 1179 key_blob = blob; 1187 xfree(blob); 1323 u_char *signature, *data, *blob; local 1547 u_char *blob = NULL; local 1593 u_char *blob; local 1631 u_char *blob, *response; local 1797 void *blob; local 1840 u_char *blob, *p; local [all...] |
/external/dropbear/ |
keyimport.c | 345 /* Simple structure to point to an mp-int within a blob. */ 468 errmsg = "Encrypted key blob is not a multiple of cipher block size"; 557 * Now decrypt the key blob. 568 * Now we have a decrypted key blob, which contains an ASN.1 571 * We expect the whole key blob to be formatted as a SEQUENCE 573 * the blob is part of the sequence). Within that SEQUENCE we 602 * Space to create key blob in. 736 * key blob, and also decide on the header line. 977 * The format of the base64 blob is largely ssh2-packet-formatted, 982 * So. The blob contains [all...] |
/packages/apps/Launcher3/src/com/android/launcher3/ |
LauncherBackupHelper.java | 300 byte[] blob = packFavorite(cursor); 301 writeRowToBackup(key, blob, out, data); 368 byte[] blob = packScreen(cursor); 369 writeRowToBackup(key, blob, out, data); 466 byte[] blob = packIcon(dpi, icon); 467 writeRowToBackup(key, blob, out, data); 586 byte[] blob = packWidget(dpi, previewLoader, iconCache, provider); 588 writeRowToBackup(key, blob, out, data); 741 byte[] blob = c.getBlob(ICON_INDEX); 742 if (blob != null && blob.length > 0) [all...] |