OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:can
(Results
451 - 475
of
19256
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/webkit/WebCore/manual-tests/
focusringcolor-change-on-theme-change.html
4
<li>Change the system focus ring color.<br>On OS X you
can
do this by going to System Preferences->Appearance and selecting another value in the Appearance popup menu.</li>
input-empty-on-focus.html
6
test obsolete. Maybe we
can
find some other way to test the same code path.</p>
/external/webkit/WebCore/manual-tests/resources/
before-go-back.html
11
This test checks if you
can
go back to a _blank previously tab-opened page.
/external/webkit/WebKit/win/Interfaces/
IWebArchive.idl
38
The main resource
can
be an entire web page, a portion of a web page, or some other kind of data such as an image.
39
This class
can
be used for saving standalone web pages, representing portions of a web page on the pasteboard, or any other
54
@param subresources The subresources of the archive (
can
be nil).
55
@param subframeArchives The archives representing the subframes of the archive (
can
be nil).
64
@param data The data representing the archive. This
can
be obtained using WebArchive's data method.
73
@param data The data representing the archive. This
can
be obtained using WebArchive's data method.
88
@result The subresource of the archive (
can
be nil).
95
@result The archives representing the subframes of the archive (
can
be nil).
103
@discussion The data returned by this method
can
be used to save a web archive to a file or to place a web archive on the pasteboard
/external/webkit/WebKitTools/BuildSlaveSupport/build.webkit.org-config/
buildbot.tac
18
# probably not yet twisted 8.2.0 and beyond,
can
't set log yet
/external/wpa_supplicant/
aes.h
5
* This program is free software; you
can
redistribute it and/or modify
base64.h
5
* This program is free software; you
can
redistribute it and/or modify
config_types.h
5
* This program is free software; you
can
redistribute it and/or modify
crypto_none.c
5
* This program is free software; you
can
redistribute it and/or modify
rc4.h
5
* This program is free software; you
can
redistribute it and/or modify
/external/wpa_supplicant_6/wpa_supplicant/src/crypto/
aes.h
5
* This program is free software; you
can
redistribute it and/or modify
crypto_none.c
5
* This program is free software; you
can
redistribute it and/or modify
rc4.h
5
* This program is free software; you
can
redistribute it and/or modify
/external/wpa_supplicant_6/wpa_supplicant/src/eap_common/
chap.h
5
* This program is free software; you
can
redistribute it and/or modify
eap_peap_common.h
5
* This program is free software; you
can
redistribute it and/or modify
/external/wpa_supplicant_6/wpa_supplicant/src/utils/
base64.h
5
* This program is free software; you
can
redistribute it and/or modify
uuid.h
5
* This program is free software; you
can
redistribute it and/or modify
/external/wpa_supplicant_6/wpa_supplicant/
wpas_glue.h
5
* This program is free software; you
can
redistribute it and/or modify
/external/yaffs2/yaffs2/
yaffs_tagsvalidity.h
10
* This program is free software; you
can
redistribute it and/or modify
yaffsinterface.h
10
* This program is free software; you
can
redistribute it and/or modify
/external/zlib/contrib/dotzlib/DotZLib/
AssemblyInfo.cs
26
// You
can
specify all the values or you
can
default the Revision and Build Numbers
44
// (1) If the KeyName
can
be found in the CSP, that key is used.
47
// (*) In order to create a KeyFile, you
can
use the sn.exe (Strong Name) utility.
/frameworks/base/docs/html/guide/basics/
building-blocks.jd
5
<p>You
can
think of an Android application as a collection of components, of
7
to the degree where you
can
accurately describe them as a federation of
29
can
include displaying a UI to the user. It doesn't have to, though - some
48
Intent, and runs it. Intents
can
also be used to broadcast interesting
53
<dd>A Service is a body of code that runs in the background. It
can
run in
64
can
interact with this icon to receive information. The most well-known
66
applications
can
create their own. Notifications are the
73
access the user's list of contacts. Your application
can
access data that
74
other applications have exposed via a ContentProvider, and you
can
also
/frameworks/base/docs/html/guide/developing/tools/
index.jd
19
<dd>A QEMU-based device-emulation tool that you
can
use to design,
24
characteristics in the Android Emulator. In each configuration, you
can
32
of the current display with a pixel grid, so you
can
get your layout just right.
50
You
can
use it to kill processes, select a specific process to debug,
57
You
can
also use it to link a standard debugger to application code running
76
can
generate from your Android application. </dd>
79
<dd>Helps you create a disk image that you
can
use with the emulator,
90
level events. You
can
use the Monkey to stress-test applications that you are developing,
96
you
can
use to compile your Android applications. </dd>
/frameworks/base/docs/html/guide/topics/manifest/
grant-uri-permission-element.jd
15
can
be granted for. Data subsets are indicated by the path part of a
24
attribute is "{@code true}", permission
can
be granted for any the data under
26
can
be granted only to data subsets that are specified by this element.
27
A provider
can
contain any number of {@code <grant-uri-permission>} elements.
28
Each one
can
specify only one path (only one of the three possible attributes).
42
<dd>A path identifying the data subset or subsets that permission
can
be
44
permission
can
be granted only to the particular data subset identified
47
permission
can
be granted to all data subsets with paths that share that
50
that
can
contain the following wildcards:
/frameworks/base/docs/html/resources/articles/
painless-threading.jd
4
<p>This article discusses the threading model used by Android applications and how applications
can
ensure best UI performance by spawning worker threads to handle long-running operations, rather than handling them in the main thread. The article also explains the API that your application
can
use to interact with Android UI toolkit components running on the main thread and spawn managed worker threads. </p>
20
<p>This single-thread model
can
yield poor performance unless your application
24
can
be dispatched, including drawing events, while the long operation
29
<p>If you want to see how bad this
can
look, write a simple application
57
<code>ImageView</code> is manipulated on a worker thread, which
can
cause really
58
weird problems. Tracking down and fixing such bugs
can
be difficult and
72
<p>You
can
use any of these classes and methods to correct the previous code example:</p>
104
you. Our previous example
can
easily be rewritten with
121
<p>As you
can
see, <code>AsyncTask</code> <em>must</em> be used by subclassin
[
all
...]
Completed in 156 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>