/third_party/ffmpeg/libavfilter/ |
H A D | signature_lookup.c | 418 static MatchingInfo evaluate_parameters(AVFilterContext *ctx, SignatureContext *sc, MatchingInfo *infos, MatchingInfo bestmatch, int mode) in evaluate_parameters() argument 427 for (; infos != NULL; infos = infos->next) { in evaluate_parameters() 428 a = infos->first; in evaluate_parameters() 429 b = infos->second; in evaluate_parameters() 444 a = infos->first; in evaluate_parameters() 445 b = infos->second; in evaluate_parameters() 466 dir = iterate_frame(infos->framerateratio, &a, &b, fcount, &bcount, dir); in evaluate_parameters() 469 a = infos in evaluate_parameters() 536 MatchingInfo *infos; lookup_signatures() local [all...] |
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fShaderStateQueryTests.cpp | 192 std::vector<TestTypeInfo> infos; in getInfos() local 194 infos.push_back(samplerTypes[ndx]); in getInfos() 196 return infos; in getInfos() 222 std::vector<TestTypeInfo> infos; in getInfos() local 224 infos.push_back(samplerTypes[ndx]); in getInfos() 226 return infos; in getInfos() 252 std::vector<TestTypeInfo> infos; in getInfos() local 254 infos.push_back(samplerTypes[ndx]); in getInfos() 256 return infos; in getInfos() 283 std::vector<TestTypeInfo> infos; in getInfos() local 320 std::vector<TestTypeInfo> infos; getInfos() local 351 std::vector<TestTypeInfo> infos; getInfos() local [all...] |
/third_party/cups-filters/filter/ |
H A D | bannertopdf.c | 398 if (banner->infos & INFO_IMAGEABLE_AREA) { in generate_banner_pdf() 416 if (banner->infos & INFO_IMAGEABLE_AREA) in generate_banner_pdf() 423 if (banner->infos & INFO_JOB_BILLING) in generate_banner_pdf() 427 if (banner->infos & INFO_JOB_ID) in generate_banner_pdf() 430 if (banner->infos & INFO_JOB_NAME) in generate_banner_pdf() 433 if (banner->infos & INFO_JOB_ORIGINATING_HOST_NAME) in generate_banner_pdf() 438 if (banner->infos & INFO_JOB_ORIGINATING_USER_NAME) in generate_banner_pdf() 441 if (banner->infos & INFO_JOB_UUID) in generate_banner_pdf() 445 if (ppd && banner->infos & INFO_PRINTER_DRIVER_NAME) in generate_banner_pdf() 448 if (ppd && banner->infos in generate_banner_pdf() [all...] |
/third_party/mesa3d/src/gallium/drivers/zink/ |
H A D | zink_framebuffer.c | 88 attachments.pAttachmentImageInfos = fb->infos; in zink_init_framebuffer() 132 populate_attachment_info(&fb->infos[i], &fb->state.infos[i]); in create_framebuffer_imageless() 163 memcpy(&state.infos[i], &transient->info, sizeof(transient->info)); in zink_get_framebuffer() 164 memcpy(&state.infos[cresolve_offset + i], &surface->info, sizeof(surface->info)); in zink_get_framebuffer() 167 memcpy(&state.infos[i], &surface->info, sizeof(surface->info)); in zink_get_framebuffer() 177 memcpy(&state.infos[state.num_attachments], &transient->info, sizeof(transient->info)); in zink_get_framebuffer() 178 memcpy(&state.infos[zsresolve_offset], &surface->info, sizeof(surface->info)); in zink_get_framebuffer() 181 memcpy(&state.infos[state.num_attachments], &surface->info, sizeof(surface->info)); in zink_get_framebuffer()
|
H A D | zink_framebuffer.h | 43 struct zink_surface_info infos[PIPE_MAX_COLOR_BUFS + 1]; member 54 VkFramebufferAttachmentImageInfo infos[PIPE_MAX_COLOR_BUFS + 1]; member
|
H A D | zink_render_pass.c | 626 VkRenderPassAttachmentBeginInfo infos; in begin_render_pass() local 628 infos.sType = VK_STRUCTURE_TYPE_RENDER_PASS_ATTACHMENT_BEGIN_INFO; in begin_render_pass() 629 infos.pNext = NULL; in begin_render_pass() 630 infos.attachmentCount = ctx->framebuffer->state.num_attachments; in begin_render_pass() 631 infos.pAttachments = att; in begin_render_pass() 643 assert(zink_resource(surf->base.texture)->obj->vkusage == ctx->framebuffer->state.infos[i].usage); in begin_render_pass() 648 assert(zink_resource(transient->base.texture)->obj->vkusage == ctx->framebuffer->state.infos[i].usage); in begin_render_pass() 649 assert(zink_resource(surf->base.texture)->obj->vkusage == ctx->framebuffer->state.infos[cresolve_offset].usage); in begin_render_pass() 651 assert(zink_resource(surf->base.texture)->obj->vkusage == ctx->framebuffer->state.infos[i].usage); in begin_render_pass() 661 assert(zink_resource(transient->base.texture)->obj->vkusage == ctx->framebuffer->state.infos[ct in begin_render_pass() [all...] |
/third_party/python/Lib/unittest/ |
H A D | runner.py | 242 infos = [] 247 infos.append("failures=%d" % failed) 249 infos.append("errors=%d" % errored) 253 infos.append("skipped=%d" % skipped) 255 infos.append("expected failures=%d" % expectedFails) 257 infos.append("unexpected successes=%d" % unexpectedSuccesses) 258 if infos: 259 self.stream.writeln(" (%s)" % (", ".join(infos),))
|
/third_party/node/deps/v8/src/compiler/ |
H A D | csa-load-elimination.cc | 196 ConstantOffsetInfos& infos = Helpers::IsFreshObject(object) in AddField() local 201 Update(infos, offset_num, object, FieldInfo(value, repr)); in AddField() 203 UnknownOffsetInfos& infos = in AddField() local 209 Update(infos, object, offset, FieldInfo(value, repr)); in AddField() 219 const ConstantOffsetInfos& infos = Helpers::IsFreshObject(object) in Lookup() local 224 return infos.Get(num_offset).Get(object); in Lookup() 226 const UnknownOffsetInfos& infos = Helpers::IsFreshObject(object) in Lookup() local 231 return infos.Get(object).Get(offset); in Lookup() 236 // Kill all elements in {infos} that overlap with an element with {offset} and 238 void CsaLoadElimination::HalfState::KillOffset(ConstantOffsetInfos& infos, in KillOffset() argument 291 Print( const CsaLoadElimination::HalfState::ConstantOffsetInfos& infos) Print() argument 307 Print( const CsaLoadElimination::HalfState::UnknownOffsetInfos& infos) Print() argument [all...] |
H A D | csa-load-elimination.h | 110 // Kill all elements in {infos} which may alias with offset. 111 static void KillOffset(ConstantOffsetInfos& infos, uint32_t offset, 118 static void Print(const ConstantOffsetInfos& infos); 119 static void Print(const UnknownOffsetInfos& infos);
|
H A D | access-info.h | 236 // Merge as many of the given {infos} as possible and record any dependencies. 241 ZoneVector<PropertyAccessInfo> infos, AccessMode access_mode, 244 // Merge the given {infos} to a single one and record any dependencies. If the 248 ZoneVector<PropertyAccessInfo> infos, AccessMode access_mode) const; 270 void MergePropertyAccessInfos(ZoneVector<PropertyAccessInfo> infos,
|
/third_party/skia/src/gpu/vk/ |
H A D | GrVkExtensions.cpp | 16 // finds the index of ext in infos or a negative result if ext is not found. 17 static int find_info(const SkTArray<GrVkExtensions::Info>& infos, const char ext[]) { in find_info() argument 18 if (infos.empty()) { in find_info() 24 &infos.front(), infos.count(), extensionStr, sizeof(GrVkExtensions::Info), in find_info()
|
/third_party/mesa3d/src/virtio/vulkan/ |
H A D | vn_pipeline.c | 269 VkGraphicsPipelineCreateInfo *infos = NULL; in vn_fix_graphics_pipeline_create_info() local 335 infos = vk_alloc(alloc, sizeof(*infos) * create_info_count, in vn_fix_graphics_pipeline_create_info() 337 if (!infos) { in vn_fix_graphics_pipeline_create_info() 342 memcpy(infos, create_infos, sizeof(*infos) * create_info_count); in vn_fix_graphics_pipeline_create_info() 345 VkGraphicsPipelineCreateInfo *info = &infos[i]; in vn_fix_graphics_pipeline_create_info() 361 *out = infos; in vn_fix_graphics_pipeline_create_info() 362 return infos; in vn_fix_graphics_pipeline_create_info()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/ |
H A D | hashtablez_sampler_test.cc | 281 std::vector<HashtablezInfo*> infos; in TEST() local 283 infos.push_back(Register(&sampler, i)); in TEST() 287 sampler.Unregister(infos[1]); in TEST() 290 infos.push_back(Register(&sampler, 3)); in TEST() 291 infos.push_back(Register(&sampler, 4)); in TEST() 293 sampler.Unregister(infos[3]); in TEST() 296 sampler.Unregister(infos[0]); in TEST() 297 sampler.Unregister(infos[2]); in TEST() 298 sampler.Unregister(infos[4]); in TEST()
|
/third_party/node/test/fixtures/wpt/WebCryptoAPI/derive_bits_keys/ |
H A D | hkdf_vectors.js | 61 var infos = { 183 return {derivedKeys: derivedKeys, salts: salts, derivations: derivations, derivedKeyTypes: derivedKeyTypes, infos: infos};
|
H A D | hkdf.js | 12 var infos = testData.infos; 36 var algorithm = {name: "HKDF", salt: salts[saltSize], info: infos[infoSize], hash: hashName}; 124 return subtle.deriveBits({name: "HKDF", info: infos[infoSize], hash: hashName}, baseKeys[derivedKeySize], 0) 198 Object.keys(infos).forEach(function(infoSize) { 202 algorithm.info = infos[infoSize];
|
/third_party/node/deps/openssl/openssl/crypto/store/ |
H A D | store_result.c | 593 STACK_OF(OSSL_STORE_INFO) *infos = NULL; in try_pkcs12() 600 if ((infos = sk_OSSL_STORE_INFO_new_null()) != NULL) { in try_pkcs12() 605 && sk_OSSL_STORE_INFO_push(infos, osi_pkey) != 0) in try_pkcs12() 614 && sk_OSSL_STORE_INFO_push(infos, osi_cert) != 0) in try_pkcs12() 624 && sk_OSSL_STORE_INFO_push(infos, osi_ca) != 0) in try_pkcs12() 637 sk_OSSL_STORE_INFO_pop_free(infos, OSSL_STORE_INFO_free); in try_pkcs12() 638 infos = NULL; in try_pkcs12() 640 ctx->cached_info = infos; in try_pkcs12()
|
/third_party/openssl/crypto/store/ |
H A D | store_result.c | 591 STACK_OF(OSSL_STORE_INFO) *infos = NULL; in try_pkcs12() 598 if ((infos = sk_OSSL_STORE_INFO_new_null()) != NULL) { in try_pkcs12() 603 && sk_OSSL_STORE_INFO_push(infos, osi_pkey) != 0) in try_pkcs12() 612 && sk_OSSL_STORE_INFO_push(infos, osi_cert) != 0) in try_pkcs12() 622 && sk_OSSL_STORE_INFO_push(infos, osi_ca) != 0) in try_pkcs12() 635 sk_OSSL_STORE_INFO_pop_free(infos, OSSL_STORE_INFO_free); in try_pkcs12() 636 infos = NULL; in try_pkcs12() 638 ctx->cached_info = infos; in try_pkcs12()
|
/third_party/mesa3d/src/gallium/frontends/clover/core/ |
H A D | printf.cpp | 178 const std::vector<binary::printf_info> &infos, 182 new printf_handler(q, infos, strings_in_buffer, size)); 186 const std::vector<binary::printf_info> &infos, 189 _q(q), _formatters(infos), _strings_in_buffer(strings_in_buffer), _size(size), _buffer() {
|
/third_party/skia/modules/skshaper/src/ |
H A D | SkShaper_coretext.cpp | 236 std::vector<SkShaper::RunHandler::RunInfo> infos; 248 infos.clear(); 266 infos.push_back({ 273 handler->runInfo(infos.back()); 280 const auto& info = infos[j];
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | test.cc | 70 hb_glyph_info_t *infos = hb_buffer_get_glyph_infos (buffer, nullptr); in main() local 75 hb_glyph_info_t *info = &infos[i]; in main()
|
H A D | sample.py | 53 infos = hb.buffer_get_glyph_infos (buf) variable 56 for info, pos in zip (infos, positions):
|
H A D | hb-buffer.hh | 432 _unsafe_to_break_find_min_cluster (const hb_glyph_info_t *infos, 437 cluster = hb_min (cluster, infos[i].cluster); 441 _unsafe_to_break_set_mask (hb_glyph_info_t *infos, 446 if (cluster != infos[i].cluster) 449 infos[i].mask |= HB_GLYPH_FLAG_UNSAFE_TO_BREAK;
|
/third_party/python/Lib/importlib/metadata/ |
H A D | __init__.py | 830 self.infos = FreezableDefaultDict(list) 839 self.infos[normalized].append(path.joinpath(child)) 845 self.infos.freeze() 849 infos = ( 850 self.infos[prepared.normalized] 852 else itertools.chain.from_iterable(self.infos.values()) 859 return itertools.chain(infos, eggs)
|
/third_party/python/Lib/asyncio/ |
H A D | base_events.py | 1045 infos = await self._ensure_resolved( 1048 if not infos: 1062 infos = _interleave_addrinfos(infos, interleave) 1067 for addrinfo in infos: 1078 for addrinfo in infos), 1332 infos = await self._ensure_resolved( 1335 if not infos: 1338 for fam, _, pro, _, address in infos: 1423 infos [all...] |
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/mobileer/miditools/ |
H A D | MidiPortSelector.java | 85 MidiDeviceInfo[] infos = mMidiManager.getDevices(); in MidiPortSelector() 86 for (MidiDeviceInfo info : infos) { in MidiPortSelector()
|