| /external/swiftshader/third_party/llvm-7.0/llvm/test/Analysis/BasicAA/ |
| D | cs-cs.ll | 20 ; CHECK: Just Mod: Ptr: i8* %P <-> tail call void @llvm.memcpy.p0i8.p0i8.i64(i8* %P, i8* %Q… 21 ; CHECK: Just Ref: Ptr: i8* %Q <-> tail call void @llvm.memcpy.p0i8.p0i8.i64(i8* %P, i8* %Q… 22 ; CHECK: Just Mod: Ptr: i8* %P <-> tail call void @llvm.memcpy.p0i8.p0i8.i64(i8* %P, i8* %Q… 23 ; CHECK: Just Ref: Ptr: i8* %Q <-> tail call void @llvm.memcpy.p0i8.p0i8.i64(i8* %P, i8* %Q… 24 ; CHECK: Just Mod: tail call void @llvm.memcpy.p0i8.p0i8.i64(i8* %P, i8* %Q, i64 12, i1 false) … 25 ; CHECK: Just Mod: tail call void @llvm.memcpy.p0i8.p0i8.i64(i8* %P, i8* %Q, i64 12, i1 false) … 36 ; CHECK: Just Mod: Ptr: i8* %P <-> tail call void @llvm.memcpy.element.unordered.atomic.p0i… 37 ; CHECK: Just Ref: Ptr: i8* %Q <-> tail call void @llvm.memcpy.element.unordered.atomic.p0i… 38 ; CHECK: Just Mod: Ptr: i8* %P <-> tail call void @llvm.memcpy.element.unordered.atomic.p0i… 39 ; CHECK: Just Ref: Ptr: i8* %Q <-> tail call void @llvm.memcpy.element.unordered.atomic.p0i… [all …]
|
| D | guards.ll | 15 ; CHECK: Just Ref: Ptr: i8* %P <-> tail call void (i1, ...) @llvm.experimental.guard(i1 true) [ … 16 ; CHECK: Just Ref: Ptr: i8* %Q <-> tail call void (i1, ...) @llvm.experimental.guard(i1 true) [ … 17 ; CHECK: Just Mod: Ptr: i8* %P <-> tail call void @llvm.memcpy.p0i8.p0i8.i64(i8* %P, i8* %Q, i64… 18 ; CHECK: Just Ref: Ptr: i8* %Q <-> tail call void @llvm.memcpy.p0i8.p0i8.i64(i8* %P, i8* %Q, i64… 19 ; CHECK: Just Ref: tail call void (i1, ...) @llvm.experimental.guard(i1 true) [ "deopt"() ] <-> … 20 ; CHECK: Just Mod: tail call void @llvm.memcpy.p0i8.p0i8.i64(i8* %P, i8* %Q, i64 12, i1 false) <…
|
| D | call-attrs.ll | 34 ; CHECK: Just Ref (MustAlias): Ptr: i8* %p <-> call void @readonly_attr(i8* %p) 35 ; CHECK: Just Ref: Ptr: i8* %p <-> call void @readonly_func(i8* %p) 36 ; CHECK: Just Mod (MustAlias): Ptr: i8* %p <-> call void @writeonly_attr(i8* %p) 37 ; CHECK: Just Mod: Ptr: i8* %p <-> call void @writeonly_func(i8* %p) 41 ; CHECK: Just Ref (MustAlias): Ptr: i8* %p <-> call void @func() [ "deopt"(i8* %p) ]
|
| /external/vixl/test/aarch64/ |
| D | test-simulator-inputs-aarch64.h | 52 0x3fdfffffffffffff, /* The value just below 0.5. */ \ 54 0x3fe0000000000001, /* The value just above 0.5. */ \ 55 0x3fefffffffffffff, /* The value just below 1.0. */ \ 57 0x3ff0000000000001, /* The value just above 1.0. */ \ 259 0xc3e0000000000001, /* The value just below INT64_MIN. */ \ 261 0xc3dfffffffffffff, /* The value just above INT64_MIN. */ \ 262 0x43dfffffffffffff, /* The value just below INT64_MAX. */ \ 264 0x43e0000000000000, /* The value just above INT64_MAX. */ \ 266 0x43efffffffffffff, /* The value just below UINT64_MAX. */ \ 268 0x43f0000000000000, /* The value just above UINT64_MAX. */ \ [all …]
|
| /external/llvm/test/Analysis/BasicAA/ |
| D | cs-cs.ll | 26 ; CHECK: Just Ref: Ptr: i8* %p <-> %a = call <8 x i16> @llvm.arm.neon.vld1.v8i16.p0i8(i8* … 30 ; CHECK: Just Ref: Ptr: i8* %p <-> %b = call <8 x i16> @llvm.arm.neon.vld1.v8i16.p0i8(i8* … 64 ; CHECK: Just Mod: Ptr: i8* %P <-> tail call void @llvm.memcpy.p0i8.p0i8.i64(i8* %P, i8* %… 65 ; CHECK: Just Ref: Ptr: i8* %Q <-> tail call void @llvm.memcpy.p0i8.p0i8.i64(i8* %P, i8* %… 66 ; CHECK: Just Mod: Ptr: i8* %P <-> tail call void @llvm.memcpy.p0i8.p0i8.i64(i8* %P, i8* %… 67 ; CHECK: Just Ref: Ptr: i8* %Q <-> tail call void @llvm.memcpy.p0i8.p0i8.i64(i8* %P, i8* %… 68 ; CHECK: Just Mod: tail call void @llvm.memcpy.p0i8.p0i8.i64(i8* %P, i8* %Q, i64 12, i32 1, i1 fa… 69 ; CHECK: Just Mod: tail call void @llvm.memcpy.p0i8.p0i8.i64(i8* %P, i8* %Q, i64 12, i32 1, i1 fa… 83 ; CHECK: Just Mod: Ptr: i8* %P <-> tail call void @llvm.memcpy.p0i8.p0i8.i64(i8* %P, i8* %… 84 ; CHECK: Just Ref: Ptr: i8* %Q <-> tail call void @llvm.memcpy.p0i8.p0i8.i64(i8* %P, i8* %… [all …]
|
| /external/Reactive-Extensions/RxCpp/Rx/v2/examples/doxygen/ |
| D | just.cpp | 6 SCENARIO("just sample"){ 7 printf("//! [just sample]\n"); 8 auto values = rxcpp::observable<>::just(1); 13 printf("//! [just sample]\n"); 16 SCENARIO("threaded just sample"){ 17 printf("//! [threaded just sample]\n"); 18 auto values = rxcpp::observable<>::just(1, rxcpp::observe_on_event_loop()); 24 printf("//! [threaded just sample]\n");
|
| D | create.cpp | 39 printf("Just sent: OnNext(%d)\n", i); in __anon37f8ac850602() 42 printf("Just sent: OnCompleted()\n"); in __anon37f8ac850602() 66 printf("Just sent: OnNext(%d)\n", i); in __anon37f8ac850902() 69 printf("Just sent: OnCompleted()\n"); in __anon37f8ac850902() 82 printf("Just sent: OnNext(%d)\n", i); in __anon37f8ac850a02() 85 printf("Just sent: OnCompleted()\n"); in __anon37f8ac850a02()
|
| /external/replicaisland/res/values/ |
| D | wanda.xml | 15 Hmm, his self-repair mechanism is still intact. If I can just reconnect the power... 48 …things that are here, they all grew here, I guess. Mr. Rokudou says it’s just The Source doing wh… 87 …h, he’s kind of full of himself. And he’s really competitive--this isn’t just a job to him, it’s … 91 But once you get to know him, he’s a pretty nice guy. Just don’t get on his bad side. 96 …just maybe, there was some other way to resolve the situation? Or do you just calculate the short… 100 …was my friend, but to you he was just an obstacle to overcome. You probably didn’t even think of … 128 Let me just say this. I don’t trust Rokudou either. He could have saved Kyle but for some reason … 150 He’s a criminal mastermind. The whole businessman-with-a-heart-of-gold shtick is just for show. S… 167 …tually kind of like this island. It’s like a theme park: just weird enough to be fun but just nor… 180 You’re just a tool to these guys--they have their own personal vendettas and they are just using yo…
|
| D | kyle.xml | 23 … survived, but even more inconceivable that you didn’t just turn around and go home. You’re just … 35 …he breadcrumbs Kabocha has left for you. Your brain is a <i>routine</i>: just stimulus, response,… 39 … doesn’t just copy things it’s touched, it combines them, mutates them, twists them. There’s no c… 47 …, Kabocha is a has-been and you don’t stand a chance down here. I should just smash your central … 55 …stors. We do all the work and you just tag along, is that how it is? Mr. Rokudou takes all the r… 80 … going there’s not much I can do to cool down. It’s probably best if you just avoid me. <small>W… 97 …ides, but right now I’ve got more important things to think about. Wanda just told me we’ve found… 116 The sewer entrance is just ahead. We’re getting ready to make the initial descent. My advice to y… 120 Oh, pardon me, I forgot. You can’t make decisions because you’re just a box of wires and electrica…
|
| /external/freetype/src/gxvalid/ |
| D | gxvjust.c | 5 * TrueTypeGX/AAT just table validation (body). 44 * referred `just' table format specification: 48 * [JUST HEADER]: GXV_JUST_HEADER_SIZE 66 #define GXV_JUST_DATA( a ) GXV_TABLE_DATA( just, a ) 69 /* GX just table does not define their subset of GID */ 78 GXV_TRACE(( "just table includes too large %s" in gxv_just_check_max_gid() 118 GXV_TRACE(( "just table includes non-zero value" in gxv_just_wdp_entry_validate() 160 GXV_NAME_ENTER( "just justDeltaClusters" ); in gxv_just_widthDeltaClusters_validate() 206 GXV_TRACE(( "just table includes invalid range spec:" in gxv_just_actSubrecord_type0_validate() 346 GXV_NAME_ENTER( "just actSubrecord" ); in gxv_just_actSubrecord_validate() [all …]
|
| /external/fonttools/ |
| D | NOTICE | 2 by Just van Rossum, Letterror, The Netherlands. 10 in supporting documentation, and that the names of Just van Rossum 15 JUST VAN ROSSUM AND LETTERROR DISCLAIM ALL WARRANTIES WITH 17 MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL JUST VAN ROSSUM OR 25 just@letterror.com
|
| /external/guice/core/src/com/google/inject/spi/ |
| D | ModuleSource.java | 28 * ModuleSource source}, and the call stack that ends just before the module {@link 41 * configure(Binder)} call and ends just before the module {@link Module#configure(Binder) 52 * Module#configure(Binder) configure(Binder)} call and ends just before the module {@link 65 * Module#configure(Binder) configure(Binder)} call and ends just before the module {@link 88 * Module#configure(Binder) configure(Binder)} call and ends just before the module {@link 106 * Module#configure(Binder) configure(Binder)} call and ends just before the module {@link 146 * Returns the size of call stack that ends just before the module {@link Module#configure(Binder) 157 * Returns the full call stack that ends just before the module {@link Module#configure(Binder)
|
| /external/gflags/ |
| D | README.md | 10 I've just released gflags 2.2.2. 24 I've just released gflags 2.2.1. 54 I've just released gflags 2.1.2. 78 I've just released gflags 2.1.1. 90 I've just released gflags 2.1. 164 I've just released gflags 2.0. 196 I've just released gflags 1.7. This is a minor release; the major 204 I've just released gflags 1.6. The major new feature in this release 226 I've just released gflags 1.5. This release has only minor changes 239 I've just released gflags 1.4. This release has only minor changes [all …]
|
| /external/protobuf/java/core/src/main/java/com/google/protobuf/ |
| D | MessageLite.java | 93 * just a trivial wrapper around 100 * just a trivial wrapper around 106 * Serializes the message and writes it to {@code output}. This is just a 116 * which limits the input). Alternatively, just use 213 * message being built. This is just a small wrapper around 222 * message being built. This is just a small wrapper around 233 * message being built. This is just a small wrapper around 242 * message being built. This is just a small wrapper around 252 * message being built. This is just a small wrapper around 263 * message being built. This is just a small wrapper around [all …]
|
| /external/webrtc/webrtc/modules/video_coding/codecs/vp9/ |
| D | screenshare_layers_unittest.cc | 191 // Just before enough bits become available for L0 @0.999 seconds. 196 // Just after enough bits become available for L0 @1.0001 seconds. 216 // just before @2.999 seconds. 222 // just after @3.001 seconds. 262 // Just before L1 @0.999 seconds. 266 // Just after L1 @1.001 seconds. 271 // Just before L0 @1.099 seconds. 275 // Just after L0 @1.101 seconds. 312 // Advance time to just before the timestamp wraps. in TEST_F()
|
| /external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/ARM/ |
| D | ldrex-frame-size.ll | 3 ; This alloca is just large enough that FrameLowering decides it needs a frame 8 ; stack size just because so the alloca is not actually the what the limit gets 23 ; This alloca is just is just the other side of the limit, so no frame
|
| /external/toolchain-utils/binary_search_tool/ |
| D | MAINTENANCE | 27 test. This is a simple test case that just checks the hashes of files on your 37 originally intended to bisect CLs, and binary_search_state.py just reused 38 the binary searching logic from it. Maybe just extract the binary searching 61 Some of the design decisions are a bit difficult to understand from just reading 78 bisection is just a normal build, when really we're doing some tricks. 98 argument. With just the first two options above it would be impossible for
|
| /external/google-breakpad/src/common/linux/ |
| D | elf_symbols_to_module_unittest.cc | 122 // Doesn't really matter, just can't be SHN_UNDEF. in TEST_P() 199 // Doesn't really matter, just can't be SHN_UNDEF. in TEST_P() 203 // Doesn't really matter, just can't be SHN_UNDEF. in TEST_P() 207 // Doesn't really matter, just can't be SHN_UNDEF. in TEST_P() 235 // Doesn't really matter, just can't be SHN_UNDEF. in TEST_P() 292 // Doesn't really matter, just can't be SHN_UNDEF. in TEST_P() 316 // Doesn't really matter, just can't be SHN_UNDEF. in TEST_P() 320 // Doesn't really matter, just can't be SHN_UNDEF. in TEST_P() 324 // Doesn't really matter, just can't be SHN_UNDEF. in TEST_P() 352 // Doesn't really matter, just can't be SHN_UNDEF. in TEST_P()
|
| /external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/Inputs/ |
| D | typeunit-header.s | 11 # just need to demonstrate an issue with validating length, so we just give it 40 # The type-unit DIE, which has just a visibility attribute. 43 # The type DIE, which also just has a one-byte visibility attribute.
|
| /external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-dwarfdump/X86/Inputs/ |
| D | typeunit-header.s | 11 # just need to demonstrate an issue with validating length, so we just give it 40 # The type-unit DIE, which has just a visibility attribute. 43 # The type DIE, which also just has a one-byte visibility attribute.
|
| /external/libcxx/test/std/numerics/numeric.ops/transform.inclusive.scan/ |
| D | transform_inclusive_scan_bop_uop_init.pass.cpp | 69 static_assert(sa == sizeof(pResI0) / sizeof(pResI0[0])); // just to be sure in test() 70 static_assert(sa == sizeof(mResI0) / sizeof(mResI0[0])); // just to be sure in test() 71 static_assert(sa == sizeof(pResN0) / sizeof(pResN0[0])); // just to be sure in test() 72 static_assert(sa == sizeof(mResN0) / sizeof(mResN0[0])); // just to be sure in test() 73 static_assert(sa == sizeof(pResI2) / sizeof(pResI2[0])); // just to be sure in test() 74 static_assert(sa == sizeof(mResI2) / sizeof(mResI2[0])); // just to be sure in test() 75 static_assert(sa == sizeof(pResN2) / sizeof(pResN2[0])); // just to be sure in test() 76 static_assert(sa == sizeof(mResN2) / sizeof(mResN2[0])); // just to be sure in test()
|
| /external/libcxx/test/std/numerics/numeric.ops/transform.exclusive.scan/ |
| D | transform_exclusive_scan_init_bop_uop.pass.cpp | 69 static_assert(sa == sizeof(pResI0) / sizeof(pResI0[0])); // just to be sure in test() 70 static_assert(sa == sizeof(mResI0) / sizeof(mResI0[0])); // just to be sure in test() 71 static_assert(sa == sizeof(pResN0) / sizeof(pResN0[0])); // just to be sure in test() 72 static_assert(sa == sizeof(mResN0) / sizeof(mResN0[0])); // just to be sure in test() 73 static_assert(sa == sizeof(pResI2) / sizeof(pResI2[0])); // just to be sure in test() 74 static_assert(sa == sizeof(mResI2) / sizeof(mResI2[0])); // just to be sure in test() 75 static_assert(sa == sizeof(pResN2) / sizeof(pResN2[0])); // just to be sure in test() 76 static_assert(sa == sizeof(mResN2) / sizeof(mResN2[0])); // just to be sure in test()
|
| /external/guice/core/src/com/google/inject/ |
| D | Injector.java | 107 * just-in-time</strong>. The returned map is immutable; it contains only the bindings that were 108 * present when {@code getAllBindings()} was invoked. Just-in-time bindings are only present if 110 * just-in-time bindings. 146 * #getBinding(Key)}, this does not attempt to create just-in-time bindings for keys that aren't 212 * <p>Just-in-time bindings created for child injectors will be created in an ancestor injector 215 * injections in just-in-time bindings (created in the parent injector) may be silently ignored if 218 * <p>No key may be bound by both an injector and one of its ancestors. This includes just-in-time 231 * <p>Just-in-time bindings created for child injectors will be created in an ancestor injector 235 * <p>No key may be bound by both an injector and one of its ancestors. This includes just-in-time
|
| /external/v8/src/ |
| D | elements.cc | 491 if (search_for_hole) return Just(true); in IncludesValueSlowPath() 498 if (value->SameValueZero(*element_k)) return Just(true); in IncludesValueSlowPath() 501 return Just(false); in IncludesValueSlowPath() 518 if (value->StrictEquals(*element_k)) return Just<int64_t>(k); in IndexOfValueSlowPath() 521 return Just<int64_t>(-1); in IndexOfValueSlowPath() 1143 return Just(true); in CollectValuesOrEntriesImpl() 1762 *result = Just(found); in IncludesValueFastPath() 1790 if (search_for_hole) return Just(true); in IncludesValueImpl() 1798 if (value->SameValueZero(element_k)) return Just(true); in IncludesValueImpl() 1812 if (value->SameValueZero(*element_k)) return Just(true); in IncludesValueImpl() [all …]
|
| /external/mesa3d/src/glx/ |
| D | eval.c | 35 ** allowed to have extra arbitrary data, so these routines extract just 44 /* Just copy the data */ in __glFillMap1f() 63 /* Just copy the data */ in __glFillMap1d() 84 /* Just copy the data */ in __glFillMap2f() 109 /* Just copy the data */ in __glFillMap2d()
|