Searched
full:attached (Results
276 -
300 of
3279) sorted by null
<<11121314151617181920>>
/external/chromium_org/win8/metro_driver/ime/ |
text_service.h | 42 // Must be called whenever the attached window gains keyboard focus.
|
/external/clang/test/CodeGenCXX/ |
explicit-instantiation.cpp | 3 // This check logically is attached to 'template int S<int>::i;' below.
|
/external/iproute2/man/man8/ |
ip-ntable.8 | 66 only list the table attached to this device.
|
tc-pfifo_fast.8 | 9 as a queue. If another qdisc is attached, it preempts the default
|
/external/jmonkeyengine/engine/src/core/com/jme3/scene/ |
SimpleBatchNode.java | 12 * Geometries to be batched has to be attached directly to the BatchNode
|
/external/llvm/test/CodeGen/Generic/ |
MachineBranchProb.ll | 3 ; Make sure we have the correct weight attached to each successor.
|
/external/mesa3d/docs/ |
MESA_shader_debug.spec | 42 This extension introduces a debug object that can be attached to 46 is maintained. A debug object can be attached, detached and queried 48 be attached to a single program object. 159 to each debug object that is attached to the program object.
|
/external/mockito/src/org/mockito/mock/ |
MockCreationSettings.java | 59 * the invocation listeners attached to this mock, see {@link org.mockito.MockSettings#invocationListeners}.
|
/external/qemu/android/protocol/ |
attach-ui-impl.h | 35 /* Gets Core's console socket address for the attached UI. */
|
/external/qemu/hw/ |
sysbus.h | 4 /* Devices attached directly to the main system bus. */
|
/external/tcpdump/ |
slip.h | 24 * definitions of the pseudo- link-level header attached to slip
|
/external/valgrind/main/gdbserver_tests/ |
mcbreak.stdinB.gdb | 3 echo vgdb launched process attached\n
|
mcinfcallWSRU.stdinB.gdb | 3 echo vgdb launched process attached\n
|
mcsignopass.stdinB.gdb | 3 echo vgdb launched process attached\n
|
/frameworks/base/core/java/android/text/ |
SpannableString.java | 22 * markup objects can be attached and detached.
|
/frameworks/base/core/java/android/text/style/ |
ClickableSpan.java | 23 * If an object of this type is attached to the text of a TextView
|
/frameworks/base/core/java/android/widget/ |
FilterQueryProvider.java | 31 * by the filter attached to this adapter.
|
/frameworks/support/v4/java/android/support/v4/view/ |
MarginLayoutParamsCompat.java | 140 * margin as appropriate when the associated View is attached to a window 155 * margin as appropriate when the associated View is attached to a window 170 * margin as appropriate when the associated View is attached to a window 185 * margin as appropriate when the associated View is attached to a window
|
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ |
SuggestionExtras.java | 23 * Extra data that can be attached to a suggestion.
|
/packages/apps/UnifiedEmail/src/com/android/mail/ui/ |
FragmentRunnable.java | 45 LogUtils.i(LOG_TAG, "Unable to run op='%s' b/c fragment is not attached: %s",
|
/sdk/emulator/opengl/host/libs/libOpenglRender/ |
WindowSurface.cpp | 81 // previous attached color buffer is updated, if copy or blit should be done 93 // be attached to the surface. The function doesn't make sure that the 94 // previous attached color buffer is updated, this is done by flushColorBuffer 101 // resize the window if the attached color buffer is of different
|
/external/chromium/chrome/browser/ui/gtk/tabs/ |
dragged_tab_controller_gtk.h | 135 // Retrieve the bounds of the DraggedTabGtk, relative to the attached 140 // the attached TabStripModel given the DraggedTabView's bounds 141 // |dragged_bounds| in coordinates relative to the attached TabStrip. 146 // Get the position of the dragged tab relative to the attached tab strip. 174 // for the attached TabStrip. 218 // The TabStrip the dragged Tab is currently attached to, or NULL if the 239 // attached TabStrip from the top left of the window.
|
/external/jmonkeyengine/engine/src/core/com/jme3/renderer/ |
ViewPort.java | 111 * @return the list of processors attached to this ViewPort 246 * The output framebuffer specifies where the scenes attached 258 * Returns the camera which renders the attached scenes. 260 * @return the camera which renders the attached scenes. 298 * Removes all attached scenes. 307 * Returns a list of all attached scenes. 309 * @return a list of all attached scenes.
|
/external/chromium/chrome/browser/ui/views/tabs/ |
dragged_tab_controller.h | 62 // Returns true if there is a drag underway and the drag is attached to 117 // If attached this is the tab in |attached_tabstrip_|. 192 // Handles dragging tabs while the tabs are attached. 222 // Retrieve the bounds of the DraggedTabView relative to the attached 223 // TabStrip. |tab_strip_point| is in the attached TabStrip's coordinate 227 // Get the position of the dragged tab view relative to the attached tab 232 // TabContents of the dragged tabs. Returns an empty vector if not attached. 301 // The TabStrip the dragged Tab is currently attached to, or NULL if the 329 // attached TabStrip from the top left of the window. 340 // attached to the hidden frame and the frame moved back to these bounds [all...] |
/external/chromium_org/ppapi/cpp/ |
message_loop.h | 158 /// PPAPI calls. A message loop can only be attached to one thread, and the 159 /// message loop can not be changed later. The message loop will be attached 165 /// up should the message loop eventually be successfully attached and run. 168 /// - PP_OK: The message loop was successfully attached to the thread and is 172 /// attached. This will always be the case for the main thread, which has 173 /// an implicit system-created message loop attached. 175 /// loop attached to it. See the interface level discussion about these 183 /// successfully attached to the current thread. 194 /// has not been successfully attached to the current thread. Call 254 /// be attached to the thread and you can still run it again by calling Run( [all...] |
Completed in 376 milliseconds
<<11121314151617181920>>