/packages/apps/Email/src/com/android/email/ |
PeekableInputStream.java | 23 * A filtering InputStream that allows single byte "peeks" without consuming the byte. The
|
/packages/apps/Email/tests/src/com/android/email/ |
MessagingControllerUnitTests.java | 53 * MockFolder allows setting and retrieving role & name
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/descriptors/ |
ITextAttributeCreator.java | 25 * {@link DescriptorsUtils} to allows callers to override the kind of
|
/sdk/eclipse/plugins/com.android.ide.eclipse.ddms/schema/ |
clientAction.exsd | 9 Extension point that allows adding custom actions to the DDMS Device Panel to act on the currently selected client (Dalvik VM).
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/ |
anim1-expected-completion55.txt | 14 android:zAdjustment : Allows for an adjustment of the Z ordering of the content being animated for the duration of the animation. [enum]
|
/sdk/emulator/opengl/host/libs/Translator/GLES_V2/ |
GLESv2Context.h | 36 // GLES allows a vertex shader attribute to be in location 0 and have a
|
/system/bluetooth/data/ |
audio.conf | 42 # scan type changed to interlaced. Such allows faster connection initiated
|
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
ReceiveResult.java | 39 the picking activity and receives its results; SendResult allows the user 58 <td class="DescrColumn">Allows user to pick an option and sends it back to its caller</td> 90 // This allows us to later extend the text buffer.
|
/development/samples/ApiDemos/tests/src/com/example/android/apis/app/ |
ForwardingTest.java | 32 * not attach it to the system (for example, it cannot launch another Activity). It allows you to 36 * It also allows you to more carefully test your Activity's performance 37 * Writing unit tests in this manner requires more care and attention, but allows you to test
|
/docs/source.android.com/src/devices/ |
hal.jd | 29 implement and allows Android to be agnostic about lower-level driver 30 implementations. The HAL allows you to implement functionality 41 This interface allows the Android system to load the correct versions of your
|
index.jd | 62 The Binder Inter-Process Communication mechanism allows the application framework to 63 cross process boundaries and call into the Android system services code. This basically allows 79 <p>The HAL serves as a standard interface that allows the Android system to call into the device
|
/external/chromium/base/debug/ |
trace_event_win.h | 71 // Allows passing extra as a std::string for convenience. 79 // Allows passing extra as a const char* to avoid constructing temporary 109 // Exposed for unittesting only, allows resurrecting our
|
/external/guava/guava-testlib/src/com/google/common/testing/ |
SerializableTester.java | 31 * allows test authors to intersperse {@code SerializableTester} calls with 48 * allows test authors to intersperse {@code SerializableTester} calls with 72 * allows test authors to intersperse {@code SerializableTester} calls with
|
/external/llvm/include/llvm/Target/ |
TargetJITInfo.h | 116 /// needsGOT - Allows a target to specify that it would like the 120 /// hasCustomConstantPool - Allows a target to specify that constant 124 /// hasCustomJumpTables - Allows a target to specify that jumptables
|
/external/openssh/regress/ |
scp.sh | 111 [ -d {$DIR}/rootpathdir ] && fail "allows dir relative to root dir" 112 [ -d ${DIR}/dotpathdir ] && fail "allows dir creation in non-recursive mode" 116 [ -d ${DIR}/dotpathdir ] && fail "allows dir creation outside of subdir"
|
/external/proguard/docs/ |
feedback.html | 33 target="other">bug tracking page</a> (at SourceForge) allows you to submit 42 target="other">feature request page</a> (at SourceForge) allows you to 95 <em>not</em> looking for code contributions. Developing on my own allows me to
|
/external/webkit/Source/WebKit/qt/Api/ |
qwebinspector.cpp | 35 \brief The QWebInspector class allows the placement and control of a 69 The inspector allows the user to configure some options through its 162 // Allows QWebInspector::show() to init the inspector.
|
/frameworks/base/docs/html/training/sync-adapters/ |
index.jd | 59 Allows you to add data transfer code to the system in the form of callable components. 65 Allows you to automate data transfer based on a variety of criteria, including data changes, 79 Allows you to centralize all of your app's data transfer tasks in one place, so that they
|
/prebuilts/tools/common/proguard/proguard4.7/docs/ |
feedback.html | 49 target="other">bug tracking page</a> (at SourceForge) allows you to submit 57 target="other">feature request page</a> (at SourceForge) allows you to 108 <em>not</em> looking for code contributions. Developing on my own allows me to
|
/external/llvm/include/llvm/ADT/ |
DepthFirstIterator.h | 21 // This iterator stores the 'visited' set in an external set, which allows 22 // it to be more efficient, and allows external clients to use the set for 27 // This iterator stores the 'visited' set in an external set, which allows 28 // it to be more efficient, and allows external clients to use the set for 156 // the contained type is a pointer. This allows BBIt->getTerminator() f.e.
|
/external/quake/quake/src/WinQuake/kit/ |
JOYSTICK.TXT | 20 3. sensitivity setting for each control (allows tuning and inverting the control direction)
25 Additionally, there are several features that you can set from the Options menu. 'Always Run' allows you change your maximum speed from walking to running. 'Invert Mouse' allows you to change the direction the joystick has to move to when looking up and down. 'Lookspring' enables automatic look-forward-when-moving. And, 'Lookstrafe' automatically enables strafing when the 'mouse look' button is pressed.
51 4. sensitivity setting for any control (allows tuning and inverting the control direction)
52 5. threshold setting for any control (allows dead-zone setting)
|
/external/webkit/Source/WebKit/mac/WebView/ |
WebUIDelegate.h | 85 @constant WebDragDestinationActionDHTML Allows DHTML (such as JavaScript) to handle the drag 86 @constant WebDragDestinationActionEdit Allows editable documents to be edited from the drag 87 @constant WebDragDestinationActionLoad Allows a location change from the drag 88 @constant WebDragDestinationActionAny Allows any of the above to occur 102 @constant WebDragSourceActionDHTML Allows DHTML (such as JavaScript) to start a drag 103 @constant WebDragSourceActionImage Allows an image drag to occur 104 @constant WebDragSourceActionLink Allows a link drag to occur 105 @constant WebDragSourceActionSelection Allows a selection drag to occur 106 @constant WebDragSourceActionAny Allows any of the above to occur 450 @discussion This method allows the UI delegate to control WebView's validation of user interface items [all...] |
/external/kernel-headers/original/linux/ |
capability.h | 154 /* Allows setgid(2) manipulation */ 155 /* Allows setgroups(2) */ 156 /* Allows forged gids on socket credentials passing. */ 160 /* Allows set*uid(2) manipulation (including fsuid). */ 161 /* Allows forged pids on socket credentials passing. */ 186 /* Allows binding to TCP/UDP sockets below 1024 */ 187 /* Allows binding to ATM VCIs below 32 */
|
/external/llvm/docs/CommandGuide/ |
FileCheck.rst | 35 different tool or options), the :option:`--check-prefix` argument allows you 106 One nice thing about FileCheck (compared to grep) is that it allows merging 116 The FileCheck :option:`-check-prefix` option allows multiple test 203 FileCheck allows you to specify regular expressions in matching strings, 207 This allows you to write things like this: 228 :program:`FileCheck` allows named variables to be defined and substituted into 264 To support this case, FileCheck allows using ``[[@LINE]]``,
|
/external/webkit/Source/WebCore/page/ |
ContentSecurityPolicy.cpp | 404 bool allows(const KURL& url) function in class:WebCore::CSPDirective 508 return !m_scriptSrc || m_scriptSrc->allows(url); 513 return !m_objectSrc || m_objectSrc->allows(url); 518 return !m_imgSrc || m_imgSrc->allows(url); 523 return !m_styleSrc || m_styleSrc->allows(url); 528 return !m_fontSrc || m_fontSrc->allows(url); 533 return !m_mediaSrc || m_mediaSrc->allows(url);
|