/frameworks/compile/mclinker/lib/Target/Mips/ |
MipsEmulation.cpp | 22 pConfig.targets().setEndian(TargetOptions::Little); 24 llvm::Triple::ArchType arch = pConfig.targets().triple().getArch(); 27 pConfig.targets().setBitClass(bitclass); 45 if (pConfig.targets().triple().isOSDarwin()) { 49 if (pConfig.targets().triple().isOSWindows()) {
|
/frameworks/rs/ |
update_rs_prebuilts.sh | 14 TARGETS=(arm) 24 TARGETS=(arm mips x86 arm64) 113 for t in ${TARGETS[@]}; do 132 for i in $(seq 0 $((${#TARGETS[@]} - 1))); do 133 t=${TARGETS[$i]}
|
/external/pcre/dist/ |
CMakeLists.txt | 598 SET(targets) 604 SET(targets ${targets} pcre) 606 SET(targets ${targets} pcreposix) 627 SET(targets ${targets} pcre16) 647 SET(targets ${targets} pcre32) 668 SET(targets ${targets} pcrecpp [all...] |
/development/build/tools/ |
windows_sdk.mk | 25 # Define WIN_SDK_TARGETS (the list of targets located in topdir/sdk) 30 # This is the list of targets that we want to generate as 31 # Windows executables. All the targets specified here are located in
|
/development/samples/training/basic/ActivityLifecycle/ |
build.xml | 49 <!-- extension targets. Uncomment the ones where you want to do custom work 50 in between standard targets --> 66 To customize existing targets, there are two options:
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/ |
Antlr3.Runtime.Debug.csproj | 76 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 77 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 78 Other similar extension points exist, see Microsoft.Common.targets.
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/ |
Antlr3.Runtime.JavaExtensions.csproj | 87 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 88 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 89 Other similar extension points exist, see Microsoft.Common.targets.
|
/external/deqp/doc/testspecs/GLES3/ |
functional.frag_output.txt | 28 - Implies multiple render targets 42 Each shader output is matched with a framebuffer. For floating-point targets 47 Resulting image is read from all render targets and compared against
|
/external/icu/icu4c/source/samples/ |
Makefile.in | 25 ## List of phony targets 34 ## List of standard targets 51 ## Recursive targets
|
/external/ipsec-tools/ |
setup.c | 61 static struct sockaddr *targets[2]; variable in typeref:struct:sockaddr 107 targets[0] = dupsaddr(info->ai_addr); 110 source = getlocaladdr(targets[0]); 115 set_port(targets[0], 0); 165 return !cmpsaddrwop(addr, targets[0]) || !cmpsaddrwop(addr, targets[1]); 258 targets[1] = dupsaddr(src); 441 remoteconf->remote = dupsaddr(targets[0]); 449 set_port(targets[0], atoi(argv[6])); 450 spdadd(source, targets[0], IPPROTO_UDP, NULL, NULL) [all...] |
/external/lldb/docs/ |
building-with-debug-llvm.txt | 21 $ CC="cc -g -O0" CXX="c++ -g -O0" ./configure --disable-optimized --enable-assertions --enable-targets=x86_64,arm 35 Under "Targets" in the Groups & Files navigator, double-click 40 Under "Targets" in the Groups & Files navigator, double-click
|
/external/llvm/test/CodeGen/Mips/ |
mips64muldiv.ll | 7 ; ALL - All targets 8 ; ACC - Targets with accumulator based mul/div (i.e. pre-MIPS32r6) 9 ; GPR - Targets with register based mul/div (i.e. MIPS32r6)
|
/external/llvm/tools/llvm-c-test/ |
main.c | 31 fprintf(stderr, " * --targets-list\n"); 32 fprintf(stderr, " List available targets\n\n"); 58 } else if (argc == 2 && !strcmp(argv[1], "--targets-list")) {
|
/external/proguard/src/proguard/optimize/peephole/ |
InstructionSequencesReplacer.java | 51 * initialized to indicate branch targets 78 * initialized to indicate branch targets 108 * initialized to indicate branch targets
|
/external/skia/include/gpu/ |
GrRenderTarget.h | 19 * A context's render target is set by setRenderTarget(). Render targets are 22 * that wrap externally created render targets. 48 * effect on wrapped backend render targets.
|
/frameworks/compile/mclinker/include/mcld/Config/ |
Linkers.def | 13 // generated); including this file will then enumerate all of the targets with 16 // The set of targets supported by MCLD is generated at configuration 31 #include <llvm/Config/Targets.def>
|
/frameworks/support/v4/api21/android/support/v4/app/ |
FragmentTransitionCompat21.java | 100 * views will appear. At the start of the transition, we clear the list of targets so that 171 // Wrap the transitions. Explicit targets like in enter and exit will cause the 219 * targets to point to those. It also limits transitions that have no targets to the 396 List<View> targets = transition.getTargets(); local 397 if (targets != null && targets.size() == views.size() && 398 targets.containsAll(views)) { 408 * This method adds views as targets to the transition, but only if the transition 411 * when they are removed later, a list match will suffice to remove the targets 425 List<View> targets = transition.getTargets(); local [all...] |
/packages/apps/InCallUI/res/values/ |
attrs.xml | 22 <!-- Reference to an array resource that be shown as targets around a circle. --> 25 <!-- Reference to an array resource that be used as description for the targets around the circle. --> 28 <!-- Reference to an array resource that be used to announce the directions with targets around the circle. -->
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/tests/ |
SdkLoadingTestCase.java | 100 * Checks that the provided sdk contains one or more valid targets. 104 assertTrue("sdk has no targets", sdk.getTargets().length > 0); 112 fail("Failed to parse targets data");
|
/sdk/testapps/jarCheckTests1/app/ |
build.xml | 49 <!-- extension targets. Uncomment the ones where you want to do custom work 50 in between standard targets --> 66 To customize existing targets, there are two options:
|
/sdk/testapps/jarCheckTests1/lib1/ |
build.xml | 49 <!-- extension targets. Uncomment the ones where you want to do custom work 50 in between standard targets --> 66 To customize existing targets, there are two options:
|
/sdk/testapps/jarCheckTests1/lib2/ |
build.xml | 49 <!-- extension targets. Uncomment the ones where you want to do custom work 50 in between standard targets --> 66 To customize existing targets, there are two options:
|
/sdk/testapps/jarCheckTests2/app/ |
build.xml | 49 <!-- extension targets. Uncomment the ones where you want to do custom work 50 in between standard targets --> 66 To customize existing targets, there are two options:
|
/sdk/testapps/jarCheckTests2/lib1/ |
build.xml | 49 <!-- extension targets. Uncomment the ones where you want to do custom work 50 in between standard targets --> 66 To customize existing targets, there are two options:
|
/sdk/testapps/jarCheckTests2/lib2/ |
build.xml | 49 <!-- extension targets. Uncomment the ones where you want to do custom work 50 in between standard targets --> 66 To customize existing targets, there are two options:
|