Searched refs:construction (Results 1 – 25 of 283) sorted by relevance
12345678910>>...12
/external/clang/test/SemaObjC/ |
D | objc-literal-sig.m | 43 …(void)@__objc_yes; // expected-error{{literal construction method 'numberWithBool:' has incompatib… 44 …(void)@__objc_yes; // expected-error{{literal construction method 'numberWithBool:' has incompatib… 45 …id array = @[ @17 ]; // expected-error{{literal construction method 'arrayWithObjects:count:' has … 46 …id array2 = @[ @17 ]; // expected-error{{literal construction method 'arrayWithObjects:count:' has… 47 …id dict = @{ @"hello" : @17 }; // expected-error{{literal construction method 'dictionaryWithObjec… 48 …id dict2 = @{ @"hello" : @17 }; // expected-error{{literal construction method 'dictionaryWithObje… 49 …id str = @("hello"); // expected-error{{literal construction method 'stringWithUTF8String:' has in… 50 …id str2 = @("hello"); // expected-error{{literal construction method 'stringWithUTF8String:' has i…
|
/external/v8/tools/clang/blink_gc_plugin/tests/ |
D | optional_gc_object.txt | 1 optional_gc_object.cpp:10:24: warning: [blink-gc] Disallowed construction of 'Optional<blink::Base>… 4 optional_gc_object.cpp:13:27: warning: [blink-gc] Disallowed construction of 'Optional<blink::Deriv… 7 optional_gc_object.cpp:16:7: warning: [blink-gc] Disallowed construction of 'Optional<blink::Base>'…
|
/external/owasp/sanitizer/lib/htmlparser-1.3/doc/ |
D | README | 6 tree-construction.txt represents the state of the spec implemented in TreeBuilder.java. 9 …list http://www.whatwg.org/specs/web-apps/current-work/multipage/tree-construction.html > current.…
|
/external/Microsoft-GSL/include/gsl/ |
D | pointers | 49 // - disallow construction from any type other than pointer type 62 // - allow construction from U* 63 // - disallow construction from nullptr_t 64 // - disallow default construction 65 // - ensure construction from null U* fails
|
/external/tensorflow/tensorflow/compiler/jit/ |
D | create_xla_launch_op.cc | 231 OpKernelConstruction construction( in CreateXlaLaunchOp() local 238 &construction, constant_arg_indices, resource_arg_indices, function); in CreateXlaLaunchOp()
|
/external/grpc-grpc/src/core/ext/filters/client_channel/ |
D | README.md | 41 construction. To customize this behavior, resolvers build 43 construction arguments for concrete grpc_subchannel instances.
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Other/ |
D | 2002-01-31-CallGraph.ll | 1 ; Call graph construction crash: Not handling indirect calls right
|
/external/swiftshader/third_party/LLVM/test/Other/ |
D | 2002-01-31-CallGraph.ll | 1 ; Call graph construction crash: Not handling indirect calls right
|
/external/llvm/test/Other/ |
D | 2002-01-31-CallGraph.ll | 1 ; Call graph construction crash: Not handling indirect calls right
|
/external/antlr/runtime/JavaScript/tests/functional/ |
D | t058rewriteAST37.g | 7 | INT // should still get auto AST construction
|
/external/antlr/runtime/ObjC/Framework/examples/treeparser/ |
D | README.txt | 1 Hi. This is a simple demo of tree construction and tree parsing with ANTLR
|
D | Lang.g | 14 type : INTTYPE // automatic tree construction builds a node for this rule
|
/external/markdown/tests/markdown-test/ |
D | benchmark.dat | 1 construction:0.000000:0.000000
|
/external/libchrome/mojo/public/cpp/platform/ |
D | README.md | 50 A `NamedPlatformChannel` upon construction will begin listening on 53 socket path) can be specified at construction time via
|
/external/libnl/doc/ |
D | index.txt | 9 Socket handling, sending and receiving, message construction and parsing, ...
|
/external/swiftshader/third_party/LLVM/ |
D | README.txt | 5 Virtual Machine, a toolkit for the construction of highly optimized compilers,
|
/external/clang/test/CodeGenObjC/ |
D | synthesize_ivar.m | 30 // <rdar://problem/7336352> [irgen] crash in synthesized property construction
|
/external/markdown/tests/misc/ |
D | benchmark.dat | 1 construction:0.000000:0.000000
|
/external/llvm/ |
D | README.txt | 5 a toolkit for the construction of highly optimized compilers,
|
/external/swiftshader/third_party/llvm-7.0/llvm/ |
D | README.txt | 5 a toolkit for the construction of highly optimized compilers,
|
/external/swiftshader/third_party/llvm-subzero/ |
D | README.txt | 13 a toolkit for the construction of highly optimized compilers,
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AMDGPU/ |
D | partially-dead-super-register-immediate.ll | 8 ; During live interval construction, the first sub register def is
|
/external/llvm/test/CodeGen/AMDGPU/ |
D | partially-dead-super-register-immediate.ll | 8 ; During live interval construction, the first sub register def is
|
/external/icu/tools/srcgen/javadoc_patches/patches/src/main/java/android/icu/util/ |
D | ULocale.java.patch | 18 - * actual locale arrived at during the object's construction.
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_ParallelConcat.pbtxt | 38 that the input shapes be known during graph construction. Parallel concat
|
12345678910>>...12