/external/skia/gyp/ |
skflate.gyp | 3 'targets': [
|
webtry.gyp | 3 'targets': [
|
/external/skia/ |
make.py | 22 # special targets
89 def MakeWindows(targets):
93 targets: build targets as a list of strings
104 while TARGET_GYP in targets:
105 targets.remove(TARGET_GYP)
108 if targets:
110 os.path.join(OUT_SUBDIR, BUILDTYPE), ' '.join(targets)))
119 # handle any variable-setting parameters or special targets
122 # 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.6/sysroot/usr/include/linux/netfilter/ |
xt_TPROXY.h | 6 * mutliple targets in the same rule. */
|
/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. */
|
/external/chromium_org/skia/ |
skia.gyp | 8 # However, in the static mode, we need to build skia as multiple targets 12 'targets': [ 24 'targets': [ 33 'targets': [ 57 'targets': [ 90 # targets that are not dependent upon the component type 91 'targets': [
|
/external/chromium_org/third_party/angle/src/ |
angle.gypi | 24 'targets': 42 'targets': 75 'targets': 99 'targets': 124 ], # targets 128 'targets': 147 ], # targets
|
/external/chromium_org/tools/cr/cr/actions/ |
runner.py | 35 def Kill(self, targets, arguments): 50 def Invoke(self, targets, arguments): 55 for target in targets: 62 def Restart(self, targets, arguments): 68 self.Kill(targets, []) 69 self.Invoke(targets, arguments) 79 def Kill(self, targets, arguments):
|
/external/chromium_org/native_client_sdk/src/resources/ |
Makefile.index.template | 32 # targets. 34 # Note: We use targets for each project (instead of an explicit recipe) so 50 # Define the various targets via the Macro 55 @echo Done building targets. 59 @echo Done cleaning targets.
|
/external/chromium_org/tools/gyp/test/mac/ |
gyptest-xcode-gcc.py | 37 # List of targets that'll pass. It expects targets of the same name with 39 targets = [ 46 targets.append('warn_about_invalid_offsetof_macro') 48 for target in targets:
|
/external/chromium_org/third_party/mesa/src/ |
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')
|
/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')
|
/external/chromium_org/tools/gyp/pylib/gyp/ |
xcode_ninja.py | 9 executable targets, each with a build step to build with ninja, and a target 12 of targets within Xcode. 116 """Limit targets for Xcode wrapper. 118 Xcode sometimes performs poorly with too many targets, so only include 119 proper executable targets, with filters to customize. 122 executable_target_pattern: Regular expression limiting executable targets. 126 # Always include targets matching target_extras. 130 # Otherwise just show executable targets. 142 """Initialize targets for the ninja wrapper. 144 This sets up the necessary variables in the targets to generate Xcode project [all...] |
/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...] |
/external/dexmaker/src/dx/java/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...] |
/developers/build/prebuilts/gradle/BasicTransition/Application/src/main/res/transition/ |
changebounds_fadein_together.xml | 20 <targets> 22 </targets>
|
/developers/samples/android/ui/transition/BasicTransition/Application/src/main/res/transition/ |
changebounds_fadein_together.xml | 20 <targets> 22 </targets>
|
/development/samples/ApiDemos/res/transition/ |
changebounds_fadein_together.xml | 19 <targets> 21 </targets>
|
/development/samples/browseable/BasicTransition/res/transition/ |
changebounds_fadein_together.xml | 20 <targets> 22 </targets>
|
/external/chromium_org/gpu/gles2_conform_support/ |
README | 8 2. Build any of the two targets: 13 3. Run the targets as: "<path to>gles2_conform_test_native -noimagefileio
|
/external/chromium_org/gpu/tools/ |
tools.gyp | 9 'targets': [ 13 'targets': [
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/components/ |
ExecutionContextSelector.js | 41 var targets = WebInspector.targetManager.targets(); 42 if (WebInspector.context.flavor(WebInspector.Target) === target && targets.length) 43 WebInspector.context.setFlavor(WebInspector.Target, targets[0]); 101 var targets = WebInspector.targetManager.targets(); 103 for (var i = 0; i < targets.length; ++i) { 104 var executionContexts = targets[i].runtimeModel.executionContexts();
|