/external/clang/test/SemaObjC/ |
D | builtin_objc_lib_functions.m | 3 Class f0() { return objc_getClass("a"); } // expected-warning {{implicitly declaring library functi… 7 Class f1() { return objc_getMetaClass("a"); } // expected-warning {{implicitly declaring library fu… 10 void f2(id val) { objc_enumerationMutation(val); } // expected-warning {{implicitly declaring libra… 13 …return objc_msgSend_fpret(self, op); } // expected-warning {{implicitly declaring library function… 17 …return objc_msgSendSuper(super, op); // expected-warning {{implicitly declaring library function '… 22 …return objc_assign_strongCast(val, dest); // expected-warning {{implicitly declaring library funct… 27 …tion_match(exceptionClass, exception); // expected-warning {{implicitly declaring library function…
|
D | builtin_objc_nslog.m | 6 …NSLog(@"%@", arg); // expected-warning {{implicitly declaring library function 'NSLog' with type '… 11 …NSLogv(@"%@", args); // expected-warning {{implicitly declaring library function 'NSLogv' with typ…
|
D | ivar-lookup-resolution-builtin.m | 31 return index; // expected-warning {{implicitly declaring library function 'index'}} \
|
D | continuation-class-err.m | 14 @property(readwrite, copy) id object; // Ok. declaring memory model in class extension - primary ha…
|
/external/clang/test/SemaOpenCL/ |
D | half.cl | 6 half half_disabled(half *p, // expected-error{{declaring function return value of type 'half' is no… 7 … half h) // expected-error{{declaring function parameter of type 'half' is not allowed}} 9 half a[2]; // expected-error{{declaring variable of type 'half [2]' is not allowed}} 10 half b; // expected-error{{declaring variable of type 'half' is not allowed}}
|
D | func_ptr.cl | 7 // declaring a function pointer is an error
|
D | invalid-image.cl | 14 image1d_t test3() {} // expected-error{{declaring function return value of type '__read_only image1…
|
D | sampler_t.cl | 31 sampler_t bad(); //expected-error{{declaring function return value of type 'sampler_t' is not allow…
|
D | invalid-pipes-cl2.0.cl | 22 pipe_int_t test6() {} // expected-error{{declaring function return value of type 'pipe_int_t' (aka …
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/ |
D | EventMod.java | 87 public long declaring; field in EventMod 118 declaring = -1; in EventMod()
|
D | EventBuilder.java | 142 mod.declaring = typeID; in setFieldOnly()
|
/external/turbine/javatests/com/google/turbine/lower/testdata/ |
D | annotation_declaration.test | 4 // https://docs.oracle.com/javase/tutorial/java/annotations/declaring.html
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/WebAssembly/ |
D | non-executable-stack.ll | 3 ; Test that we don't emit anything declaring a non-executable stack,
|
/external/llvm/test/CodeGen/WebAssembly/ |
D | non-executable-stack.ll | 3 ; Test that we don't emit anything declaring a non-executable stack,
|
/external/libchrome/libchrome_tools/patch/ |
D | hash.patch | 10 -// code did not come with its own header file, so declaring the function here.)
|
/external/guice/extensions/persist/lib/ |
D | javassist.jar | META-INF/
META-INF/MANIFEST.MF
javassist/
javassist/ByteArrayClassPath.class
ByteArrayClassPath ... |
/external/webrtc/webrtc/examples/androidapp/ |
D | ant.properties | 12 # You can also use it define how the release builds are signed by declaring
|
/external/clang/test/Rewriter/ |
D | finally.m | 5 …printf("executing try"); // expected-warning{{implicitly declaring library function 'printf' with …
|
/external/webrtc/webrtc/examples/androidtests/ |
D | ant.properties | 12 # You can also use it define how the release builds are signed by declaring
|
/external/webrtc/talk/app/webrtc/androidtests/ |
D | ant.properties | 12 # You can also use it define how the release builds are signed by declaring
|
/external/skqp/src/compute/skc/platforms/cl_12/kernels/ |
D | block_pool_init.cl | 49 // compiler declaring it supports the cl_intel_subgroups extension
|
/external/skia/src/compute/skc/platforms/cl_12/kernels/ |
D | block_pool_init.cl | 49 // compiler declaring it supports the cl_intel_subgroups extension
|
/external/cros/system_api/ |
D | README | 16 When declaring a protobuf, avoid use of required unless it is exactly what you
|
/external/guice/extensions/struts2/lib/ |
D | javassist.jar | META-INF/
META-INF/MANIFEST.MF
javassist/
javassist/ByteArrayClassPath.class
ByteArrayClassPath ... |
/external/webrtc/talk/session/media/ |
D | typewrapping.h.pump | 249 // Helper macro for declaring a wrapper that wraps/unwraps with reinterpret_cast<>. 253 // Helper macro for declaring a wrapper that wraps/unwraps implicitly. 257 // Helper macro for declaring that the pointer types for one type wrap the pointer types for anothe…
|