/external/clang/test/Analysis/ |
D | DynamicTypePropagation.m | 44 NSArray *erased = arr; 45 NSObject *element = [erased firstObject]; 52 NSArray *erased = arr; 53 [erased contains: element];
|
D | generics.m | 308 NSArray *erased = arr; 309 id a = [erased firstObject]; 314 NSArray *erased = arr; 315 NSArray* a = [erased firstObject]; 320 NSArray *erased = arr; 321 …NSSet* a = [erased firstObject]; // expected-warning {{Object has a dynamic type 'NSArray<NSString… 326 NSArray *erased = arr; 327 id a = [erased firstObject];
|
/external/vixl/test/ |
D | test-invalset.cc | 262 size_t erased = set.erase(to_erase.back()); in TEST() local 263 if (erased > 0) { in TEST() 264 VIXL_CHECK(erased == 1); in TEST() 331 size_t erased = set.erase(to_erase.back()); in TEST() local 332 if (erased > 0) { in TEST() 333 VIXL_CHECK(erased == 1); in TEST()
|
/external/ltp/testcases/kernel/fs/mongo/ |
D | README | 18 Warning : All info will be erased on device. 30 /dev/hda5 - test device and all info on it will be erased.
|
/external/autotest/server/site_tests/firmware_Cr50Update/ |
D | control | 13 This test verifies Cr50 update works or recovery from erased nvmem. 20 be erased during the rollback from the dev image to the release image and 52 should be erased before updating to the release image. This can be 53 used to verify that Cr50 can recovery from erased nvmem.
|
D | control.erase_nvmem | 12 This test verifies Cr50 can recover from erased nvmem. 16 into normal mode and not recovery after nvmem has been erased.
|
/external/r8/src/main/java/com/android/tools/r8/ir/desugar/ |
D | LambdaDescriptor.java | 333 LambdaRewriter rewriter, DexProto enforced, DexProto erased) { in isEnforcedSignatureValid() argument 334 if (!isSameOrDerived(rewriter.factory, enforced.returnType, erased.returnType)) { in isEnforcedSignatureValid() 338 DexType[] erasedValues = erased.parameters.values; in isEnforcedSignatureValid()
|
/external/libcxx/include/experimental/ |
D | utility | 25 3.1.2, erased-type placeholder
|
/external/llvm/test/DebugInfo/X86/ |
D | inlined-indirect-value.ll | 5 ; just erased, so it won't be perfectly accurate).
|
/external/llvm/test/CodeGen/AMDGPU/ |
D | mad_uint24.ll | 60 ; led to some instructions being incorrectly erased when the entire
|
/external/llvm/test/Transforms/LoopUnswitch/ |
D | guards.ll | 80 ; be erased (this has implications on what guards we can keep raw
|
/external/syslinux/doc/ |
D | extlinux.txt | 61 erased.
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | BugReporter.cpp | 2239 bool erased = false; in removePunyEdges() local 2242 erased ? I : ++I) { in removePunyEdges() 2244 erased = false; in removePunyEdges() 2286 erased = true; in removePunyEdges()
|
/external/llvm/test/Transforms/SLPVectorizer/X86/ |
D | insert-element-build-vector.ll | 266 ; instructions that are erased.
|
/external/gptfdisk/ |
D | README | 109 MBR disk, the GPT data may be incompletely erased. This happens if the
|
/external/python/cpython2/Doc/tutorial/ |
D | inputoutput.rst | 242 for only writing (an existing file with the same name will be erased), and
|
/external/llvm/test/CodeGen/X86/ |
D | crash.ll | 488 ; erased along with its value number.
|
/external/clang/lib/CodeGen/ |
D | CGCall.cpp | 721 bool erased = FunctionsBeingProcessed.erase(FI); (void)erased; in arrangeLLVMFunctionInfo() local 722 assert(erased && "Not in set?"); in arrangeLLVMFunctionInfo()
|
/external/clang/docs/ |
D | ThreadSafetyAnalysis.rst | 760 // The attributes can be safely erased when compiling with other compilers.
|
/external/llvm/docs/ |
D | Atomics.rst | 35 address, the first store can be erased. This transformation is not allowed for a
|
/external/avb/ |
D | README.md | 616 confirm before any data is erased.
|
/external/mesa3d/doxygen/ |
D | common.doxy | 589 # stylesheet in the HTML output directory as well, or it will be erased!
|
/external/libdaemon/doc/ |
D | doxygen.conf.in | 612 # stylesheet in the HTML output directory as well, or it will be erased!
|
/external/libmtp/doc/ |
D | Doxyfile.in | 610 # stylesheet in the HTML output directory as well, or it will be erased!
|
/external/python/cpython2/Doc/howto/ |
D | logging-cookbook.rst | 700 (``.1`` becomes ``.2``, etc.) and the ``.6`` file is erased.
|