Home
last modified time | relevance | path

Searched full:within (Results 1 – 25 of 19334) sorted by relevance

12345678910>>...774

/external/apache-xml/test/tests/contrib-gold/xsltc/mk/
Dmk017.out2 <!--author within poem-->Rupert Brooke
3 <!--date within poem-->1912
4 <!--title within poem-->Song
5 <!--stanza within poem-->
6 <!--line within stanza within poem-->And suddenly the wind comes soft,
7 <!--line within stanza within poem-->And Spring is here again;
8 <!--line within stanza within poem-->And the hawthorn quickens with buds of green
9 <!--line within stanza within poem-->And my heart with buds of pain.
11 <!--stanza within poem-->
12 <!--line within stanza within poem-->My heart all Winter lay so numb,
[all …]
/external/llvm/test/Verifier/
Dinvalid-eh.ll40 ;T2: %x = cleanuppad within none []
56 ;T4: %cs = catchswitch within none [label %next] unwind to caller
58 ;T4: %x = catchpad within %cs []
68 ;T5: %cs = catchswitch within none [label %catch] unwind to caller
70 ;T5: catchpad within %cs []
73 ;T5: cleanuppad within %cs []
82 ;T6: %cs1 = catchswitch within none [label %catch1] unwind label %catch2
85 ;T6: catchpad within %cs1 []
88 ;T6: %cs2 = catchswitch within none [label %catch2] unwind to caller
90 ;T6: catchpad within %cs2 []
[all …]
/external/googleapis/google/ads/googleads/v15/enums/
Ddistance_bucket.proto42 // User was within 700m of the location.
45 // User was within 1KM of the location.
48 // User was within 5KM of the location.
51 // User was within 10KM of the location.
54 // User was within 15KM of the location.
57 // User was within 20KM of the location.
60 // User was within 25KM of the location.
63 // User was within 30KM of the location.
66 // User was within 35KM of the location.
69 // User was within 40KM of the location.
[all …]
/external/googleapis/google/ads/googleads/v14/enums/
Ddistance_bucket.proto42 // User was within 700m of the location.
45 // User was within 1KM of the location.
48 // User was within 5KM of the location.
51 // User was within 10KM of the location.
54 // User was within 15KM of the location.
57 // User was within 20KM of the location.
60 // User was within 25KM of the location.
63 // User was within 30KM of the location.
66 // User was within 35KM of the location.
69 // User was within 40KM of the location.
[all …]
/external/googleapis/google/ads/googleads/v16/enums/
Ddistance_bucket.proto42 // User was within 700m of the location.
45 // User was within 1KM of the location.
48 // User was within 5KM of the location.
51 // User was within 10KM of the location.
54 // User was within 15KM of the location.
57 // User was within 20KM of the location.
60 // User was within 25KM of the location.
63 // User was within 30KM of the location.
66 // User was within 35KM of the location.
69 // User was within 40KM of the location.
[all …]
/external/llvm/test/Transforms/SimplifyCFG/
Dempty-catchpad.ll12 %cs = catchswitch within none [label %pad1, label %pad2] unwind to caller
14 %cp1 = catchpad within %cs [i32 1]
18 %cp2 = catchpad within %cs [i32 2]
25 ; CHECK: %cs = catchswitch within none [label %pad1] unwind to caller
27 ; CHECK: %cp1 = catchpad within %cs [i32 1]
42 %cp.inner = cleanuppad within none []
50 %cs.inner = catchswitch within none [label %pad.inner] unwind label %exn.dispatch
51 ; CHECK: %cs.inner = catchswitch within none [label %pad.inner] unwind to caller
53 %catch.inner = catchpad within %cs.inner [i32 0]
54 ; CHECK: %catch.inner = catchpad within %cs.inner
[all …]
Dwineh-unreachable.ll15 cleanuppad within none []
25 %cs1 = catchswitch within none [label %catch.body] unwind label %unreachable.unwind
27 ; CHECK-NEXT: catchswitch within none [label %catch.body] unwind to caller
30 ; CHECK-NEXT: catchpad within %cs1
33 %catch = catchpad within %cs1 []
39 cleanuppad within none []
51 ; CHECK: %cleanup = cleanuppad within none []
54 %cleanup = cleanuppad within none []
64 cleanuppad within none []
75 %cs1 = catchswitch within none [label %catch.body] unwind to caller
[all …]
Dempty-cleanuppad.ll34 %0 = cleanuppad within none []
38 %1 = cleanuppad within none []
45 ; cleaned up within the try-block.
63 ; CHECK: cleanuppad within none
67 ; CHECK: catchswitch within none [label %catch] unwind to caller
83 %0 = cleanuppad within none []
88 %cs1 = catchswitch within none [label %catch] unwind label %ehcleanup.1
91 %1 = catchpad within %cs1 [i8* null, i32 u0x40, i8* null]
101 %2 = cleanuppad within none []
108 ; within the try-block.
[all …]
/external/clang/test/SemaCXX/
Duninitialized.cpp21 // Test self-references within initializers which are guaranteed to be
24 int b = b + 1; // expected-warning {{variable 'b' is uninitialized when used within its own initial…
25 int c = (c + c); // expected-warning 2 {{variable 'c' is uninitialized when used within its own ini…
26 …g>(e) + 1; // expected-warning {{variable 'e' is uninitialized when used within its own initializa…
27 int f = foo(f); // expected-warning {{variable 'f' is uninitialized when used within its own initia…
37 int l = k ? l : l; // expected-warning 2{{variable 'l' is uninitialized when used within its own i…
38 int m = 1 + (k ? m : m); // expected-warning 2{{variable 'm' is uninitialized when used within its…
39 int n = -n; // expected-warning {{variable 'n' is uninitialized when used within its own initializ…
40 int o = std::move(o); // expected-warning {{variable 'o' is uninitialized when used within its own …
41 const int p = std::move(p); // expected-warning {{variable 'p' is uninitialized when used within it…
[all …]
/external/llvm/test/Transforms/Inline/
Dinline-funclets.ll15 %pad = cleanuppad within none []
30 %pad.inner = cleanuppad within none []
35 ; that stays within the inlinee.
36 ; CHECK-NEXT: %[[pad_inner:[^ ]+]] = cleanuppad within none
41 %pad.outer = cleanuppad within none []
46 ; CHECK-NEXT: %[[pad_outer:[^ ]+]] = cleanuppad within none
67 %pad = cleanuppad within none []
82 %outer = cleanuppad within none []
86 ; CHECK-NEXT: %[[outer:[^ ]+]] = cleanuppad within none
91 %cs = catchswitch within %outer [label %catch] unwind to caller
[all …]
Dpr26698.ll16 %cs = catchswitch within none [label %cp.bb] unwind label %cleanup.bb
19 %cpouter1 = catchpad within %cs [i8* null, i32 0, i8* null]
24 %cpouter2 = cleanuppad within none []
41 %cpinner1 = cleanuppad within none []
48 %cpinner2 = cleanuppad within %cpinner1 []
55 ; CHECK: %[[cs:.*]] = catchswitch within none
57 ; CHECK: %[[cpouter1:.*]] = catchpad within %[[cs]]
59 ; CHECK: %[[cpinner1:.*]] = cleanuppad within %[[cpouter1]]
61 ; CHECK: %[[cpinner2:.*]] = cleanuppad within %[[cpinner1]]
/external/accessibility-test-framework/src/main/java/com/google/android/apps/common/testing/accessibility/framework/
DResultMetadata.java14 * Retrieves a {@code boolean} value stored within metadata. A {@link RuntimeException} is thrown
15 * in the case the provided {@code key} is not stored within metadata or is stored as another
24 * Retrieves a {@code boolean} value stored within metadata. If the metadata does not contain the
36 * Stores a {@code boolean} value within metadata.
44 * Retrieves a {@code byte} value stored within metadata. A {@link RuntimeException} is thrown in
45 * the case the provided {@code key} is not stored within metadata or is stored as another type.
53 * Retrieves a {@code byte} value stored within metadata. If the metadata does not contain the
65 * Stores a {@code byte} value within metadata.
73 * Retrieves a {@code short} value stored within metadata. A {@link RuntimeException} is thrown in
74 * the case the provided {@code key} is not stored within metadata or is stored as another type.
[all …]
/external/llvm/test/Transforms/LoopStrengthReduce/
Dfunclet.ll23 %cs = catchswitch within none [label %unreachable] unwind label %blah2
26 catchpad within %cs []
30 %cleanuppadi4.i.i.i = cleanuppad within none []
47 ; CHECK: cleanuppad within none []
61 %cs = catchswitch within none [label %unreachable, label %blah] unwind to caller
64 catchpad within %cs []
68 %catchpad = catchpad within %cs []
89 ; CHECK-NEXT: catchpad within %cs []
103 %cs = catchswitch within none [label %unreachable, label %blug] unwind to caller
106 catchpad within %cs []
[all …]
/external/llvm/test/CodeGen/WinEH/
Dwineh-demotion.ll41 %cs1 = catchswitch within none [label %catch] unwind to caller
44 %cp = catchpad within %cs1 []
78 ; CHECK: catchswitch within none
80 %cs1 = catchswitch within none [label %catch.inner] unwind label %merge.outer
83 %cpinner = catchpad within %cs1 []
99 ; CHECK: catchswitch within none
100 %cs2 = catchswitch within none [label %catch.outer] unwind to caller
103 %cpouter = catchpad within %cs2 []
105 ; CHECK: [[CatchPad:%[^ ]+]] = catchpad within %cs2 []
146 ; CHECK-NEXT: catchswitch within none
[all …]
Dwineh-cloning.ll21 %cs = catchswitch within none [label %catch] unwind to caller
23 %cp = catchpad within %cs []
39 ; CHECK: %cs = catchswitch within none [label %catch] unwind to caller
41 ; CHECK: catchpad within %cs []
52 cleanuppad within none []
66 ; CHECK: cleanuppad within none []
82 %cs = catchswitch within none [label %catch] unwind to caller
84 catchpad within %cs []
87 cleanuppad within none []
102 ; CHECK: catchpad within %cs []
[all …]
Dwineh-no-demotion.ll24 %0 = cleanuppad within none []
31 %1 = cleanuppad within none []
44 %i = cleanuppad within none []
49 ; CHECK: %i = cleanuppad within none []
63 %0 = cleanuppad within none []
70 %1 = cleanuppad within none []
82 %i = cleanuppad within none []
87 ; CHECK: %i = cleanuppad within none []
105 %0 = cleanuppad within none []
109 %1 = cleanuppad within none []
/external/perfetto/protos/perfetto/metrics/android/
Dandroid_blocking_call.proto25 // Number of times it happened within the CUJ
27 // Total duration within the CUJ
29 // Maximal duration within the CUJ
31 // Minimal duration within the CUJ
33 // Total duration within the CUJ in nanoseconds
35 // Maximal duration within the CUJ in nanoseconds
37 // Minimal duration within the CUJ in nanoseconds
39 // Avg duration within the CUJ
41 // Avg duration within the CUJ in nanoseconds
/external/llvm/test/Feature/
Dexception.ll34 %cp = cleanuppad within none [i7 4]
48 %cp = cleanuppad within none []
62 %0 = cleanuppad within none []
73 %cs1 = catchswitch within none [label %catch] unwind to caller
75 %cp = catchpad within %cs1 [i7 4]
89 %cs1 = catchswitch within none [label %catch] unwind to caller
91 %cp = catchpad within %cs1 [i7 4]
105 %cs1 = catchswitch within none [label %catch] unwind to caller
107 %0 = catchpad within %cs1 [i7 4]
118 %cs1 = catchswitch within none [label %catch] unwind to caller
[all …]
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/cxx-1.0.130/tests/ui/
Dopaque_autotraits.stderr7 = help: within `ffi::Opaque`, the trait `Send` is not implemented for `*const cxx::void`
8 = note: required because it appears within the type `[*const cxx::void; 0]`
9 note: required because it appears within the type `cxx::private::Opaque`
14 note: required because it appears within the type `ffi::Opaque`
31 = help: within `ffi::Opaque`, the trait `Sync` is not implemented for `*const cxx::void`
32 = note: required because it appears within the type `[*const cxx::void; 0]`
33 note: required because it appears within the type `cxx::private::Opaque`
38 note: required because it appears within the type `ffi::Opaque`
53 …| ^^^^^^^^^^^ within `ffi::Opaque`, the trait `Unpin` is not implemented for `P…
57 note: required because it appears within the type `PhantomData<PhantomPinned>`
[all …]
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/cxx-1.0.130/tests/ui/
Dopaque_autotraits.stderr7 = help: within `ffi::Opaque`, the trait `Send` is not implemented for `*const cxx::void`
8 = note: required because it appears within the type `[*const cxx::void; 0]`
9 note: required because it appears within the type `cxx::private::Opaque`
14 note: required because it appears within the type `ffi::Opaque`
31 = help: within `ffi::Opaque`, the trait `Sync` is not implemented for `*const cxx::void`
32 = note: required because it appears within the type `[*const cxx::void; 0]`
33 note: required because it appears within the type `cxx::private::Opaque`
38 note: required because it appears within the type `ffi::Opaque`
53 …| ^^^^^^^^^^^ within `ffi::Opaque`, the trait `Unpin` is not implemented for `P…
57 note: required because it appears within the type `PhantomData<PhantomPinned>`
[all …]
/external/rust/cxx/tests/ui/
Dopaque_autotraits.stderr7 …= help: within `ffi::Opaque`, the trait `Send` is not implemented for `*const cxx::void`, which is…
8 = note: required because it appears within the type `[*const cxx::void; 0]`
9 note: required because it appears within the type `cxx::private::Opaque`
14 note: required because it appears within the type `ffi::Opaque`
31 …= help: within `ffi::Opaque`, the trait `Sync` is not implemented for `*const cxx::void`, which is…
32 = note: required because it appears within the type `[*const cxx::void; 0]`
33 note: required because it appears within the type `cxx::private::Opaque`
38 note: required because it appears within the type `ffi::Opaque`
53 …| ^^^^^^^^^^^ within `ffi::Opaque`, the trait `Unpin` is not implemented for `P…
57 note: required because it appears within the type `PhantomData<PhantomPinned>`
[all …]
/external/clang/test/SemaOpenCL/
Dinvalid-kernel-parameters.cl16 typedef struct ContainsBool // expected-note{{within field of type 'ContainsBool' declared here}}
25 typedef struct FooImage2D // expected-note{{within field of type 'FooImage2D' declared here}}
35 typedef struct Foo // expected-note{{within field of type 'Foo' declared here}}
42 typedef union FooUnion // expected-note{{within field of type 'FooUnion' declared here}}
49 typedef struct NestedPointer // expected-note 2 {{within field of type 'NestedPointer' declared her…
55 } inner; // expected-note 3 {{within field of type 'struct InnerNestedPointer' declared here}}
60 struct NestedPointerComplex // expected-note{{within field of type 'NestedPointerComplex' declared …
69 } inner; // expected-note{{within field of type 'struct InnerNestedPointerComplex' declared here}}
77 typedef struct NestedBool // expected-note 2 {{within field of type 'NestedBool' declared here}}
83 } inner; // expected-note 2 {{within field of type 'struct InnerNestedBool' declared here}}
[all …]
/external/rust/android-crates-io/crates/mls-rs/src/group/
Droster.rs39 /// The indexes within this iterator do not correlate with indexes of users
40 /// within [`ReceivedMessage`] content descriptions due to the layout of
41 /// member information within a MLS group state.
54 /// The indexes within this roster do not correlate with indexes of users
55 /// within [`ReceivedMessage`] content descriptions due to the layout of
56 /// member information within a MLS group state.
61 /// Retrieve the member with given `index` within the group in time `O(1)`.
62 /// This index does correlate with indexes of users within [`ReceivedMessage`]
76 /// The indexes within this iterator do not correlate with indexes of users
77 /// within [`ReceivedMessage`] content descriptions due to the layout of
[all …]
/external/antlr/runtime/C/doxygen/
Dusing.dox10 /// -# Interoperation with the runtime within rule actions;
17 /// - The lexer is independent of the parser. You \b cannot control the lexer from within the parse…
18 /// - The tree parser is independent of the parser. You \b cannot control the parser from within th…
27 /// Within a grammar file there are a number of special sections you can add that cause the
28 /// code within them to be placed at strategic points in the generated code such as
29 /// before or after the #include statements in the .c file, within the generated header file
30 /// or within the constructor for the recognizer.
32 /// Many of the \@sections used within a Java targeted grammar have some equivalent function within
34 /// that have meaning only within a grammar targeted for the C runtime.
38 /// \section interop Interoperation Within Rule Actions
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/
DAMDGPUReplaceLDSUseWithPointer.cpp9 // This pass replaces all the uses of LDS within non-kernel functions by
14 // would otherwise cause allocating huge memory for struct instance within every
33 // Initialize Pointer to point-to GV within kernel K.
36 // Replace all uses of GV within non kernel functions by Pointer.
116 /// instruction itself or it could be a constant expression which is used within
154 // Returns true if uses of given LDS global within non-kernel functions should
167 // FIXME: When GV is used within all (or within most of the kernels), then in shouldIgnorePointerReplacement()
225 // Within given kernel, initialize given LDS pointer to point to given LDS.
228 // If LDS pointer is already initialized within K, then nothing to do. in initializeLDSPointer()
236 // within kernel K. in initializeLDSPointer()
[all …]

12345678910>>...774