HomeSort by relevance Sort by last modified time
    Searched full:allows (Results 326 - 350 of 6992) sorted by null

<<11121314151617181920>>

  /docs/source.android.com/src/
index.md 26 Android 2.3 allows device manufacturers to use the Android source code to ship
35 released! This release allows OEMs to begin preparing Android 2.3 for
36 installation on new and existing devices, and allows hobbyists, enthusiasts,
  /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/llvm/include/llvm/Target/
TargetJITInfo.h 121 /// needsGOT - Allows a target to specify that it would like the
125 /// hasCustomConstantPool - Allows a target to specify that constant
129 /// hasCustomJumpTables - Allows a target to specify that jumptables
  /external/mesa3d/docs/
RELNOTES-3.1 30 The change allows Mesa to be more easily substituted for OpenGL.
77 Allows specification of blend factors for RGB and Alpha independently.
93 Allows one to disable clip volume (frustum) testing.
RELNOTES-6.3 22 GL_ARB_draw_buffers - allows a fragment program to write to a number of
25 GL_OES_read_format - allows one to query the fastest glReadPixels format
30 GL_EXT_framebuffer_object - allows render-to-texture and provides a
glfbdev-driver.html 15 The GLFBDev driver interface allows one to do OpenGL rendering into a
91 <p> glutInit allows glut programs to pass parameters to the glut library, currently the
96 <p><li>-vt -- This allows you to specify the virtual terminal to attach keyboard input to. It is useful to specify when running inside screen.
  /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.
  /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/llvm/docs/CommandGuide/
FileCheck.pod 37 different tool or options), the B<--check-prefix> argument allows you to specify
98 One nice thing about FileCheck (compared to grep) is that it allows merging
109 The FileCheck -check-prefix option allows multiple test configurations to be
192 allows you to specify regular expressions in matching strings, surrounded by
195 mixing and matching fixed string matching with regular expressions. This allows
216 allows named variables to be defined and substituted into patterns. Here is a
236 that FileCheck is not actually line-oriented when it matches, this allows you to
  /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);
  /external/blktrace/doc/
btt.1 188 The \-l option allows one to output per\-IO D2C latencies
197 The \-L option allows one to output periodic latency information for both
207 (gen_disk_info.py), and allows for better output of device names.
238 The \-q option allows one to output per\-IO Q2C latencies
247 The \-Q option allows one to output data files showing the time stamp
337 The \-z option allows one to output per\-IO Q2D latencies
  /external/e2fsprogs/debian/
control.in 148 The blkid library which allows system programs like fsck and
150 LABEL. This allows system administrators to avoid specifying
161 The blkid library which allows system programs like fsck and
163 LABEL. This allows system administrators to avoid specifiying
175 The blkid library which allows system programs like fsck and
177 LABEL. This allows system administrators to avoid specifiying
  /external/apache-http/src/org/apache/http/conn/scheme/
Scheme.java 68 /** Indicates whether this scheme allows for layered connections */
78 * Whether the created scheme allows for layered connections
144 * Indicates whether this scheme allows for layered connections.
  /external/chromium/chrome/browser/history/
text_database.h 59 // connection. This allows one sqlite3 object to share many TextDatabases,
60 // meaning that they will all share the same cache, which allows us to limit
82 // Allows updates to be batched. This gives higher performance when multiple
  /external/chromium/third_party/libjingle/source/talk/session/phone/
channelmanager.h 47 // ChannelManager allows the MediaEngine to run on a separate thread, and takes
53 // ChannelManager also allows the application to discover what devices it has
60 // For testing purposes. Allows the media engine and dev manager to be mocks.
  /external/icu4c/common/unicode/
caniter.h 38 * This class allows one to iterate through all the strings that are canonically equivalent to a given
111 * Set a new source for this iterator. Allows object reuse.
112 * @param newSource the source string to iterate against. This allows the same iterator to be used
  /packages/apps/Email/src/com/android/email/activity/setup/
AccountSettingsEditQuickResponsesFragment.java 47 * Lists quick responses associated with the specified email account. Allows users to create,
139 * a ListView. Optionally allows for editing and deleting of QuickResposnes from ListView.
151 * with a caller-implemented listener or one with a custom adapter that allows deleting
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
Config.java 162 // Get the list of default corpora from a resource, which allows vendor overlays.
316 // Get the list of default corpora from a resource, which allows vendor overlays.
321 // Get the list of default corpora from a resource, which allows vendor overlays.
  /build/tools/acp/
README 36 On most systems it is ignored, but on MinGW/Cygwin it allows "cp foo bar"
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/audioquality/
ViewResultsActivity.java 36 * This Activity allows the user to examine the results of the
  /cts/tests/tests/content/src/android/content/pm/cts/
PermissionInfoTest.java 34 "Allows an application to create network sockets.";
  /cts/tools/cts-reference-app-lib/src/android/cts/refapp/
ReferenceAppTestCase.java 73 * Allows tests to record screen snapshots for inclusion in the

Completed in 685 milliseconds

<<11121314151617181920>>