OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:website
(Results
1 - 25
of
680
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/dataitem/
WebsiteDataItem.java
21
import android.provider.ContactsContract.CommonDataKinds.
Website
;
24
* Represents a
website
data item, wrapping the columns in
25
* {@link ContactsContract.CommonDataKinds.
Website
}.
34
return getContentValues().getAsString(
Website
.URL);
38
return getContentValues().getAsString(
Website
.LABEL);
/libcore/benchmarks/src/benchmarks/regression/
SSLSocketBenchmark.java
36
@Param private
WebSite
webSite
;
38
public enum
WebSite
{
46
WebSite
(String uri) {
82
Socket s = sf.createSocket(
webSite
.host,
webSite
.port);
84
out.write(
webSite
.request);
/external/libxml2/result/HTML/
attrents.html
4
<a href="mailto:katherine@cbfanc.org,
website
@bis.doc.gov?subject=South%20San%20Francisco%20BIS%20Seminar%20-%20October%2016th"></a><br>
attrents.html.sax
9
SAX.startElement(a, href='mailto:katherine@cbfanc.org,
website
@bis.doc.gov?subject=South San Francisco BIS Seminar - October 16th')
/external/okhttp/
deploy_website.sh
11
# Delete any existing temporary
website
clone
26
# Copy
website
files from real repo
27
cp -R ../
website
/* .
48
git commit -m "
Website
at $(date)"
/external/ceres-solver/
README.google
10
Website
: https://code.google.com/p/ceres-solver/
/external/eigen/
README.android
7
Website
: http://eigen.tuxfamily.org/
/external/mesa3d/docs/
webmaster.html
13
If you have problems, edits or additions for this
website
send them
19
Mark Manning made the frame-based layout for the
website
.
/external/okhttp/okio/
deploy_javadoc.sh
11
# Delete any existing temporary
website
clone
34
git commit -m "
Website
at $(date)"
/frameworks/base/docs/html/sdk/api_diff/21/changes/
android.provider.ContactsContract.CommonDataKinds.Website.html
10
android.provider.ContactsContract.CommonDataKinds.
Website
74
Class android.provider.<A HREF="../../../../reference/android/provider/ContactsContract.CommonDataKinds.
Website
.html" target="_top"><font size="+2"><code>ContactsContract.CommonDataKinds.
Website
</code></font></A>
87
<A NAME="android.provider.ContactsContract.CommonDataKinds.
Website
.EXTRA_ADDRESS_BOOK_INDEX"></A>
88
<nobr><code>String</code> <A HREF="../../../../reference/android/provider/ContactsContract.CommonDataKinds.
Website
.html#EXTRA_ADDRESS_BOOK_INDEX" target="_top"><code>EXTRA_ADDRESS_BOOK_INDEX</code></A></nobr>
94
<A NAME="android.provider.ContactsContract.CommonDataKinds.
Website
.EXTRA_ADDRESS_BOOK_INDEX_COUNTS"></A>
95
<nobr><code>String</code> <A HREF="../../../../reference/android/provider/ContactsContract.CommonDataKinds.
Website
.html#EXTRA_ADDRESS_BOOK_INDEX_COUNTS" target="_top"><code>EXTRA_ADDRESS_BOOK_INDEX_COUNTS</code></A></nobr>
101
<A NAME="android.provider.ContactsContract.CommonDataKinds.
Website
.EXTRA_ADDRESS_BOOK_INDEX_TITLES"></A>
102
<nobr><code>String</code> <A HREF="../../../../reference/android/provider/ContactsContract.CommonDataKinds.
Website
.html#EXTRA_ADDRESS_BOOK_INDEX_TITLES" target="_top"><code>EXTRA_ADDRESS_BOOK_INDEX_TITLES</code></A></nobr>
/external/libopus/doc/
footer.html
11
For more information visit the <a href="http://opus-codec.org">Opus
Website
</a>.
/external/srtp/doc/
references.txt
11
SHA-1 is defined in FIPS-180-1, available online at the NIST
website
.
/external/valgrind/docs/lib/
vg-html-website.xsl
4
<!-- special stylesheet to generate the docs to fit into the
website
-->
15
<!-- custom header for
website
documentation -->
/frameworks/base/docs/html/distribute/engage/
easy-signin.jd
33
Offer a seamless app experience across devices and into your
website
, securely
58
<li>Add <strong>over-the-air installs</strong> to your
website
. After signing in with Google
60
without them ever leaving your
website
.</li>
intents.jd
28
website
within your app instead.
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_cvs/searchcvs/
mysql-users.dump
16
-- Remote access (
website
) granted to read only for user 'dbaccessro' with password 'dbaccessropassword'
/external/markdown/docs/
README
20
of the distribution and on the project
website
at
README.html
9
of the distribution and on the project
website
at
/frameworks/base/core/res/res/raw-tl/
incognito_mode_start_page.html
12
<li>Mga
website
na kumokolekta o nagbabahagi ng impormasyong tungkol sa iyo</li>
/frameworks/base/core/res/res/raw-tl-xlarge/
incognito_mode_start_page.html
12
<li>Mga
website
na kumokolekta o nagbabahagi ng impormasyong tungkol sa iyo</li>
/packages/apps/Messaging/src/com/android/messaging/datamodel/media/
VCardResourceEntry.java
250
String
website
= web.getWebsite();
251
if (!
website
.startsWith("http://") && !
website
.startsWith("https://")) {
254
website
= "http://" +
website
;
256
final Intent intent = new Intent(Intent.ACTION_VIEW, Uri.parse(
website
));
/prebuilts/tools/common/m2/repository/org/objenesis/objenesis-parent/2.1/
objenesis-parent-2.1.pom
131
<siteDirectory>${project.basedir}/
website
</siteDirectory>
254
<!-- no header wanted on the
website
-->
255
<exclude>
website
/**</exclude>
463
<!-- Activate to generate the
website
-->
464
<id>
website
</id>
466
<module>
website
</module>
/external/chromium-trace/trace-viewer/third_party/webapp2/docs/tutorials/gettingstarted/
uploading.rst
7
upload it to your
website
using ``appcfg.py``, a command-line tool provided
56
appspot.com domain name, the URL for your
website
begins with your application
/packages/apps/ContactsCommon/tests/src/com/android/contacts/common/model/dataitem/
DataItemTests.java
30
import android.provider.ContactsContract.CommonDataKinds.
Website
;
441
mValues1.put(Data.MIMETYPE,
Website
.CONTENT_ITEM_TYPE);
442
mValues2.put(Data.MIMETYPE,
Website
.CONTENT_ITEM_TYPE);
443
mValues3.put(Data.MIMETYPE,
Website
.CONTENT_ITEM_TYPE);
445
mValues1.put(
Website
.URL, url1);
446
mValues2.put(
Website
.URL, url1);
447
mValues3.put(
Website
.URL, url2);
449
final DataKind kind = mGoogleAccountType.getKindForMimetype(
Website
.CONTENT_ITEM_TYPE);
/external/slf4j/
README.md
3
More information can be found on the [SLF4J
website
](http://www.slf4j.org).
Completed in 262 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>