OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:allows
(Results
251 - 275
of
8158
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/packages/apps/Mms/src/org/w3c/dom/events/
EventTarget.java
20
* interface. The interface
allows
registration and removal of
28
* This method
allows
the registration of event listeners on the event
56
* This method
allows
the removal of event listeners from the event
80
* This method
allows
the dispatch of events into the implementations
/packages/apps/Music/src/com/android/music/
CheckableRelativeLayout.java
26
* This
allows
it to be used as the top-level view of a list view item, which
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/preferences/
OkCancelPreference.java
23
* Dialog preference that
allows
registering a listener for the result.
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/
ContactBadge.java
24
* A {@link QuickContactBadge} that
allows
setting a click listener.
/packages/experimental/RpcPerformance/
Android.mk
18
LOCAL_MODULE_TAGS := tests #
Allows
non-localized strings
/packages/providers/DrmProvider/
AndroidManifest.xml
5
<!--
Allows
an application to access DRM content -->
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
posix_types.h
7
* This
allows
for 1024 file descriptors: if NR_OPEN is ever grown
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
posix_types.h
7
* This
allows
for 1024 file descriptors: if NR_OPEN is ever grown
capability.h
131
/*
Allows
setgid(2) manipulation */
132
/*
Allows
setgroups(2) */
133
/*
Allows
forged gids on socket credentials passing. */
137
/*
Allows
set*uid(2) manipulation (including fsuid). */
138
/*
Allows
forged pids on socket credentials passing. */
163
/*
Allows
binding to TCP/UDP sockets below 1024 */
164
/*
Allows
binding to ATM VCIs below 32 */
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
posix_types.h
7
* This
allows
for 1024 file descriptors: if NR_OPEN is ever grown
/prebuilts/tools/common/m2/repository/org/python/jython/2.5.3/
jython-2.5.3.pom
16
the Java platform. It thus
allows
you to run Python on any Java platform.
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
anim1-expected-completion56.txt
12
android:zAdjustment :
Allows
for an adjustment of the Z ordering of the content being animated for the duration of the animation. [enum]
/sdk/templates/activities/SettingsActivity/root/res/xml/
pref_notification.xml
10
<!--
Allows
the user to choose a ringtone in the 'notification' category. -->
/external/libnfc-nxp/src/
phOsalNfc_Timer.h
97
* \brief
Allows
to create new timer.
122
* \brief
Allows
to start an already created timer.
158
* This API
allows
to stop running timers. In case the timer is stopped, its callback will not be
178
* \brief
Allows
to delete the timer which is already created.
180
* This API
allows
to delete a timer. Incase timer is running
/frameworks/base/core/res/res/values/
strings.xml
[
all
...]
/external/proguard/docs/manual/
gui.html
167
The text field following each entry
allows
to constrain the applicable classes
178
The variable list at the bottom
allows
to define additional entries
221
options</b> button at the bottom of the dialog
allows
to toggle showing the
225
<li>The <b>Comments</b> text field
allows
to add optional comments to this
229
<li>The <b>Keep</b> selection
allows
to specify whether you want to protect
236
<li>The <b>Allow</b> selection
allows
to specify whether you want to allow the
240
<li>The <b>Access</b> selections
allows
to specify constraints on the class or
259
<li>The <b>Class members</b> list
allows
to specify a list of fields and
268
options</b> button at the bottom of the dialog
allows
to toggle showing the
272
<li>The <b>Access</b> selections
allows
to specify constraints on the field o
[
all
...]
/prebuilts/tools/common/proguard/proguard4.7/docs/manual/
gui.html
175
The text field following each entry
allows
to constrain the applicable classes
186
The variable list at the bottom
allows
to define additional entries
229
options</b> button at the bottom of the dialog
allows
to toggle showing the
233
<li>The <b>Comments</b> text field
allows
to add optional comments to this
237
<li>The <b>Keep</b> selection
allows
to specify whether you want to protect
244
<li>The <b>Allow</b> selection
allows
to specify whether you want to allow the
248
<li>The <b>Access</b> selections
allows
to specify constraints on the class or
267
<li>The <b>Class members</b> list
allows
to specify a list of fields and
276
options</b> button at the bottom of the dialog
allows
to toggle showing the
280
<li>The <b>Access</b> selections
allows
to specify constraints on the field o
[
all
...]
/external/chromium/chrome/common/extensions/docs/static/
experimental.proxy.html
44
any proxy involved. This mode
allows
no further parameters in the
51
This mode
allows
no further parameters in the <code>ProxyConfig</code>
60
Besides this, this mode
allows
no further parameters in the
67
Besides this, the <code>fixed_servers</code> mode
allows
no further parameters
72
operating system. This mode
allows
no further parameters in the
174
Chrome
allows
using different proxy settings for regular windows and incognito
/external/protobuf/src/google/protobuf/
message_lite.h
169
// Like SerializeToCodedStream(), but
allows
missing required fields.
174
// Like SerializeToZeroCopyStream(), but
allows
missing required fields.
179
// Like SerializeToString(), but
allows
missing required fields.
184
// Like SerializeToArray(), but
allows
missing required fields.
194
// Like SerializeAsString(), but
allows
missing required fields.
200
// Like AppendToString(), but
allows
missing required fields.
/external/chromium/testing/gmock/include/gmock/
gmock-actions.h
153
// The DefaultValue<T> class
allows
a user to specify the
196
// This partial specialization
allows
a user to set default values for
231
// This specialization
allows
DefaultValue<void>::Get() to
294
// This constructor
allows
us to turn an Action<Func> object into an
404
//
Allows
an Action<F2> object to pose as an Action<F1>, as long as F2
456
// This template type conversion operator
allows
Return(x) to be
511
//
Allows
ReturnNull() to be used in any pointer-returning function.
523
//
Allows
Return() to be used in any void-returning function.
539
// This template type conversion operator
allows
ReturnRef(x) to be
587
// This template type conversion operator
allows
ReturnRefOfCopy(x) to b
[
all
...]
/development/samples/training/ContactsList/
AndroidManifest.xml
48
via meta-data tag. This
allows
this activity to receive search intents via the
64
This
allows
use of the support library NavUtils class in a way that works over
/docs/source.android.com/src/devices/tech/datausage/
kernel-overview.jd
26
allows
the functionality to set named quota limits and was extended to
40
allows
the ability to ascribe the ownership of each network socket to
/external/antlr/antlr-3.4/antlr3-maven-plugin/src/site/apt/
index.apt
20
This version of the plugin
allows
full control over ANTLR and
allows
configuration of all
/external/antlr/antlr-3.4/gunit/
CHANGES.txt
62
*
allows
setting an output directory (for JUnitCodeGen)
64
*
allows
providing a classloader (for both JUnitCodeGen and gUnitExecutor)
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/pkcs/
RSASSAPSSparams.java
134
* ... --
Allows
for future expansion --
139
* ... --
Allows
for future expansion --
Completed in 2765 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>