/frameworks/base/core/java/android/preference/ |
Preference.java | 452 * @param parent The parent that this View will eventually be attached to. 475 * @param parent The parent that this View will eventually be attached to. [all...] |
/external/chromium/chrome/browser/ui/views/tabs/ |
dragged_tab_controller.cc | 54 // an attached vertical tab. 679 // Make sure we're fully detached from whatever TabStrip we're attached to [all...] |
/frameworks/base/docs/html/training/articles/ |
perf-jni.jd | 73 but they can also be created elsewhere and then attached to the JavaVM. For 74 example, a thread started with <code>pthread_create</code> can be attached 77 attached, it has no JNIEnv, and <strong>cannot make JNI calls</strong>.</p> 82 on an already-attached thread is a no-op.</p> 88 <p>Threads attached through JNI <strong>must call 499 stack, or if there isn't one (because the thread was just attached) it uses [all...] |
/cts/tools/signature-tools/src/signature/converter/dex/ |
DexUtil.java | 462 * An InnerClass annotation is attached to each class which is defined in 472 * An EnclosingClass annotation is attached to each class which is either
|
/development/samples/training/ContactsList/src/com/example/android/contactslist/util/ |
ImageLoader.java | 135 * Cancels any pending work attached to the provided ImageView. 287 * A custom Drawable that will be attached to the imageView while the work is in progress.
|
/development/samples/training/bitmapfun/BitmapFun/src/main/java/com/example/android/bitmapfun/util/ |
ImageWorker.java | 177 * Cancels any pending work attached to the provided ImageView. 353 * A custom Drawable that will be attached to the imageView while the work is in progress.
|
/device/google/accessory/arduino/USB_Host_Shield/ |
Usb.cpp | 355 case FSHOST: //attached
374 case USB_ATTACHED_SUBSTATE_SETTLE: //setlle time for just attached device
|
/external/chromium/chrome/browser/extensions/ |
extension_browser_event_router.cc | 189 // ever having been re-attached and closed. This happens in the case of 450 // Tab was destroyed after being detached (without being re-attached).
|
/external/chromium/chrome/browser/resources/ntp4/ |
card_slider.js | 13 * - The container is what all the touch events are attached to. This element 34 * listeners attached to it.
|
/external/chromium/chrome/browser/ui/cocoa/ |
browser_window_controller.h | 240 // Returns NO if constrained windows cannot be attached to this window. 343 // Query/lock/release the requirement that the tab strip/toolbar/attached
|
/external/chromium_org/ash/wm/ |
lock_state_controller.cc | 67 // Observer will count a number of sequences it is attached to, and a number of 137 // Number of sequences this observer was attached to.
|
/external/chromium_org/build/android/buildbot/ |
bb_device_status_check.py | 38 serial: The serial of the attached device to construct info about. 146 and online attached devices.
|
/external/chromium_org/build/android/pylib/base/ |
test_dispatcher.py | 319 """Run all tests on attached devices, retrying tests that don't pass. 325 devices: List of attached devices.
|
/external/chromium_org/cc/layers/ |
texture_layer_unittest.cc | 515 // The texture layer is attached to compositor1, and passes a reference to its 524 // Then the texture layer is removed and attached to compositor2, and passes a 570 // The texture layer is attached to compositor1, and passes a reference to its 579 // Then the texture layer is removed and attached to compositor2, and passes a 626 // The texture layer is attached to compositor1, and passes a reference to its 635 // Then the texture layer is removed and attached to compositor2, and passes a 682 // The texture layer is attached to compositor1, and passes a reference to its 691 // Then the texture layer is removed and attached to compositor2, and passes a [all...] |
/external/chromium_org/chrome/browser/extensions/api/tabs/ |
tabs_event_router.cc | 144 // ever having been re-attached and closed. This happens in the case of 490 // Tab was destroyed after being detached (without being re-attached).
|
/external/chromium_org/chrome/browser/resources/file_manager/foreground/js/metadata/ |
id3_parser.js | 678 //User attached image 681 //User attached image
|
/external/chromium_org/chrome/browser/ui/ |
fast_unload_controller.cc | 85 // If there's a devtools window attached to |contents|, 348 // If there's a devtools window attached to |contents|,
|
/external/chromium_org/chrome/browser/ui/webui/ntp/ |
new_tab_ui.cc | 246 StringValue attached( 249 web_ui()->CallJavascriptFunction("ntp.setBookmarkBarAttached", attached);
|
/external/chromium_org/chrome/common/metrics/proto/ |
system_profile.proto | 120 // Max DPI for any attached screen. (Windows only) 396 // The number of times the program has run without a debugger attached.
|
/external/chromium_org/chrome/test/chromedriver/test/ |
run_java_tests.py | 78 debug: whether the tests should wait until attached by a debugger. 241 help='Whether to wait to be attached by a debugger')
|
/external/chromium_org/content/port/browser/ |
render_widget_host_view_port.h | 101 // Updates the type of the input method attached to the view. 106 // Cancel the ongoing composition of the input method attached to the view.
|
/external/chromium_org/device/media_transfer_protocol/ |
media_transfer_protocol_manager.cc | 329 // with the already-attached devices. 482 // Map to keep track of attached storages by name.
|
/external/chromium_org/remoting/host/ |
desktop_session_win.cc | 171 // Used to match |rdp_desktop_session_| with the session it is attached to. 513 ReportElapsedTime("attached");
|
/external/chromium_org/sql/ |
recovery.cc | 160 // prevent deadlocks reading through the attached version. 169 // Disable exclusive locking mode so that the attached database can
|
/external/chromium_org/third_party/WebKit/Source/web/tests/ |
ScrollingCoordinatorChromiumTest.cpp | 322 // Now verify we've attached impl-side scrollbars onto the scrollbar layers 421 // Now verify we've attached impl-side scrollbars onto the scrollbar layers
|