Home
last modified time | relevance | path

Searched refs:Groups (Results 1 – 25 of 220) sorted by relevance

123456789

/third_party/grpc/src/csharp/Grpc.Tools/
DProtoCompile.cs144 int.TryParse(match.Groups["LINE"].Value, out var line);
145 int.TryParse(match.Groups["COLUMN"].Value, out var column);
151 file: match.Groups["FILENAME"].Value,
156 message: match.Groups["TEXT"].Value);
170 int.TryParse(match.Groups["LINE"].Value, out var line);
171 int.TryParse(match.Groups["COLUMN"].Value, out var column);
177 file: match.Groups["FILENAME"].Value,
182 message: match.Groups["TEXT"].Value);
200 file: match.Groups["FILENAME"].Value,
205 message: match.Groups["TEXT"].Value);
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MCA/HardwareUnits/
DLSUnit.h195 DenseMap<unsigned, std::unique_ptr<MemoryGroup>> Groups; variable
246 return Index && (Groups.find(Index) != Groups.end()); in isValidGroupID()
280 return *Groups.find(Index)->second; in getGroup()
285 return *Groups.find(Index)->second; in getGroup()
289 Groups.insert( in createMemoryGroup()
304 Groups[GroupID]->onInstructionIssued(IR); in onInstructionIssued()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/HardwareUnits/
DLSUnit.cpp45 for (const std::pair<unsigned, std::unique_ptr<MemoryGroup>> &G : Groups) in cycleEvent()
56 for (const auto &GroupIt : Groups) { in dump()
164 auto It = Groups.find(GroupID); in onInstructionExecuted()
165 assert(It != Groups.end() && "Instruction not dispatched to the LS unit"); in onInstructionExecuted()
168 Groups.erase(It); in onInstructionExecuted()
/third_party/mesa3d/src/mesa/main/
Ddebug_output.c103 struct gl_debug_group *Groups[MAX_DEBUG_GROUP_STACK_DEPTH]; member
400 debug->Groups[0] = malloc(sizeof(*debug->Groups[0])); in debug_create()
401 if (!debug->Groups[0]) { in debug_create()
409 debug_namespace_init(&debug->Groups[0]->Namespaces[s][t]); in debug_create()
422 return (gstack > 0 && debug->Groups[gstack] == debug->Groups[gstack - 1]); in debug_is_group_read_only()
432 const struct gl_debug_group *src = debug->Groups[gstack]; in debug_make_group_writable()
460 debug->Groups[gstack] = dst; in debug_make_group_writable()
474 struct gl_debug_group *grp = debug->Groups[gstack]; in debug_clear_group()
485 debug->Groups[gstack] = NULL; in debug_clear_group()
540 ns = &debug->Groups[gstack]->Namespaces[source][type]; in debug_set_message_enable()
[all …]
Dperformance_monitor.c53 ctx->PerfMonitor.Groups = NULL; in _mesa_init_performance_monitors()
59 if (unlikely(!ctx->PerfMonitor.Groups)) in init_groups()
86 const struct gl_perf_monitor_group *g = &ctx->PerfMonitor.Groups[i]; in new_performance_monitor()
135 return &ctx->PerfMonitor.Groups[id]; in get_group()
564 const struct gl_perf_monitor_group *g = &ctx->PerfMonitor.Groups[group]; in perf_monitor_result_size()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DXCOFFObjectWriter.cpp116 CsectGroups Groups; member
126 for (auto *Group : Groups) in reset()
131 CsectGroups Groups) in Section()
134 IsVirtual(IsVirtual), Groups(Groups) { in Section()
367 for (const auto *Group : Section->Groups) { in writeSections()
563 for (const auto *Group : Section->Groups) { in writeSymbolTable()
604 llvm::all_of(Section->Groups, in assignAddressesAndIndices()
615 for (auto *Group : Section->Groups) { in assignAddressesAndIndices()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86InstrFMA3Info.cpp65 static const X86InstrFMA3Group Groups[] = { variable
119 assert(std::is_sorted(std::begin(Groups), std::end(Groups)) && in verifyTables()
154 Table = makeArrayRef(Groups); in getFMA3Group()
/third_party/mesa3d/src/mesa/state_tracker/
Dst_cb_perfmon.c56 const struct gl_perf_monitor_group *g = &ctx->PerfMonitor.Groups[gid]; in init_perf_monitor()
89 const struct gl_perf_monitor_group *g = &ctx->PerfMonitor.Groups[gid]; in init_perf_monitor()
296 type = ctx->PerfMonitor.Groups[gid].Counters[cid].Type; in st_GetPerfMonitorResult()
438 perfmon->Groups = groups; in st_InitPerfMonitorGroups()
461 FREE((void *)perfmon->Groups[gid].Counters); in st_destroy_perfmon()
464 FREE((void *)perfmon->Groups); in st_destroy_perfmon()
/third_party/mesa3d/src/tool/pps/
Dpps_config.cc49 Groups, enumerator
126 mode = Mode::Groups; in main()
195 case Mode::Groups: { in main()
/third_party/openssl/test/ssl-tests/
D20-cert-select.conf.in77 "Groups" => "P-384"
82 "Groups" => "P-256:P-384",
99 "Groups" => "P-256:P-384"
106 "Groups" => "P-384",
153 "Groups" => "brainpoolP256r1",
160 "Groups" => "brainpoolP256r1",
741 name => "TLS 1.3 Ed25519 CipherString and Groups Selection",
748 "Groups" => "X25519"
757 name => "TLS 1.3 Ed448 CipherString and Groups Selection",
764 "Groups" => "X448"
[all …]
D20-cert-select.conf50 test-45 = 45-TLS 1.3 Ed25519 CipherString and Groups Selection
51 test-46 = 46-TLS 1.3 Ed448 CipherString and Groups Selection
110 Groups = P-384
116 Groups = P-256:P-384
143 Groups = P-256:P-384
149 Groups = P-384
243 Groups = brainpoolP256r1
248 Groups = brainpoolP256r1
1468 [45-TLS 1.3 Ed25519 CipherString and Groups Selection]
1469 ssl_conf = 45-TLS 1.3 Ed25519 CipherString and Groups Selection-ssl
[all …]
D28-seclevel.conf.in63 "Groups" => "X25519" },
/third_party/flutter/skia/third_party/externals/sdl/build-scripts/
Dwinrtbuild.ps1133 if ($match.Groups.Count -ge 1) { in Get-VS-ProjectName()
134 return $match.Groups[1].Value in Get-VS-ProjectName()
/third_party/protobuf/csharp/src/Google.Protobuf/
DJsonParser.cs812 var dateTime = match.Groups["datetime"].Value; in MergeTimestamp()
813 var subseconds = match.Groups["subseconds"].Value; in MergeTimestamp()
814 var offset = match.Groups["offset"].Value; in MergeTimestamp()
888 var sign = match.Groups["sign"].Value; in MergeDuration()
889 var secondsText = match.Groups["int"].Value; in MergeDuration()
895 var subseconds = match.Groups["subseconds"].Value; in MergeDuration()
/third_party/protobuf/src/google/protobuf/
Dunittest_proto3_lite.proto74 // Groups are not allowed in proto3.
117 // Groups are not allowed in proto3.
Dunittest_proto3_arena_lite.proto75 // Groups are not allowed in proto3.
118 // Groups are not allowed in proto3.
Dunittest_proto3_arena.proto74 // Groups are not allowed in proto3.
119 // Groups are not allowed in proto3.
Dunittest_proto3.proto74 // Groups are not allowed in proto3.
119 // Groups are not allowed in proto3.
/third_party/flutter/skia/third_party/externals/angle2/extensions/
DEGL_ANGLE_display_texture_share_group.txt56 Add a new section entitled "OpenGL ES Global Texture Share Groups"
/third_party/skia/third_party/externals/angle2/extensions/
DEGL_ANGLE_display_texture_share_group.txt56 Add a new section entitled "OpenGL ES Global Texture Share Groups"
DEGL_ANGLE_display_semaphore_share_group.txt56 Add a new section entitled "OpenGL ES Global Semaphore Share Groups"
/third_party/vk-gl-cts/scripts/log/
DREADME.md47 Groups Statistics
/third_party/EGL/api/
Dregistry.rnc18 Groups * |
55 Groups = element groups {
/third_party/skia/third_party/externals/tint/tools/src/cmd/fix-tests/
Dmain.go106 for _, group := range testResults.Groups {
/third_party/openGLES/xml/
Dregistry.rnc18 Groups * |
55 Groups = element groups {

123456789