OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:allows
(Results
126 - 150
of
8158
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/kernel-headers/original/asm-generic/
fcntl.h
156
#define LOCK_READ 64 /* which
allows
concurrent read operations */
157
#define LOCK_WRITE 128 /* which
allows
concurrent write operations */
158
#define LOCK_RW 192 /* which
allows
concurrent read & write ops */
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowSettings.java
14
* Shadow of {@code Settings} that
allows
the status of various System and Secure settings to be simulated, changed and
131
* Non-Android accessor that
allows
the value of the AIRPLANE_MODE_ON setting to be set.
140
* Non-Android accessor that
allows
the value of the WIFI_ON setting to be set.
ShadowMediaPlayer.java
167
*
Allows
test cases to simulate 'prepared' state by invoking callback.
175
*
Allows
test cases to simulate 'completed' state by invoking callback.
/external/webkit/Source/WebCore/platform/network/chromium/
ResourceRequest.h
80
//
Allows
the request to be matched up with its requestor.
85
// the case of out-of-process plugins, this
allows
to link back the
91
//
Allows
the request to be matched up with its app cache host.
/frameworks/av/include/camera/
ICameraRecordingProxy.h
33
* Camera service
allows
only one client at a time. Since camcorder application
36
* proxy of ICamera, which
allows
the media recorder to start/stop the recording
38
* that
allows
the recorder to receive video frames during recording.
/external/chromium/chrome/browser/ui/cocoa/
about_ipc_controller.h
45
// Each BOOL
allows
events that have that name prefix.
46
// E.g. if set, appCache_
allows
events named AppCache*.
/external/chromium/chrome/browser/ui/cocoa/bookmarks/
bookmark_bar_folder_window.mm
80
// checked. That
allows
us to round the bottom corners of the folder
81
// window. However that also
allows
some scrollWheel: events to leak
/external/chromium/chrome/browser/ui/views/
browser_dialogs.h
15
// access the class of the popup. It
allows
us to break dependencies by
70
// Shows a dialog box that
allows
a search engine to be edited. |template_url|
/external/kernel-headers/original/linux/
sysdev.h
12
* This
allows
configurable drivers to register themselves for devices of
13
* a certain type. And, it
allows
class definitions to reside in generic
/external/mdnsresponder/mDNSShared/
dnsextd.8
34
allows
clients to perform DNS Updates with an attached lease lifetime,
39
allows
clients to perform long-lived queries. Instead of rapidly polling
/external/qemu/distrib/
README
22
- support for instruction-level profiling and data cache simulation. this
allows
the
27
a single binary (this
allows
us to use different generators for profiling and
/external/skia/bench/
SkBenchmark.h
57
// Call before draw,
allows
the benchmark to do setup work outside of the
64
// Call after draw,
allows
the benchmark to do cleanup work outside of the
/external/skia/legacy/src/core/
SkAntiRun.h
16
Sparseness
allows
us to independently compose several paths into the
59
*
Allows
add() to sum another run to some of the new sub-runs.
/external/skia/src/core/
SkAntiRun.h
16
Sparseness
allows
us to independently compose several paths into the
59
*
Allows
add() to sum another run to some of the new sub-runs.
/external/webkit/Source/WebKit/win/Interfaces/
IWebFrameView.idl
65
@abstract Sets whether the WebFrameView
allows
its document to be scrolled
73
@abstract Returns whether the WebFrameView
allows
its document to be scrolled
/libcore/luni/src/main/java/org/xml/sax/
XMLFilter.java
42
* <p>This method
allows
the application to link the filter to
54
* <p>This method
allows
the application to query the parent
/ndk/build/core/
import-locals.mk
46
# (this
allows
the module to override them).
53
# (this
allows
the module to override them)
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
plugin.def
30
/*
Allows
to see low level AST in C and C++ frontends. */
75
/*
Allows
to override pass gate decision for current_pass. */
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
plugin.def
30
/*
Allows
to see low level AST in C and C++ frontends. */
75
/*
Allows
to override pass gate decision for current_pass. */
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
plugin.def
30
/*
Allows
to see low level AST in C and C++ frontends. */
75
/*
Allows
to override pass gate decision for current_pass. */
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
plugin.def
30
/*
Allows
to see low level AST in C and C++ frontends. */
75
/*
Allows
to override pass gate decision for current_pass. */
/cts/tests/tests/permission/src/android/permission/cts/
DebuggableTest.java
29
* flag set. The debuggable flag
allows
should only be used during
/development/samples/SampleSyncAdapter/src/com/example/android/samplesync/notifier/
NotifierService.java
23
* Service to handle view notifications. This
allows
the sample sync adapter to update the
/development/samples/training/InteractiveChart/res/values/
strings.xml
19
<string name="app_description">A sample application that
allows
you to navigate a simple line graph using touch gestures.</string>
/development/sdk/
support_README.txt
17
- MenuCompat
allows
calling MenuItem.setShowAsAction which only exists on API 11.
Completed in 2076 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>