/external/doclava/src/com/google/doclava/ |
D | DoclavaDiff.java | 45 private final List<FederatedSite> sites = new ArrayList<FederatedSite>(); field in DoclavaDiff 54 sites.add(new FederatedSite("Android", new URL("http://manatee/doclava/android"))); in DoclavaDiff() 55 sites.add(new FederatedSite("GWT", new URL("http://manatee/doclava/gwt"))); in DoclavaDiff() 103 for (FederatedSite site : sites) { in generateHdf() 109 List<String> allPackages = knownPackages(sites); in generateHdf() 118 for (FederatedSite site : sites) { in generateHdf() 128 if (packageUniqueToSite(pkg, sites)) { in generateHdf() 132 List<String> packageClasses = knownClassesForPackage(pkg, sites); in generateHdf() 139 for (FederatedSite site : sites) { in generateHdf() 150 if (agreeOnClass(qualifiedClassName, sites)) { in generateHdf() [all …]
|
/external/v8/src/interpreter/ |
D | control-flow-builders.cc | 21 void BreakableControlFlowBuilder::EmitJump(BytecodeLabels* sites) { in EmitJump() argument 22 builder()->Jump(sites->New()); in EmitJump() 25 void BreakableControlFlowBuilder::EmitJumpIfTrue(BytecodeLabels* sites) { in EmitJumpIfTrue() argument 26 builder()->JumpIfTrue(sites->New()); in EmitJumpIfTrue() 29 void BreakableControlFlowBuilder::EmitJumpIfFalse(BytecodeLabels* sites) { in EmitJumpIfFalse() argument 30 builder()->JumpIfFalse(sites->New()); in EmitJumpIfFalse() 33 void BreakableControlFlowBuilder::EmitJumpIfUndefined(BytecodeLabels* sites) { in EmitJumpIfUndefined() argument 34 builder()->JumpIfUndefined(sites->New()); in EmitJumpIfUndefined() 37 void BreakableControlFlowBuilder::EmitJumpIfNull(BytecodeLabels* sites) { in EmitJumpIfNull() argument 38 builder()->JumpIfNull(sites->New()); in EmitJumpIfNull()
|
/external/skia/site/dev/internal/ |
D | index.md | 9 * [Granting access to Skia](https://sites.google.com/a/google.com/skia/key-resources/access) 10 * [Project communications](https://sites.google.com/a/google.com/skia/key-resources) 14 * [Milestones and schedule](https://sites.google.com/a/google.com/skia/milestones) 15 * [Status](https://sites.google.com/a/google.com/skia/status) from weekly, 18 * [Design documents](https://sites.google.com/a/google.com/skia/design-documents) 22 * [iOS tools](https://sites.google.com/a/google.com/skia/key-resources/ios-provisioning) 29 * [Development on a Chrome branch](https://sites.google.com/a/google.com/skia/development-on-a-ch… 30 * [Cherrypick instructions](https://sites.google.com/a/google.com/skia/development-on-a-chrome-br… 34 * Skia on Android [development guide](https://sites.google.com/a/google.com/skia/android) 38 * [Google3-Autoroller](https://sites.google.com/a/google.com/skia-infrastructure/docs/google3-aut…
|
/external/v8/tools/ |
D | callstats.py | 49 def start_replay_server(args, sites, discard_output=True): argument 53 generate_injection(f, sites, args.refresh) 84 def generate_injection(f, sites, refreshes=0): argument 125 """, json.dumps(sites), """; 226 sites = [] 234 sites.append(item) 240 sites.append({'url': line, 'timeout': args.timeout}) 241 return sites 251 return [{'url': site, 'timeout': args.timeout} for site in args.sites] 254 sites = read_sites(args) [all …]
|
/external/devlib/devlib/instrument/ |
D | __init__.py | 249 def reset(self, sites=None, kinds=None, channels=None): argument 250 if kinds is None and sites is None and channels is None: 253 if isinstance(sites, basestring): 254 sites = [sites] 266 (sites is None or chan.site in sites):
|
D | frames.py | 24 def reset(self, sites=None, kinds=None, channels=None): argument 25 super(FramesInstrument, self).reset(sites, kinds, channels)
|
D | monsoon.py | 57 def reset(self, sites=None, kinds=None, channels=None): argument 58 super(MonsoonInstrument, self).reset(sites, kinds)
|
D | energy_probe.py | 60 def reset(self, sites=None, kinds=None, channels=None): argument 61 super(EnergyProbeInstrument, self).reset(sites, kinds, channels)
|
D | daq.py | 64 def reset(self, sites=None, kinds=None, channels=None): argument 65 super(DaqInstrument, self).reset(sites, kinds, channels)
|
/external/devlib/devlib/instrument/netstats/ |
D | __init__.py | 101 …def reset(self, sites=None, kinds=None, channels=None, period=None): # pylint: disable=arguments-… argument 102 super(NetstatsInstrument, self).reset(sites, kinds, channels) 106 if sites: 107 packages_arg = ' --es packages {}'.format(','.join(sites))
|
/external/doclava/res/assets/templates/ |
D | diff.cs | 127 <?cs each:site = sites ?> 140 <?cs each:site = package.sites ?> 160 <?cs each:site = class.sites ?> 174 <?cs each:site = method.sites ?>
|
/external/curl/lib/ |
D | pipeline.c | 193 CURLMcode Curl_pipeline_set_site_blacklist(char **sites, in Curl_pipeline_set_site_blacklist() argument 199 if(sites) { in Curl_pipeline_set_site_blacklist() 205 while(*sites) { in Curl_pipeline_set_site_blacklist() 210 hostname = strdup(*sites); in Curl_pipeline_set_site_blacklist() 242 sites++; in Curl_pipeline_set_site_blacklist()
|
D | pipeline.h | 36 CURLMcode Curl_pipeline_set_site_blacklist(char **sites,
|
/external/swiftshader/third_party/LLVM/test/Analysis/ScalarEvolution/ |
D | scev-aa.ll | 12 ; CHECK: Function: loop: 3 pointers, 0 call sites 38 ; CHECK: Function: nestedloop: 4 pointers, 0 call sites 96 ; CHECK: Function: nestedloop_more: 4 pointers, 0 call sites 152 ; CHECK: Function: foo: 7 pointers, 0 call sites 173 ; CHECK: Function: bar: 7 pointers, 0 call sites 193 ; CHECK: Function: nonnegative: 2 pointers, 0 call sites
|
/external/llvm/test/Analysis/ScalarEvolution/ |
D | scev-aa.ll | 14 ; CHECK: Function: loop: 3 pointers, 0 call sites 40 ; CHECK: Function: nestedloop: 4 pointers, 0 call sites 98 ; CHECK: Function: nestedloop_more: 4 pointers, 0 call sites 154 ; CHECK: Function: foo: 7 pointers, 0 call sites 175 ; CHECK: Function: bar: 7 pointers, 0 call sites 195 ; CHECK: Function: nonnegative: 2 pointers, 0 call sites
|
/external/skia/site/dev/testing/ |
D | ct.md | 51 * [Main thread attribution for top million sites](https://groups.google.com/a/chromium.org/d/msg/bl… 52 * [Layout time for top 10k sites](https://groups.google.com/a/chromium.org/d/msg/blink-dev/fkRYGcIQ… 53 * [Perf profile for top million sites](https://groups.google.com/a/chromium.org/forum/#!topic/blink… 60 * [Perf profile - alexa top million sites](https://docs.google.com/a/google.com/document/d/1di__87w…
|
/external/autotest/server/cros/chaos_lib/ |
D | README | 6 https://sites.google.com/a/google.com/chromeos/for-team-members/lab/lab-infrastructure-of-wifi-cham…
|
/external/libcap/ |
D | CHANGELOG | 3 http://sites.google.com/site/fullycapable/
|
D | README | 10 http://sites.google.com/site/fullycapable/
|
/external/devlib/doc/ |
D | instrumentation.rst | 40 In [6]: i.reset(sites=['exynos-therm']) 102 .. method:: Instrument.reset([sites, [kinds]]) 105 before ``start()`` is called to begin collection. ``sites`` and ``kinds`` 108 available sites/kinds). This methods sets the ``active_channels`` attribute
|
/external/webrtc/webrtc/common_audio/signal_processing/ |
D | spl_sqrt_floor_arm.S | 21 @ I saw your sqrt routine from several web sites, including
|
/external/swiftshader/third_party/LLVM/test/Transforms/Inline/ |
D | delete-call.ll | 1 ; RUN: opt %s -S -inline -functionattrs -stats |& grep {Number of call sites deleted, not inlined}
|
/external/junit/ |
D | README.md | 11 [![Built on DEV@cloud](http://www.cloudbees.com/sites/default/files/Button-Built-on-CB-1.png)](http…
|
/external/python/cpython2/Doc/howto/ |
D | webservers.rst | 11 developing web sites. 15 which focuses on user-generated content on web sites. It has always been 16 possible to use Python for creating web sites, but it was a rather tedious task. 18 developers in creating faster and more robust sites. This HOWTO describes 41 Dynamic web sites are not based on files in the file system, but rather on 47 support Python, it is easy to use Python to create dynamic web sites. 372 many problems that might arise while developing web sites. 448 maintainable web sites. 547 smaller sites SQLite is just enough. 559 times called "flat files"). This is very easy for simple sites, [all …]
|
/external/autotest/site_utils/admin/apache/ |
D | apache2.conf | 298 Include /etc/apache2/sites-enabled/
|