/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/core/ |
H A D | CMapFormat12.java | 3 import com.google.typography.font.sfntly.data.ReadableFontData; 4 import com.google.typography.font.sfntly.data.WritableFontData; 18 protected CMapFormat12(ReadableFontData data, CMapId cmapId) { in CMapFormat12() argument 19 super(data, CMapFormat.Format12.value, cmapId); in CMapFormat12() 20 this.numberOfGroups = this.data.readULongAsInt(Offset.format12nGroups.offset); in CMapFormat12() 24 return this.data.readULongAsInt( in groupStartChar() 30 return this.data.readULongAsInt( in groupEndChar() 36 return this.data.readULongAsInt( in groupStartGlyph() 44 this.data.searchULong(Offset.format12Groups.offset + Offset.format12_startCharCode.offset, in glyphId() 58 return this.data in language() 120 Builder(WritableFontData data, int offset, CMapId cmapId) Builder() argument 126 Builder(ReadableFontData data, int offset, CMapId cmapId) Builder() argument 133 subBuildTable(ReadableFontData data) subBuildTable() argument [all...] |
H A D | CMapFormat13.java | 3 import com.google.typography.font.sfntly.data.ReadableFontData; 4 import com.google.typography.font.sfntly.data.WritableFontData; 17 protected CMapFormat13(ReadableFontData data, CMapId cmapId) { in CMapFormat13() argument 18 super(data, CMapFormat.Format12.value, cmapId); in CMapFormat13() 19 this.numberOfGroups = this.data.readULongAsInt(Offset.format12nGroups.offset); in CMapFormat13() 23 return this.data.readULongAsInt( in groupStartChar() 29 return this.data.readULongAsInt( in groupEndChar() 35 return this.data.readULongAsInt( in groupGlyph() 42 int group = this.data.searchULong( in glyphId() 57 return this.data in language() 119 Builder(WritableFontData data, int offset, CMapId cmapId) Builder() argument 125 Builder(ReadableFontData data, int offset, CMapId cmapId) Builder() argument 132 subBuildTable(ReadableFontData data) subBuildTable() argument [all...] |
/third_party/skia/tests/ |
H A D | YUVCacheTest.cpp | 25 static void check_data(skiatest::Reporter* reporter, SkCachedData* data, in check_data() argument 27 REPORTER_ASSERT(reporter, data->testing_only_getRefCnt() == refcnt); in check_data() 28 REPORTER_ASSERT(reporter, data->testing_only_isInCache() == (kInCache == cacheState)); in check_data() 29 bool isLocked = (data->data() != nullptr); in check_data() 46 SkCachedData* data = SkYUVPlanesCache::FindAndRef(genID, &yuvaPixmaps, &cache); in DEF_TEST() local 47 REPORTER_ASSERT(reporter, !data); in DEF_TEST() 50 data = cache.newCachedData(size); in DEF_TEST() 51 memset(data->writable_data(), 0xff, size); in DEF_TEST() 54 yuvaPixmapInfo.initPixmapsFromSingleAllocation(data in DEF_TEST() [all...] |
/base/notification/distributed_notification_service/frameworks/core/src/ |
H A D | ans_manager_proxy_subscribe.cpp | 38 MessageParcel data; in Subscribe() local 39 if (!data.WriteInterfaceToken(AnsManagerProxy::GetDescriptor())) { in Subscribe() 44 bool ret = data.WriteRemoteObject(subscriber->AsObject()); in Subscribe() 50 if (!data.WriteBool(info != nullptr)) { in Subscribe() 56 if (!data.WriteParcelable(info)) { in Subscribe() 63 ErrCode result = InnerTransact(NotificationInterfaceCode::SUBSCRIBE_NOTIFICATION, option, data, reply); in Subscribe() 84 MessageParcel data; in SubscribeSelf() local 85 if (!data.WriteInterfaceToken(AnsManagerProxy::GetDescriptor())) { in SubscribeSelf() 90 bool ret = data.WriteRemoteObject(subscriber->AsObject()); in SubscribeSelf() 98 ErrCode result = InnerTransact(NotificationInterfaceCode::SUBSCRIBE_NOTIFICATION_SELF, option, data, repl in SubscribeSelf() 120 MessageParcel data; SubscribeLocalLiveView() local 173 MessageParcel data; Unsubscribe() local [all...] |
/base/security/security_guard/test/fuzztest/config_manager/configmanager_fuzzer/ |
H A D | config_manager_fuzzer.cpp | 43 bool ConfigDataManagerFuzzTest(const uint8_t* data, size_t size) in ConfigDataManagerFuzzTest() argument 45 if (data == nullptr || size < sizeof(uint32_t) + sizeof(int64_t)) { in ConfigDataManagerFuzzTest() 49 uint32_t modelId = *(reinterpret_cast<const uint32_t *>(data + offset)); in ConfigDataManagerFuzzTest() 51 int64_t eventId = *(reinterpret_cast<const int64_t *>(data + offset)); in ConfigDataManagerFuzzTest() 56 std::string table(reinterpret_cast<const char*>(data + offset), size - offset); in ConfigDataManagerFuzzTest() 74 bool ConfigManagerFuzzTest(const uint8_t* data, size_t size) in ConfigManagerFuzzTest() argument 80 bool EventConfigFuzzTest(const uint8_t* data, size_t size) in EventConfigFuzzTest() argument 82 if (data == nullptr || size < sizeof(int)) { in EventConfigFuzzTest() 86 int mode = *(reinterpret_cast<const int *>(data)); in EventConfigFuzzTest() 99 bool ModelConfigFuzzTest(const uint8_t* data, size_ argument 118 JsonConfigFuzzTest(const uint8_t* data, size_t size) JsonConfigFuzzTest() argument 144 SecurityGuardUtilsFuzzTest(const uint8_t* data, size_t size) SecurityGuardUtilsFuzzTest() argument 158 LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) LLVMFuzzerTestOneInput() argument [all...] |
/base/update/updateservice/services/engine/include/ |
H A D | update_service_stub.h | 32 int32_t OnRemoteRequest(uint32_t code, MessageParcel& data, MessageParcel& reply, 37 MessageParcel &data, MessageParcel &reply, MessageOption &option); 39 int32_t HandleRemoteRequest(uint32_t code, MessageParcel& data, MessageParcel& reply, 44 MessageParcel& data, MessageParcel& reply, MessageOption &option); 46 MessageParcel& data, MessageParcel& reply, MessageOption &option); 48 MessageParcel &data, MessageParcel &reply, MessageOption &option); 50 MessageParcel& data, MessageParcel& reply, MessageOption &option); 52 MessageParcel &data, MessageParcel &reply, MessageOption &option); 54 MessageParcel& data, MessageParcel& reply, MessageOption &option); 56 MessageParcel &data, MessageParce [all...] |
/foundation/ability/form_fwk/test/fuzztest/formiteminfo_fuzzer/ |
H A D | formiteminfo_fuzzer.cpp | 36 // convert fuzz input data to an integer in GetU32Data() 39 bool DoSomethingInterestingWithMyAPI(const char* data, size_t size) in DoSomethingInterestingWithMyAPI() argument 42 std::string dir(data, size); in DoSomethingInterestingWithMyAPI() 48 std::string moduleName(data, size); in DoSomethingInterestingWithMyAPI() 55 std::string left(data, size); in DoSomethingInterestingWithMyAPI() 56 std::string right(data, size); in DoSomethingInterestingWithMyAPI() 58 int64_t formId = static_cast<int64_t>(GetU32Data(data)); in DoSomethingInterestingWithMyAPI() 60 std::string packageName(data, size); in DoSomethingInterestingWithMyAPI() 62 std::string providerBundleName(data, size); in DoSomethingInterestingWithMyAPI() 64 std::string hostBundleName(data, siz in DoSomethingInterestingWithMyAPI() 106 LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) LLVMFuzzerTestOneInput() argument [all...] |
/foundation/ability/ability_runtime/services/dataobsmgr/src/ |
H A D | dataobs_mgr_stub.cpp | 44 int DataObsManagerStub::OnRemoteRequest(uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) in OnRemoteRequest() argument 49 std::u16string remoteDescriptor = data.ReadInterfaceToken(); in OnRemoteRequest() 60 return IPCObjectStub::OnRemoteRequest(code, data, reply, option); in OnRemoteRequest() 62 return (this->*HANDLES[code])(data, reply); in OnRemoteRequest() 65 int DataObsManagerStub::RegisterObserverInner(MessageParcel &data, MessageParcel &reply) in RegisterObserverInner() argument 67 Uri uri(data.ReadString()); in RegisterObserverInner() 73 auto remote = data.ReadRemoteObject(); in RegisterObserverInner() 80 int DataObsManagerStub::UnregisterObserverInner(MessageParcel &data, MessageParcel &reply) in UnregisterObserverInner() argument 82 Uri uri(data.ReadString()); in UnregisterObserverInner() 88 auto remote = data in UnregisterObserverInner() 95 NotifyChangeInner(MessageParcel &data, MessageParcel &reply) NotifyChangeInner() argument 108 RegisterObserverExtInner(MessageParcel &data, MessageParcel &reply) RegisterObserverExtInner() argument 122 UnregisterObserverExtInner(MessageParcel &data, MessageParcel &reply) UnregisterObserverExtInner() argument 136 UnregisterObserverExtALLInner(MessageParcel &data, MessageParcel &reply) UnregisterObserverExtALLInner() argument 144 NotifyChangeExtInner(MessageParcel &data, MessageParcel &reply) NotifyChangeExtInner() argument [all...] |
/foundation/ability/ability_runtime/test/unittest/quick_fix/quick_fix_callback_stub_test/ |
H A D | quick_fix_callback_stub_test.cpp | 64 MessageParcel data; in HWTEST_F() local 68 data.WriteInterfaceToken(QuickFixCallbackStub::GetDescriptor()); in HWTEST_F() 71 data.WriteInt32(resultCode); in HWTEST_F() 72 data.WriteInt32(recordId); in HWTEST_F() 77 IQuickFixCallback::QuickFixCallbackCmd::ON_NOTIFY_LOAD_PATCH, data, reply, option); in HWTEST_F() 93 MessageParcel data; in HWTEST_F() local 97 data.WriteInterfaceToken(QuickFixCallbackStub::GetDescriptor()); in HWTEST_F() 100 data.WriteInt32(resultCode); in HWTEST_F() 101 data.WriteInt32(recordId); in HWTEST_F() 106 IQuickFixCallback::QuickFixCallbackCmd::ON_NOTIFY_UNLOAD_PATCH, data, repl in HWTEST_F() 122 MessageParcel data; HWTEST_F() local 151 MessageParcel data; HWTEST_F() local 176 MessageParcel data; HWTEST_F() local [all...] |
/foundation/ability/ability_runtime/services/abilitymgr/src/ |
H A D | ability_connect_callback_stub.cpp | 23 bool AbilityConnectionProxy::WriteInterfaceToken(MessageParcel &data) in WriteInterfaceToken() argument 25 if (!data.WriteInterfaceToken(AbilityConnectionProxy::GetDescriptor())) { in WriteInterfaceToken() 37 MessageParcel data; in OnAbilityConnectDone() local 41 if (!WriteInterfaceToken(data)) { in OnAbilityConnectDone() 46 if (!data.WriteParcelable(&element)) { in OnAbilityConnectDone() 51 if (!data.WriteRemoteObject(remoteObject)) { in OnAbilityConnectDone() 56 if (!data.WriteInt32(resultCode)) { in OnAbilityConnectDone() 61 error = SendTransactCmd(IAbilityConnection::ON_ABILITY_CONNECT_DONE, data, reply, option); in OnAbilityConnectDone() 72 MessageParcel data; in OnAbilityDisconnectDone() local 76 if (!WriteInterfaceToken(data)) { in OnAbilityDisconnectDone() 92 SendTransactCmd(uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) SendTransactCmd() argument 115 OnRemoteRequest( uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) OnRemoteRequest() argument [all...] |
/foundation/multimedia/player_framework/services/services/recorder_profiles/ipc/ |
H A D | recorder_profiles_service_proxy.cpp | 41 MessageParcel data; in IsAudioRecorderConfigSupported() local 45 bool token = data.WriteInterfaceToken(RecorderProfilesServiceProxy::GetDescriptor()); in IsAudioRecorderConfigSupported() 48 (void)RecorderProfilesParcel::Marshalling(data, profile); in IsAudioRecorderConfigSupported() 50 int32_t ret = Remote()->SendRequest(code, data, reply, option); in IsAudioRecorderConfigSupported() 57 MessageParcel data; in HasVideoRecorderProfile() local 61 bool token = data.WriteInterfaceToken(RecorderProfilesServiceProxy::GetDescriptor()); in HasVideoRecorderProfile() 64 data.WriteInt32(sourceId); in HasVideoRecorderProfile() 65 data.WriteInt32(qualityLevel); in HasVideoRecorderProfile() 67 int32_t ret = Remote()->SendRequest(code, data, reply, option); in HasVideoRecorderProfile() 74 MessageParcel data; in GetVideoRecorderProfileInfo() local 93 MessageParcel data; GetAudioRecorderCapsInfo() local 109 MessageParcel data; GetVideoRecorderCapsInfo() local 125 MessageParcel data; DestroyStub() local [all...] |
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/fuzztest/medialibrarymediaphotoassetproxy_fuzzer/ |
H A D | medialibrarymediaphotoassetproxy_fuzzer.cpp | 45 static inline int32_t FuzzInt32(const uint8_t *data, size_t size) in FuzzInt32() argument 47 return static_cast<int32_t>(*data); in FuzzInt32() 50 static inline Media::CameraShotType FuzzCameraShotType(const uint8_t *data, size_t size) in FuzzCameraShotType() argument 53 if (*data < length) { in FuzzCameraShotType() 54 return Media::CameraShotType_FUZZER_LISTS[*data]; in FuzzCameraShotType() 59 static inline Media::PhotoFormat FuzzPhotoFormat(const uint8_t *data, size_t size) in FuzzPhotoFormat() argument 62 if (*data < length) { in FuzzPhotoFormat() 63 return Media::PhotoFormat_FUZZER_LISTS[*data]; in FuzzPhotoFormat() 68 static inline Media::PhotoQuality FuzzPhotoQuality(const uint8_t *data, size_t size) in FuzzPhotoQuality() argument 71 if (*data < lengt in FuzzPhotoQuality() 96 Init(const uint8_t *data, size_t size) Init() argument 103 FuzzPhotoAssetProxy(const uint8_t *data, size_t size) FuzzPhotoAssetProxy() argument 115 MediaLibraryMediaPhotoAssetProxyTest(const uint8_t *data, size_t size) MediaLibraryMediaPhotoAssetProxyTest() argument 165 LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) LLVMFuzzerTestOneInput() argument [all...] |
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/fuzztest/delegate_fuzzer/ |
H A D | delegate_fuzzer.cpp | 26 std::vector<Entry> CreateEntries(const uint8_t *data, size_t size, std::vector<Key>& keys) in CreateEntries() argument 33 entry.key = std::vector<uint8_t>(data, data + 1); in CreateEntries() 34 entry.value = std::vector<uint8_t>(data, data + size); in CreateEntries() 56 void EncryptOperation(const uint8_t *data, size_t size, KvStoreDelegate *kvDelegatePtr) in EncryptOperation() argument 63 passwd.SetValue(data, len); in EncryptOperation() 65 bool autoSync = (size == 0) ? true : data[0]; in EncryptOperation() 70 void CombineTest(const uint8_t *data, KvStoreDelegate *kvDelegatePtr) in CombineTest() argument 78 auto type = static_cast<ResolutionPolicyType>(data[ in CombineTest() 82 MultiCombineFuzzer(const uint8_t *data, size_t size, KvStoreDelegate::Option &option) MultiCombineFuzzer() argument 138 LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) LLVMFuzzerTestOneInput() argument [all...] |
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/distributeddatafwk/src/ |
H A D | ikvstore_observer.cpp | 50 MessageParcel data; in OnChange() local 52 if (!data.WriteInterfaceToken(KvStoreObserverProxy::GetDescriptor())) { in OnChange() 60 if (insertSize < 0 || updateSize < 0 || deleteSize < 0 || !data.WriteInt32(totalSize)) { in OnChange() 66 if (!ITypesUtil::Marshal(data, changeNotification)) { in OnChange() 71 if (!ITypesUtil::Marshal(data, changeNotification.GetDeviceId(), uint32_t(changeNotification.IsClear())) || in OnChange() 72 !ITypesUtil::MarshalToBuffer(changeNotification.GetInsertEntries(), insertSize, data) || in OnChange() 73 !ITypesUtil::MarshalToBuffer(changeNotification.GetUpdateEntries(), updateSize, data) || in OnChange() 74 !ITypesUtil::MarshalToBuffer(changeNotification.GetDeleteEntries(), deleteSize, data)) { in OnChange() 81 int error = Remote()->SendRequest(ONCHANGE, data, reply, mo); in OnChange() 89 MessageParcel data; in OnChange() local 107 OnRemoteRequest(uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) OnRemoteRequest() argument [all...] |
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/fuzztest/kvdelegatemanager_fuzzer/ |
H A D | kvdelegatemanager_fuzzer.cpp | 38 std::string GetRandomString(const uint8_t *data, size_t size, size_t len, uint32_t &start) in GetRandomString() argument 45 return std::string(data, data + size - 1); in GetRandomString() 47 res = std::string(data + start, data + start + len - 1); in GetRandomString() 52 void GetRandomAutoLaunchOption(const uint8_t* data, size_t size, AutoLaunchOption &option) in GetRandomAutoLaunchOption() argument 54 std::string randomStr = size == 0 ? "" : std::string(data, data + size - 1); in GetRandomAutoLaunchOption() 71 void CallbackFuzz(const uint8_t *data, std::string storeId) in CallbackFuzz() argument 73 uint64_t diskSize = static_cast<uint64_t>(*data); in CallbackFuzz() 91 CombineTest(const uint8_t *data, size_t size) CombineTest() argument 134 LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) LLVMFuzzerTestOneInput() argument [all...] |
/foundation/filemanagement/dfs_service/test/unittests/distributed_file_inner/asset/ |
H A D | asset_send_callback_stub_test.cpp | 77 MessageParcel data; in HWTEST_F() local 80 data.WriteInterfaceToken(IAssetRecvCallback::GetDescriptor()); in HWTEST_F() 81 auto ret = mockStub_->OnRemoteRequest(code, data, reply, option); in HWTEST_F() 94 MessageParcel data; in HWTEST_F() local 97 data.WriteInterfaceToken(IAssetSendCallback::GetDescriptor()); in HWTEST_F() 99 auto ret = mockStub_->OnRemoteRequest(errCode, data, reply, option); in HWTEST_F() 102 data.WriteInterfaceToken(IAssetSendCallback::GetDescriptor()); in HWTEST_F() 104 ret = mockStub_->OnRemoteRequest(errCode, data, reply, option); in HWTEST_F() 119 MessageParcel data; in HWTEST_F() local 122 data in HWTEST_F() 150 MessageParcel data; HWTEST_F() local [all...] |
/foundation/filemanagement/app_file_service/services/backup_sa/src/module_ipc/ |
H A D | svc_extension_incremental_proxy.cpp | 33 MessageParcel data; in GetIncrementalFileHandle() local 34 data.WriteInterfaceToken(GetDescriptor()); in GetIncrementalFileHandle() 36 if (!data.WriteString(fileName)) { in GetIncrementalFileHandle() 44 data, reply, option); in GetIncrementalFileHandle() 59 MessageParcel data; in PublishIncrementalFile() local 60 data.WriteInterfaceToken(GetDescriptor()); in PublishIncrementalFile() 62 if (!data.WriteString(fileName)) { in PublishIncrementalFile() 70 data, reply, option); in PublishIncrementalFile() 85 MessageParcel data; in HandleIncrementalBackup() local 86 data in HandleIncrementalBackup() 109 MessageParcel data; IncrementalOnBackup() local 132 MessageParcel data; User0OnBackup() local 153 MessageParcel data; GetIncrementalBackupFileHandle() local [all...] |
/foundation/window/window_manager/wm/src/zidl/ |
H A D | window_manager_agent_stub.cpp | 28 int WindowManagerAgentStub::OnRemoteRequest(uint32_t code, MessageParcel& data, in OnRemoteRequest() argument 32 if (data.ReadInterfaceToken() != GetDescriptor()) { in OnRemoteRequest() 39 sptr<FocusChangeInfo> info = data.ReadParcelable<FocusChangeInfo>(); in OnRemoteRequest() 45 if (!data.ReadBool(focused)) { in OnRemoteRequest() 53 WindowModeType type = static_cast<WindowModeType>(data.ReadUint8()); in OnRemoteRequest() 59 if (!data.ReadUint64(displayId)) { in OnRemoteRequest() 63 bool res = MarshallingHelper::UnmarshallingVectorObj<SystemBarRegionTint>(data, tints, in OnRemoteRequest() 87 if (!MarshallingHelper::UnmarshallingVectorParcelableObj<AccessibilityWindowInfo>(data, infos)) { in OnRemoteRequest() 91 WindowUpdateType type = static_cast<WindowUpdateType>(data.ReadUint32()); in OnRemoteRequest() 97 if (!MarshallingHelper::UnmarshallingVectorParcelableObj<WindowVisibilityInfo>(data, info in OnRemoteRequest() [all...] |
/third_party/curl/lib/ |
H A D | http_ntlm.c | 65 CURLcode Curl_input_ntlm(struct Curl_easy *data, in Curl_input_ntlm() argument 74 struct connectdata *conn = data->conn; in Curl_input_ntlm() 95 result = Curl_auth_decode_ntlm_type2_message(data, &hdrbuf, ntlm); in Curl_input_ntlm() 105 infof(data, "NTLM auth restarted"); in Curl_input_ntlm() 109 infof(data, "NTLM handshake rejected"); in Curl_input_ntlm() 115 infof(data, "NTLM handshake failure (internal error)"); in Curl_input_ntlm() 129 CURLcode Curl_output_ntlm(struct Curl_easy *data, bool proxy) in Curl_output_ntlm() argument 150 struct connectdata *conn = data->conn; in Curl_output_ntlm() 153 DEBUGASSERT(data); in Curl_output_ntlm() 157 allocuserpwd = &data in Curl_output_ntlm() [all...] |
/third_party/icu/icu4j/perf-tests/perldriver/ |
H A D | PerfFramework4j.pm | 21 my $datadir = "data"; 67 my($locale, $iter, $data, $program, $args, $variable); 73 foreach $data (@{ $datafiles{$locale} }) { 79 $locdata .= "<b>Datafile:</b> $data<br>"; 83 compareLoop ($tests, $locale, $DATADIR."/".$data); 85 compareLoop ($tests, $locale, $data); 161 my @data = @{ shift(@res) }; 167 shift(@data) if (@data > 1); # discard first run 169 #debug("data i [all...] |
/third_party/icu/icu4c/source/test/perf/perldriver/ |
H A D | PerfFramework.pm | 23 my $datadir = "data"; 68 my($locale, $iter, $data, $program, $args, $variable); 74 foreach $data (@{ $datafiles{$locale} }) { 80 $locdata .= "<b>Datafile:</b> $data<br>"; 84 compareLoop ($tests, $locale, $DATADIR."/".$data); 86 compareLoop ($tests, $locale, $data); 139 my @data = @{ shift(@res) }; 144 shift(@data) if (@data > 1); # discard first run 146 #debug("data i [all...] |
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/opentype/chaincontextsubst/ |
H A D | InnerArraysFmt3.java | 3 import com.google.typography.font.sfntly.data.ReadableFontData; 4 import com.google.typography.font.sfntly.data.WritableFontData; 19 public InnerArraysFmt3(ReadableFontData data, int base, boolean dataIsCanonical) { in InnerArraysFmt3() argument 20 super(data); in InnerArraysFmt3() 21 NumRecordList records = new NumRecordList(data, 0, base); in InnerArraysFmt3() 24 records = new NumRecordList(data, 0, records.limit()); in InnerArraysFmt3() 27 records = new NumRecordList(data, 0, records.limit()); in InnerArraysFmt3() 30 lookupRecords = new SubstLookupRecordList(data, records.limit()); in InnerArraysFmt3() 47 protected Builder(ReadableFontData data, int base, boolean dataIsCanonical) { in Builder() argument 48 super(data); in Builder() 105 subBuildTable(ReadableFontData data) subBuildTable() argument 130 initFromData(ReadableFontData data) initFromData() argument 146 computeSizeFromData(ReadableFontData data) computeSizeFromData() argument [all...] |
/third_party/skia/third_party/externals/tint/src/transform/ |
H A D | renamer_test.cc | 38 auto* data = got.data.Get<Renamer::Data>(); in TEST_F() local 40 ASSERT_EQ(data->remappings.size(), 0u); in TEST_F() 73 auto* data = got.data.Get<Renamer::Data>(); in TEST_F() local 75 ASSERT_NE(data, nullptr); in TEST_F() 81 EXPECT_THAT(data->remappings, ContainerEq(expected_remappings)); in TEST_F() 109 auto* data = got.data.Get<Renamer::Data>(); in TEST_F() local 111 ASSERT_NE(data, nullpt in TEST_F() 142 auto* data = got.data.Get<Renamer::Data>(); TEST_F() local 177 auto* data = got.data.Get<Renamer::Data>(); TEST_F() local 212 auto* data = got.data.Get<Renamer::Data>(); TEST_F() local [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/ |
H A D | wpabuf.h | 2 * Dynamic data buffer 12 /* wpabuf::buf is a pointer to external data */ 16 * Internal data structure for wpabuf. Please do not touch this directly from 18 * from this file to access data. 22 size_t used; /* length of data in the buffer */ 31 struct wpabuf * wpabuf_alloc_ext_data(u8 *data, size_t len); 32 struct wpabuf * wpabuf_alloc_copy(const void *data, size_t len); 54 * wpabuf_len - Get the current length of a wpabuf buffer data 74 * wpabuf_cmp - Check if two buffers contain the same data 77 * Returns: 0 if the two buffers contain the same data an 118 wpabuf_put_u8(struct wpabuf *buf, u8 data) wpabuf_put_u8() argument 124 wpabuf_put_le16(struct wpabuf *buf, u16 data) wpabuf_put_le16() argument 130 wpabuf_put_le32(struct wpabuf *buf, u32 data) wpabuf_put_le32() argument 136 wpabuf_put_le64(struct wpabuf *buf, u64 data) wpabuf_put_le64() argument 142 wpabuf_put_be16(struct wpabuf *buf, u16 data) wpabuf_put_be16() argument 148 wpabuf_put_be24(struct wpabuf *buf, u32 data) wpabuf_put_be24() argument 154 wpabuf_put_be32(struct wpabuf *buf, u32 data) wpabuf_put_be32() argument 160 wpabuf_put_be64(struct wpabuf *buf, u64 data) wpabuf_put_be64() argument 166 wpabuf_put_data(struct wpabuf *buf, const void *data, size_t len) wpabuf_put_data() argument 170 os_memcpy(wpabuf_put(buf, len), data, len); wpabuf_put_data() local 179 wpabuf_set(struct wpabuf *buf, const void *data, size_t len) wpabuf_set() argument [all...] |
/third_party/curl/lib/vtls/ |
H A D | schannel.c | 148 struct Curl_easy *data, 170 struct Curl_easy *data) in schannel_set_ssl_version_min_max() 215 failf(data, "schannel: TLS 1.3 not supported on Windows prior to 11"); in schannel_set_ssl_version_min_max() 450 struct Curl_easy *data) in schannel_acquire_credential_handle() 454 struct ssl_config_data *ssl_config = Curl_ssl_cf_get_config(cf, data); in schannel_acquire_credential_handle() 484 DEBUGF(infof(data, "schannel: disabled server certificate revocation " in schannel_acquire_credential_handle() 491 DEBUGF(infof(data, "schannel: ignore revocation offline errors")); in schannel_acquire_credential_handle() 496 DEBUGF(infof(data, in schannel_acquire_credential_handle() 504 DEBUGF(infof(data, in schannel_acquire_credential_handle() 510 DEBUGF(infof(data, "schanne in schannel_acquire_credential_handle() 168 schannel_set_ssl_version_min_max(DWORD *enabled_protocols, struct Curl_cfilter *cf, struct Curl_easy *data) schannel_set_ssl_version_min_max() argument 449 schannel_acquire_credential_handle(struct Curl_cfilter *cf, struct Curl_easy *data) schannel_acquire_credential_handle() argument 1052 schannel_connect_step1(struct Curl_cfilter *cf, struct Curl_easy *data) schannel_connect_step1() argument 1314 schannel_connect_step2(struct Curl_cfilter *cf, struct Curl_easy *data) schannel_connect_step2() argument 1649 struct Curl_easy *data; global() member 1674 schannel_connect_step3(struct Curl_cfilter *cf, struct Curl_easy *data) schannel_connect_step3() argument 1817 schannel_connect_common(struct Curl_cfilter *cf, struct Curl_easy *data, bool nonblocking, bool *done) schannel_connect_common() argument 1942 schannel_send(struct Curl_cfilter *cf, struct Curl_easy *data, const void *buf, size_t len, CURLcode *err) schannel_send() argument 2089 schannel_recv(struct Curl_cfilter *cf, struct Curl_easy *data, char *buf, size_t len, CURLcode *err) schannel_recv() argument 2412 schannel_connect_nonblocking(struct Curl_cfilter *cf, struct Curl_easy *data, bool *done) schannel_connect_nonblocking() argument 2419 schannel_connect(struct Curl_cfilter *cf, struct Curl_easy *data) schannel_connect() argument 2434 schannel_data_pending(struct Curl_cfilter *cf, const struct Curl_easy *data) schannel_data_pending() argument 2475 schannel_shutdown(struct Curl_cfilter *cf, struct Curl_easy *data) schannel_shutdown() argument 2578 schannel_close(struct Curl_cfilter *cf, struct Curl_easy *data) schannel_close() argument 2608 schannel_pkp_pin_peer_pubkey(struct Curl_cfilter *cf, struct Curl_easy *data, const char *pinnedpubkey) schannel_pkp_pin_peer_pubkey() argument 2746 Curl_schannel_get_cached_cert_store(struct Curl_cfilter *cf, const struct Curl_easy *data) Curl_schannel_get_cached_cert_store() argument 2814 Curl_schannel_set_cached_cert_store(struct Curl_cfilter *cf, const struct Curl_easy *data, HCERTSTORE cert_store) Curl_schannel_set_cached_cert_store() argument [all...] |