HomeSort by relevance Sort by last modified time
    Searched full:allows (Results 76 - 100 of 8470) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_root_window_host_observer_x11.h 12 // Allows for the observation of lower level window events.
  /external/clang/test/Preprocessor/
extension-warning.c 13 // __attribute; the standard allows implementation-defined extensions
  /external/eigen/scripts/
buildtests.in 7 echo " The EIGEN_MAKE_ARGS environment variable allows to pass args to 'make'."
  /external/iptables/extensions/
libip6t_icmp6.man 5 This allows specification of the ICMPv6 type, which can be a numeric
libip6t_mh.man 5 This allows specification of the Mobility Header(MH) type, which can be
libipt_NETMAP.man 1 This target allows you to statically map a whole network of addresses onto
  /external/javassist/src/main/javassist/bytecode/analysis/
package.html 6 This allows the user to determine the type state of the stack and local variable table
  /external/javassist/src/main/javassist/bytecode/
package.html 6 It allows the users to read and modify a constant pool entry, a single
  /external/jmonkeyengine/engine/src/core/com/jme3/effect/
package.html 10 The <code>com.jme3.effect</code> package allows particle emitter effects to be
  /external/jmonkeyengine/engine/src/core/com/jme3/renderer/
GL1Renderer.java 10 * which allows to set fixed functionality state.
  /external/qemu/distrib/sdl-1.2.15/docs/man3/
SDL_QuitSubSystem.3 11 \fBSDL_QuitSubSystem\fP allows you to shut down a subsystem that has been previously initialized by \fI\fBSDL_Init\fP\fR or \fI\fBSDL_InitSubSystem\fP\fR\&. The \fBflags\fR tells \fBSDL_QuitSubSystem\fP which subsystems to shut down, it uses the same values that are passed to \fI\fBSDL_Init\fP\fR\&.
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowZoomButtonsController.java 9 * Shadow of {@code ZoomButtonsController} that allows simulated clicking of the zoom button controls to trigger
  /frameworks/base/core/res/res/values-en-rGB/
strings.xml 249 <string name="permdesc_statusBar" msgid="8434669549504290975">"Allows the app to disable the status bar or add and remove system icons."</string>
251 <string name="permdesc_statusBarService" msgid="716113660795976060">"Allows the app to be the status bar."</string>
253 <string name="permdesc_expandStatusBar" msgid="6917549437129401132">"Allows the app to expand or collapse the status bar."</string>
255 <string name="permdesc_install_shortcut" msgid="8341295916286736996">"Allows an application to add Home screen shortcuts without user intervention."</string>
257 <string name="permdesc_uninstall_shortcut" msgid="6745743474265057975">"Allows the application to remove Home screen shortcuts without user intervention."</string>
259 <string name="permdesc_processOutgoingCalls" msgid="5156385005547315876">"Allows the app to see the number being dialled during an outgoing call with the option to redirect the call to a different number or abort the call altogether."</string>
261 <string name="permdesc_receiveSms" msgid="6424387754228766939">"Allows the app to receive and process SMS messages. This means that the app could monitor or delete messages sent to your device without showing them to you."</string>
263 <string name="permdesc_receiveMms" msgid="533019437263212260">"Allows the app to receive and process MMS messages. This means that the app could monitor or delete messages sent to your device without showing them to you."</string>
265 <string name="permdesc_receiveEmergencyBroadcast" msgid="848524070262431974">"Allows the app to receive and process emergency broadcast messages. This permission is only available for system apps."</string>
267 <string name="permdesc_readCellBroadcasts" msgid="6361972776080458979">"Allows the app to read mobile broadcast messages received by your device. Cell broadcast alerts are deliv (…)
    [all...]
  /frameworks/base/core/res/res/values-en-rIN/
strings.xml 249 <string name="permdesc_statusBar" msgid="8434669549504290975">"Allows the app to disable the status bar or add and remove system icons."</string>
251 <string name="permdesc_statusBarService" msgid="716113660795976060">"Allows the app to be the status bar."</string>
253 <string name="permdesc_expandStatusBar" msgid="6917549437129401132">"Allows the app to expand or collapse the status bar."</string>
255 <string name="permdesc_install_shortcut" msgid="8341295916286736996">"Allows an application to add Home screen shortcuts without user intervention."</string>
257 <string name="permdesc_uninstall_shortcut" msgid="6745743474265057975">"Allows the application to remove Home screen shortcuts without user intervention."</string>
259 <string name="permdesc_processOutgoingCalls" msgid="5156385005547315876">"Allows the app to see the number being dialled during an outgoing call with the option to redirect the call to a different number or abort the call altogether."</string>
261 <string name="permdesc_receiveSms" msgid="6424387754228766939">"Allows the app to receive and process SMS messages. This means that the app could monitor or delete messages sent to your device without showing them to you."</string>
263 <string name="permdesc_receiveMms" msgid="533019437263212260">"Allows the app to receive and process MMS messages. This means that the app could monitor or delete messages sent to your device without showing them to you."</string>
265 <string name="permdesc_receiveEmergencyBroadcast" msgid="848524070262431974">"Allows the app to receive and process emergency broadcast messages. This permission is only available for system apps."</string>
267 <string name="permdesc_readCellBroadcasts" msgid="6361972776080458979">"Allows the app to read mobile broadcast messages received by your device. Cell broadcast alerts are deliv (…)
    [all...]
  /frameworks/base/docs/html/tools/help/
hierarchy-viewer.jd 6 <p>Hierarchy Viewer allows you to debug and optimize your user
  /frameworks/support/v4/java/android/support/v4/view/
package.html 6 {@link android.support.v4.view.MotionEventCompat} allows retrieving multi-touch
  /packages/apps/UnifiedEmail/unified_src/
README 5 should go in the Gmail/Email overlay of UnifiedEmail. But for now, this allows us to use a single
  /external/chromium/base/mac/
scoped_nsautorelease_pool.h 23 // instantiated and sends it a -drain message when destroyed. This allows an
28 // effects. This allows it to be used directly in cross-platform code without
  /external/chromium/chrome/browser/ui/cocoa/
view_resizer.h 13 // Defines a protocol that allows controllers to delegate resizing their views
16 // to perform the resize. This allows the parent to do any re-layout that may
  /external/chromium/testing/
gtest_mac.h 18 // This overloaded version allows comparison between ObjC objects that conform
25 // This overloaded version allows comparison between ObjC objects that conform
gtest_mac.mm 18 // This overloaded version allows comparison between ObjC objects that conform
34 // This overloaded version allows comparison between ObjC objects that conform
  /external/chromium_org/chrome/browser/extensions/
extension_function_registry.h 25 // Contains a list of all known extension functions and allows clients to
39 // Allows overriding of specific functions (e.g. for testing). Functions
  /external/chromium_org/chrome/browser/profiles/
avatar_menu_actions.h 22 // Allows the user to create a new profile.
25 // Allows the user to edit the profile at the given index in the cache.
  /external/chromium_org/chrome/browser/ui/cocoa/
view_resizer.h 12 // Defines a protocol that allows controllers to delegate resizing their views
15 // to perform the resize. This allows the parent to do any re-layout that may
  /external/chromium_org/chrome/browser/ui/views/
browser_dialogs.h 13 // access the class of the popup. It allows us to break dependencies by
29 // Shows a dialog box that allows a search engine to be edited. |template_url|

Completed in 571 milliseconds

1 2 34 5 6 7 8 91011>>