/external/iptables/ |
ip6tables.8.in | 59 .SH TARGETS 223 .B TARGETS 224 for the legal targets. Only built-in (non-user-defined) chains can have 226 targets. 295 one this rule is in), one of the special builtin targets which decide 379 to load any necessary modules (targets, match extensions, etc).
|
/external/proguard/src/proguard/optimize/evaluation/ |
PartialEvaluator.java | 98 * @param evaluateAllCode a flag that specifies whether all branch targets 139 * targets and exception handlers should be 666 if (DEBUG) System.out.println("Repeated variables, stack, and branch targets"); 749 // Collect the branch targets from the branch unit. 799 // Accumulate the branch targets at this offset. 804 // Are there no branch targets at all? 821 // Are there multiple branch targets? [all...] |
/external/quake/quake/src/QW/progs/ |
items.qc | 69 SUB_UseTargets(); // fire all targets / killtargets
129 SUB_UseTargets(); // fire all targets / killtargets
336 SUB_UseTargets(); // fire all targets / killtargets
421 SUB_UseTargets(); // fire all targets / killtargets
673 SUB_UseTargets(); // fire all targets / killtargets
878 SUB_UseTargets(); // fire all targets / killtargets
1106 SUB_UseTargets(); // fire all targets / killtargets
1235 SUB_UseTargets(); // fire all targets / killtargets
1350 SUB_UseTargets(); // fire all targets / killtargets
[all...] |
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/config/ |
elfos.h | 72 /* All ELF targets can support DWARF-2. */ 84 /* All SVR4 targets use the ELF object file format. */ 390 version of this for most svr4 targets because doing so makes the 392 as well as more readable, especially for targets like the i386 429 version of this for most svr4 targets because doing so makes the
|
/dalvik/docs/ |
java-constraints.html | 183 All jump and branch targets must be opcodes within the same method. 203 All targets of a <code>tableswitch</code> instruction must be opcodes 224 All targets of a <code>lookupswitch</code> instruction must be opcodes
|
dalvik-constraints.html | 232 All <code>goto</code> and <code>if-<kind></code> targets must 247 All targets of a <code>packed-switch</code> instruction must be 248 opcodes within in the same method. The size and the list of targets 263 All targets of a <code>sparse-switch</code> instruction must be
|
/external/e2fsprogs/config/ |
config.rpath | 128 if $LD --help 2>&1 | egrep ': supported targets:.* elf' > /dev/null; then 142 elif $LD --help 2>&1 | egrep ': supported targets:.* elf' > /dev/null; then 152 if $LD --help 2>&1 | egrep ': supported targets:.* elf' > /dev/null; then
|
/external/elfutils/config/ |
config.rpath | 128 if $LD --help 2>&1 | egrep ': supported targets:.* elf' > /dev/null; then 142 elif $LD --help 2>&1 | egrep ': supported targets:.* elf' > /dev/null; then 152 if $LD --help 2>&1 | egrep ': supported targets:.* elf' > /dev/null; then
|
/external/qemu/ |
android-configure.sh | 85 echo " --install=FILEPATH copy emulator executable to FILEPATH [$TARGETS]" 154 log "Targets : TARGETS=$OPTION_TARGETS"
|
/external/opencore/extern_tools_v2/bin/linux/ |
make | |
/external/quake/quake/src/QW/ |
Makefile.Linux | 71 TARGETS=$(BUILDDIR)/qwsv 74 TARGETS=$(BUILDDIR)/qwsv $(BUILDDIR)/qwcl $(BUILDDIR)/qwcl.x11 $(BUILDDIR)/glqwcl $(BUILDDIR)/glqwcl.glx 82 $(MAKE) targets BUILDDIR=$(BUILD_DEBUG_DIR) CFLAGS="$(DEBUG_CFLAGS)" 89 $(MAKE) targets BUILDDIR=$(BUILD_RELEASE_DIR) CFLAGS="$(RELEASE_CFLAGS)" 93 targets: $(TARGETS)
|
/bionic/libc/ |
Jamfile | 418 # the fate of many targets has been determined, and must be 420 # targets, and don't set variables on $(<).
|
/cts/tools/test-progress-new/src/testprogress2/ |
TestTargetNew.java | 49 * special "!..." targets 86 // test for artificial method targets
|
/external/webkit/WebKitTools/CodeCoverage/ |
run-generate-coverage-data | 85 def collect_cov(base_path,targets): 203 #global targets
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/tests/functests/layoutRendering/ |
ApiDemosRenderingTest.java | 125 IAndroidTarget[] targets = getSdk().getTargets(); local 127 for (IAndroidTarget target : targets) {
|
/prebuilt/darwin-x86/toolchain/arm-eabi-4.4.0/info/ |
gccinstall.info | 382 for both native and cross targets. 455 cross compiler; examples of valid targets would be m68k-coff, 638 certain targets), because this would override and nullify the 654 is currently only supported by some targets, notably Linux. 664 Please note that for certain targets, such as DJGPP, this value is [all...] |
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/info/ |
gccinstall.info | 382 for both native and cross targets. 455 cross compiler; examples of valid targets would be m68k-coff, 638 certain targets), because this would override and nullify the 654 is currently only supported by some targets, notably Linux. 664 Please note that for certain targets, such as DJGPP, this value is [all...] |
/cts/tools/vm-tests/src/dot/junit/opcodes/packed_switch/ |
Test_packed_switch.java | 175 * @title the size and the list of targets must be consistent.
|
/dalvik/dx/src/com/android/dx/rop/code/ |
LocalVariableExtractor.java | 102 * exception targets.
|
/dalvik/dx/src/com/android/dx/ssa/ |
LocalVariableExtractor.java | 120 * exception targets.
|
/dalvik/libcore/luni/src/test/java/tests/api/java/lang/reflect/ |
WildcardTypeTest.java | 56 // targets = {
|
/dalvik/libcore/nio_char/src/test/java/tests/api/java/nio/charset/ |
Charset_ISO_8859_14.java | 33 @TestTargetClass(targets.Charsets.ISO_8859_14.class)
|
Charset_SingleByte_IBM864.java | 25 @TestTargetClass(targets.Charsets.IBM864.class)
|
Charset_macintosh.java | 33 @TestTargetClass(targets.Charsets.macintosh.class)
|
/dalvik/libcore/security/src/test/java/tests/targets/security/ |
KeyStoreTest.java | 16 package tests.targets.security;
|