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

1 2 3 4 5 6 7

  /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/v8/src/interpreter/
control-flow-builders.cc 21 void BreakableControlFlowBuilder::EmitJump(BytecodeLabels* sites) {
22 builder()->Jump(sites->New());
25 void BreakableControlFlowBuilder::EmitJumpIfTrue(BytecodeLabels* sites) {
26 builder()->JumpIfTrue(sites->New());
29 void BreakableControlFlowBuilder::EmitJumpIfFalse(BytecodeLabels* sites) {
30 builder()->JumpIfFalse(sites->New());
33 void BreakableControlFlowBuilder::EmitJumpIfUndefined(BytecodeLabels* sites) {
34 builder()->JumpIfUndefined(sites->New());
37 void BreakableControlFlowBuilder::EmitJumpIfNull(BytecodeLabels* sites) {
38 builder()->JumpIfNull(sites->New())
    [all...]
  /dalvik/dx/tests/135-invoke-custom/
run 54 echo Found ${CALL_SITE_ID_COUNT} call sites but ${INVOKE_CUSTOM_COUNT} uses of invoke-custom.
58 # Check number of invokedynamic constants matches the number of unique call sites
67 echo Found ${CST_INDY_COUNT} invokedynamic constants but ${CALL_SITE_COUNT} call sites.
  /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/devlib/devlib/instrument/
__init__.py 249 def reset(self, sites=None, kinds=None, channels=None):
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):
frames.py 24 def reset(self, sites=None, kinds=None, channels=None):
25 super(FramesInstrument, self).reset(sites, kinds, channels)
energy_probe.py 60 def reset(self, sites=None, kinds=None, channels=None):
61 super(EnergyProbeInstrument, self).reset(sites, kinds, channels)
monsoon.py 57 def reset(self, sites=None, kinds=None, channels=None):
58 super(MonsoonInstrument, self).reset(sites, kinds)
daq.py 64 def reset(self, sites=None, kinds=None, channels=None):
65 super(DaqInstrument, self).reset(sites, kinds, channels)
  /external/autotest/site_utils/admin/apache/
apache2.conf 298 Include /etc/apache2/sites-enabled/
  /external/devlib/devlib/instrument/netstats/
__init__.py 101 def reset(self, sites=None, kinds=None, channels=None, period=None): # pylint: disable=arguments-differ
102 super(NetstatsInstrument, self).reset(sites, kinds, channels)
106 if sites:
107 packages_arg = ' --es packages {}'.format(','.join(sites))
  /external/v8/tools/
callstats.py 49 def start_replay_server(args, sites, discard_output=True):
53 generate_injection(f, sites, args.refresh)
84 def generate_injection(f, sites, refreshes=0):
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/webrtc/webrtc/common_audio/signal_processing/
spl_sqrt_floor_arm.S 21 @ I saw your sqrt routine from several web sites, including
  /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/toolchain-utils/user_activity_benchmarks/
select_hot_functions.sql 4 -- https://sites.google.com/a/google.com/cwp/about/callgraphs.
  /art/tools/ahat/src/heapdump/
Diff.java 252 * Recursively diff the two sites, setting them and their descendants as
259 private static void sites(Site a, Site b) { method in class:Diff
260 // Set the sites as baselines of each other.
295 sites(achild, bchild); method
329 // Diff the sites of each snapshot.
331 sites(a.getRootSite(), b.getRootSite());
333 // Add placeholders to their corresponding sites.
334 // This requires the sites have already been diffed.
  /external/devlib/devlib/platform/
arm.py 247 def reset(self, sites=None, kinds=None):
248 super(JunoEnergyInstrument, self).reset(sites, kinds)
  /external/autotest/site_utils/
setup_dev_autotest.sh 248 /etc/apache2/sites-available/autotest-server.conf
293 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/autotest/docs/
test-that.md 66 Trybots](https://sites.google.com/a/chromium.org/dev/chromium-os/build/using-remote-trybots)
  /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;
  /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/v8/src/
messages.cc 941 Handle<JSArray> sites; local
    [all...]
  /external/lisa/libs/utils/
energy.py 152 "Found sites {} but channel_map contains {}".format(
167 self._hwmon.reset(kinds=['energy'], sites=self._channels.values())

Completed in 538 milliseconds

1 2 3 4 5 6 7