Home
last modified time | relevance | path

Searched full:condition (Results 1 – 25 of 19854) sorted by relevance

12345678910>>...795

/aosp_15_r20/external/vixl/src/aarch32/
H A Ddisasm-aarch32.h43 Condition first_condition_;
44 Condition condition_;
50 condition_ = Condition((condition_.GetCondition() & 0xe) | (it_mask_ >> 3)); in Advance()
59 void Set(Condition first_condition, uint16_t mask) { in Set()
63 Condition GetFirstCondition() const { return first_condition_; } in GetFirstCondition()
64 Condition GetCurrentCondition() const { return condition_; } in GetCurrentCondition()
100 Condition cond_;
103 ConditionPrinter(const ITBlock& it_block, Condition cond) in ConditionPrinter()
106 Condition GetCond() const { return cond_; } in GetCond()
287 virtual DisassemblerStream& operator<<(Condition cond) {
[all …]
H A Dassembler-aarch32.h40 Condition first_condition_;
50 // Check that the condition of the current instruction is consistent with the
52 void CheckIT(Condition condition) { in CheckIT() argument
54 PerformCheckIT(condition); in CheckIT()
56 USE(condition); in CheckIT()
60 void PerformCheckIT(Condition condition);
64 Condition((first_condition_.GetCondition() & 0xe) | (it_mask_ >> 3)); in AdvanceIT()
174 void SetIT(Condition first_condition, uint16_t it_mask) { in SetIT()
182 bool OutsideITBlockAndAlOrLast(Condition cond) { in OutsideITBlockAndAlOrLast()
227 void it(Condition cond) { it(cond, 0x8); } in it()
[all …]
/aosp_15_r20/external/angle/
H A DDEPS142 # condition to allowlist deps to be synced in Cider. Allowlisting is needed
145 # this condition. Tracking bug for removing this condition: b/349365433
448 'condition': 'not build_with_chromium',
453 'condition': 'not build_with_chromium',
458 'condition': 'not build_with_chromium',
469 'condition': 'not build_with_chromium and host_os == "linux"',
480 'condition': 'not build_with_chromium and host_os == "mac"',
491 'condition': 'not build_with_chromium and not (host_os == "linux" and host_cpu == "arm64")',
502 'condition': 'not build_with_chromium and host_os == "win"',
507 'condition': 'not build_with_chromium',
[all …]
/aosp_15_r20/frameworks/base/core/tests/coretests/src/android/service/notification/
H A DConditionTest.java47 private static final String CLASS = "android.service.notification.Condition";
58 Condition cond1 = new Condition(longUri, longString, Condition.STATE_TRUE); in testLongFields_inConstructors_classic()
60 assertEquals(Condition.MAX_STRING_LENGTH, cond1.id.toString().length()); in testLongFields_inConstructors_classic()
61 assertEquals(Condition.MAX_STRING_LENGTH, cond1.summary.length()); in testLongFields_inConstructors_classic()
64 Condition cond2 = new Condition(longUri, longString, longString, longString, in testLongFields_inConstructors_classic()
65 -1, Condition.STATE_TRUE, Condition.FLAG_RELEVANT_ALWAYS); in testLongFields_inConstructors_classic()
67 assertEquals(Condition.MAX_STRING_LENGTH, cond2.id.toString().length()); in testLongFields_inConstructors_classic()
68 assertEquals(Condition.MAX_STRING_LENGTH, cond2.summary.length()); in testLongFields_inConstructors_classic()
69 assertEquals(Condition.MAX_STRING_LENGTH, cond2.line1.length()); in testLongFields_inConstructors_classic()
70 assertEquals(Condition.MAX_STRING_LENGTH, cond2.line2.length()); in testLongFields_inConstructors_classic()
[all …]
/aosp_15_r20/external/libyuv/
H A DDEPS50 'condition': 'host_os == "linux"',
61 'condition': 'host_os == "mac"',
72 'condition': 'host_os == "win"',
93 'condition': 'checkout_android',
101 'condition': 'checkout_fuchsia',
126 'condition': 'checkout_android or checkout_linux',
137 'condition': 'checkout_android',
148 'condition': 'checkout_android',
158 'condition': 'checkout_android',
166 'condition': 'checkout_android',
[all …]
/aosp_15_r20/external/google-cloud-java/java-retail/proto-google-cloud-retail-v2beta/src/main/java/com/google/cloud/retail/v2beta/
H A DCondition.java25 * Metadata that is used to define a condition that triggers an action.
26 * A valid condition must specify at least one of 'query_terms' or
27 * 'products_filter'. If multiple fields are specified, the condition is met if
33 * Protobuf type {@code google.cloud.retail.v2beta.Condition}
35 public final class Condition extends com.google.protobuf.GeneratedMessageV3 class
37 // @@protoc_insertion_point(message_implements:google.cloud.retail.v2beta.Condition)
40 // Use Condition.newBuilder() to construct.
41 private Condition(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) { in Condition() method in Condition
45 private Condition() { in Condition() method in Condition
53 return new Condition(); in newInstance()
[all …]
/aosp_15_r20/external/google-cloud-java/java-retail/proto-google-cloud-retail-v2/src/main/java/com/google/cloud/retail/v2/
H A DCondition.java25 * Metadata that is used to define a condition that triggers an action.
26 * A valid condition must specify at least one of 'query_terms' or
27 * 'products_filter'. If multiple fields are specified, the condition is met if
33 * Protobuf type {@code google.cloud.retail.v2.Condition}
35 public final class Condition extends com.google.protobuf.GeneratedMessageV3 class
37 // @@protoc_insertion_point(message_implements:google.cloud.retail.v2.Condition)
40 // Use Condition.newBuilder() to construct.
41 private Condition(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) { in Condition() method in Condition
45 private Condition() { in Condition() method in Condition
53 return new Condition(); in newInstance()
[all …]
/aosp_15_r20/external/google-cloud-java/java-retail/proto-google-cloud-retail-v2alpha/src/main/java/com/google/cloud/retail/v2alpha/
H A DCondition.java25 * Metadata that is used to define a condition that triggers an action.
26 * A valid condition must specify at least one of 'query_terms' or
27 * 'products_filter'. If multiple fields are specified, the condition is met if
33 * Protobuf type {@code google.cloud.retail.v2alpha.Condition}
35 public final class Condition extends com.google.protobuf.GeneratedMessageV3 class
37 // @@protoc_insertion_point(message_implements:google.cloud.retail.v2alpha.Condition)
40 // Use Condition.newBuilder() to construct.
41 private Condition(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) { in Condition() method in Condition
45 private Condition() { in Condition() method in Condition
53 return new Condition(); in newInstance()
[all …]
/aosp_15_r20/platform_testing/libraries/flicker/utils/src/android/tools/traces/
H A DConditionsFactory.kt71 * Condition to check if the [ComponentNameMatcher.NAV_BAR] or [ComponentNameMatcher.TASK_BAR] in <lambda>()
74 fun isNavOrTaskBarVisible(): Condition<DeviceStateDump> = in <lambda>()
84 * Condition to check if the [ComponentNameMatcher.NAV_BAR] or [ComponentNameMatcher.TASK_BAR] in <lambda>()
87 fun isNavOrTaskBarWindowVisible(): Condition<DeviceStateDump> = in <lambda>()
88 Condition("isNavBarOrTaskBarWindowVisible") { in <lambda>()
94 * Condition to check if the [ComponentNameMatcher.NAV_BAR] or [ComponentNameMatcher.TASK_BAR] in <lambda>()
97 fun isNavOrTaskBarLayerVisible(): Condition<DeviceStateDump> = in <lambda>()
98 Condition("isNavBarOrTaskBarLayerVisible") { in <lambda>()
103 /** Condition to check if the [ComponentNameMatcher.NAV_BAR] layer is opaque */ in <lambda>()
104 fun isNavOrTaskBarLayerOpaque(): Condition<DeviceStateDump> = in <lambda>()
[all …]
/aosp_15_r20/external/webrtc/
H A DDEPS52 'condition': 'checkout_android',
56 'condition': 'checkout_ios',
71 'condition': 'checkout_linux',
81 'condition': 'checkout_mac',
91 'condition': 'checkout_win',
129 'condition': 'checkout_android',
149 'condition': 'checkout_android',
160 'condition': 'checkout_android',
189 'condition': 'checkout_linux',
208 'condition': 'checkout_android',
[all …]
/aosp_15_r20/external/deqp-deps/glslang/Test/baseResults/
Dloops.frag.out13 0:58 Loop with condition tested first
14 0:58 Loop Condition
19 0:59 Test condition and select ( temp void)
20 0:59 Condition
38 0:63 Test condition and select ( temp void)
39 0:63 Condition
65 0:73 Loop with condition tested first
66 0:73 Loop Condition
78 0:78 Loop with condition tested first
79 0:78 Loop Condition
[all …]
/aosp_15_r20/external/angle/third_party/glslang/src/Test/baseResults/
H A Dloops.frag.out13 0:58 Loop with condition tested first
14 0:58 Loop Condition
19 0:59 Test condition and select ( temp void)
20 0:59 Condition
38 0:63 Test condition and select ( temp void)
39 0:63 Condition
65 0:73 Loop with condition tested first
66 0:73 Loop Condition
78 0:78 Loop with condition tested first
79 0:78 Loop Condition
[all …]
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/ragged/
H A Dragged_where_op.py31 def where_v2(condition: ragged_tensor.RaggedOrDense,
35 """Return the elements where `condition` is `True`.
39 Returns the coordinates of true elements of `condition`. The coordinates
41 `[num_true_values, dim_size(condition)]`, where `result[i]` is the
46 Choose an output shape from the shapes of `condition`, `x`, and `y` that
48 `condition` tensor as a mask that chooses whether the corredsponding element
49 in the output should be taken from `x` (if `condition` is true) or `y` (if
50 `condition` is false).
63 condition: A potentially ragged tensor of type `bool`
71 A `Tensor` with shape `(num_true, rank(condition))`.
[all …]
/aosp_15_r20/external/swiftshader/third_party/subzero/src/DartARM32/
H A Dassembler_arm.h36 S = 1 << 20, // set condition code (or leave unchanged)
437 void and_(Register rd, Register rn, Operand o, Condition cond = AL);
440 void eor(Register rd, Register rn, Operand o, Condition cond = AL);
443 void sub(Register rd, Register rn, Operand o, Condition cond = AL);
444 void subs(Register rd, Register rn, Operand o, Condition cond = AL);
447 void rsb(Register rd, Register rn, Operand o, Condition cond = AL);
448 void rsbs(Register rd, Register rn, Operand o, Condition cond = AL);
451 void add(Register rd, Register rn, Operand o, Condition cond = AL);
453 void adds(Register rd, Register rn, Operand o, Condition cond = AL);
456 void adc(Register rd, Register rn, Operand o, Condition cond = AL);
[all …]
/aosp_15_r20/external/curl/projects/Windows/VC11/src/
H A Dcurl.tmpl234 …<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='LIB Release - DLL Windows SSPI|Win32'" …
240 …<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='LIB Release - DLL Windows SSPI - DLL Wi…
246 …<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='LIB Debug - DLL Windows SSPI|Win32'" La…
252 …<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='LIB Debug - DLL Windows SSPI - DLL WinI…
258 …<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='LIB Release - DLL OpenSSL - DLL libssh2…
264 …<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='LIB Debug - DLL OpenSSL - DLL libssh2|W…
270 …<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='LIB Release - DLL OpenSSL|Win32'" Label…
276 …<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='LIB Debug - DLL OpenSSL|Win32'" Label="…
282 …<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='LIB Release - LIB OpenSSL - LIB libssh2…
288 …<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='LIB Debug - LIB OpenSSL - LIB libssh2|W…
[all …]
H A Dcurl.vcxproj234 …<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='LIB Release - DLL Windows SSPI|Win32'" …
240 …<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='LIB Release - DLL Windows SSPI - DLL Wi…
246 …<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='LIB Debug - DLL Windows SSPI|Win32'" La…
252 …<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='LIB Debug - DLL Windows SSPI - DLL WinI…
258 …<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='LIB Release - DLL OpenSSL - DLL LibSSH2…
264 …<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='LIB Debug - DLL OpenSSL - DLL LibSSH2|W…
270 …<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='LIB Release - DLL OpenSSL|Win32'" Label…
276 …<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='LIB Debug - DLL OpenSSL|Win32'" Label="…
282 …<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='LIB Release - LIB OpenSSL - LIB LibSSH2…
288 …<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='LIB Debug - LIB OpenSSL - LIB LibSSH2|W…
[all …]
/aosp_15_r20/external/curl/projects/Windows/VC12/src/
H A Dcurl.tmpl234 …<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='LIB Release - DLL Windows SSPI|Win32'" …
240 …<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='LIB Release - DLL Windows SSPI - DLL Wi…
246 …<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='LIB Debug - DLL Windows SSPI|Win32'" La…
252 …<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='LIB Debug - DLL Windows SSPI - DLL WinI…
258 …<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='LIB Release - DLL OpenSSL - DLL libssh2…
264 …<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='LIB Debug - DLL OpenSSL - DLL libssh2|W…
270 …<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='LIB Release - DLL OpenSSL|Win32'" Label…
276 …<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='LIB Debug - DLL OpenSSL|Win32'" Label="…
282 …<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='LIB Release - LIB OpenSSL - LIB libssh2…
288 …<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='LIB Debug - LIB OpenSSL - LIB libssh2|W…
[all …]
/aosp_15_r20/external/curl/projects/Windows/VC10/src/
H A Dcurl.tmpl234 …<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='LIB Release - DLL Windows SSPI|Win32'" …
239 …<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='LIB Release - DLL Windows SSPI - DLL Wi…
244 …<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='LIB Debug - DLL Windows SSPI|Win32'" La…
249 …<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='LIB Debug - DLL Windows SSPI - DLL WinI…
254 …<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='LIB Release - DLL OpenSSL - DLL libssh2…
259 …<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='LIB Debug - DLL OpenSSL - DLL libssh2|W…
264 …<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='LIB Release - DLL OpenSSL|Win32'" Label…
269 …<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='LIB Debug - DLL OpenSSL|Win32'" Label="…
274 …<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='LIB Release - LIB OpenSSL - LIB libssh2…
279 …<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='LIB Debug - LIB OpenSSL - LIB libssh2|W…
[all …]
H A Dcurl.vcxproj234 …<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='LIB Release - DLL Windows SSPI|Win32'" …
239 …<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='LIB Release - DLL Windows SSPI - DLL Wi…
244 …<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='LIB Debug - DLL Windows SSPI|Win32'" La…
249 …<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='LIB Debug - DLL Windows SSPI - DLL WinI…
254 …<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='LIB Release - DLL OpenSSL - DLL LibSSH2…
259 …<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='LIB Debug - DLL OpenSSL - DLL LibSSH2|W…
264 …<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='LIB Release - DLL OpenSSL|Win32'" Label…
269 …<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='LIB Debug - DLL OpenSSL|Win32'" Label="…
274 …<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='LIB Release - LIB OpenSSL - LIB LibSSH2…
279 …<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='LIB Debug - LIB OpenSSL - LIB LibSSH2|W…
[all …]
/aosp_15_r20/external/clang/utils/ClangVisualizers/
H A Dclang.natvis23 …<DisplayString IncludeView="cmn" Condition="TypeBits.TC==clang::LocInfoType::LocInfo">LocInfoType<…
26 …<DisplayString Condition="TypeBits.TC==clang::Type::TypeClass::Builtin" IncludeView="poly">{*(clan…
27 …<DisplayString Condition="TypeBits.TC==clang::Type::TypeClass::Pointer" IncludeView="poly">{*(clan…
28 …<DisplayString Condition="TypeBits.TC==clang::Type::TypeClass::LValueReference" IncludeView="poly"…
29 …<DisplayString Condition="TypeBits.TC==clang::Type::TypeClass::RValueReference" IncludeView="poly"…
30 …<DisplayString Condition="TypeBits.TC==clang::Type::TypeClass::Attributed" IncludeView="poly">{*(c…
31 …<DisplayString Condition="TypeBits.TC==clang::Type::TypeClass::TemplateTypeParm" IncludeView="poly…
32 …<DisplayString Condition="TypeBits.TC==clang::Type::TypeClass::SubstTemplateTypeParm" IncludeView=…
33 …<DisplayString Condition="TypeBits.TC==clang::Type::TypeClass::Record" IncludeView="poly">{*(clang…
34 …<DisplayString Condition="TypeBits.TC==clang::Type::TypeClass::Record" IncludeView="cpp">{*(clang:…
[all …]
/aosp_15_r20/external/curl/projects/Windows/VC10/lib/
H A Dlibcurl.tmpl234 …<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='LIB Release - LIB OpenSSL - LIB libssh2…
239 …<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='LIB Release - LIB OpenSSL|Win32'" Label…
244 …<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='LIB Release - DLL Windows SSPI|Win32'" …
249 …<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='LIB Release - DLL Windows SSPI - DLL Wi…
254 …<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='LIB Release - DLL OpenSSL - DLL libssh2…
259 …<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='LIB Release - DLL OpenSSL|Win32'" Label…
264 …<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='LIB Debug - LIB OpenSSL - LIB libssh2|W…
269 …<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='LIB Debug - LIB OpenSSL|Win32'" Label="…
274 …<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='LIB Debug - DLL Windows SSPI|Win32'" La…
279 …<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='LIB Debug - DLL Windows SSPI - DLL WinI…
[all …]
/aosp_15_r20/external/curl/projects/Windows/VC11/lib/
H A Dlibcurl.tmpl234 …<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='LIB Release - LIB OpenSSL - LIB libssh2…
240 …<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='LIB Release - LIB OpenSSL|Win32'" Label…
246 …<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='LIB Release - DLL Windows SSPI|Win32'" …
252 …<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='LIB Release - DLL Windows SSPI - DLL Wi…
258 …<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='LIB Release - DLL OpenSSL - DLL libssh2…
264 …<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='LIB Release - DLL OpenSSL|Win32'" Label…
270 …<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='LIB Debug - LIB OpenSSL - LIB libssh2|W…
276 …<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='LIB Debug - LIB OpenSSL|Win32'" Label="…
282 …<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='LIB Debug - DLL Windows SSPI|Win32'" La…
288 …<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='LIB Debug - DLL Windows SSPI - DLL WinI…
[all …]
/aosp_15_r20/external/curl/projects/Windows/VC12/lib/
H A Dlibcurl.tmpl234 …<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='LIB Release - LIB OpenSSL - LIB libssh2…
240 …<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='LIB Release - LIB OpenSSL|Win32'" Label…
246 …<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='LIB Release - DLL Windows SSPI|Win32'" …
252 …<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='LIB Release - DLL Windows SSPI - DLL Wi…
258 …<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='LIB Release - DLL OpenSSL - DLL libssh2…
264 …<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='LIB Release - DLL OpenSSL|Win32'" Label…
270 …<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='LIB Debug - LIB OpenSSL - LIB libssh2|W…
276 …<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='LIB Debug - LIB OpenSSL|Win32'" Label="…
282 …<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='LIB Debug - DLL Windows SSPI|Win32'" La…
288 …<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='LIB Debug - DLL Windows SSPI - DLL WinI…
[all …]
/aosp_15_r20/cts/tests/framework/base/windowmanager/jetpack/src/android/server/wm/jetpack/utils/
H A DCondition.java31 * The utility class to wait a condition with customized options.
39 * if (Condition.waitFor("true value", () -> true)) {
43 * String result = Condition.waitForResult(new Condition<String>("string comparison")
51 public class Condition<T> { class
61 /** It decides whether this condition is satisfied. */
64 * It is used when the condition is not a simple boolean expression, such as the caller may want
76 * When using this constructor, it is expected that the condition will be configured with
79 public Condition(String message) { in Condition() method in Condition
84 * Constructs with a simple boolean condition.
87 * @param satisfier If it returns true, that means the condition is satisfied.
[all …]
/aosp_15_r20/cts/tests/framework/base/windowmanager/util/src/android/server/wm/
H A DCondition.java31 * The utility class to wait a condition with customized options.
39 * if (Condition.waitFor("true value", () -> true)) {
43 * String result = Condition.waitForResult(new Condition<String>("string comparison")
51 public class Condition<T> { class
61 /** It decides whether this condition is satisfied. */
64 * It is used when the condition is not a simple boolean expression, such as the caller may want
76 * When using this constructor, it is expected that the condition will be configured with
79 public Condition(String message) { in Condition() method in Condition
84 * Constructs with a simple boolean condition.
87 * @param satisfier If it returns true, that means the condition is satisfied.
[all …]

12345678910>>...795