Home
last modified time | relevance | path

Searched refs:sites (Results 1 – 25 of 179) sorted by relevance

12345678

/external/doclava/src/com/google/doclava/
DDoclavaDiff.java45 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/
Dindex.md9 * [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/
Dindex.md9 * [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/
Dcontrol-flow-builders.cc26 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/
Dmemop-size-prof.proftext81 #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:
Dvalue-prof.proftext75 #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/
Dcallstats.py52 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/
Dpipeline.c193 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()
Dpipeline.h36 CURLMcode Curl_pipeline_set_site_blacklist(char **sites,
/external/doclava/res/assets/templates/
Ddiff.cs127 <?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/
Dspeculatable-callsite-invalid.ll8 ; CHECK: speculatable attribute may not apply to call sites
17 ; CHECK: speculatable attribute may not apply to call sites
/external/llvm/test/Analysis/ScalarEvolution/
Dscev-aa.ll14 ; 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/
Dscev-aa.ll14 ; 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/test/Analysis/ScalarEvolution/
Dscev-aa.ll12 ; 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/autotest/server/site_tests/provision_CheetsUpdate/
DREADME.md32 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/
DREADME6 https://sites.google.com/a/google.com/chromeos/for-team-members/lab/lab-infrastructure-of-wifi-cham…
/external/python/cpython2/Doc/howto/
Dwebservers.rst11 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/
Dtail-byval.ll14 ; CHECK-LABEL: Function: tailbyval: 1 pointers, 1 call sites
/external/libcap/
DCHANGELOG3 http://sites.google.com/site/fullycapable/
DREADME10 http://sites.google.com/site/fullycapable/
/external/autotest/client/site_tests/policy_URLBlacklist/
Dcontrol.wildcard_blocked19 '*' should block all sites, with the exception of URLs beginning with
/external/swiftshader/third_party/LLVM/test/Transforms/Inline/
Ddelete-call.ll1 ; RUN: opt %s -S -inline -functionattrs -stats |& grep {Number of call sites deleted, not inlined}
/external/webrtc/webrtc/common_audio/signal_processing/
Dspl_sqrt_floor_arm.S21 @ I saw your sqrt routine from several web sites, including
/external/junit/
DREADME.md11 [![Built on DEV@cloud](http://www.cloudbees.com/sites/default/files/Button-Built-on-CB-1.png)](http…
/external/llvm/test/Transforms/Inline/
Ddelete-call.ll6 ; CHECK-FUNCTIONATTRS: Number of call sites deleted, not inlined

12345678