OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:used
(Results
1426 - 1450
of
64207
) sorted by null
<<
51
52
53
54
55
56
57
58
59
60
>>
/frameworks/av/media/libeffects/factory/
EffectsFactory.h
35
// Structure
used
for storing effects with their sub effects.
36
//
Used
in creating gSubEffectList. Here,
59
// Structure
used
to store the lib entry
/frameworks/base/core/java/android/service/wallpaper/
WallpaperSettingsActivity.java
24
* Base class for activities that will be
used
to configure the settings of
26
* proper theme of the activity depending on how it is being
used
.
32
* are being
used
while the wallpaper is in preview mode.
/frameworks/base/core/java/android/view/
AbsSavedState.java
23
* A {@link Parcelable} implementation that should be
used
by inheritance
32
* Constructor
used
to make the EMPTY_STATE singleton
51
* Constructor
used
when reading from a parcel. Reads the state of the superclass.
/frameworks/wilhelm/src/
attr.h
19
// bit indices,
used
for fast lookup into handler table
35
#define ATTR_INDEX_MAX 8 // total number of bits
used
so far
37
// bit masks,
used
with unlock_exclusive_attributes
/libcore/dalvik/src/main/java/dalvik/annotation/
TestTarget.java
25
* Defines an annotation
used
be
used
within the TestInfo annotation. It
26
* specifies a single method target for the test (but can be
used
multiple
/libcore/luni/src/main/java/java/net/
CookiePolicy.java
21
* and ACCEPT_ORIGINAL_SERVER respectively. They are
used
to decide which
58
* This method is
used
to determine whether or not the specified cookie
62
* the URI to
used
to determine acceptability
/libcore/luni/src/main/java/javax/sql/
ConnectionPoolDataSource.java
24
*
Used
internally within the package.
33
* Creates a connection to a database which can then be
used
as a pooled
45
* password, which can then be
used
as a pooled connection.
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/iterator/
iterator_adaptor.hpp
36
//
Used
as a default template argument internally, merely to
38
// explicitly in order to specify that the default should be
used
.
54
// Result type
used
in enable_if_convertible meta function.
56
// enable_if_convertible< ... >::type are
used
.
57
// We could have
used
void for this, but conversion to
87
// enable_if_convertible is
used
to remove those overloads from the overload
94
// enable_if_interoperable can be safely
used
in user code. It falls back to
240
// value_type. If not supplied, iterator_traits<Base>::value_type is
used
243
// supplied, iterator_traversal<Base>::type is
used
.
247
// Value is supplied, Value& is
used
. Otherwis
[
all
...]
/packages/apps/Launcher3/res/values/
attrs.xml
21
<!-- DrawableStateProxyView specific attributes. These attributes are
used
to customize
28
<!-- Cling specific attributes. These attributes are
used
to customize
31
<!--
Used
to identify how to draw the cling bg -->
35
<!-- Page Indicator specific attributes. These attributes are
used
to customize
38
<!--
Used
to identify how to draw the cling bg -->
42
<!-- Workspace specific attributes. These attributes are
used
to customize
53
<!-- Hotseat specific attributes. These attributes are
used
to customize
62
<!-- CellLayout specific attributes. These attributes are
used
to customize
95
<!-- PagedView specific attributes. These attributes are
used
to customize
112
<!-- AppsCustomizePagedView specific attributes. These attributes are
used
t
[
all
...]
/packages/apps/UnifiedEmail/src/com/android/emailcommon/mail/
Flag.java
45
* Sending of an unsent message failed. It will be retried.
Used
to show status.
68
* General purpose flag that can be
used
by any remote store. The flag will be
74
* General purpose flag that can be
used
by any remote store. The flag will be
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
InputViewManager.java
24
* The interface of input view manager
used
by OpenWnn.
41
* Get the input view being
used
currently.
43
* @return The input view; {@code null} if no input view is
used
currently.
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
shm.h
20
/* Obsolete,
used
only for backwards compatibility and libc5 compiles */
31
void *shm_unused2; /* ditto -
used
by DIPC */
56
/* Obsolete,
used
only for backwards compatibility */
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
shm.h
20
/* Obsolete,
used
only for backwards compatibility and libc5 compiles */
31
void *shm_unused2; /* ditto -
used
by DIPC */
56
/* Obsolete,
used
only for backwards compatibility */
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
shm.h
20
/* Obsolete,
used
only for backwards compatibility and libc5 compiles */
31
void *shm_unused2; /* ditto -
used
by DIPC */
56
/* Obsolete,
used
only for backwards compatibility */
/prebuilts/tools/common/proguard/
README
3
* external/proguard, which is
used
by the platform
5
* prebuilts/tools/common/proguard, which is
used
by the tools (and
20
easily be
used
(when debugging) or the distribution rebuilt from
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
manifest-expected-completion16.txt
7
permission : The "permission" tag declares a security permission that can be
used
to control access from other packages to specific components or features in your package (or other packages).
12
uses-configuration : The "uses-configuration" tag specifies a specific hardware configuration value
used
by the application.
13
uses-feature : The "uses-feature" tag specifies a specific feature
used
by the application.
/bionic/libc/private/
resolv_static.h
10
* when the resolver was being
used
by multiple threads.
/bootable/recovery/minui/
Android.mk
12
# This
used
to compare against values in double-quotes (which are just
/build/core/combo/arch/x86/
x86-atom.mk
16
# This flag is
used
to enabled Atom-specific optimizations with our toolchain
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/const_class/
TestStubs.java
19
//
used
by testE2
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/filled_new_array/
TestStubs.java
19
//
used
by T_filled_new_array_11
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/filled_new_array_range/
TestStubs.java
19
//
used
by T_filled_new_array_range_11
/dalvik/dx/src/com/android/dx/cf/direct/
package.html
5
<p><b>PACKAGES
USED
:</b>
/developers/samples/android/
.gitignore
16
# Libraries
used
by the app
/developers/samples/android/connectivity/network/BasicNetworkDemo/BasicNetworkDemo/src/main/java/com/example/android/common/logger/
Log.java
59
* @param tag Tag for for the log data. Can be
used
to organize log statements.
75
* @param tag Tag for for the log data. Can be
used
to organize log statements.
85
* @param tag Tag for for the log data. Can be
used
to organize log statements.
97
* @param tag Tag for for the log data. Can be
used
to organize log statements.
108
* @param tag Tag for for the log data. Can be
used
to organize log statements.
120
* @param tag Tag for for the log data. Can be
used
to organize log statements.
130
* @param tag Tag for for the log data. Can be
used
to organize log statements.
142
* @param tag Tag for for the log data. Can be
used
to organize log statements.
152
* @param tag Tag for for the log data. Can be
used
to organize log statements.
164
* @param tag Tag for for the log data. Can be
used
to organize log statements
[
all
...]
Completed in 2116 milliseconds
<<
51
52
53
54
55
56
57
58
59
60
>>