Home
last modified time | relevance | path

Searched refs:targeted (Results 1 – 25 of 87) sorted by relevance

1234

/external/apache-commons-bcel/src/main/java/org/apache/bcel/generic/
DCodeExceptionGen.java111 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()
DLocalVariableGen.java195 boolean targeted = false; in updateTarget()
197 targeted = true; in updateTarget()
201 targeted = true; in updateTarget()
204 if (!targeted) { in updateTarget()
DSelect.java200 boolean targeted = false; in updateTarget()
202 targeted = true; in updateTarget()
207 targeted = true; in updateTarget()
211 if (!targeted) { in updateTarget()
DInstructionList.java730 final InstructionHandle[] targeted = new InstructionHandle[target_vec.size()]; in remove() local
731 target_vec.toArray(targeted); in remove()
732 throw new TargetLostException(targeted, buf.toString()); in remove()
/external/clang/test/Index/
Dtargeted-cursor.m3 …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/antlr/runtime/C/doxygen/
Dusing.dox32 /// 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.
Datsections.dox5 /// 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/
DHOWTO_BugReporting15 - Code under test that is targeted* for the POSIX Test Suite reporting.
45 *targeted implementation = an implementation which POSIX Test Suite will
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/ARM/
Dinterwork.ll1 ; One file may have multiple functions targeted at different (ARM, Thumb)
/external/mesa3d/src/gallium/docs/source/drivers/
Dopenswr.rst5 software renderer targeted towards visualization workloads. For such
/external/objenesis/
DAndroid.bp32 // Builds the Objenesis TCK as a device-targeted library
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/CalledValuePropagation/
Dsimple-select.ll12 ; For example, since both of the targeted functions have the "norecurse"
Dsimple-memory.ll12 ; For example, since both of the targeted functions have the "nounwind" and
/external/deqp/doc/testspecs/GLES31/
Dfunctional.compute.basic.txt58 test all possible variants, such as data types. Separate targeted test sets
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCTargetOptionsCommandFlags.inc61 cl::desc("The name of the ABI to be targeted from the backend."),
/external/compiler-rt/cmake/Modules/
DAddCompilerRT.cmake28 # 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")
/external/mesa3d/src/util/sha1/
DREADME35 - Removed __bounded__ attribute qualifiers. Unavailable on platforms targeted
/external/skia/site/dev/contrib/
Dindex.md28 Keep your code submissions small and targeted.
/external/skqp/site/dev/contrib/
Dindex.md28 Keep your code submissions small and targeted.
/external/icu/icu4j/perf-tests/data/conversion/
Denglish.txt15 …ts. Unicode enables a single software product or a single website to be targeted across multiple p…
/external/clang/docs/
DTooling.rst87 They are targeted at automating and improving core development activities of
/external/deqp/doc/testspecs/GLES3/
Dperformance.txt87 The number of quads depends on targeted vertex load. Test cases targeting
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/RISCV/
Dalu32.ll5 ; These tests are each targeted at a particular RISC-V ALU instruction. Other
/external/deqp/doc/testspecs/GLES2/
Dperformance.txt87 The number of quads depends on targeted vertex load. Test cases targeting
/external/ltp/testcases/open_posix_testsuite/
DBUILD72 Notes for each test section are here. It is targeted for general linux

1234