HomeSort by relevance Sort by last modified time
    Searched refs:sites (Results 1 - 25 of 133) sorted by null

1 2 3 4 5 6

  /external/v8/src/interpreter/
control-flow-builders.cc 22 void BreakableControlFlowBuilder::EmitJump(ZoneVector<BytecodeLabel>* sites) {
23 sites->push_back(BytecodeLabel());
24 builder()->Jump(&sites->back());
29 ZoneVector<BytecodeLabel>* sites) {
30 sites->push_back(BytecodeLabel());
31 builder()->JumpIfTrue(&sites->back());
36 ZoneVector<BytecodeLabel>* sites) {
37 sites->push_back(BytecodeLabel());
38 builder()->JumpIfFalse(&sites->back());
43 ZoneVector<BytecodeLabel>* sites) {
    [all...]
  /external/doclava/src/com/google/doclava/
DoclavaDiff.java 45 private final List<FederatedSite> sites = new ArrayList<FederatedSite>(); field in class:DoclavaDiff
54 sites.add(new FederatedSite("Android", new URL("http://manatee/doclava/android")));
55 sites.add(new FederatedSite("GWT", new URL("http://manatee/doclava/gwt")));
56 //sites.add(new FederatedSite("Crore", new URL("http://manatee/doclava/crore")));
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/lan
    [all...]
  /external/curl/lib/
pipeline.h 36 CURLMcode Curl_pipeline_set_site_blacklist(char **sites,
pipeline.c 193 CURLMcode Curl_pipeline_set_site_blacklist(char **sites,
199 if(sites) {
205 while(*sites) {
210 hostname = strdup(*sites);
242 sites++;
251 /* This might be NULL if sites == NULL, i.e the blacklist is cleared */
322 /* This might be NULL if sites == NULL, i.e the blacklist is cleared */
  /external/autotest/site_utils/admin/apache/
apache2.conf 298 Include /etc/apache2/sites-enabled/
  /external/webrtc/webrtc/common_audio/signal_processing/
spl_sqrt_floor_arm.S 21 @ I saw your sqrt routine from several web sites, including
  /external/v8/tools/
callstats.py 49 def start_replay_server(args, sites):
53 generate_injection(f, sites, args.refresh)
81 def generate_injection(f, sites, refreshes=0):
101 for (var item of sites) {
121 var sites =
122 """, json.dumps(sites), """;
216 sites = []
224 sites.append(item)
230 sites.append({'url': line, 'timeout': args.timeout})
231 return sites
    [all...]
  /external/doclava/res/assets/templates/
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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.update.configurator_3.3.100.v20100512.jar 
org.eclipse.equinox.p2.reconciler.dropins_1.1.2.R36x_v20101111-1430.jar 
org.eclipse.equinox.p2.touchpoint.eclipse_2.0.2.R36x_v20100823.jar 
  /external/chromium-trace/catapult/telemetry/telemetry/
record_wpr.py 186 self._parser.error("Can't --use-live-sites while recording")
  /external/chromium-trace/catapult/third_party/gsutil/gslib/addlhelp/
naming.py 122 create buckets representing the verified site and any sub-sites - provided
130 following sites:
  /external/v8/test/mjsunit/compiler/
inline-arity-mismatch.js 30 // Test inlining at call sites with mismatched arity.
  /external/autotest/site_utils/
setup_dev_autotest.sh 289 /etc/apache2/sites-available/autotest-server.conf
317 echo "For further necessary set up steps, see https://sites.google.com/a/chromium.org/dev/chromium-os/testing/autotest-developer-faq/setup-autotest-server?pli=1"
  /external/opencv/cvaux/src/
cvlcm.cpp 175 // given node and correspondent incident sites
181 // LinkedSites : out, matrix of incident sites
289 for(SiteSet = VoronoiDiagram->sites;
364 for(CvSet* SiteSet = LCM->VoronoiDiagram->sites;
  /external/v8/test/mjsunit/
array-constructor-feedback.js 84 // Test: ensure that crankshafted array constructor sites are deopted
elements-transition-hoisting.js 234 // prevent the influence of allocation-sites, which learn from transitions.
object-seal.js 202 // But the control object is fine at these sites.
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.p2.touchpoint.eclipse_2.1.200.v20130327-2119.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-metadata-model/0.20.0/
tycho-metadata-model-0.20.0.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.touchpoint.eclipse_2.1.200.v20130327-2119.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-metadata-model/0.18.1/
tycho-metadata-model-0.18.1.jar 
  /external/curl/packages/vms/
generate_config_vms_h_curl.com 84 $! some sites may have removed it, but if present, assume that
  /frameworks/opt/setupwizard/tools/docs/
doclava.jar 

Completed in 985 milliseconds

1 2 3 4 5 6