/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/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 | 26 void BreakableControlFlowBuilder::EmitJump(BytecodeLabels* sites) { in EmitJump() argument 27 builder()->Jump(sites->New()); in EmitJump() 31 BytecodeArrayBuilder::ToBooleanMode mode, BytecodeLabels* sites) { in EmitJumpIfTrue() argument 32 builder()->JumpIfTrue(mode, sites->New()); in EmitJumpIfTrue() 36 BytecodeArrayBuilder::ToBooleanMode mode, BytecodeLabels* sites) { in EmitJumpIfFalse() argument 37 builder()->JumpIfFalse(mode, sites->New()); in EmitJumpIfFalse() 40 void BreakableControlFlowBuilder::EmitJumpIfUndefined(BytecodeLabels* sites) { in EmitJumpIfUndefined() argument 41 builder()->JumpIfUndefined(sites->New()); in EmitJumpIfUndefined() 44 void BreakableControlFlowBuilder::EmitJumpIfNull(BytecodeLabels* sites) { in EmitJumpIfNull() argument 45 builder()->JumpIfNull(sites->New()); in EmitJumpIfNull()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-profdata/ |
D | memop-size-prof.proftext | 81 #ICALL_SUM: Statistics for indirect call sites profile: 82 #ICALL_SUM: Total number of sites: 3 83 #ICALL_SUM: Total number of sites with values: 2 85 #ICALL_SUM: Value sites histogram: 91 #MEMOP_SUM: Total number of sites: 1 92 #MEMOP_SUM: Total number of sites with values: 1 94 #MEMOP_SUM: Value sites histogram:
|
D | value-prof.proftext | 75 #ICSUM: Statistics for indirect call sites profile: 76 #ICSUM: Total number of sites: 3 77 #ICSUM: Total number of sites with values: 2
|
/external/v8/tools/ |
D | callstats.py | 52 def start_replay_server(args, sites, discard_output=True): argument 56 generate_injection(f, sites, args.refresh) 87 def generate_injection(f, sites, refreshes=0): argument 128 """, json.dumps(sites), """; 233 sites = [] 241 sites.append(item) 247 sites.append({'url': line, 'timeout': args.timeout}) 248 return sites 258 return [{'url': site, 'timeout': args.timeout} for site in args.sites] 261 sites = read_sites(args) [all …]
|
/external/curl/lib/ |
D | pipeline.c | 193 CURLMcode Curl_pipeline_set_site_blacklist(char **sites, in Curl_pipeline_set_site_blacklist() argument 200 if(sites) { in Curl_pipeline_set_site_blacklist() 204 while(*sites) { in Curl_pipeline_set_site_blacklist() 208 entry = malloc(sizeof(struct site_blacklist_entry) + strlen(*sites)); in Curl_pipeline_set_site_blacklist() 213 strcpy(entry->hostname, *sites); in Curl_pipeline_set_site_blacklist() 227 sites++; in Curl_pipeline_set_site_blacklist()
|
D | pipeline.h | 36 CURLMcode Curl_pipeline_set_site_blacklist(char **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/swiftshader/third_party/llvm-7.0/llvm/test/Verifier/ |
D | speculatable-callsite-invalid.ll | 8 ; CHECK: speculatable attribute may not apply to call sites 17 ; CHECK: speculatable attribute may not apply to call 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-7.0/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/autotest/server/site_tests/provision_CheetsUpdate/ |
D | README.md | 32 prod](https://sites.google.com/a/google.com/chromeos/for-team-members/infrastructure/chromeos-admin… 34 deputy](https://sites.google.com/a/google.com/chromeos/for-team-members/infrastructure/chrome-os-in…
|
/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/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/swiftshader/third_party/llvm-7.0/llvm/test/Analysis/BasicAA/ |
D | tail-byval.ll | 14 ; CHECK-LABEL: Function: tailbyval: 1 pointers, 1 call sites
|
/external/libcap/ |
D | CHANGELOG | 3 http://sites.google.com/site/fullycapable/
|
/external/autotest/client/site_tests/policy_URLBlacklist/ |
D | control.wildcard_blocked | 19 '*' should block all sites, with the exception of URLs beginning with
|
/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/junit/ |
D | README.md | 11 [![Built on DEV@cloud](http://www.cloudbees.com/sites/default/files/Button-Built-on-CB-1.png)](http…
|
/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/llvm/test/Transforms/Inline/ |
D | delete-call.ll | 6 ; CHECK-FUNCTIONATTRS: Number of call sites deleted, not inlined
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/Inline/ |
D | delete-call.ll | 6 ; CHECK-FUNCTIONATTRS: Number of call sites deleted, not inlined
|