HomeSort by relevance Sort by last modified time
    Searched full:grab (Results 1 - 25 of 1375) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /dalvik/vm/mterp/x86/
OP_CONST.S 3 movl 2(rPC),%eax # grab all 32 bits at once
  /external/llvm/lib/Target/NVPTX/MCTargetDesc/
CMakeLists.txt 8 # Hack: we need to include 'main' target directory to grab private headers
  /external/llvm/lib/Target/XCore/MCTargetDesc/
CMakeLists.txt 8 # Hack: we need to include 'main' target directory to grab private headers
  /external/qemu/distrib/sdl-1.2.15/docs/man3/
SDL_WM_GrabInput.3 13 When \fBmode\fR is \fBSDL_GRAB_QUERY\fP the grab mode is not changed, but the current grab mode is returned\&.
  /external/llvm/lib/Target/AArch64/MCTargetDesc/
CMakeLists.txt 12 # Hack: we need to include 'main' target directory to grab private headers
  /external/llvm/lib/Target/ARM/MCTargetDesc/
CMakeLists.txt 16 # Hack: we need to include 'main' target directory to grab private headers
  /external/llvm/lib/Target/X86/MCTargetDesc/
CMakeLists.txt 15 # Hack: we need to include 'main' target directory to grab private headers
  /external/chromium_org/third_party/WebKit/ManualTests/
caretScrolling.html 4 Click inside the block below, a caret should appear. Grab the block's scroll handle and scroll down. The caret blinks, try to grab the scroll handle while the caret is visible. The caret should scroll and disappear when it reaches the block's border.
  /dalvik/vm/mterp/mips/
OP_MONITOR_ENTER.S 10 EXPORT_PC() # export PC so we can grab stack trace
  /dalvik/tools/
get-hprof 17 # Grab an hprof file using adb. If an argument is specified, grab
18 # the so-named file. If no argument is specified, grab the last such file
  /bionic/libc/arch-x86/bionic/
vfork.S 10 /* grab the return address */
  /external/chromium_org/chrome/browser/chromeos/login/
lock_window_aura.h 18 virtual void Grab() OVERRIDE;
lock_window.h 31 // Attempt to grab inputs on the webview, the actual view displaying the lock
33 virtual void Grab() = 0;
lock_window_aura.cc 22 void LockWindowAura::Grab() {
23 // We already have grab from the lock screen container, just call the ready
  /external/guava/
README.android 11 Guava-libraries are a grab bag of utility libraries published by Google as
  /external/webrtc/src/system_wrappers/source/
condition_variable_unittest.cc 33 // One can pass it or grab it - both calls have timeouts.
69 // Grab the baton. Returns false if baton is not passed.
70 bool Grab(WebRtc_UWord32 max_msecs) {
78 // finishes. I.e. the Grab()-call may finish before |pass_count_| has been
126 LOG("Takeback grab");
150 EXPECT_TRUE(the_baton->Grab(kLongWaitMs));
173 // Thus, we need to pin it down inside its Run function (between Grab
177 ASSERT_TRUE(baton_.Grab(kShortWaitMs));
201 ASSERT_TRUE(baton_.Grab(kShortWaitMs));
  /external/webrtc/src/system_wrappers/interface/
critical_section_wrapper.h 28 // Tries to grab lock, beginning of a critical section. Will wait for the
29 // lock to become available if the grab failed.
  /external/chromium_org/content/test/data/gpu/functional_files/
context.js 10 // Try to grab the standard context.
  /external/chromium_org/content/test/gpu/gpu_tests/
pixel.py 20 # TODO(bajones): Grab screenshot, compare to reference.
  /external/chromium_org/ui/views/widget/desktop_aura/
x11_whole_screen_move_loop_delegate.h 25 // release the grab after this has been called.
x11_whole_screen_move_loop.h 30 // the mouse cursor. Returns true if there we were able to grab the pointer
42 // the grab was successful.
  /external/chromium_org/ui/views/controls/menu/
menu_host.h 42 // mouse grab.
54 // Releases a mouse grab installed by |ShowMenuHost|.
  /external/openssh/contrib/
gnome-ssh-askpass1.c 31 * "GNOME_SSH_ASKPASS_GRAB_SERVER=true" then gnome-ssh-askpass will grab
34 * you don't trust your X server. We grab the keyboard always.
58 err = gnome_message_box_new("Could not grab keyboard or mouse.\n"
95 /* Center window and prepare for grab */
105 /* Grab focus */
140 /* At least one grab failed - ungrab what we got, and report
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/views/detail/
VboDetailProvider.java 72 GridDataFactory.fillDefaults().grab(true, true).applyTo(mComposite);
79 GridDataFactory.fillDefaults().grab(true, false).applyTo(mSizeLabel);
86 GridDataFactory.fillDefaults().grab(true, false).applyTo(mUsageLabel);
93 GridDataFactory.fillDefaults().grab(true, false).applyTo(mTypeLabel);
114 GridDataFactory.fillDefaults().grab(true, false).applyTo(mDisplayFormatCombo);
118 GridDataFactory.fillDefaults().span(2, 1).grab(true, true).applyTo(mTextControl);
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/ui/
GridDataFactory.java 54 * .grab(true, false)
67 * GridDataFactory.fillDefaults().grab(true, true).hint(150, 150).applyTo(listBox);
497 // Grab
502 * column when the layout resizes. If any control in the column is set to grab horizontal then the
503 * whole column will grab horizontal space. If any control in the row is set to grab vertical then
504 * the whole row will grab vertical space.
512 public GridDataFactory grab(boolean horizontal, boolean vertical) { method in class:GridDataFactory
528 public GridDataFactory grab() { method in class:GridDataFactory
529 return grab(true, true)
    [all...]

Completed in 2958 milliseconds

1 2 3 4 5 6 7 8 91011>>