Home
last modified time | relevance | path

Searched refs:first_resource (Results 1 – 10 of 10) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/platform/loader/fetch/
H A Dmemory_cache_correctness_test.cc412 first_resource->FinishForTest(); in TEST_F()
413 AddResourceToMemoryCache(first_resource); in TEST_F()
418 EXPECT_EQ(first_resource, fetched); in TEST_F()
451 first_resource->FinishForTest(); in TEST_F()
457 EXPECT_NE(first_resource, fetched); in TEST_F()
508 first_resource->FinishForTest();
514 EXPECT_NE(first_resource, fetched);
549 first_resource->FinishForTest();
555 EXPECT_EQ(first_resource, fetched);
589 first_resource->FinishForTest();
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/platform/loader/fetch/
H A Dmemory_cache_correctness_test.cc419 first_resource->FinishForTest(); in TEST_F()
420 AddResourceToMemoryCache(first_resource); in TEST_F()
425 EXPECT_EQ(first_resource, fetched); in TEST_F()
458 first_resource->FinishForTest(); in TEST_F()
464 EXPECT_NE(first_resource, fetched); in TEST_F()
515 first_resource->FinishForTest();
521 EXPECT_NE(first_resource, fetched);
556 first_resource->FinishForTest();
562 EXPECT_EQ(first_resource, fetched);
596 first_resource->FinishForTest();
[all …]
/dports/graphics/icoutils/icoutils-0.32.3/wrestool/
H A Drestable.c192 (fi->first_resource + (value & ~IMAGE_RESOURCE_NAME_IS_STRING)); in decode_pe_resource_id()
229 sizeshift = *((uint16_t *) fi->first_resource - 1); in get_resource_entry()
289 wr[out_c].children = fi->first_resource + dirent[dirent_c].u2.s.offset_to_directory; in list_pe_resources()
348 typeinfo = (Win16NETypeInfo *) fi->first_resource; in list_ne_type_resources()
365 typeinfo = (Win16NETypeInfo *) fi->first_resource; in list_ne_type_resources()
396 (res == NULL ? fi->first_resource : res->children), in list_resources()
465 fi->first_resource = ((uint8_t *) alignshift) + sizeof(uint16_t); in read_library()
466 RETURN_IF_BAD_POINTER(false, *(Win16NETypeInfo *) fi->first_resource); in read_library()
526 fi->first_resource = ((uint8_t *) fi->memory) + dir->virtual_address; in read_library()
H A Dwrestool.h51 uint8_t *first_resource; member
/dports/net/gerbera/gerbera-1.9.2/src/transcoding/
H A Dtranscoding.h121 void setFirstResource(bool fr) { first_resource = fr; } in setFirstResource()
122 bool firstResource() const { return first_resource; } in firstResource()
197 bool first_resource {};
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/general/plugins/module_utils/
H A Doneview.py387 def compare(self, first_resource, second_resource): argument
399 resource1 = first_resource
443 def compare_list(self, first_resource, second_resource): argument
453 resource1 = first_resource
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/module_utils/
H A Doneview.py403 def compare(self, first_resource, second_resource): argument
415 resource1 = first_resource
459 def compare_list(self, first_resource, second_resource): argument
469 resource1 = first_resource
/dports/net/py-python-heatclient/python-heatclient-2.4.0/heatclient/common/
H A Dresource_formatter.py144 first_resource = list(nested_resources.values())[0]
148 % (dot_id, first_resource.res_dot_id,
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/qa/spec/resource/
H A Dbase_spec.rb258 first_result = first_resource.fabricate!(resource: first_resource.new)
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/call/adaptation/
H A Dnew_resource_adaptation_processor_poc_unittest.cc183 auto* first_resource = processor.AddResource( in TEST() local
193 first_resource->set_usage_state(ResourceUsageState::kStable); in TEST()