HomeSort by relevance Sort by last modified time
    Searched full:targets (Results 401 - 425 of 5405) sorted by null

<<11121314151617181920>>

  /external/skia/gyp/
nacl.gyp 3 'targets': [
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': [
25 'targets': [
37 'targets': [
62 'targets': [
96 # targets that are not dependent upon the component type
97 'targets': [
  /external/chromium_org/third_party/angle/src/
angle.gypi 24 'targets':
43 'targets':
77 'targets':
102 'targets':
127 ], # targets
131 'targets':
150 ], # 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/tools/gyp/pylib/gyp/generator/
analyzer.py 8 and targets to search for. The following keys are supported:
10 targets: list of targets to search for. The target names are unqualified.
15 targets: the set of targets passed in via targets that either directly or
17 build_targets: minimal set of targets that directly depend on the changed
18 files and need to be built. The expectation is this set of targets is passed
22 changed (in this case targets and build_targets are not output) or at
53 # The target doesn't contain the source, but the dependent targets have not ye
    [all...]
  /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/third_party/libyuv/tools/
sanitizer_options.gyp 12 'targets': [
21 # Do not let 'none' targets depend on this one, they don't need to.
30 # Some targets may want to opt-out from ASan, TSan and MSan and link
33 # code to those targets.
58 ], # 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/third_party/WebKit/Source/core/frame/
EventHandlerRegistry.cpp 61 EventTargetSet* targets = &m_targets[handlerClass]; local
63 if (!targets->add(target).isNewEntry) {
69 ASSERT(op == RemoveAll || targets->contains(target));
72 if (!targets->contains(target))
74 targets->removeAll(target);
76 if (!targets->remove(target)) {
151 const EventTargetSet* targets = &oldFrameHost->eventHandlerRegistry().m_targets[handlerClass]; local
152 for (unsigned count = targets->count(&target); count > 0; --count)
209 const EventTargetSet* targets = &m_targets[handlerClass]; local
210 for (EventTargetSet::const_iterator it = targets->begin(); it != targets->end(); ++it)
230 const EventTargetSet* targets = &m_targets[handlerClass]; local
256 const EventTargetSet* targets = &m_targets[handlerClass]; local
    [all...]
  /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.
118 """Limit targets for Xcode wrapper.
120 Xcode sometimes performs poorly with too many targets, so only include
121 proper executable targets, with filters to customize.
124 executable_target_pattern: Regular expression limiting executable targets.
128 # Always include targets matching target_extras.
132 # Otherwise just show executable targets.
144 """Initialize targets for the ninja wrapper.
146 This sets up the necessary variables in the targets to generate Xcode project
    [all...]
  /external/chromium_org/content/
BUILD.gn 7 # Applied by targets internal to content.
12 # When targets depend on, e.g. //content/public/browser, what happens? To
13 # facilitate the complexity here, the "public" targets are groups that forward
34 # That the internal content dependencies must depend on the *_sources targets
36 # //content/public/browser and similar targets to avoid double-linking (these
37 # targets make sure the dependency goes through the content shared library
  /external/chromium_org/tools/gn/
command_refs.cc 25 // Maps targets to the list of targets that depend on them.
28 // Populates the reverse dependency map for the targets in the Setup.
30 std::vector<const Target*> targets = local
33 for (size_t target_i = 0; target_i < targets.size(); target_i++) {
34 for (DepsIterator iter(targets[target_i]); !iter.done(); iter.Advance())
35 dep_map->insert(std::make_pair(iter.target(), targets[target_i]));
44 // Prints the targets which are the result of a query. This list is sorted
45 // and, if as_files is set, the unique filenames matching those targets will
85 // non-null, new targets encountered will be added to the set, and if a ref i
    [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>

Completed in 929 milliseconds

<<11121314151617181920>>