/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() 56 //sites.add(new FederatedSite("Crore", new URL("http://manatee/doclava/crore"))); in DoclavaDiff() 78 * sites.0.name = projectA 79 * sites.0.url = http://proja.domain.com/reference 80 * sites.1.name = projectB 81 * sites.1.url = http://projb.domain.com 83 * packages.0.sites.0.hasPackage = 1 84 * packages.0.sites.0.link = http://proja.domain.com/reference/java/lang [all …]
|
/external/skqp/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/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/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/swiftshader/third_party/LLVM/lib/Transforms/Utils/ |
D | BasicInliner.cpp | 57 /// inlineFuctions - Walk all call sites in all functions supplied by 58 /// client. Inline as many call sites as possible. Delete completely 70 /// inlineFuctions - Walk all call sites in all functions supplied by 71 /// client. Inline as many call sites as possible. Delete completely 75 // Scan through and identify all call sites ahead of time so that we only in inlineFunctions() 76 // inline call sites in the original functions, not call sites that result in inlineFunctions() 92 DEBUG(dbgs() << ": " << CallSites.size() << " call sites.\n"); in inlineFunctions() 94 // Inline call sites. in inlineFunctions() 175 /// inlineFuctions - Walk all call sites in all functions supplied by 176 /// client. Inline as many call sites as possible. Delete completely
|
/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 104 for (var item of sites) { 124 var sites = 125 """, json.dumps(sites), """; 226 sites = [] 234 sites.append(item) 240 sites.append({'url': line, 'timeout': args.timeout}) 241 return sites [all …]
|
/external/devlib/devlib/instrument/ |
D | __init__.py | 298 def reset(self, sites=None, kinds=None, channels=None): argument 300 if kinds is None and sites is None and channels is None: 303 if sites is not None or kinds is not None: 305 'sites and kinds should not be set if channels is set') 313 if isinstance(sites, basestring): 314 sites = [sites] 320 (sites is None or chan.site in sites):
|
/external/llvm/include/llvm/Analysis/ |
D | IndirectCallSiteVisitor.h | 1 //===-- IndirectCallSiteVisitor.h - indirect call-sites visitor -----------===// 11 // all indirect call-sites in a function. 17 // Visitor class that finds all indirect call sites. 37 // Helper function that finds all indirect call sites.
|
/external/devlib/doc/ |
D | instrumentation.rst | 40 In [6]: i.reset(sites=['exynos-therm']) 102 .. method:: Instrument.reset(sites=None, kinds=None, channels=None) 109 ``sites`` and ``kinds`` must both be ``None``. 111 Otherwise, if one of ``sites`` or ``kinds`` is provided, all channels 112 matching the given sites or kinds are enabled. If both are provided then all 113 channels of the given kinds at the given sites are enabled. 115 If none of ``sites``, ``kinds`` or ``channels`` are provided then all
|
/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/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/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/swiftshader/third_party/LLVM/include/llvm/Transforms/Utils/ |
D | BasicInliner.h | 29 /// free to delete a function if it is inlined into all call sites. 45 /// inlineFuctions - Walk all call sites in all functions supplied by 46 /// client. Inline as many call sites as possible. Delete completely
|
/external/curl/lib/ |
D | pipeline.c | 192 CURLMcode Curl_pipeline_set_site_blacklist(char **sites, in Curl_pipeline_set_site_blacklist() argument 199 if(sites) { in Curl_pipeline_set_site_blacklist() 203 while(*sites) { in Curl_pipeline_set_site_blacklist() 207 entry = malloc(sizeof(struct site_blacklist_entry) + strlen(*sites)); in Curl_pipeline_set_site_blacklist() 212 strcpy(entry->hostname, *sites); in Curl_pipeline_set_site_blacklist() 226 sites++; in Curl_pipeline_set_site_blacklist()
|
/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/swiftshader/third_party/LLVM/lib/Transforms/IPO/ |
D | Inliner.cpp | 35 STATISTIC(NumCallsDeleted, "Number of call sites deleted, not inlined"); 130 if (InlineHistory != -1) // Only do merging for top-level call sites in SCC. in InlineCallIfPossible() 342 // Scan through and identify all call sites ahead of time so that we only in runOnSCC() 343 // inline call sites in the original functions, not call sites that result in runOnSCC() 347 // When inlining a callee produces new call sites, we want to keep track of in runOnSCC() 375 DEBUG(dbgs() << ": " << CallSites.size() << " call sites.\n"); in runOnSCC() 381 // Now that we have all of the call sites, move the ones to functions in the in runOnSCC() 393 // Now that we have all of the call sites, loop over them and inline them if in runOnSCC() 446 // If inlining this function gave us any new call sites, throw them in runOnSCC()
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | call_graph.h | 48 // lattice. After construction, no call sites or call graph nodes should have 100 // Returns the call sites in this computation. These are the instructions in 113 // Returns the call sites in other computations which call this computation. 155 // The call sites in this computation 162 // The call sites in other computations which call this computation.
|
/external/skqp/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/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/client/site_tests/policy_NotificationsBlockedForUrls/ |
D | policy_NotificationsBlockedForUrls.py | 19 sites listed in NotificationsBlockedForUrls). These valid values are 26 on every site except for those sites whose domain matches any of the 31 default, except on sites in domains listed in NotificationsAllowedForUrls).
|
/external/autotest/client/site_tests/policy_NotificationsAllowedForUrls/ |
D | policy_NotificationsAllowedForUrls.py | 19 sites listed in NotificationsAllowedForUrls). These valid values are 26 on every site except for those sites whose domain matches any of the 31 default, except on sites in domains listed in NotificationsBlockedForUrls).
|
/external/autotest/client/site_tests/policy_PluginsAllowedForUrls/ |
D | policy_PluginsAllowedForUrls.py | 19 (i.e., block running of plugins by default, except on sites listed in 29 on every site except for those sites whose domain matches any of the 33 (i.e., allow running of plugins by default, except on sites in domains
|
/external/autotest/client/site_tests/policy_PluginsBlockedForUrls/ |
D | policy_PluginsBlockedForUrls.py | 19 (i.e., allow running of plugins by default, except on sites listed in 29 on every site except for those sites whose domain matches any of the 33 (i.e., block running of plugins by default, except on sites in domains
|
/external/curl/docs/libcurl/opts/ |
D | CURLMOPT_PIPELINING_SITE_BL.3 | 33 of sites that are blacklisted from pipelining, i.e sites that are known to not
|