Searched refs:targeted (Results 1 – 25 of 140) sorted by relevance
123456
/external/apache-commons-bcel/src/main/java/org/apache/bcel/generic/ |
D | CodeExceptionGen.java | 111 boolean targeted = false; in updateTarget() 113 targeted = true; in updateTarget() 117 targeted = true; in updateTarget() 121 targeted = true; in updateTarget() 124 if (!targeted) { in updateTarget()
|
D | LocalVariableGen.java | 195 boolean targeted = false; in updateTarget() 197 targeted = true; in updateTarget() 201 targeted = true; in updateTarget() 204 if (!targeted) { in updateTarget()
|
D | Select.java | 200 boolean targeted = false; in updateTarget() 202 targeted = true; in updateTarget() 207 targeted = true; in updateTarget() 211 if (!targeted) { in updateTarget()
|
/external/llvm-project/clang/test/Index/ |
D | targeted-cursor.m | 3 …e-pch %t.h.pch -target x86_64-apple-macosx10.7 -x objective-c-header %S/targeted-cursor.m.h -Xclan… 4 // RUN: c-index-test -cursor-at=%S/targeted-cursor.m.h:5:13 %s -target x86_64-apple-macosx10.7 -inc…
|
/external/clang/test/Index/ |
D | targeted-cursor.m | 3 …e-pch %t.h.pch -target x86_64-apple-macosx10.7 -x objective-c-header %S/targeted-cursor.m.h -Xclan… 4 // RUN: c-index-test -cursor-at=%S/targeted-cursor.m.h:5:13 %s -target x86_64-apple-macosx10.7 -inc…
|
/external/llvm-project/llvm/test/CodeGen/PowerPC/ |
D | lower-massv-attr.ll | 8 ; check massv calls are correctly targeted for Power8 20 ; check massv calls are correctly targeted for Power9
|
/external/antlr/runtime/C/doxygen/ |
D | using.dox | 32 /// Many of the \@sections used within a Java targeted grammar have some equivalent function within… 33 /// C targeted grammar, but their use may well be subtly different. There are also additional secti… 34 /// that have meaning only within a grammar targeted for the C runtime.
|
D | atsections.dox | 5 /// A C targeted grammar can make use of special annotations within a grammar 23 /// Documentation regarding the \@sections available for a grammar targeted at C now 28 /// Java targeted grammars allow the special section <code>\@init</code> to be placed after the dec…
|
/external/ltp/testcases/open_posix_testsuite/Documentation/ |
D | HOWTO_BugReporting | 15 - Code under test that is targeted* for the POSIX Test Suite reporting. 45 *targeted implementation = an implementation which POSIX Test Suite will
|
/external/pigweed/ |
D | METADATA | 3 "Pigweed is an open source collection of embedded-targeted libraries. These "
|
/external/llvm-project/llvm/test/CodeGen/ARM/ |
D | interwork.ll | 1 ; One file may have multiple functions targeted at different (ARM, Thumb)
|
/external/mesa3d/docs/drivers/ |
D | openswr.rst | 5 software renderer targeted towards visualization workloads. For such
|
/external/skia/fuzz/ |
D | README.md | 4 We define a `fuzzer` to be a targeted bit of code that takes a randomized input and executes code
|
/external/google-breakpad/src/third_party/musl/ |
D | README | 19 Information on full musl-targeted compiler toolchains, system
|
/external/llvm-project/llvm/test/Transforms/CalledValuePropagation/ |
D | simple-select.ll | 12 ; For example, since both of the targeted functions have the "norecurse"
|
D | simple-memory.ll | 12 ; For example, since both of the targeted functions have the "nounwind" and
|
/external/objenesis/ |
D | Android.bp | 55 // Builds the Objenesis TCK as a device-targeted library
|
/external/llvm-project/lldb/test/Shell/ScriptInterpreter/Python/Crashlog/Inputs/ |
D | a.out.ips | 36 …,"system":{"thread_create":0,"thread_set_state":0,"task_for_pid":2067},"targeted":{"thread_create"…
|
/external/llvm-project/llvm/test/CodeGen/SystemZ/ |
D | prefetch-03.ll | 5 ; iteration for each targeted memory instruction. The two stores in %true and
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
D | MCTargetOptionsCommandFlags.inc | 49 cl::desc("The name of the ABI to be targeted from the backend."),
|
/external/llvm-project/llvm/docs/ |
D | index.rst | 14 targeted at different audiences:
|
/external/deqp/doc/testspecs/GLES31/ |
D | functional.compute.basic.txt | 58 test all possible variants, such as data types. Separate targeted test sets
|
/external/llvm-project/mlir/docs/Dialects/ |
D | GPU.md | 12 execution from MLIR. It may be targeted, for example, by DSLs using MLIR. The
|
/external/mesa3d/src/util/sha1/ |
D | README | 35 - Removed __bounded__ attribute qualifiers. Unavailable on platforms targeted
|
/external/compiler-rt/cmake/Modules/ |
D | AddCompilerRT.cmake | 28 # architecture can be targeted, and "<name>.<os>" for Darwin platforms. 51 message(FATAL_ERROR "Architecture ${arch} can't be targeted") 124 message(FATAL_ERROR "Architecture ${arch} can't be targeted")
|
123456