Home
last modified time | relevance | path

Searched defs:g (Results 26 – 50 of 6868) sorted by relevance

12345678910>>...275

/aosp_15_r20/libcore/ojluni/src/test/java/util/concurrent/tck/
H A DCompletableFutureTest.java1028 final CompletableFuture<Item> g = m.exceptionally in testExceptionally_exceptionalCompletionActionFailed() local
1055 final CompletableFuture<Item> g = m.whenComplete in testWhenComplete_normalCompletion() local
1083 final CompletableFuture<Item> g = m.whenComplete in testWhenComplete_exceptionalCompletion() local
1111 final CompletableFuture<Item> g = m.whenComplete in testWhenComplete_sourceCancelled() local
1140 final CompletableFuture<Item> g = m.whenComplete in testWhenComplete_sourceCompletedNormallyActionFailed() local
1172 final CompletableFuture<Item> g = m.whenComplete in testWhenComplete_sourceFailedActionFailed() local
1205 final CompletableFuture<Item> g = m.handle in testHandle_normalCompletion() local
1235 final CompletableFuture<Item> g = m.handle in testHandle_exceptionalCompletion() local
1265 final CompletableFuture<Item> g = m.handle in testHandle_sourceCancelled() local
1295 final CompletableFuture<Item> g = m.handle in testHandle_sourceCompletedNormallyActionFailed() local
[all …]
/aosp_15_r20/external/pytorch/c10/test/core/impl/
H A DInlineDeviceGuard_test.cpp25 auto test_body = [&](TestGuard& g) -> void { in TEST()
34 TestGuard g(i); in TEST() local
40 TestGuard g(dev(i)); in TEST() local
65 TestGuard g(i); in TEST() local
81 TestGuard g(i); in TEST() local
97 TestGuard g(i); in TEST() local
118 auto test_body = [&](MaybeTestGuard& g) -> void { in TEST()
127 MaybeTestGuard g(i); in TEST() local
133 MaybeTestGuard g(dev(i)); in TEST() local
139 MaybeTestGuard g(std::make_optional(dev(i))); in TEST() local
[all …]
H A DInlineStreamGuard_test.cpp28 TestGuard g(stream(1, 2)); in TEST() local
46 TestGuard g(stream(0, 2)); in TEST() local
63 TestGuard g(stream(1, 2)); in TEST() local
82 TestGuard g(stream(1, 2)); in TEST() local
108 OptionalTestGuard g(stream(1, 2)); in TEST() local
119 OptionalTestGuard g(std::make_optional(stream(1, 2))); in TEST() local
130 OptionalTestGuard g; in TEST() local
144 OptionalTestGuard g; in TEST() local
161 OptionalTestGuard g; in TEST() local
185 MultiTestGuard g(streams); in TEST() local
[all …]
/aosp_15_r20/libcore/jsr166-tests/src/test/java/jsr166/
H A DCompletableFutureTest.java904 final CompletableFuture<Integer> g = f.exceptionally in testExceptionally_exceptionalCompletionActionFailed() local
930 final CompletableFuture<Integer> g = m.whenComplete in testWhenComplete_normalCompletion() local
957 final CompletableFuture<Integer> g = m.whenComplete in testWhenComplete_exceptionalCompletion() local
984 final CompletableFuture<Integer> g = m.whenComplete in testWhenComplete_sourceCancelled() local
1012 final CompletableFuture<Integer> g = m.whenComplete in testWhenComplete_sourceCompletedNormallyActionFailed() local
1043 final CompletableFuture<Integer> g = m.whenComplete in testWhenComplete_sourceFailedActionFailed() local
1075 final CompletableFuture<Integer> g = m.handle in testHandle_normalCompletion() local
1104 final CompletableFuture<Integer> g = m.handle in testHandle_exceptionalCompletion() local
1133 final CompletableFuture<Integer> g = m.handle in testHandle_sourceCancelled() local
1162 final CompletableFuture<Integer> g = m.handle in testHandle_sourceCompletedNormallyActionFailed() local
[all …]
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dtraining_ops_test.cc44 static Node* Var(Graph* g, int n) { in Var()
48 static Node* Var(Graph* g, int m, int n) { in Var()
52 static Node* Zeros(Graph* g, int n) { in Zeros()
58 static Node* Zeros(Graph* g, int m, int n) { in Zeros()
64 static Node* Random(Graph* g, int n) { in Random()
70 static Node* Random(Graph* g, int m, int n) { in Random()
76 static Node* Iota(Graph* g, int n) { in Iota()
83 static Node* Scalar(Graph* g, float val) { in Scalar()
91 Graph* g = new Graph(OpRegistry::Global()); in SGD() local
97 Graph* g = new Graph(OpRegistry::Global()); in SGD() local
[all …]
/aosp_15_r20/external/compiler-rt/lib/asan/
H A Dasan_globals.cc34 const Global *g; member
44 Global g; member
59 ALWAYS_INLINE void PoisonShadowForGlobal(const Global *g, u8 value) { in PoisonShadowForGlobal()
63 ALWAYS_INLINE void PoisonRedZones(const Global &g) { in PoisonRedZones()
78 static bool IsAddressNearGlobal(uptr addr, const __asan_global &g) { in IsAddressNearGlobal()
84 static void ReportGlobal(const Global &g, const char *prefix) { in ReportGlobal()
95 static u32 FindRegistrationSite(const Global *g) { in FindRegistrationSite()
112 const Global &g = *l->g; in GetGlobalsForAddress() local
127 Global g = {}; in GetInfoForAddressIfGlobal() local
146 static void CheckODRViolationViaIndicator(const Global *g) { in CheckODRViolationViaIndicator()
[all …]
/aosp_15_r20/prebuilts/go/linux-x86/src/runtime/
Dproc.go407 func gopark(unlockf func(*g, unsafe.Pointer) bool, lock unsafe.Pointer, reason waitReason, traceRea…
443 func goready(gp *g, traceskip int) {
538 func badmcall(fn func(*g)) {
542 func badmcall2(fn func(*g)) {
650 func allgadd(gp *g) {
686 func atomicAllGIndex(ptr **g, i uintptr) *g {
693 func forEachG(fn func(gp *g)) {
705 func forEachGRace(fn func(gp *g)) {
882 func dumpgstatus(gp *g) {
1022 func ready(gp *g, traceskip int, next bool) {
[all …]
/aosp_15_r20/external/libyuv/unit_test/
H A Dconvert_argb_test.cc181 #define F420ToABGR(a, b, c, d, e, f, g, h, i, j) \ argument
183 #define F420ToARGB(a, b, c, d, e, f, g, h, i, j) \ argument
185 #define F422ToABGR(a, b, c, d, e, f, g, h, i, j) \ argument
187 #define F422ToARGB(a, b, c, d, e, f, g, h, i, j) \ argument
189 #define F444ToABGR(a, b, c, d, e, f, g, h, i, j) \ argument
191 #define F444ToARGB(a, b, c, d, e, f, g, h, i, j) \ argument
195 #define V420ToABGR(a, b, c, d, e, f, g, h, i, j) \ argument
197 #define V420ToARGB(a, b, c, d, e, f, g, h, i, j) \ argument
199 #define V422ToABGR(a, b, c, d, e, f, g, h, i, j) \ argument
201 #define V422ToARGB(a, b, c, d, e, f, g, h, i, j) \ argument
[all …]
/aosp_15_r20/external/scapy/scapy/layers/tls/crypto/
H A Dgroups.py40 def DHParameterNumbers__init__hack(self, p, g, q=None): argument
76 g = 0x02 variable in modp768
85 g = 0x02 variable in modp1024
95 g = 0x02 variable in modp1536
108 g = 0x02 variable in modp2048
124 g = 0x02 variable in modp3072
145 g = 0x02 variable in modp4096
172 g = 0x02 variable in modp6144
205 g = 0x02 variable in modp8192
253 g = 0x02 variable in ffdhe2048
[all …]
/aosp_15_r20/external/XNNPACK/test/
H A Dx32-zip.cc140 for (size_t g = 4; g < 32; g += 4) { in TEST() local
150 for (size_t g = 5; g < 8; g++) { in TEST() local
171 for (size_t g = 4; g < 32; g += 4) { in TEST() local
183 for (size_t g = 5; g < 8; g++) { in TEST() local
205 for (size_t g = 4; g < 32; g += 4) { in TEST() local
217 for (size_t g = 5; g < 8; g++) { in TEST() local
239 for (size_t g = 4; g < 32; g += 4) { in TEST() local
251 for (size_t g = 5; g < 8; g++) { in TEST() local
386 for (size_t g = 4; g < 32; g += 4) { in TEST() local
396 for (size_t g = 5; g < 8; g++) { in TEST() local
[all …]
H A Dconvolution-operator-tester.h765 for (size_t g = 0; g < groups(); g++) { in VerifyNHWCxQC8() local
985 for (size_t g = 0; g < groups(); g++) { in VerifyNHWCxQS8() local
1034 for (size_t g = 0; g < groups(); g++) { in TestNHWCxQU8() local
1226 for (size_t g = 0; g < groups(); g++) { in VerifyNHWCxQU8() local
1269 for (size_t g = 0; g < groups(); g++) { in TestNHWCxF32() local
1293 for (size_t g = 0; g < groups(); g++) { in TestNHWCxF32() local
1317 for (size_t g = 0; g < groups(); g++) { in TestNHWCxF32() local
1489 for (size_t g = 0; g < groups(); g++) { in VerifyNHWCxF32() local
1544 for (size_t g = 0; g < groups(); g++) { in TestNHWCxF16() local
1568 for (size_t g = 0; g < groups(); g++) { in TestNHWCxF16() local
[all …]
H A Ddeconvolution-operator-tester.h480 for (size_t g = 0; g < groups(); g++) { in TestQS8() local
503 for (size_t g = 0; g < groups(); g++) { in TestQS8() local
628 for (size_t g = 0; g < groups(); g++) { in VerifyQS8() local
683 for (size_t g = 0; g < groups(); g++) { in TestQU8() local
706 for (size_t g = 0; g < groups(); g++) { in TestQU8() local
833 for (size_t g = 0; g < groups(); g++) { in VerifyQU8() local
887 for (size_t g = 0; g < groups(); g++) { in TestF16() local
910 for (size_t g = 0; g < groups(); g++) { in TestF16() local
1055 for (size_t g = 0; g < groups(); g++) { in VerifyF16() local
1098 for (size_t g = 0; g < groups(); g++) { in TestF32() local
[all …]
H A Dx8-zip.cc143 for (size_t g = 4; g < 32; g += 4) { in TEST() local
153 for (size_t g = 5; g < 8; g++) { in TEST() local
174 for (size_t g = 4; g < 32; g += 4) { in TEST() local
186 for (size_t g = 5; g < 8; g++) { in TEST() local
208 for (size_t g = 4; g < 32; g += 4) { in TEST() local
220 for (size_t g = 5; g < 8; g++) { in TEST() local
232 for (size_t g = 4; g < 12; g++) { in TEST() local
367 for (size_t g = 4; g < 32; g += 4) { in TEST() local
377 for (size_t g = 5; g < 8; g++) { in TEST() local
395 for (size_t g = 4; g < 32; g += 4) { in TEST() local
[all …]
/aosp_15_r20/external/antlr/tool/src/main/java/org/antlr/tool/
H A DCompositeGrammar.java156 public CompositeGrammar(Grammar g) { in CompositeGrammar()
190 public Grammar getDelegator(Grammar g) { in getDelegator()
205 public List<Grammar> getDelegates(Grammar g) { in getDelegates()
215 public List<Grammar> getDirectDelegates(Grammar g) { in getDirectDelegates()
230 public List<Grammar> getIndirectDelegates(Grammar g) { in getIndirectDelegates()
242 public List<Grammar> getDelegators(Grammar g) { in getDelegators()
266 public Set<? extends Rule> getDelegatedRules(Grammar g) { in getDelegatedRules()
286 public Set<? extends Rule> getAllImportedRules(Grammar g) { in getAllImportedRules()
343 Grammar g = grammars.get(i); in assignTokenTypes() local
362 Grammar g = grammars.get(i); in translateLeftRecursiveRules() local
[all …]
/aosp_15_r20/external/mesa3d/src/intel/compiler/
H A Dtest_fs_scoreboard.cpp153 brw_reg g[16]; in TEST_F() local
179 brw_reg g[16]; in TEST_F() local
204 brw_reg g[16]; in TEST_F() local
230 brw_reg g[16]; in TEST_F() local
262 brw_reg g[16]; in TEST_F() local
287 brw_reg g[16]; in TEST_F() local
312 brw_reg g[16]; in TEST_F() local
337 brw_reg g[16]; in TEST_F() local
365 brw_reg g[16]; in TEST_F() local
395 brw_reg g[16]; in TEST_F() local
[all …]
/aosp_15_r20/external/jackson-core/src/main/java/com/fasterxml/jackson/core/util/
H A DDefaultPrettyPrinter.java38 void writeIndentation(JsonGenerator g, int level) throws IOException; in writeIndentation()
269 public void writeRootValueSeparator(JsonGenerator g) throws IOException in writeRootValueSeparator()
277 public void writeStartObject(JsonGenerator g) throws IOException in writeStartObject()
286 public void beforeObjectEntries(JsonGenerator g) throws IOException in beforeObjectEntries()
301 public void writeObjectFieldValueSeparator(JsonGenerator g) throws IOException in writeObjectFieldValueSeparator()
320 public void writeObjectEntrySeparator(JsonGenerator g) throws IOException in writeObjectEntrySeparator()
327 public void writeEndObject(JsonGenerator g, int nrOfEntries) throws IOException in writeEndObject()
341 public void writeStartArray(JsonGenerator g) throws IOException in writeStartArray()
350 public void beforeArrayValues(JsonGenerator g) throws IOException { in beforeArrayValues()
364 public void writeArrayValueSeparator(JsonGenerator g) throws IOException in writeArrayValueSeparator()
[all …]
H A DMinimalPrettyPrinter.java71 public void writeRootValueSeparator(JsonGenerator g) throws IOException in writeRootValueSeparator()
79 public void writeStartObject(JsonGenerator g) throws IOException in writeStartObject()
85 public void beforeObjectEntries(JsonGenerator g) throws IOException in beforeObjectEntries()
98 public void writeObjectFieldValueSeparator(JsonGenerator g) throws IOException in writeObjectFieldValueSeparator()
111 public void writeObjectEntrySeparator(JsonGenerator g) throws IOException in writeObjectEntrySeparator()
117 public void writeEndObject(JsonGenerator g, int nrOfEntries) throws IOException in writeEndObject()
123 public void writeStartArray(JsonGenerator g) throws IOException in writeStartArray()
129 public void beforeArrayValues(JsonGenerator g) throws IOException in beforeArrayValues()
142 public void writeArrayValueSeparator(JsonGenerator g) throws IOException in writeArrayValueSeparator()
148 public void writeEndArray(JsonGenerator g, int nrOfValues) throws IOException in writeEndArray()
/aosp_15_r20/external/tensorflow/tensorflow/java/src/test/java/org/tensorflow/
H A DGraphOperationTest.java38 try (Graph g = new Graph()) { in outputListLengthFailsOnInvalidName()
58 try (Graph g = new Graph()) { in operationEquality()
73 try (Graph g = new Graph()) { in operationEquality()
81 try (Graph g = new Graph()) { in operationCollection()
98 try (Graph g = new Graph()) { in operationToString()
106 try (Graph g = new Graph()) { in outputEquality()
119 try (Graph g = new Graph()) { in outputCollection()
134 try (Graph g = new Graph()) { in outputToString()
159 try (Graph g = new Graph()) { in outputList()
172 try (Graph g = new Graph()) { in outputTensorNotSupported()
[all …]
H A DGraphTest.java37 try (Graph g = new Graph()) { in graphDefRoundTrip()
42 try (Graph g = new Graph()) { in graphDefRoundTrip()
46 try (Graph g = new Graph()) { in graphDefRoundTrip()
54 private static void validateImportedGraph(Graph g, String prefix) { in validateImportedGraph()
79 try (Graph g = new Graph()) { in iterateOverOperations()
107 try (Graph g = new Graph()) { in failImportOnInvalidGraphDefs()
124 Graph g = new Graph(); in failOnUseAfterClose() local
135 try (Graph g = new Graph(); in addGradientsToGraph()
176 try (Graph g = new Graph(); in addGradientSumsToGraph()
202 try (Graph g = new Graph(); in addGradientsWithInitialValuesToGraph()
[all …]
/aosp_15_r20/external/pytorch/torch/csrc/jit/python/
H A Dpython_ir.cpp221 [&](Graph& g) { return g.toString(global_print_source_ranges); }) in initPythonIRBindings()
241 [](std::shared_ptr<Graph> g) { in initPythonIRBindings()
260 const NodeAttrNameMap& node_attr_to_name) { in initPythonIRBindings()
322 bool add_node_names) { in initPythonIRBindings()
345 [](Graph& g) { in initPythonIRBindings()
351 [](Graph& g) { in initPythonIRBindings()
359 [](Graph& g) { in initPythonIRBindings()
365 [](Graph& g, const std::string& kind, bool recurse) { in initPythonIRBindings()
373 [](Graph& g, const std::string& kind, bool recurse) { in initPythonIRBindings()
381 [](Graph& g, const std::string& name) { return g.addInput(name); }, in initPythonIRBindings()
[all …]
/aosp_15_r20/hardware/interfaces/automotive/vehicle/aidl/impl/3/utils/common/src/
H A DVehiclePropertyStore.cpp101 std::scoped_lock<std::mutex> g(mLock); in registerProperty() local
120 std::scoped_lock<std::mutex> g(mLock); in writeValue() local
206 std::scoped_lock<std::mutex> g(mLock); in refreshTimestamps() local
261 std::scoped_lock<std::mutex> g(mLock); in removeValue() local
275 std::scoped_lock<std::mutex> g(mLock); in removeValuesForProperty() local
286 std::scoped_lock<std::mutex> g(mLock); in readAllValues() local
301 std::scoped_lock<std::mutex> g(mLock); in readValuesForProperty() local
318 std::scoped_lock<std::mutex> g(mLock); in readValue() local
333 std::scoped_lock<std::mutex> g(mLock); in readValue() local
345 std::scoped_lock<std::mutex> g(mLock); in getAllConfigs() local
[all …]
/aosp_15_r20/hardware/interfaces/automotive/vehicle/aidl/impl/current/utils/common/src/
H A DVehiclePropertyStore.cpp101 std::scoped_lock<std::mutex> g(mLock); in registerProperty() local
120 std::scoped_lock<std::mutex> g(mLock); in writeValue() local
206 std::scoped_lock<std::mutex> g(mLock); in refreshTimestamps() local
261 std::scoped_lock<std::mutex> g(mLock); in removeValue() local
275 std::scoped_lock<std::mutex> g(mLock); in removeValuesForProperty() local
286 std::scoped_lock<std::mutex> g(mLock); in readAllValues() local
301 std::scoped_lock<std::mutex> g(mLock); in readValuesForProperty() local
318 std::scoped_lock<std::mutex> g(mLock); in readValue() local
333 std::scoped_lock<std::mutex> g(mLock); in readValue() local
345 std::scoped_lock<std::mutex> g(mLock); in getAllConfigs() local
[all …]
/aosp_15_r20/external/tensorflow/tensorflow/core/ops/
H A Dnn_grad.cc25 Status SoftmaxGrad(const AttrSlice& attrs, FunctionDef* g) { in SoftmaxGrad()
50 Status LogSoftmaxGrad(const AttrSlice& attrs, FunctionDef* g) { in LogSoftmaxGrad()
75 Status ReluGrad(const AttrSlice& attrs, FunctionDef* g) { in ReluGrad()
93 Status Relu6Grad(const AttrSlice& attrs, FunctionDef* g) { in Relu6Grad()
111 Status CrossEntropyGrad(const AttrSlice& attrs, FunctionDef* g) { in CrossEntropyGrad()
140 Status Conv2DGrad(const AttrSlice& attrs, FunctionDef* g) { in Conv2DGrad()
176 Status MaxPoolGrad(const AttrSlice& attrs, FunctionDef* g) { in MaxPoolGrad()
207 Status AvgPoolGrad(const AttrSlice& attrs, FunctionDef* g) { in AvgPoolGrad()
233 Status MaxPoolGradGrad(const AttrSlice& attrs, FunctionDef* g) { in MaxPoolGradGrad()
264 Status BiasAddGrad(const AttrSlice& attrs, FunctionDef* g) { in BiasAddGrad()
/aosp_15_r20/external/webrtc/rtc_base/experiments/
H A Dfield_trial_list_unittest.cc66 {FieldTrialStructMember("color", [](Garment* g) { return &g->color; }), in TEST()
67 FieldTrialStructMember("price", [](Garment* g) { return &g->price; }), in TEST()
69 [](Garment* g) { return &g->has_glitter; })}, in TEST()
88 [](Garment* g) { return &g->color; }), in TEST()
89 FieldTrialStructMember("price", [](Garment* g) { return &g->price; })}, in TEST()
105 {FieldTrialStructMember("color", [](Garment* g) { return &g->color; }), in TEST()
106 FieldTrialStructMember("price", [](Garment* g) { return &g->price; })}, in TEST()
119 {FieldTrialStructMember("color", [](Garment* g) { return &g->color; }), in TEST()
120 FieldTrialStructMember("price", [](Garment* g) { return &g->price; })}, in TEST()
132 {FieldTrialStructMember("color", [](Garment* g) { return &g->color; }), in TEST()
[all …]
/aosp_15_r20/hardware/interfaces/automotive/vehicle/2.0/default/common/src/
H A DVehiclePropertyStore.cpp41 MuxGuard g(mLock); in registerProperty() local
71 MuxGuard g(mLock); in writeValue() local
78 MuxGuard g(mLock); in writeValueWithCurrentTimestamp() local
86 MuxGuard g(mLock); in refreshTimestamp() local
101 MuxGuard g(mLock); in removeValue() local
110 MuxGuard g(mLock); in removeValuesForProperty() local
116 MuxGuard g(mLock); in readAllValues() local
127 MuxGuard g(mLock); in readValuesForProperty() local
138 MuxGuard g(mLock); in readValueOrNull() local
147 MuxGuard g(mLock); in readValueOrNull() local
[all …]

12345678910>>...275