HomeSort by relevance Sort by last modified time
    Searched full:datalength (Results 176 - 200 of 369) sorted by null

1 2 3 4 5 6 78 91011>>

  /device/asus/grouper/keymaster/
keymaster_grouper.cpp 757 const uint8_t* data, const size_t dataLength,
760 (unsigned long long) key_blob_length, data, (unsigned long long) dataLength, signedData,
800 rv = C_Sign(session.get(), data, dataLength, signature, &signatureLength);
818 (unsigned long long) key_blob_length, data, (unsigned long long) dataLength, signedData,
  /device/asus/grouper/self-extractors/nvidia/staging/keymaster/
keymaster_grouper.cpp 757 const uint8_t* data, const size_t dataLength,
760 (unsigned long long) key_blob_length, data, (unsigned long long) dataLength, signedData,
800 rv = C_Sign(session.get(), data, dataLength, signature, &signatureLength);
818 (unsigned long long) key_blob_length, data, (unsigned long long) dataLength, signedData,
  /device/asus/tilapia/self-extractors/nvidia/staging/keymaster/
keymaster_grouper.cpp 757 const uint8_t* data, const size_t dataLength,
760 (unsigned long long) key_blob_length, data, (unsigned long long) dataLength, signedData,
800 rv = C_Sign(session.get(), data, dataLength, signature, &signatureLength);
818 (unsigned long long) key_blob_length, data, (unsigned long long) dataLength, signedData,
  /external/chromium_org/content/child/
site_isolation_policy.h 31 // SiteIsolation.XSD.DataLength : the length of the first packet of a response.
  /external/chromium_org/content/renderer/media/android/
media_info_loader.cc 152 int dataLength,
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorResourceAgent.h 93 void didReceiveData(LocalFrame*, unsigned long identifier, const char* data, int dataLength, int encodedDataLength);
  /external/chromium_org/third_party/WebKit/Source/web/tests/
AssociatedURLLoaderTest.cpp 152 void didDownloadData(WebURLLoader* loader, int dataLength, int encodedDataLength)
158 void didReceiveData(WebURLLoader* loader, const char* data, int dataLength, int encodedDataLength)
163 EXPECT_GT(dataLength, 0);
166 void didReceiveCachedMetadata(WebURLLoader* loader, const char* data, int dataLength)
  /external/chromium_org/third_party/icu/source/test/cintltst/
trietest.c 331 int32_t dataLength;
333 data=utrie_getData(newTrie, &dataLength);
538 int32_t dataLength;
540 data=utrie_getData(newTrie, &dataLength);
  /external/chromium_org/third_party/icu/source/tools/gensprep/
store.c 553 int32_t size, dataLength;
607 dataLength=udata_finish(pData, &errorCode);
613 if(dataLength!=size) {
615 (long)dataLength, (long)size);
  /external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/
table.cc 72 derived_table->DataLength());
  /external/icu/icu4c/source/test/cintltst/
trietest.c 331 int32_t dataLength;
333 data=utrie_getData(newTrie, &dataLength);
538 int32_t dataLength;
540 data=utrie_getData(newTrie, &dataLength);
  /external/icu/icu4c/source/tools/gensprep/
store.c 553 int32_t size, dataLength;
607 dataLength=udata_finish(pData, &errorCode);
613 if(dataLength!=size) {
615 (long)dataLength, (long)size);
  /external/sfntly/cpp/src/sfntly/table/
table.cc 72 derived_table->DataLength());
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ntddcdrm.h 287 UCHAR DataLength[2];
subauth.h 208 ULONG DataLength;
usbcamdi.h 369 ULONG DataLength);
  /system/security/keystore/include/keystore/
IKeystoreService.h 107 virtual int32_t verify(const String16& name, const uint8_t* data, size_t dataLength,
  /external/chromium_org/third_party/icu/source/common/
utrie.h 167 int32_t indexLength, dataLength;
561 int32_t indexLength, dataCapacity, dataLength;
749 * uint16_t data[header.dataLength];
768 /** dataLength>=UTRIE_DATA_BLOCK_LENGTH */
769 int32_t dataLength;
  /external/icu/icu4c/source/common/
utrie.h 167 int32_t indexLength, dataLength;
561 int32_t indexLength, dataCapacity, dataLength;
749 * uint16_t data[header.dataLength];
768 /** dataLength>=UTRIE_DATA_BLOCK_LENGTH */
769 int32_t dataLength;
  /external/protobuf/java/src/main/java/com/google/protobuf/
CodedOutputStream.java 64 * Returns the buffer size to efficiently write dataLength bytes to this
67 * @return the buffer size to efficiently write dataLength bytes to this
70 static int computePreferredBufferSize(int dataLength) {
71 if (dataLength > DEFAULT_BUFFER_SIZE) return DEFAULT_BUFFER_SIZE;
72 return dataLength;
    [all...]
  /external/srec/srec/EventLog/src/
riff.c 1038 header.dataLength = swapConstInt(num_bytes);
1041 memcpy(ptr + headerSize, waveform, header.dataLength);
1055 header.dataLength = num_bytes;
1058 memcpy(ptr + headerSize, waveform, header.dataLength);
1060 ptr += headerSize + header.dataLength;
  /frameworks/base/services/core/jni/
com_android_server_location_GpsLocationProvider.cpp     [all...]
  /frameworks/opt/telephony/src/java/com/google/android/mms/pdu/
PduComposer.java 981 int dataLength = 0; // Just for safety...
986 dataLength = partData.length;
    [all...]
  /external/svox/pico/lib/
picoos.c     [all...]
  /cts/tests/tests/mediastress/jni/
native-media-jni.cpp 171 nbRead * BUFFER_SIZE /*dataLength*/,
183 NULL /*pData*/, 0 /*dataLength*/,

Completed in 1032 milliseconds

1 2 3 4 5 6 78 91011>>