/sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/ |
ISourceRevealer.java | 25 * Reveal a particular line in the given application. 28 * @param line the line to reveal 31 boolean reveal(String applicationName, String className, int line); method in interface:ISourceRevealer 34 * Reveal a particular Java method.
|
JavaSourceRevealer.java | 55 public static boolean reveal(String applicationName, String className, int line) { method in class:JavaSourceRevealer 58 if (revealer.reveal(applicationName, className, line)) {
|
/prebuilts/python/darwin-x86/2.7.5/include/python2.7/ |
traceback.h | 24 /* Reveal traceback type so we can typecheck traceback objects */
|
/prebuilts/python/linux-x86/2.7.5/include/python2.7/ |
traceback.h | 24 /* Reveal traceback type so we can typecheck traceback objects */
|
/external/chromium_org/chrome/browser/devtools/ |
devtools_toggle_action.h | 41 static DevToolsToggleAction Reveal(const base::string16& url, 55 // Additional parameters for the Reveal action; NULL if of any other type.
|
devtools_toggle_action.cc | 58 DevToolsToggleAction DevToolsToggleAction::Reveal(
|
/external/chromium_org/ash/wm/ |
immersive_fullscreen_controller_unittest.cc | 153 // Attempt to reveal the top-of-window views via |modality|. 168 // move it to the top of the screen so will not initiate a reveal. 251 // Disabling ends the immersive reveal. 310 // Test mouse event processing for top-of-screen reveal triggering. 375 // reveal. 381 // Once revealed, clicking just below the top container ends the reveal. 385 // Moving a lot below the top container ends a reveal. 392 // The mouse position cannot cause a reveal when the top container's widget 400 // The mouse position cannot end the reveal while the top container's widget 409 // Releasing capture should end the reveal [all...] |
immersive_revealed_lock.h | 15 // lifetime. If acquiring the lock causes a reveal, the top-of-window views
|
immersive_fullscreen_controller.cc | 35 // Duration for the reveal show/hide slide animation. The slower duration is 46 // considered "stopped". This allows the user to reveal the top-of-window views 62 // (cannot reveal or unreveal the top-of-window views). 196 // Reveal the top-of-window views without animating because it looks 277 // Do a reveal to set the initial state for the animation. (And any 291 // Reveal was unsuccessful. Reacquire the revealed locks if appropriate. 371 // Trigger a reveal if the cursor pauses at the top of the screen for a 509 // Always animate ending the reveal fast. 588 // Start the reveal if the cursor doesn't move for some amount of time. 606 // Neither the mouse nor touch can initiate a reveal when the top-of-windo [all...] |
immersive_fullscreen_controller.h | 60 // Called when a reveal of the top-of-window views starts. 115 // fullscreen being enabled / disabled. If acquiring the lock causes a reveal, 272 // trigger a reveal when the user moves the mouse to the top of the screen 277 // and the active widget. Acquiring the lock never triggers a reveal because 278 // a view is not focusable till a reveal has made it visible.
|
/build/tools/droiddoc/templates-pdk/assets/ |
customizations.js | 5 + "and be compiled against a version of the Android library that supports an equal or higher API Level. To reveal this "
|
/external/chromium_org/crypto/ |
secure_util.h | 21 // so as to not to reveal to the attacker where the difference(s) are.
|
/frameworks/base/docs/html/training/system-ui/ |
dim.jd | 14 <li><a href="#reveal">Reveal the Status and Navigation Bars</a></li> 78 <h2 id="reveal">Reveal the Status and Navigation Bars</h2>
|
/external/chromium_org/chrome/browser/ui/views/frame/ |
immersive_mode_controller_ash_browsertest.cc | 56 // Trigger a reveal resets insets as now the touch target for the top 63 // End reveal by moving the mouse off the top-of-window views. We
|
browser_non_client_frame_view_ash_browsertest.cc | 141 // An immersive reveal shows the buttons and the top of the frame. 151 // End the reveal. When in both immersive browser fullscreen and tab 168 // Immersive reveal should have same behavior as before. 179 // Ending the reveal should hide the caption buttons and the header should
|
immersive_mode_controller.h | 47 // Called when a reveal of the top-of-window views has been initiated. 93 // If acquiring the lock causes a reveal, the top-of-window views will animate
|
immersive_mode_controller_ash_unittest.cc | 141 // it is not flush with the top edge the immersive reveal animation looks 152 // Hide and reveal the top-of-window views so that they get relain out. 319 // Reveal the window header. 328 // During an immersive reveal, the window header should be painted to the
|
/external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/ |
TokenSource.pm | 25 and also must reveal it's source of characters; CommonToken's text is
|
/external/chromium_org/third_party/WebKit/ManualTests/ |
plugin-visible-rect-change.html | 2 This test requires that accelerated compositing be disabled. Clicking the Test button should completely reveal the black-bordered box.
|
/frameworks/base/tests/TransitionTests/res/layout/ |
crossfade_multiple.xml | 14 android:id="@+id/reveal" 15 android:text="@string/reveal"/>
|
/frameworks/base/tests/TransitionTests/res/values/ |
strings.xml | 55 <string name="reveal">Reveal</string>
|
/bionic/libc/arch-arm/bionic/ |
abort_arm.S | 35 * to unwind the stack all the way to the bottom to fully reveal the call
|
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/ |
TokenSource.as | 31 * and also must reveal it's source of characters; CommonToken's text is
|
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/ |
TokenSource.java | 31 * and also must reveal it's source of characters; CommonToken's text is
|
/external/chromium/chrome/common/extensions/docs/js/ |
sidebar.js | 14 * hide/reveal the node as needed.
|