/external/androidplot/AndroidPlot-Core/src/test/java/com/androidplot/mock/ |
D | MockContext.java | 5 * you may not use this file except in compliance with the License. 52 … return null; //To change body of implemented methods use File | Settings | File Templates. in getAssets() 60 … return null; //To change body of implemented methods use File | Settings | File Templates. in getPackageManager() 65 … return null; //To change body of implemented methods use File | Settings | File Templates. in getContentResolver() 70 … return null; //To change body of implemented methods use File | Settings | File Templates. in getMainLooper() 75 … return null; //To change body of implemented methods use File | Settings | File Templates. in getApplicationContext() 80 //To change body of implemented methods use File | Settings | File Templates. in setTheme() 85 … return null; //To change body of implemented methods use File | Settings | File Templates. in getTheme() 90 … return null; //To change body of implemented methods use File | Settings | File Templates. in getClassLoader() 95 … return null; //To change body of implemented methods use File | Settings | File Templates. in getPackageName() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AMDGPU/ |
D | branch-relax-spill.ll | 129 tail call void asm sideeffect "; reg use $0", "{s0}"(i32 %sgpr0) #0 130 tail call void asm sideeffect "; reg use $0", "{s1}"(i32 %sgpr1) #0 131 tail call void asm sideeffect "; reg use $0", "{s2}"(i32 %sgpr2) #0 132 tail call void asm sideeffect "; reg use $0", "{s3}"(i32 %sgpr3) #0 133 tail call void asm sideeffect "; reg use $0", "{s4}"(i32 %sgpr4) #0 134 tail call void asm sideeffect "; reg use $0", "{s5}"(i32 %sgpr5) #0 135 tail call void asm sideeffect "; reg use $0", "{s6}"(i32 %sgpr6) #0 136 tail call void asm sideeffect "; reg use $0", "{s7}"(i32 %sgpr7) #0 137 tail call void asm sideeffect "; reg use $0", "{s8}"(i32 %sgpr8) #0 138 tail call void asm sideeffect "; reg use $0", "{s9}"(i32 %sgpr9) #0 [all …]
|
/external/clang/test/SemaObjC/ |
D | arc-repeated-weak.mm | 1 …-has-weak -fobjc-arc -fblocks -Wno-objc-root-class -std=c++11 -Warc-repeated-use-of-weak -verify %s 16 extern void use(id); function 22 …use(a.weakProp); // expected-warning{{weak property 'weakProp' is accessed multiple times in this … 23 use(a.weakProp); // expected-note{{also accessed here}} 25 use(a.strongProp); 26 use(a.strongProp); // no-warning 28 use(a.weakProp); // expected-note{{also accessed here}} 32 use(a.weakProp); // no-warning 33 use(a.strongProp); // no-warning 57 use(a.weakProp); // expected-warning{{weak property 'weakProp' is accessed multiple times}} [all …]
|
D | objcbridge-attribute-arc.m | 16 …jc_bridge(NSLocale, NSError))) __CFLocale *CFLocaleRef;// expected-error {{use of undeclared ident… 50 … // expected-note {{use __bridge to convert directly (no change in ownership)}} \ 51 …// expected-note {{use __bridge_transfer to transfer ownership of a +1 'CFTestingRef' (aka 'struct… 77 …// expected-note {{use __bridge_transfer to transfer ownership of a +1 'CFErrorRef2' (aka 'struct … 79 … // expected-note {{use __bridge to convert directly (no change in ownership)}} \ 80 …// expected-note {{use __bridge_transfer to transfer ownership of a +1 'CFErrorRef2' (aka 'struct … 83 …// expected-note {{use __bridge_transfer to transfer ownership of a +1 'CFErrorRef2' (aka 'struct … 86 … // expected-note {{use __bridge to convert directly (no change in ownership)}} \ 87 …// expected-note {{use __bridge_transfer to transfer ownership of a +1 'CFUColor2Ref' (aka 'union … 89 … // expected-note {{use __bridge to convert directly (no change in ownership)}} \ [all …]
|
D | arc-unbridged-cast.m | 46 …xpected-error {{requires a bridged cast}} expected-note {{use __bridge to}} expected-note {{use CF… 47 …xpected-error {{requires a bridged cast}} expected-note {{use __bridge to}} expected-note {{use CF… 48 …xpected-error {{requires a bridged cast}} expected-note {{use __bridge to}} expected-note {{use CF… 49 …xpected-error {{requires a bridged cast}} expected-note {{use __bridge to}} expected-note {{use CF… 50 …xpected-error {{requires a bridged cast}} expected-note {{use __bridge to}} expected-note {{use CF… 52 …x = (id) auditedCreateString(); // expected-error {{requires a bridged cast}} expected-note {{use … 53 … (void*) 0); // expected-error {{requires a bridged cast}} expected-note {{use CFBridgingRelease c… 54 …teString()); // expected-error {{requires a bridged cast}} expected-note {{use CFBridgingRelease c… 55 …teString()); // expected-error {{requires a bridged cast}} expected-note {{use CFBridgingRelease c… 82 … expected-error{{requires a bridged cast}} expected-note{{use __bridge to}} expected-note{{use CFB… [all …]
|
/external/llvm/include/llvm/IR/ |
D | Use.h | 1 //===-- llvm/Use.h - Definition of the Use class ----------------*- C++ -*-===// 11 /// This defines the Use class. The Use class represents the operand of an 12 /// instruction or some other User instance which refers to a Value. The Use 13 /// class keeps the "use list" of the referenced value up to date. 15 /// Pointer tagging is used to efficiently find the User corresponding to a Use 16 /// without having to store a User pointer in every Use. A User is preceded in 18 /// one of the fields (Prev) of the Use class are used to encode offsets to be 19 /// able to find that User given a pointer to any Use. For details, see: 36 class Use; variable 39 // Use** is only 4-byte aligned. [all …]
|
/external/clang/test/Misc/ |
D | diag-verify.cpp | 4 // "use of undeclared identifier 'y'" error message. 9 x = y; // expected-error{{use of undeclared identifier 'y'}} in test() 10 x = y; // expected-error{{use of undeclared identifier}} in test() 12 x = y; // expected-error{{use of}} in test() 17 x = y; // expected-error{{use of undeclared identifier 'y' is fine}} in test() 19 x = y; // expected-error{{good use of undeclared identifier 'y' in code}} in test() 20 x = y; // expected-error{{ use of undeclared identifier 'y' }} in test() 21 x = y; // expected-error{{use of undeclared identifier 'y' is disallowed}} in test() 22 x = y; // expected-error{{please don't use of undeclared identifier 'y'}} in test() 23 x = y; // expected-error{{use of undeclared identifier 'y'; please declare y before use}} in test() [all …]
|
/external/swiftshader/third_party/LLVM/include/llvm/ |
D | Use.h | 1 //===-- llvm/Use.h - Definition of the Use class ----------------*- C++ -*-===// 10 // This defines the Use class. The Use class represents the operand of an 11 // instruction or some other User instance which refers to a Value. The Use 12 // class keeps the "use list" of the referenced value up to date. 15 // to a Use without having to store a User pointer in every Use. A 17 // operands, and the low bits of one of the fields (Prev) of the Use 19 // a pointer to any Use. For details, see: 36 class Use; variable 40 // Use** is only 4-byte aligned. 42 class PointerLikeTypeTraits<Use**> { [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/ARM/ |
D | subtarget-no-movt.ll | 2 …pu=cortex-a8 -relocation-model=static %s -o - -mattr=-no-movt | FileCheck -check-prefix=USE-MOVT %s 3 …cortex-a8 -relocation-model=static %s -o - -mattr=+no-movt | FileCheck -check-prefix=NO-USE-MOVT %s 5 …ex-a8 -relocation-model=static %s -o - -O0 -mattr=-no-movt | FileCheck -check-prefix=USE-MOVT-O0 %s 6 …a8 -relocation-model=static %s -o - -O0 -mattr=+no-movt | FileCheck -check-prefix=NO-USE-MOVT-O0 %s 20 ; USE-MOVT-LABEL: {{_?}}foo0 21 ; USE-MOVT: movw [[R0:r[0-9]+]], #52257 22 ; USE-MOVT: movt [[R0]], #35037 24 ; USE-MOVT-O0-LABEL: {{_?}}foo0 25 ; USE-MOVT-O0: movw [[R0:r[0-9]+]], #52257 26 ; USE-MOVT-O0: movt [[R0]], #35037 [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | Use.h | 1 //===- llvm/Use.h - Definition of the Use class -----------------*- C++ -*-===// 11 /// This defines the Use class. The Use class represents the operand of an 12 /// instruction or some other User instance which refers to a Value. The Use 13 /// class keeps the "use list" of the referenced value up to date. 15 /// Pointer tagging is used to efficiently find the User corresponding to a Use 16 /// without having to store a User pointer in every Use. A User is preceded in 18 /// one of the fields (Prev) of the Use class are used to encode offsets to be 19 /// able to find that User given a pointer to any Use. For details, see: 39 /// A Use represents the edge between a Value definition and its users. 56 class Use { [all …]
|
/external/v8/src/compiler/ |
D | node.cc | 2 // Use of this source code is governed by a BSD-style license that can be 13 sizeof(OutOfLineInputs) + capacity * (sizeof(Node*) + sizeof(Use)); in New() 16 reinterpret_cast<OutOfLineInputs*>(raw_buffer + capacity * sizeof(Use)); in New() 23 void Node::OutOfLineInputs::ExtractFrom(Use* old_use_ptr, Node** old_input_ptr, in ExtractFrom() 25 // Extract the inputs from the old use and input pointers and copy them in ExtractFrom() 27 Use* new_use_ptr = reinterpret_cast<Use*>(this) - 1; in ExtractFrom() 31 Use::InputIndexField::encode(current) | Use::InlineField::encode(false); in ExtractFrom() 55 Use* use_ptr; in New() 84 use_ptr = reinterpret_cast<Use*>(outline); in New() 94 size_t size = sizeof(Node) + capacity * (sizeof(Node*) + sizeof(Use)); in New() [all …]
|
/external/clang/test/SemaCXX/ |
D | expressions.cpp | 42 return x && 4; // expected-warning {{use of logical '&&' with constant operand}} \ in test2() 43 // expected-note {{use '&' for a bitwise operation}} \ in test2() 52 return x && (unsigned)0; // expected-warning {{use of logical '&&' with constant operand}} \ in test2() 53 // expected-note {{use '&' for a bitwise operation}} \ in test2() 56 return x || (unsigned)1; // expected-warning {{use of logical '||' with constant operand}} \ in test2() 57 // expected-note {{use '|' for a bitwise operation}} in test2() 59 return x || 0; // expected-warning {{use of logical '||' with constant operand}} \ in test2() 60 // expected-note {{use '|' for a bitwise operation}} in test2() 61 return x || 1; // expected-warning {{use of logical '||' with constant operand}} \ in test2() 62 // expected-note {{use '|' for a bitwise operation}} in test2() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/ARM/ |
D | arm-load-store-multiple-deprecated.s | 14 @ CHECK: warning: use of SP or PC in the list is deprecated 18 @ CHECK: warning: use of SP or PC in the list is deprecated 22 @ CHECK: warning: use of SP or PC in the list is deprecated 26 @ CHECK: warning: use of SP or PC in the list is deprecated 30 @ CHECK: warning: use of SP or PC in the list is deprecated 34 @ CHECK: warning: use of SP or PC in the list is deprecated 42 @ CHECK: warning: use of SP or PC in the list is deprecated 46 @ CHECK: warning: use of SP or PC in the list is deprecated 50 @ CHECK: warning: use of SP or PC in the list is deprecated 54 @ CHECK: warning: use of SP or PC in the list is deprecated [all …]
|
/external/llvm/test/MC/ARM/ |
D | arm-load-store-multiple-deprecated.s | 14 @ CHECK: warning: use of SP or PC in the list is deprecated 18 @ CHECK: warning: use of SP or PC in the list is deprecated 22 @ CHECK: warning: use of SP or PC in the list is deprecated 26 @ CHECK: warning: use of SP or PC in the list is deprecated 30 @ CHECK: warning: use of SP or PC in the list is deprecated 34 @ CHECK: warning: use of SP or PC in the list is deprecated 42 @ CHECK: warning: use of SP or PC in the list is deprecated 46 @ CHECK: warning: use of SP or PC in the list is deprecated 50 @ CHECK: warning: use of SP or PC in the list is deprecated 54 @ CHECK: warning: use of SP or PC in the list is deprecated [all …]
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | Use.h | 1 //===-- llvm/Use.h - Definition of the Use class ----------------*- C++ -*-===// 11 /// This defines the Use class. The Use class represents the operand of an 12 /// instruction or some other User instance which refers to a Value. The Use 13 /// class keeps the "use list" of the referenced value up to date. 15 /// Pointer tagging is used to efficiently find the User corresponding to a Use 16 /// without having to store a User pointer in every Use. A User is preceded in 18 /// one of the fields (Prev) of the Use class are used to encode offsets to be 19 /// able to find that User given a pointer to any Use. For details, see: 36 class Use; variable 39 /// \brief A Use represents the edge between a Value definition and its users. [all …]
|
/external/skia/src/compute/hs/images/ |
D | hs_flip_merge.svg | 71 <use 79 <use 87 <use 95 <use 103 <use 111 <use 119 <use 127 <use 135 <use 143 <use [all …]
|
D | hs_sorted_slab.svg | 37 <use 49 <use 61 <use 73 <use 85 <use 97 <use 111 <use 119 <use 130 <use 138 <use [all …]
|
/external/skqp/src/compute/hs/images/ |
D | hs_flip_merge.svg | 71 <use 79 <use 87 <use 95 <use 103 <use 111 <use 119 <use 127 <use 135 <use 143 <use [all …]
|
D | hs_sorted_slab.svg | 37 <use 49 <use 61 <use 73 <use 85 <use 97 <use 111 <use 119 <use 130 <use 138 <use [all …]
|
/external/clang/test/SemaObjCXX/ |
D | objcbridge-attribute.mm | 12 …jc_bridge(NSLocale, NSError))) __CFLocale *CFLocaleRef;// expected-error {{use of undeclared ident… 32 … // expected-note {{use __bridge to convert directly (no change in ownership)}} \ 33 …// expected-note {{use __bridge_transfer to transfer ownership of a +1 'CFTestingRef' (aka '__CFEr… 59 …// expected-note {{use __bridge_transfer to transfer ownership of a +1 'CFErrorRef2' (aka '__CFErr… 61 … // expected-note {{use __bridge to convert directly (no change in ownership)}} \ 62 …// expected-note {{use __bridge_transfer to transfer ownership of a +1 'CFErrorRef2' (aka '__CFErr… 65 …// expected-note {{use __bridge_transfer to transfer ownership of a +1 'CFErrorRef2' (aka '__CFErr… 68 … // expected-note {{use __bridge to convert directly (no change in ownership)}} \ 69 …// expected-note {{use __bridge_transfer to transfer ownership of a +1 'CFUColor2Ref' (aka '__CFUP… 71 … // expected-note {{use __bridge to convert directly (no change in ownership)}} \ [all …]
|
D | objcbridge-attribute-arc.mm | 12 …jc_bridge(NSLocale, NSError))) __CFLocale *CFLocaleRef;// expected-error {{use of undeclared ident… 32 … // expected-note {{use __bridge to convert directly (no change in ownership)}} \ 33 …// expected-note {{use __bridge_transfer to transfer ownership of a +1 'CFTestingRef' (aka '__CFEr… 59 …// expected-note {{use __bridge_transfer to transfer ownership of a +1 'CFErrorRef2' (aka '__CFErr… 61 … // expected-note {{use __bridge to convert directly (no change in ownership)}} \ 62 …// expected-note {{use __bridge_transfer to transfer ownership of a +1 'CFErrorRef2' (aka '__CFErr… 65 …// expected-note {{use __bridge_transfer to transfer ownership of a +1 'CFErrorRef2' (aka '__CFErr… 68 … // expected-note {{use __bridge to convert directly (no change in ownership)}} \ 69 …// expected-note {{use __bridge_transfer to transfer ownership of a +1 'CFUColor2Ref' (aka '__CFUP… 71 … // expected-note {{use __bridge to convert directly (no change in ownership)}} \ [all …]
|
/external/clang/test/CXX/class.access/class.access.dcl/ |
D | p1.cpp | 31 // expected-warning@-2 {{access declarations are deprecated; use using declarations instead}} 33 …// expected-error@-4 {{ISO C++11 does not allow access declarations; use using declarations instea… 38 // expected-warning@-2 {{access declarations are deprecated; use using declarations instead}} 40 …// expected-error@-4 {{ISO C++11 does not allow access declarations; use using declarations instea… 45 // expected-warning@-2 {{access declarations are deprecated; use using declarations instead}} 47 …// expected-error@-4 {{ISO C++11 does not allow access declarations; use using declarations instea… 52 // expected-warning@-2 {{access declarations are deprecated; use using declarations instead}} 54 …// expected-error@-4 {{ISO C++11 does not allow access declarations; use using declarations instea… 64 struct hiding {}; // expected-note {{previous use is here}} 73 // expected-warning@-2 {{access declarations are deprecated; use using declarations instead}} [all …]
|
/external/libchrome/base/memory/ |
D | linked_ptr_unittest.cc | 2 // Use of this source code is governed by a BSD-style license that can be 21 virtual void Use() { history += base::StringPrintf("A%d use\n", mynum); } in Use() function 29 void Use() override { history += base::StringPrintf("B%d use\n", mynum); } in Use() function 66 a3->Use(); in TEST() 67 a4->Use(); in TEST() 68 a5->Use(); in TEST() 69 a6->Use(); in TEST() 70 b0->Use(); in TEST() 71 (*b0).Use(); in TEST() 72 b0.get()->Use(); in TEST() [all …]
|
/external/llvm/test/DebugInfo/MIR/X86/ |
D | live-debug-values-3preds.mir | 30 # CHECK-DAG: DBG_VALUE debug-use %edi, debug-use _, !11, !16, debug-location !17 31 # CHECK-DAG: DBG_VALUE debug-use %edx, debug-use _, !13, !16, debug-location !20 32 # CHECK-DAG: DBG_VALUE debug-use %esi, debug-use _, !12, !16, debug-location !18 189 DBG_VALUE debug-use %edi, debug-use _, !9, !17, debug-location !18 190 DBG_VALUE debug-use %esi, debug-use _, !10, !17, debug-location !19 191 DBG_VALUE debug-use %edx, debug-use _, !11, !17, debug-location !21 192 DBG_VALUE debug-use %ecx, debug-use _, !12, !17, debug-location !23 203 DBG_VALUE debug-use %edi, debug-use _, !9, !17, debug-location !18 204 DBG_VALUE debug-use %esi, debug-use _, !10, !17, debug-location !19 205 DBG_VALUE debug-use %edx, debug-use _, !11, !17, debug-location !21 [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/MIR/X86/ |
D | live-debug-values-3preds.mir | 34 # CHECK-DAG: DBG_VALUE debug-use $edi, debug-use $noreg, ![[X_VAR]], !DIExpression(), debug-locati… 35 # CHECK-DAG: DBG_VALUE debug-use $esi, debug-use $noreg, ![[Y_VAR]], !DIExpression(), debug-locati… 36 # CHECK-DAG: DBG_VALUE debug-use $edx, debug-use $noreg, ![[Z_VAR]], !DIExpression(), debug-locati… 189 DBG_VALUE debug-use $edi, debug-use _, !9, !17, debug-location !18 190 DBG_VALUE debug-use $esi, debug-use _, !10, !17, debug-location !19 191 DBG_VALUE debug-use $edx, debug-use _, !11, !17, debug-location !21 192 DBG_VALUE debug-use $ecx, debug-use _, !12, !17, debug-location !23 203 DBG_VALUE debug-use $edi, debug-use _, !9, !17, debug-location !18 204 DBG_VALUE debug-use $esi, debug-use _, !10, !17, debug-location !19 205 DBG_VALUE debug-use $edx, debug-use _, !11, !17, debug-location !21 [all …]
|