/frameworks/base/core/java/android/widget/ |
ViewFlipper.java | 199 * becomes attached to a window. 207 * when it becomes attached to a window.
|
/frameworks/base/tests/AccessoryDisplay/source/src/com/android/accessorydisplay/source/ |
SourceActivity.java | 71 mLogger.log("Waiting for accessory display sink to be attached to USB..."); 117 mLogger.log("USB accessory attached: " + accessory);
|
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/ |
GraphRunner.java | 670 throw new IllegalArgumentException("Graph must be attached to runner!"); 875 * You must make sure that before calling this, no more graphs are attached to this runner. 878 * @throws IllegalStateException if there are still graphs attached to this runner. 884 + mGraphs.size() + " graphs still attached!"); 899 * Note, that you must make sure no graphs are attached to this runner before calling this 905 * @throws IllegalStateException if there are still graphs attached to this runner. 911 + mGraphs.size() + " graphs still attached!"); 945 * The graph must be attached to this runner. [all...] |
/libcore/luni/src/main/java/org/w3c/dom/ls/ |
LSResourceResolver.java | 21 * <code>DOMConfiguration</code> objects attached to <code>LSParser</code> 23 * <code>DOMConfiguration</code> objects attached to <code>Document</code>
|
/packages/apps/Mms/res/xml/ |
mms_config.xml | 31 <!-- Maximum height for an attached image --> 34 <!-- Maximum width for an attached image -->
|
/packages/providers/ContactsProvider/res/values/ |
strings.xml | 78 <string name="debug_dump_email_subject">Contacts Db attached</string> 81 <string name="debug_dump_email_body">Attached is my contacts database with all my contacts information. Handle with care.</string>
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/debug/ |
safe_unordered_base.h | 87 * from whatever container it was attached to originally. If the 96 /** Detach the iterator for whatever container it is attached to,
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/debug/ |
safe_unordered_base.h | 87 * from whatever container it was attached to originally. If the 96 /** Detach the iterator for whatever container it is attached to,
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/debug/ |
safe_unordered_base.h | 87 * from whatever container it was attached to originally. If the 96 /** Detach the iterator for whatever container it is attached to,
|
/prebuilts/tools/common/gradle-plugins/repository/commons-io/commons-io/1.3.2/ |
commons-io-1.3.2.pom | 251 <goal>attached</goal> 280 <goal>attached</goal>
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/descriptors/ |
AttributeDescriptor.java | 73 /** Sets the element descriptor to which this attribute is attached. */ 78 /** Returns the element descriptor to which this attribute is attached. */
|
ElementDescriptor.java | 40 * an actual XML node attached. A non-mandatory UI node MUST have an XML node attached 78 * UI node is never deleted and it may lack an actual XML node attached. A non-mandatory 79 * UI node MUST have an XML node attached and it will cease to exist when the XML node 106 * UI node is never deleted and it may lack an actual XML node attached. A non-mandatory 107 * UI node MUST have an XML node attached and it will cease to exist when the XML node 131 * UI node is never deleted and it may lack an actual XML node attached. A non-mandatory 132 * UI node MUST have an XML node attached and it will cease to exist when the XML node
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/ |
GLStateType.java | 151 ATTACHED_SHADERS("Attached Shaders"), 152 ATTACHED_SHADER_ID("Attached Shader ID"),
|
/external/chromium_org/chrome/renderer/resources/extensions/ |
event.js | 40 // An array of all attached event objects, used for detaching on unload. 47 // An attachment strategy for events that aren't attached to the browser. 213 // when events are used without being *attached*. 289 "' is already attached."); 315 "Event '" + privates(this).eventName + "' is not attached.");
|
/external/iproute2/man/man8/ |
tc-cbq-details.8 | 141 tc filters attached to the class. 152 Leaf nodes, attached to the bottom of the class hierarchy, have a level of 0. 167 Consult the tc filters, if any, attached to this child. If these return 288 Place of this class within the hierarchy. If attached directly to a qdisc 363 If consulting filters attached to a class did not give a verdict,
|
/external/chromium_org/third_party/protobuf/src/google/protobuf/ |
descriptor.proto | 211 // Each of the definitions above may have "options" attached. These are 591 // attached to the declaration. 603 // optional int32 foo = 1; // Comment attached to foo. 604 // // Comment attached to bar. 608 // // Comment attached to baz. 609 // // Another line attached to baz. 611 // // Comment attached to qux. 613 // // Another line attached to qux. 617 // /* Block comment attached 620 // /* Block comment attached t [all...] |
/external/chromium_org/content/browser/browser_plugin/ |
browser_plugin_guest.h | 84 // A BrowserPluginGuest is said to be "attached" if it has an embedder. 181 // attached. 255 // Returns whether the guest is attached to an embedder. 256 bool attached() const { return embedder_web_contents_ != NULL; } function in class:content::BrowserPluginGuest 324 // has been attached to a BrowserPlugin. Once the first navigation commits, we 586 // this guest is attached. 597 // once the guest is attached to a particular embedder.
|
/external/jmonkeyengine/engine/src/core/com/jme3/scene/ |
Node.java | 55 * allows for any number of children to be attached. 248 // tree stemming from the attached child. Also forces 253 logger.log(Level.INFO,"Child ({0}) attached to this node ({1})", 287 logger.log(Level.INFO,"Child ({0}) attached to this node ({1})", 362 // when attached anyway. 372 * <code>detachAllChildren</code> removes all children attached to this 389 * if the spatial is not attached to this node
|
/frameworks/native/include/gui/ |
GLConsumer.h | 48 * By default, the texture is attached to the GL_TEXTURE_EXTERNAL_OES 71 // considered attached to an OpenGL ES context for the purposes of the 73 // considered "attached" to a context, the specific OpenGL ES context 79 // attached to a different context using the detachFromContext and 208 // until the GLConsumer is attached to a new OpenGL ES context using the 429 // mAttached indicates whether the ConsumerBase is currently attached to 431 // indicating that the ConsumerBase is considered to be attached to
|
/frameworks/base/core/java/android/os/ |
Handler.java | 316 * attached. 333 * The runnable will be run on the thread to which this handler is attached. 355 * The runnable will be run on the thread to which this handler is attached. 379 * is attached. 401 * handler is attached. 495 * in the thread attached to this handler. 552 * {@link #handleMessage}, in the thread attached to this handler. 573 * You will receive it in {@link #handleMessage}, in the thread attached 601 * {@link #handleMessage}, in the thread attached to this handler.
|
/cts/tests/tests/widget/src/android/widget/cts/ |
ToastTest.java | 126 // view has not been attached to screen yet 137 // view will be attached to screen when show it 164 // view has not been attached to screen yet
|
/docs/source.android.com/src/accessories/ |
aoa.jd | 35 <li>The attached device supports Android accessory mode and is already in accessory mode.</li> 36 <li>The attached device supports Android accessory mode, but it is not in accessory mode.</li> 37 <li>The attached device does not support Android accessory mode.</li>
|
/external/chromium_org/base/debug/ |
debugger_posix.cc | 198 // Linux: Debug mode if a debugger is attached, send SIGTRAP; otherwise send 220 // is attached, we call abort since Breakpad needs SIGABRT to create a dump. 221 // When debugger is attached, for ARM platform the bkpt instruction appears
|
/external/chromium_org/content/browser/renderer_host/ |
render_widget_host_view_android.h | 285 // Whether or not this widget is potentially attached to the view hierarchy. 286 // This view may not actually be attached if this is true, but it should be 288 // will be attached automatically.
|
/external/chromium_org/third_party/sqlite/src/test/ |
attach2.test | 70 # make sure test2.db did get attached. 177 # Tests attach2-4.* test that read-locks work correctly with attached 368 # Check that a database cannot be ATTACHed or DETACHed during a transaction.
|