/developers/samples/android/wearable/wear/XYZTouristAttractions/Application/src/main/res/transition-v21/ |
window_return.xml | 23 <targets> 25 </targets> 29 <targets> 35 </targets>
|
/development/samples/browseable/XYZTouristAttractions/Application/res/transition-v21/ |
window_enter.xml | 21 <targets> 26 </targets> 31 <targets> 33 </targets>
|
window_return.xml | 23 <targets> 25 </targets> 29 <targets> 35 </targets>
|
/external/glide/third_party/disklrucache/ |
README.third_party | 7 Java implementation of a Disk-based LRU cache which specifically targets Android compatibility.
|
/external/iproute2/misc/ |
Makefile | 4 TARGETS=ss nstat ifstat rtacct arpd lnstat 8 all: $(TARGETS) 30 install -m 0755 $(TARGETS) $(DESTDIR)$(SBINDIR) 35 rm -f *.o $(TARGETS) ssfilter.c
|
/external/iptables/ |
.gitignore | 16 /extensions/targets?.man
|
/external/iptables/include/linux/netfilter/ |
xt_TPROXY.h | 8 * mutliple targets in the same rule. */
|
/external/kernel-headers/original/uapi/linux/netfilter/ |
xt_TPROXY.h | 8 * mutliple targets in the same rule. */
|
/external/lldb/tools/driver/ |
CMakeLists.txt | 17 install(TARGETS lldb
|
/external/llvm/test/CodeGen/AArch64/ |
lit.local.cfg | 5 if not 'AArch64' in config.root.targets:
|
/external/llvm/test/CodeGen/SystemZ/Large/ |
lit.local.cfg | 8 if not 'SystemZ' in config.root.targets:
|
/external/pdfium/build/ |
all.gyp | 6 'targets': [
|
/external/selinux/policycoreutils/load_policy/ |
Makefile | 12 TARGETS=$(patsubst %.c,%,$(wildcard *.c)) 14 all: $(TARGETS) 18 install -m 755 $(TARGETS) $(SBINDIR) 25 -rm -f $(TARGETS) *.o
|
/external/selinux/policycoreutils/mcstrans/utils/ |
Makefile | 26 TARGETS=$(patsubst %.c,%,$(wildcard *.c)) 28 all: $(TARGETS) 32 install -m 755 $(TARGETS) $(BINDIR) 38 rm -f $(TARGETS) *.o *~ \#*
|
/external/skia/gyp/ |
etc1.gyp | 9 'targets': [
|
skflate.gyp | 7 'targets': [
|
/external/skia/ |
make.py | 22 # special targets
86 def MakeWindows(targets):
90 targets: build targets as a list of strings
101 while TARGET_GYP in targets:
102 targets.remove(TARGET_GYP)
105 if targets:
107 os.path.join(OUT_SUBDIR, BUILDTYPE), ' '.join(targets)))
116 # handle any variable-setting parameters or special targets
119 # if no targets were specified at all, make default target [all...] |
/external/webrtc/src/common_audio/resampler/ |
resampler.gypi | 10 'targets': [ 30 ], # targets 33 'targets' : [ 46 ], # targets
|
/external/webrtc/src/common_audio/vad/ |
vad.gypi | 10 'targets': [ 39 ], # targets 42 'targets' : [ 55 ], # targets
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/netfilter/ |
xt_TPROXY.h | 6 * mutliple targets in the same rule. */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/netfilter/ |
xt_TPROXY.h | 8 * mutliple targets in the same rule. */
|
/external/llvm/tools/msbuild/ |
CMakeLists.txt | 51 install(FILES "Microsoft.Cpp.Win32.LLVM-vs2010.targets" DESTINATION "tools/msbuild/${platform}" RENAME "Microsoft.Cpp.${platform}.LLVM-vs2010.targets") 52 install(FILES "Microsoft.Cpp.Win32.LLVM-vs2012.targets" DESTINATION "tools/msbuild/${platform}" RENAME "Microsoft.Cpp.${platform}.LLVM-vs2012.targets") 53 install(FILES "Microsoft.Cpp.Win32.LLVM-vs2012_xp.targets" DESTINATION "tools/msbuild/${platform}" RENAME "Microsoft.Cpp.${platform}.LLVM-vs2012_xp.targets") 54 install(FILES "toolset-vs2013.targets" DESTINATION "tools/msbuild/${platform}") 55 install(FILES "toolset-vs2013_xp.targets" DESTINATION "tools/msbuild/${platform}") 56 install(FILES "toolset-vs2014.targets" DESTINATION "tools/msbuild/${platform}") 57 install(FILES "toolset-vs2014_xp.targets" DESTINATION "tools/msbuild/${platform}" [all...] |
/external/mesa3d/ |
SConstruct | 48 targets = ARGUMENTS['targets'] 52 targets = targets.split(',') 53 print 'scons: warning: targets option is deprecated; pass the targets on their own such as' 55 print ' scons %s' % ' '.join(targets) 57 COMMAND_LINE_TARGETS.append(targets) 159 env.Help('Recognized targets:\n')
|
/dalvik/dexgen/src/com/android/dexgen/dex/code/ |
SwitchData.java | 44 private final CodeAddress[] targets; field in class:SwitchData 57 * @param targets {@code non-null;} corresponding list of code addresses; the 61 IntList cases, CodeAddress[] targets) { 72 if (targets == null) { 73 throw new NullPointerException("targets == null"); 78 if (sz != targets.length) { 79 throw new IllegalArgumentException("cases / targets mismatch"); 88 this.targets = targets; 104 int sz = targets.length [all...] |
/dalvik/dx/src/com/android/dx/dex/code/ |
SwitchData.java | 45 private final CodeAddress[] targets; field in class:SwitchData 58 * @param targets {@code non-null;} corresponding list of code addresses; the 62 IntList cases, CodeAddress[] targets) { 73 if (targets == null) { 74 throw new NullPointerException("targets == null"); 79 if (sz != targets.length) { 80 throw new IllegalArgumentException("cases / targets mismatch"); 89 this.targets = targets; 105 int sz = targets.length [all...] |