/third_party/python/Lib/test/ |
H A D | test_runpy.py | 253 for entry in list(sys.modules): 254 if entry.startswith("__runpy_pkg__"): 255 del sys.modules[entry] 258 if verbose > 1: print(" Removed sys.path entry") 414 del d1 # Ensure __loader__ entry doesn't keep file open 428 del d2 # Ensure __loader__ entry doesn't keep file open
|
H A D | test_site.py | 103 for entry in [site.makepath(path)[1] for path in sys.path 105 self.assertIn(entry, dir_set, 107 "by _init_pathinfo(): %s" % (entry, dir_set))
|
/third_party/rust/crates/syn/src/ |
H A D | punctuated.rs | 421 list.entry(t); in fmt() 422 list.entry(p); in fmt() 425 list.entry(last); in fmt()
|
/third_party/ntfs-3g/src/ |
H A D | lowntfs-3g.c | 1031 struct fuse_entry_param entry; in ntfs_fuse_lookup() local 1061 &security,&entry,iref); in ntfs_fuse_lookup() 1071 fuse_reply_entry(req, &entry); in ntfs_fuse_lookup() 1304 * causes Darwin/Mac OS X to bug out and skip the entry. in ntfs_fuse_filler() 1357 " directory entry (inode %lld)\n", in ntfs_fuse_filler() 2544 struct fuse_entry_param entry; in ntfs_fuse_create_file() local 2547 0, &entry, NULL, fi); in ntfs_fuse_create_file() 2551 fuse_reply_create(req, &entry, fi); in ntfs_fuse_create_file() 2572 struct fuse_entry_param entry; in ntfs_fuse_symlink() local 2575 &entry, targe in ntfs_fuse_symlink() 2677 struct fuse_entry_param entry; ntfs_fuse_link() local 3157 struct fuse_entry_param entry; ntfs_fuse_mkdir() local [all...] |
/third_party/mesa3d/src/microsoft/vulkan/ |
H A D | dzn_cmd_buffer.c | 578 struct dzn_cmd_event_signal *entry = in dzn_cmd_buffer_gather_events() local 581 if (!entry) { in dzn_cmd_buffer_gather_events() 586 *entry = signal; in dzn_cmd_buffer_gather_events() 829 struct dzn_cmd_buffer_query_range *entry = in dzn_cmd_buffer_collect_query_ops() local 832 if (!entry) { in dzn_cmd_buffer_collect_query_ops() 837 *entry = range; in dzn_cmd_buffer_collect_query_ops() 1091 struct dzn_internal_resource *entry = in dzn_cmd_buffer_alloc_internal_buf() local 1092 vk_alloc(&cmdbuf->vk.pool->alloc, sizeof(*entry), 8, in dzn_cmd_buffer_alloc_internal_buf() 1094 if (!entry) { in dzn_cmd_buffer_alloc_internal_buf() 1100 entry in dzn_cmd_buffer_alloc_internal_buf() 4162 struct dzn_event **entry = dzn_CmdWaitEvents() local [all...] |
/third_party/ffmpeg/libavdevice/ |
H A D | v4l2.c | 1030 struct dirent *entry; in v4l2_get_device_list() local 1042 while ((entry = readdir(dir))) { in v4l2_get_device_list() 1048 if (!v4l2_is_v4l_dev(entry->d_name)) in v4l2_get_device_list() 1051 size = snprintf(device_name, sizeof(device_name), "/dev/%s", entry->d_name); in v4l2_get_device_list()
|
/third_party/ffmpeg/libavfilter/ |
H A D | af_astats.c | 247 double entry = p->ehistogram[i] / ((double)p->nb_samples); in calc_entropy() local 249 if (entry > 1e-8) in calc_entropy() 250 entropy += entry * log2(entry); in calc_entropy()
|
/third_party/ffmpeg/libavformat/ |
H A D | asfenc.c | 345 avio_wl16(pb, 12 + len); // entry length in asf_write_markers() 394 AVDictionaryEntry *entry; in asf_write_header1() local 404 entry = av_dict_get(s->streams[n]->metadata, "language", NULL, 0); in asf_write_header1() 405 if (entry) { in asf_write_header1() 406 const char *iso6391lang = ff_convert_lang_to(entry->value, AV_LANG_ISO639_1); in asf_write_header1()
|
/third_party/libsnd/src/ |
H A D | flac.c | 435 value = (const char*) metadata->data.vorbis_comment.comments [tag_num].entry ; in sf_flac_meta_get_vorbiscomments() 593 { FLAC__StreamMetadata_VorbisComment_Entry entry ; in flac_write_strings() local 649 FLAC__metadata_object_vorbiscomment_entry_from_name_value_pair (&entry, key, value) ; in flac_write_strings() 650 FLAC__metadata_object_vorbiscomment_append_comment (pflac->metadata, entry, /* copy */ SF_FALSE) ; in flac_write_strings()
|
/third_party/node/deps/v8/src/wasm/ |
H A D | wasm-objects.h | 78 // A helper for an entry for an imported function, indexed statically. 81 // Each entry is either: 92 // Initialize this entry as a Wasm to JS call. This accepts the isolate as a 97 // Initialize this entry as a Wasm to Wasm call. 190 Handle<Object> entry); 194 uint32_t index, Handle<Object> entry); 202 uint32_t start, Handle<Object> entry, 226 // This function reads the content of a function table entry and returns it 236 // {entry} is either {Null} or a {WasmInternalFunction}. 240 Handle<Object> entry); [all...] |
/third_party/mesa3d/src/mesa/main/ |
H A D | context.c | 867 _glapi_proc *entry = (_glapi_proc *) table; in _mesa_new_nop_table() local 870 entry[i] = (_glapi_proc) generic_nop; in _mesa_new_nop_table() 878 _glapi_proc *entry = (_glapi_proc *) table; in _mesa_new_nop_table() local 880 entry[i] = (_glapi_proc)glthread_nop; in _mesa_new_nop_table()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/ |
H A D | nv50_screen.c | 1226 nv50_screen_tic_alloc(struct nv50_screen *screen, void *entry) in nv50_screen_tic_alloc() argument 1238 screen->tic.entries[i] = entry; in nv50_screen_tic_alloc() 1243 nv50_screen_tsc_alloc(struct nv50_screen *screen, void *entry) in nv50_screen_tsc_alloc() argument 1255 screen->tsc.entries[i] = entry; in nv50_screen_tsc_alloc()
|
/third_party/node/deps/v8/src/compiler/ |
H A D | bytecode-analysis.cc | 327 for (interpreter::JumpTableTargetOffset entry : in UpdateOutLiveness() 329 liveness.out->Union(*liveness_map.GetInLiveness(entry.target_offset)); in UpdateOutLiveness() 336 // TODO(leszeks): We should look up this range only once per entry. in UpdateOutLiveness() 348 // The accumulator is reset to the exception on entry into a handler, in UpdateOutLiveness() 677 for (interpreter::JumpTableTargetOffset entry : in Analyze() 680 *liveness_map().GetInLiveness(entry.target_offset))) { in Analyze()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
H A D | ProgramGL.cpp | 1010 const auto &entry = uniformLocations[uniformLocation]; in postLink() local 1011 if (!entry.used()) in postLink() 1018 const gl::LinkedUniform &uniform = uniforms[entry.index]; in postLink() 1024 fullNameStr << "[" << entry.arrayIndex << "]"; in postLink()
|
/third_party/skia/third_party/externals/spirv-tools/test/ |
H A D | operand_capabilities_test.cpp | 49 spv_operand_desc entry; in TEST_P() local 53 std::get<1>(GetParam()).value, &entry)); in TEST_P() 55 entry->capabilities, entry->numCapabilities); in TEST_P()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/ |
H A D | operand_capabilities_test.cpp | 49 spv_operand_desc entry; in TEST_P() local 53 std::get<1>(GetParam()).value, &entry)); in TEST_P() 55 entry->capabilities, entry->numCapabilities); in TEST_P()
|
/third_party/spirv-tools/test/ |
H A D | operand_capabilities_test.cpp | 78 spv_operand_desc entry; in TEST_P() local 82 std::get<1>(GetParam()).value, &entry)); in TEST_P() 84 entry->capabilities, entry->numCapabilities); in TEST_P()
|
/third_party/icu/icu4c/source/i18n/ |
H A D | rulebasedcollator.cpp | 184 RuleBasedCollator::RuleBasedCollator(const CollationCacheEntry *entry) in RuleBasedCollator() argument 185 : data(entry->tailoring->data), in RuleBasedCollator() 186 settings(entry->tailoring->settings), in RuleBasedCollator() 187 tailoring(entry->tailoring), in RuleBasedCollator() 188 cacheEntry(entry), in RuleBasedCollator() 189 validLocale(entry->validLocale), in RuleBasedCollator()
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | rulebasedcollator.cpp | 186 RuleBasedCollator::RuleBasedCollator(const CollationCacheEntry *entry) in RuleBasedCollator() argument 187 : data(entry->tailoring->data), in RuleBasedCollator() 188 settings(entry->tailoring->settings), in RuleBasedCollator() 189 tailoring(entry->tailoring), in RuleBasedCollator() 190 cacheEntry(entry), in RuleBasedCollator() 191 validLocale(entry->validLocale), in RuleBasedCollator()
|
/third_party/node/deps/v8/src/objects/ |
H A D | keys.cc | 665 for (InternalIndex entry : InternalIndex::Range(length)) { in FilterForEnumerableProperties() 666 if (!accessor->HasEntry(*result, entry)) continue; in FilterForEnumerableProperties() 672 Handle<Object> element = accessor->Get(result, entry); in FilterForEnumerableProperties() 1253 auto entry = unchecked_result_keys.LookupOrInsert(key, key->EnsureHash()); in CollectOwnJSProxyKeys() local 1254 if (entry->value != kPresent) { in CollectOwnJSProxyKeys() 1255 entry->value = kPresent; in CollectOwnJSProxyKeys() 1332 if (raw_key.IsSmi()) continue; // Zapped entry, was nonconfigurable. in CollectOwnJSProxyKeys()
|
/third_party/mesa3d/src/nouveau/codegen/ |
H A D | nv50_ir_emit_nv50.cpp | 892 nv50_interpApply(const FixupEntry *entry, uint32_t *code, const FixupData& data) in nv50_interpApply() argument 894 int ipa = entry->ipa; in nv50_interpApply() 895 int encSize = entry->reg; in nv50_interpApply() 896 int loc = entry->loc; in nv50_interpApply() 1277 alphatestSet(const FixupEntry *entry, uint32_t *code, const FixupData& data) in alphatestSet() argument 1279 int loc = entry->loc; in alphatestSet()
|
H A D | nv50_ir_emit_gv100.cpp | 385 gv100_selpFlip(const FixupEntry *entry, uint32_t *code, const FixupData& data) in gv100_selpFlip() argument 387 int loc = entry->loc; in gv100_selpFlip() 389 switch (entry->ipa) { in gv100_selpFlip() 961 gv100_interpApply(const FixupEntry *entry, uint32_t *code, const FixupData& data) in gv100_interpApply() argument 963 int ipa = entry->ipa; in gv100_interpApply() 964 int loc = entry->loc; in gv100_interpApply()
|
/third_party/rust/crates/bindgen/bindgen/ir/ |
H A D | context.rs | 1332 used_params.entry(id).or_insert_with(|| { in find_used_template_parameters() 2055 match self.replacements.entry(name.into()) { in replace() 2056 Entry::Vacant(entry) => { in replace() 2061 entry.insert(potential_ty); in replace() 2250 .entry(derive_trait) in blocklisted_type_implements_trait() 2252 .entry(item.id()) in blocklisted_type_implements_trait() 2909 /// The item ID allocated for this type. This is *NOT* a key for an entry in
|
/third_party/python/Lib/idlelib/ |
H A D | editor.py | 971 for entry in help_list: 972 cmd = self._extra_help_callback(entry[1]) 973 helpmenu.add_command(label=entry[0], command=cmd) 1230 for entry in entrylist: 1231 if entry is None: 1234 label, eventname = entry
|
/third_party/vk-gl-cts/android/cts/runner/src/com/drawelements/deqp/runner/ |
H A D | DeqpTestRunner.java | 335 for (Map.Entry<BatchRunConfiguration, String> entry : in forwardFinalizedPendingResult() 338 = new ByteArrayInputStreamSource(entry.getValue().getBytes()); in forwardFinalizedPendingResult() 341 + entry.getKey().getId(), LogDataType.XML, source); in forwardFinalizedPendingResult() 351 for (Map.Entry<BatchRunConfiguration, String> entry : in forwardFinalizedPendingResult() 357 entry.getKey().getId())); in forwardFinalizedPendingResult() 358 errorLog.append(entry.getValue()); in forwardFinalizedPendingResult()
|