/prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/lib/gcc/arm-linux-androideabi/4.4.3/plugin/include/config/arm/ |
bpabi.h | 1 /* Configuration file for ARM BPABI targets. 28 /* BPABI targets use EABI frame unwinding tables. */ 43 /* EABI targets should enable interworking by default. */ 117 /* These renames are needed on ARMv6M. Other targets get them from 158 4-word APCS frame. This is generally not true for EABI targets,
|
/external/pcre/ |
CMakeLists.txt | 357 SET(targets) 362 SET(targets ${targets} pcre) 364 SET(targets ${targets} pcreposix) 384 SET(targets ${targets} pcrecpp) 416 SET(targets ${targets} pcregrep) 426 SET(targets ${targets} pcretest [all...] |
/development/build/tools/ |
windows_sdk.mk | 25 # Define WIN_SDK_TARGETS, the list of targets located in topdir/sdk 29 # This is the list of targets that we want to generate as 30 # Windows executables. All the targets specified here are located in
|
/external/icu4c/samples/ |
Makefile | 25 ## List of phony targets 34 ## List of standard targets 50 ## Recursive targets
|
Makefile.in | 25 ## List of phony targets 34 ## List of standard targets 50 ## Recursive targets
|
/external/ipsec-tools/ |
setup.c | 62 static struct sockaddr *targets[2]; variable in typeref:struct:sockaddr 111 targets[0] = dupsaddr(info->ai_addr); 115 sources[0].addr = getlocaladdr(targets[0]); 120 set_port(targets[0], 0); 158 return cmpsaddr(addr, targets[0]) < CMPSADDR_MISMATCH || 159 cmpsaddr(addr, targets[1]) < CMPSADDR_MISMATCH; 252 targets[1] = dupsaddr(src); 426 remoteconf->remote = dupsaddr(targets[0]); 435 set_port(targets[0], atoi(argv[6])); 436 spdadd(sources[0].addr, targets[0], IPPROTO_UDP, NULL, NULL) [all...] |
/external/llvm/lib/ExecutionEngine/ |
TargetSelect.cpp | 12 // should initialize targets prior to calling createJIT. 51 *ErrorStr = "No available targets are compatible with this -march, " 52 "see -version for the available targets.\n";
|
/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
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/tests/ |
SdkTestCase.java | 101 * Checks that the provided sdk contains one or more valid targets. 105 assertTrue("sdk has no targets", sdk.getTargets().length > 0); 112 fail("Failed to parse targets data");
|
/sdk/layoutlib_api/sample/testproject/ |
build.xml | 40 <!-- extension targets. Uncomment the ones where you want to do custom work 41 in between standard targets --> 65 To customize existing targets, there are two options:
|
/sdk/templates/ |
build.template | 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/basicLib/ |
build.xml | 48 <!-- extension targets. Uncomment the ones where you want to do custom work 49 in between standard targets --> 70 To customize existing targets, there are two options:
|
/sdk/testapps/basicLibWithJar/ |
build.xml | 48 <!-- extension targets. Uncomment the ones where you want to do custom work 49 in between standard targets --> 70 To customize existing targets, there are two options:
|
/sdk/testapps/basicProject/ |
build.xml | 48 <!-- extension targets. Uncomment the ones where you want to do custom work 49 in between standard targets --> 70 To customize existing targets, there are two options:
|
/sdk/testapps/basicProjectWithAidl/ |
build.xml | 48 <!-- extension targets. Uncomment the ones where you want to do custom work 49 in between standard targets --> 70 To customize existing targets, there are two options:
|
/sdk/testapps/basicProjectWithJar/ |
build.xml | 48 <!-- extension targets. Uncomment the ones where you want to do custom work 49 in between standard targets --> 70 To customize existing targets, there are two options:
|
/sdk/testapps/basicProjectWithLib/ |
build.xml | 48 <!-- extension targets. Uncomment the ones where you want to do custom work 49 in between standard targets --> 70 To customize existing targets, there are two options:
|
/external/dropbear/ |
Makefile.in | 99 TARGETS=dropbearmulti 101 TARGETS=$(PROGRAMS) 113 all: $(TARGETS) 115 strip: $(TARGETS) 116 $(STRIP) $(addsuffix $(EXEEXT), $(TARGETS)) 118 install: $(addprefix inst_, $(TARGETS))
|
/external/icu4c/test/testdata/ |
testdata.mak | 101 # Targets for nfscsi.spp 106 # Targets for nfscss.spp 111 # Targets for nfscis.spp 116 # Targets for nfsmxs.spp 121 # Targets for nfsmxp.spp 127 # Targets for test converter data
|
/external/android-mock/src/ |
build-runtime.xml | 19 <!-- Private Build Targets --> 29 <!-- Public Build Targets -->
|
/external/bison/ |
GNUmakefile | 4 # It is necessary if you want to build targets usually of interest 57 # build multiple targets on one command line.
|
/external/guava/src/com/google/common/collect/ |
EmptyImmutableList.java | 99 @Override public boolean containsAll(Collection<?> targets) { 100 return targets.isEmpty();
|
EmptyImmutableSortedSet.java | 69 @Override public boolean containsAll(Collection<?> targets) { 70 return targets.isEmpty();
|
/external/icu4c/extra/scrptrun/ |
Makefile | 40 ## List of phony targets 47 ## List of standard targets
|
Makefile.in | 40 ## List of phony targets 47 ## List of standard targets
|