/external/chromium_org/ui/webui/resources/js/cr/ui/ |
tree.js | 398 reveal: function() { 459 this.reveal();
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/ |
SourceRevealer.java | 73 public boolean reveal(String applicationName, String className, int line) { method in class:SourceRevealer 83 * Reveal the source for given fully qualified method name.<br>
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
LayoutMetadata.java | 184 false /*reveal*/, false /*append*/); 249 value, false /*reveal*/, false /*append*/);
|
/art/runtime/base/ |
logging.cc | 54 // This can be used to reveal or conceal logs with specific tags.
|
/development/samples/Support4Demos/res/values/ |
strings.xml | 168 <string name="sliding_pane_layout_summary">This activity illustrates the use of sliding panes. The content pane may be slid to one side on narrow devices to reveal the left pane used to select content. Sliding panes can be used to fit a UI intended for wider screens in a smaller space. Tapping the Action Bar\'s Up button at the left side of the bar will navigate up in the hierarchy, represented by the left pane. If you rotate the device to landscape mode, on most devices you will see that both panes fit together side by side with no sliding necessary.</string>
|
/development/samples/Support4Demos/src/com/example/android/supportv4/widget/ |
SlidingPaneLayoutActivity.java | 110 * reveal the content.
|
/docs/source.android.com/src/compatibility/ |
overview.jd | 110 the engineers building a device. Its intent is to reveal incompatibilities
|
/external/chromium_org/ash/wm/caption_buttons/ |
frame_caption_button_container_view_unittest.cc | 219 // The buttons are visible during a reveal of the top-of-window views in
|
/external/chromium_org/chrome/browser/resources/ |
certificate_viewer.js | 120 // node has at most one child). This will reveal the parent nodes and
|
/external/chromium_org/chrome/browser/resources/options/ |
password_manager.js | 207 // Reveal the password in the UI.
|
/external/chromium_org/chrome/browser/ui/webui/extensions/ |
extension_error_handler.cc | 220 DevToolsToggleAction::Reveal(url, line_number - 1, column_number - 1));
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
DOMStorageItemsView.js | 157 childNode.reveal();
|
ElementsPanel.js | 583 treeElement.reveal(); [all...] |
ProfilesPanel.js | 995 contextMenu.appendItem(WebInspector.UIString(WebInspector.useLowerCaseMenuTitles() ? "Reveal in Dominators view" : "Reveal in Dominators View"), revealInView.bind(this, "Dominators")); 996 contextMenu.appendItem(WebInspector.UIString(WebInspector.useLowerCaseMenuTitles() ? "Reveal in Summary view" : "Reveal in Summary View"), revealInView.bind(this, "Summary")); [all...] |
NetworkPanel.js | [all...] |
/external/smali/dexlib/src/main/java/org/jf/dexlib/Util/ |
ByteArray.java | 29 * can "reveal" a partial slice of the underlying array.
|
/frameworks/base/docs/html/about/versions/ |
android-2.0-highlights.jd | 95 such as Email, Messaging, and Calendar can also reveal the Quick Contact widget
|
/frameworks/base/docs/html/guide/topics/search/ |
index.jd | 104 can reveal previous search activities, you should implement the ability for the user to clear the
|
/frameworks/base/docs/html/sdk/installing/ |
index.jd | 134 // reveal only the docs for this OS
|
/frameworks/compile/mclinker/lib/Support/ |
MemoryArea.cpp | 22 // reveal what is the special situation.
|
/libcore/luni/src/main/java/libcore/net/url/ |
JarURLConnectionImpl.java | 261 * Returns the content length of the resource. Test cases reveal that if the
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/research/ |
LogStatement.java | 35 * associated with the {@code String[] keys} are likely to reveal information about the user. The
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/ |
AddSuppressAttribute.java | 119 true /*reveal*/, true /*append*/);
|
/frameworks/base/services/java/com/android/server/wm/ |
AppTransition.java | 84 /** The window in the top-most activity is being closed to reveal the 90 /** A window in the top-most activity is being closed to reveal the 107 /** The window in the top-most activity is being closed to reveal the previous activity, and [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/ |
DdmsPlugin.java | 269 // of the extension point. see #reveal(String, String, int) 824 public void reveal(String applicationName, String className, int line) { method in class:DdmsPlugin 825 JavaSourceRevealer.reveal(applicationName, className, line); [all...] |