Home
last modified time | relevance | path

Searched refs:entry (Results 976 - 1000 of 2601) sorted by relevance

1...<<31323334353637383940>>...105

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/shaders/
H A Dgenerate_shaders.bat46 set entry=%~2 variable
52 set "buildCMD=fxc /nologo /E %entry% /T %type% /Fh %output% %input%"
54 set "buildCMD=fxc /nologo /Zi /Od /E %entry% /T %type% /Fh %output% %input%"
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/conversion/eot/
H A DMtxFontBuilder.java89 for (Map.Entry<Integer, ReadableFontData> entry : tables.entrySet()) { in build()
90 ReadableFontData data = entry.getValue(); in build()
92 size += (entry.getValue().length() + TABLE_ALIGN - 1) & -TABLE_ALIGN; in build()
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
H A Dcall_graph.cpp107 for (auto& entry : function_in_degree) { in ComputeTopologicalOrderOfFunctions()
108 if (entry.second == 0) { in ComputeTopologicalOrderOfFunctions()
109 queue.push(entry.first); in ComputeTopologicalOrderOfFunctions()
/third_party/skia/third_party/externals/spirv-tools/source/reduce/
H A Dremove_unused_struct_member_reduction_opportunity_finder.cpp145 for (auto& entry : unused_member_to_structs) { in GetAvailableOpportunities()
146 for (auto struct_type : entry.second) { in GetAvailableOpportunities()
148 struct_type, entry.first)); in GetAvailableOpportunities()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
H A Dcall_graph.cpp107 for (auto& entry : function_in_degree) { in ComputeTopologicalOrderOfFunctions()
108 if (entry.second == 0) { in ComputeTopologicalOrderOfFunctions()
109 queue.push(entry.first); in ComputeTopologicalOrderOfFunctions()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/reduce/
H A Dremove_unused_struct_member_reduction_opportunity_finder.cpp145 for (auto& entry : unused_member_to_structs) { in GetAvailableOpportunities()
146 for (auto struct_type : entry.second) { in GetAvailableOpportunities()
148 struct_type, entry.first)); in GetAvailableOpportunities()
/third_party/skia/third_party/externals/brotli/java/org/brotli/wrapper/enc/
H A DBrotliEncoderChannelTest.java44 for (String entry : entries) { in suite()
45 suite.addTest(new ChannleTestCase(entry, TestMode.WRITE_ALL)); in suite()
46 suite.addTest(new ChannleTestCase(entry, TestMode.WRITE_CHUNKS)); in suite()
79 throw new RuntimeException("Can't read bundle entry: " + entryName); in run()
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
H A DD3D11on12Util.cpp157 Ref<D3D11on12ResourceCacheEntry> entry = in GetOrCreateD3D11on12Resource() local
159 mCache.insert(entry); in GetOrCreateD3D11on12Resource()
161 return entry; in GetOrCreateD3D11on12Resource()
H A DShaderModuleD3D12.cpp93 for (auto& entry : sorted) { in Serialize()
95 Serialize(output, entry.first); in Serialize()
97 Serialize(output, entry.second); in Serialize()
121 const OverridableConstantScalar* entry, in GetHLSLValueString()
125 return std::to_string(entry ? entry->b : static_cast<int32_t>(value)); in GetHLSLValueString()
127 return FloatToStringWithPrecision(entry ? entry->f32 in GetHLSLValueString()
130 return std::to_string(entry ? entry in GetHLSLValueString()
120 GetHLSLValueString(EntryPointMetadata::OverridableConstant::Type dawnType, const OverridableConstantScalar* entry, double value = 0) GetHLSLValueString() argument
[all...]
/third_party/spirv-tools/source/fuzz/
H A Dcall_graph.cpp107 for (auto& entry : function_in_degree) { in ComputeTopologicalOrderOfFunctions()
108 if (entry.second == 0) { in ComputeTopologicalOrderOfFunctions()
109 queue.push(entry.first); in ComputeTopologicalOrderOfFunctions()
/third_party/toybox/porting/liteos_a/toys/posix/
H A Dkill.c92 struct dirent *entry; in kill_main() local
109 while ((entry = readdir(dp))) { in kill_main()
112 if (!(procpid = atoi(entry->d_name))) continue; in kill_main()
/third_party/toybox/toys/posix/
H A Dkill.c95 struct dirent *entry; in kill_main() local
115 while ((entry = readdir(dp))) { in kill_main()
118 if (!(procpid = atoi(entry->d_name))) continue; in kill_main()
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DMapFieldSchemaFull.java103 for (Map.Entry<K, V> entry : map.entrySet()) { in getSerializedSizeFull()
108 defaultEntry.getMetadata(), entry.getKey(), entry.getValue())); in getSerializedSizeFull()
/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/
H A Ddistribution_test_util_test.cc152 for (auto entry : cases) { in TEST()
153 EXPECT_NEAR(absl::random_internal::MaxErrorTolerance(entry.first), in TEST()
154 entry.second, 1e-8); in TEST()
/foundation/ability/ability_lite/frameworks/ability_lite/include/
H A Dability_slice_scheduler.h40 void SetMainRoute(const std::string &entry);
41 void AddActionRoute(const std::string &action, const std::string &entry);
/third_party/mesa3d/src/gallium/winsys/radeon/drm/
H A Dradeon_drm_bo.h47 struct pb_slab_entry entry; member
83 bool radeon_bo_can_reclaim_slab(void *priv, struct pb_slab_entry *entry);
/third_party/libexif/libexif/huawei/
H A Dmnote-huawei-entry.h44 char *mnote_huawei_entry_get_value (MnoteHuaweiEntry *entry, char *v, unsigned int maxlen);
45 int mnote_huawei_entry_set_value(MnoteHuaweiEntry *entry, const char *v, int strlen);
/third_party/node/deps/v8/src/objects/
H A Djs-collection-inl.h53 InternalIndex entry(index); in CurrentValue()
54 Object value = table.ValueAt(entry); in CurrentValue()
/third_party/mesa3d/src/gallium/auxiliary/pipebuffer/
H A Dpb_cache.h70 void pb_cache_add_buffer(struct pb_cache_entry *entry);
75 void pb_cache_init_entry(struct pb_cache *mgr, struct pb_cache_entry *entry,
/third_party/skia/src/gpu/mock/
H A DGrMockRenderTask.h31 for (const auto& entry : fUsed) {
32 if (entry.get() == proxy) {
/third_party/skia/tools/infra/
H A Dgo.py35 for entry in os.environ.get('PATH', '').split(os.pathsep):
36 if entry == go_bin:
/third_party/python/Lib/test/
H A Dtest_os.py4140 entry = [entry for entry in os.scandir(self.path)].pop()
4141 self.assertIsInstance(entry, os.DirEntry)
4142 self.assertEqual(entry.name, "file.txt")
4144 self.assertRaises(TypeError, pickle.dumps, entry, filename)
4163 entries = dict((entry.name, entry)
4164 for entry in os.scandir(self.path))
4193 def check_entry(self, entry, nam
[all...]
/third_party/node/deps/v8/src/strings/
H A Dunicode.cc41 static inline uchar GetEntry(int32_t entry) { return entry & (kStartBit - 1); } in GetEntry() argument
43 static inline bool IsStart(int32_t entry) { return (entry & kStartBit) != 0; } in IsStart() argument
63 // If we've found an entry less than or equal to this one, and the in LookupPredicate()
80 uchar entry = GetEntry(field); in LookupPredicate() local
82 return (entry == value) || (entry < value && is_start); in LookupPredicate()
117 // If we've found an entry less than or equal to this one, and the next one in LookupMapping()
134 uchar entry in LookupMapping() local
[all...]
/foundation/distributeddatamgr/kv_store/test/unittest/distributeddata/
H A DSingleKvStoreDataCallbackJsTest.js45 var entry = {
52 entries.push(entry);
1014 var entry = {
1021 entries.push(entry);
1055 var entry = {
1062 entries.push(entry);
1096 var entry = {
1103 entries.push(entry);
1137 var entry = {
1144 entries.push(entry);
[all...]
H A DDeviceKvStoreDataCallbackJsTest.js48 var entry = {
55 entries.push(entry);
1058 var entry = {
1065 entries.push(entry);
1099 var entry = {
1106 entries.push(entry);
1140 var entry = {
1147 entries.push(entry);
1181 var entry = {
1188 entries.push(entry);
[all...]

Completed in 22 milliseconds

1...<<31323334353637383940>>...105