/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/shaders/ |
H A D | generate_shaders.bat | 46 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 D | MtxFontBuilder.java | 89 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 D | call_graph.cpp | 107 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 D | remove_unused_struct_member_reduction_opportunity_finder.cpp | 145 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 D | call_graph.cpp | 107 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 D | remove_unused_struct_member_reduction_opportunity_finder.cpp | 145 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 D | BrotliEncoderChannelTest.java | 44 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 D | D3D11on12Util.cpp | 157 Ref<D3D11on12ResourceCacheEntry> entry = in GetOrCreateD3D11on12Resource() local 159 mCache.insert(entry); in GetOrCreateD3D11on12Resource() 161 return entry; in GetOrCreateD3D11on12Resource()
|
H A D | ShaderModuleD3D12.cpp | 93 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 D | call_graph.cpp | 107 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 D | kill.c | 92 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 D | kill.c | 95 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 D | MapFieldSchemaFull.java | 103 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 D | distribution_test_util_test.cc | 152 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 D | ability_slice_scheduler.h | 40 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 D | radeon_drm_bo.h | 47 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 D | mnote-huawei-entry.h | 44 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 D | js-collection-inl.h | 53 InternalIndex entry(index); in CurrentValue() 54 Object value = table.ValueAt(entry); in CurrentValue()
|
/third_party/mesa3d/src/gallium/auxiliary/pipebuffer/ |
H A D | pb_cache.h | 70 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 D | GrMockRenderTask.h | 31 for (const auto& entry : fUsed) { 32 if (entry.get() == proxy) {
|
/third_party/skia/tools/infra/ |
H A D | go.py | 35 for entry in os.environ.get('PATH', '').split(os.pathsep): 36 if entry == go_bin:
|
/third_party/python/Lib/test/ |
H A D | test_os.py | 4140 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 D | unicode.cc | 41 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 D | SingleKvStoreDataCallbackJsTest.js | 45 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 D | DeviceKvStoreDataCallbackJsTest.js | 48 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...] |