/frameworks/base/core/java/android/app/ |
Fragment.java | 416 // Activity this fragment is attached to. 551 * the fragment is attached to its activity. 689 * be called before the fragment has been attached to its activity; that 767 throw new IllegalStateException("Fragment " + this + " not attached to Activity"); 810 * attached to its activity. 841 * is attached directly to an Activity, returns null. [all...] |
/frameworks/support/v4/java/android/support/v4/app/ |
Fragment.java | 233 // Activity this fragment is attached to. 367 * the fragment is attached to its activity. 523 * be called before the fragment has been attached to its activity; that 601 throw new IllegalStateException("Fragment " + this + " not attached to Activity"); 644 * attached to its activity. 675 * is attached directly to an Activity, returns null. 727 * it: (1) has been added, (2) has its view attached to the window, and 863 throw new IllegalStateException("Fragment " + this + " not attached to Activity"); 876 throw new IllegalStateException("Fragment " + this + " not attached to Activity"); 887 throw new IllegalStateException("Fragment " + this + " not attached to Activity") [all...] |
/external/chromium_org/content/browser/browser_plugin/ |
browser_plugin_guest.cc | 497 if (!attached() && opener()) 563 // be attached. 775 if (!attached()) 804 if (!attached()) { 834 // Take ownership of the new guest until it is attached to the embedder's DOM [all...] |
/frameworks/base/core/java/android/view/ |
WindowManagerPolicy.java | 42 * is attached to a method, then it is not called with any locks and may be 328 * Return true if this window (or a window it is attached to, but not 564 * attached to. Return positive to have them ordered in front, negative for 569 * @return int Layer in relation to the attached window, where positive is [all...] |
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/ |
Rule.java | 82 /** A list of all LabelElementPair attached to tokens like id=ID */ 85 /** A list of all LabelElementPair attached to tokens like x=. in tree grammar */ 88 /** A list of all LabelElementPair attached to tokens like x+=. in tree grammar */ 91 /** A list of all LabelElementPair attached to single char literals like x='a' */ 94 /** A list of all LabelElementPair attached to rule references like f=field */
|
/external/chromium_org/build/android/ |
test_runner.py | 658 """Get all attached devices. 664 A list of attached devices. 671 'Did not find device %s among attached device. Attached devices: %s' 675 assert attached_devices, 'No devices attached.'
|
/external/chromium_org/chrome/browser/storage_monitor/ |
storage_monitor_linux_unittest.cc | 329 // Only |kDeviceDCIM2| should be attached, since |kDeviceFixed| has a bad 353 // |kDeviceDCIM1| should be attached as expected. 378 // |kDeviceNoDCIM| should be attached as expected. 454 // attached at |kMountPointB|, but is still accessible from |kMountPointA|. 641 // One device attached at multiple points.
|
/external/wpa_supplicant_8/wpa_supplicant/ |
ctrl_iface_named_pipe.c | 66 int attached; member in struct:wpa_ctrl_dst 293 dst->attached = 1; 294 wpa_printf(MSG_DEBUG, "CTRL_IFACE monitor attached"); 298 dst->attached = 0; 503 if (dst->attached && level >= dst->debug_level) {
|
ctrl_iface_unix.c | 79 wpa_hexdump(MSG_DEBUG, "CTRL_IFACE monitor attached", 505 * there are any attached monitors in order to allow 508 wpa_printf(MSG_DEBUG, "CTRL_IFACE wait for attached " 559 * @ctrl_dst: List of attached listeners 564 * Send a packet to all monitor programs attached to the control interface.
|
/packages/apps/Email/tests/src/com/android/email/provider/ |
AttachmentProviderTests.java | 361 // Test with an attached database, attachment entry found, but no attachment found 381 // Test with an attached database, attachment entry found - returns a file 414 // Test with an attached database, but no attachment found 424 // Test with an attached database, attachment entry found, but no attachment found 440 // Test with an attached database, attachment entry found - returns a thumbnail
|
/cts/tests/tests/provider/src/android/provider/cts/ |
MediaStore_Images_MediaTest.java | 105 fail("There is no sdcard attached! " + e.getMessage()); 119 fail("There is no sdcard attached! " + e.getMessage()); 169 fail("There is no sdcard attached! " + e.getMessage());
|
/external/chromium_org/chrome/browser/resources/file_manager/foreground/js/media/ |
media_util.js | 9 * are attached as <canvas> element, while in IMAGE mode as <img>. 93 DISCARD_DETACHED: 1 // Canceled if the container is not attached anymore. 200 // If the container is not attached, then invalidate the download.
|
/external/chromium_org/chrome/browser/ui/views/tabs/ |
tab_drag_controller_interactive_uitest_win.cc | 170 // Deletes a tab being dragged while still attached. 177 // still attached. 298 // Should now be attached to tab_strip2.
|
/external/chromium_org/content/renderer/browser_plugin/ |
browser_plugin.h | 44 bool attached() const { return attached_; } function in class:content::BrowserPlugin 219 // does an initial navigation or is attached to a newly created guest, it 318 // This indicates whether this BrowserPlugin has been attached to a
|
/external/chromium_org/sandbox/linux/services/ |
broker_process.cc | 172 // replies on a new file descriptor attached to the requests. 246 // eventual attached file descriptor in |returned_fd|. 291 // A request should have a file descriptor attached on which we will reply and
|
/external/chromium_org/third_party/angle/extensions/ |
ANGLE_framebuffer_multisample.txt | 56 All of the framebuffer-attachable images attached to a framebuffer 202 * The value of RENDERBUFFER_SAMPLES_ANGLE is the same for all attached 214 attached images (which all must have the same value for
|
/external/chromium_org/third_party/icu/source/test/testdata/ |
ssearch.xml | 313 <!-- stand-alone combining marks don't match attached marks --> 324 <!-- stand-alone combining mark does match an un-attached combining mark --> 341 <!-- attached combining marks at end of the target text, no match -->
|
/external/chromium_org/third_party/libusb/src/libusb/os/ |
openbsd_usb.c | 176 * XXX If ugen(4) is attached to the USB device 247 * Only open ugen(4) attached devices read-write, all 711 * XXX If the device is not attached to ugen(4) it is
|
/external/chromium_org/third_party/skia/include/views/ |
SkView.h | 271 /** Return the artist attached to this view (or null). The artist's reference 300 /** Return the layout attached to this view (or null). The layout's reference 309 /** If a layout is attached to this view, call its layoutChildren() method
|
/external/clang/test/Index/ |
annotate-comments.cpp | 276 // Non-Doxygen comments should not be attached to anything. 279 // Some Doxygen comments are not attached to anything. 293 // checks that documentation comments are attached to declarations correctly.
|
/external/compiler-rt/lib/sanitizer_common/ |
sanitizer_stoptheworld_linux_libcdep.cc | 99 // Are we already attached to this thread? 113 Report("Attached to thread %d.\n", thread_id); 316 // attached to.
|
/external/icu4c/test/testdata/ |
ssearch.xml | 313 <!-- stand-alone combining marks don't match attached marks --> 324 <!-- stand-alone combining mark does match an un-attached combining mark --> 341 <!-- attached combining marks at end of the target text, no match -->
|
/external/iproute2/man/man8/ |
tc-cbq.8 | 116 Consult filters attached to the class. If sent to a leafnode, we are done. 200 Place of this class within the hierarchy. If attached directly to a qdisc 280 If consulting filters attached to a class did not give a verdict,
|
/external/libnfc-nci/src/nfa/include/ |
nfa_hci_api.h | 135 UINT8 source_gate; /* DH host gate to which the one end of pipe is attached */ 136 UINT8 dest_host; /* Destination host whose gate is the other end of the pipe is attached to */ 137 UINT8 dest_gate; /* Destination host gate to which the other end of pipe is attached */
|
/external/linux-tools-perf/ |
design.txt | 236 pid == 0: if the pid parameter is zero, the counter is attached to the 239 pid > 0: the counter is attached to a specific task (if the current task 434 attached to it, using prctl:
|