Searched refs:assumed (Results 1 – 25 of 221) sorted by relevance
123456789
/external/clang/test/SemaObjC/ |
D | warn-implicit-atomic-property.m | 11 @implementation Super // expected-warning {{property is assumed atomic when auto-synthesizing the p… 12 @synthesize P,P1,P2; // expected-warning {{property is assumed atomic by default}}
|
D | warn-assign-property-nscopying.m | 13 … {{no 'assign', 'retain', or 'copy' attribute is specified - 'assign' is assumed}} // expected-war… 14 … expected-warning {{no 'assign', 'retain', or 'copy' attribute is specified - 'assign' is assumed}}
|
D | property.m | 9 … {{no 'assign', 'retain', or 'copy' attribute is specified - 'assign' is assumed}}, expected-warni…
|
/external/llvm/test/Transforms/LoopVectorize/ |
D | infiniteloop.ll | 9 ; variable but assumed there must be one. Scalar evolution returned a exit 10 ; count for the loop below and from there on we assumed that there must be an
|
/external/iptables/extensions/ |
D | libxt_MARK.man | 9 mark ("nfmark"). If \fImask\fP is omitted, 0xFFFFFFFF is assumed. 13 mark. If \fImask\fP is omitted, 0xFFFFFFFF is assumed.
|
D | libxt_tcp.man | 8 If the first port is omitted, "0" is assumed; if the last is omitted, 9 "65535" is assumed.
|
D | libxt_TOS.man | 8 into the TOS/Priority field. If \fImask\fP is omitted, 0xFF is assumed.
|
/external/linux-tools-perf/src/tools/perf/util/ |
D | help.c | 306 const char *assumed = main_cmds.names[0]->name; in help_unknown_cmd() local 313 cmd, assumed); in help_unknown_cmd() 319 return assumed; in help_unknown_cmd()
|
/external/strace/ |
D | strace-log-merge | 11 It is assumed that STRACE_LOGs were produced by strace with -tt[t]
|
/external/libhevc/common/arm/ |
D | ihevc_padding.s | 103 @ pad size is assumed to be pad_left = 80 222 @ pad size is assumed to be pad_left = 80 351 @ pad size is assumed to be pad_left = 80 470 @ pad size is assumed to be pad_left = 80
|
/external/llvm/test/Transforms/InstSimplify/ |
D | 2011-11-23-MaskedBitsCrash.ll | 6 ; be assumed to have a negative value (since if not it has an undefined
|
/external/llvm/test/CodeGen/AArch64/ |
D | arm64-alloc-no-stack-realign.ll | 4 ; Make sure we are not creating stack objects that are assumed to be 64-byte
|
/external/clang/test/Modules/ |
D | on-demand-build.m | 10 // expected-note@Inputs/Module.framework/Headers/Module.h:17{{class method 'alloc' is assumed to re…
|
/external/google-breakpad/src/testing/scripts/generator/ |
D | README.cppclean | 40 For all examples, it is assumed that cppclean resides in a directory called 86 For all examples, it is assumed that cppclean resides in a directory called
|
/external/elfutils/src/ |
D | README | 3 - the sizes of external and internal types are assumed to be the same.
|
/external/llvm/test/Transforms/DeadArgElim/ |
D | aggregates.ll | 42 ; This use is assumed to apply to both 0 and 1. 67 ; This use is assumed to apply to both 0 and 1.
|
/external/clang/test/SemaObjCXX/ |
D | related-result-type-inference.mm | 11 - (id)retain; // expected-note 2{{instance method 'retain' is assumed to return an instance of its…
|
/external/openssh/ |
D | ssh-keysign.0 | 40 If these files exist they are assumed to contain public
|
/external/e2fsprogs/ext2ed/ |
D | ext2ed.conf.in | 53 # When ForceExt2 is set to on, the filesystem is assumed to be ext2
|
/external/llvm/test/Transforms/GVN/ |
D | pre-single-pred.ll | 2 ; This testcase assumed we'll PRE the load into %for.cond, but we don't actually
|
/external/llvm/docs/ |
D | BranchWeightMetadata.rst | 101 case is assumed to be likely taken.
|
/external/icu/icu4c/source/samples/ugrep/ |
D | readme.txt | 15 begin with a BOM, in which case they are assumed to be in the UTF encoding
|
/external/clang/lib/StaticAnalyzer/ |
D | README.txt | 39 branch are assumed to be true and on the false branch the conditions 40 of the branch are assumed to be false. Such "assumptions" create
|
/external/deqp/doc/testspecs/GLES31/ |
D | functional.sample_shading.txt | 53 function is assumed to have similar effect to the uniform random. Hence, if the
|
/external/llvm/test/CodeGen/ARM/ |
D | alloc-no-stack-realign.ll | 6 ; objects that are assumed to be 64-byte aligned.
|
123456789