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

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/misc/darwin-x86_64/freetype/
PREBUILT 3 Install freetype-2.6 using MacPorts. Grab headers and libraries from /opt/local.
  /art/runtime/interpreter/mterp/x86/
op_const.S 2 movl 2(rPC), %eax # grab all 32 bits at once
  /art/runtime/interpreter/mterp/x86_64/
op_const.S 2 movl 2(rPC), %eax # grab all 32 bits at once
  /prebuilts/misc/darwin-x86_64/sdl2/
PREBUILT 3 Install libsdl2-2.0.3 using MacPorts. Grab headers and libraries from /opt/local.
  /prebuilts/misc/darwin-x86_64/sdl2_ttf/
PREBUILT 3 Install libsdl2_ttf-2.0.12 using MacPorts. Grab headers and libraries from /opt/local.
  /external/llvm/lib/Target/AArch64/MCTargetDesc/
CMakeLists.txt 14 # Hack: we need to include 'main' target directory to grab private headers
  /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
  /external/strace/
xlate.el 29 ;; file. Then grab them with C-c G. Switch to the strace source file
32 (global-set-key "\C-cG" 'grab-xlate)
36 "See grab-xlate and build-xlate.")
38 (defun grab-xlate (beg end)
39 "Grab all of the defined names in the region and save them in xlate-list."
56 "Build and insert an strace xlat table based on the last grab."
  /packages/apps/TV/usbtuner/src/com/android/usbtuner/exoplayer/cache/
SamplePool.java 42 // Grab the smallest sufficient sample.
48 // Grab the max size sample.
55 // If there's no sufficient sample, grab the maximum sample and resize it to size.
  /cts/hostsidetests/compilation/assets/
README.txt 10 # once the profile appears and is nonempty, grab it:
  /external/toybox/toys/other/
setsid.c 15 -t Grab tty (become foreground process, receiving keyboard signals)
  /external/webrtc/webrtc/system_wrappers/include/
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/webrtc/webrtc/system_wrappers/source/
condition_variable_unittest.cc 32 // One can pass it or grab it - both calls have timeouts.
65 // Grab the baton. Returns false if baton is not passed.
66 bool Grab(uint32_t max_msecs) {
74 // finishes. I.e. the Grab()-call may finish before |pass_count_| has been
140 EXPECT_TRUE(the_baton->Grab(kLongWaitMs));
157 // Thus, we need to pin it down inside its Run function (between Grab
160 ASSERT_TRUE(baton_.Grab(kShortWaitMs));
183 ASSERT_TRUE(baton_.Grab(kShortWaitMs));
  /hardware/intel/img/psb_video/src/
psb_buffer_dm.c 97 /* hasn't grab camera device memory region
98 * grab the whole 4M camera device memory
104 drv_debug_msg(VIDEO_DEBUG_GENERAL, "Grab whole camera device memory\n");
111 drv_debug_msg(VIDEO_DEBUG_ERROR, "Grab camera device memory failed\n");
141 drv_debug_msg(VIDEO_DEBUG_ERROR, "Grab camera device memory failed\n");
256 /* hasn't grab IMR device memory region
257 * grab the whole IMR3 device memory
273 drv_debug_msg(VIDEO_DEBUG_GENERAL, "Grab whole camera device memory\n");
277 drv_debug_msg(VIDEO_DEBUG_ERROR, "Grab IMR device memory failed\n");
  /external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/includes/linux/
LinuxMouse.h 35 LinuxMouse(InputManager* creator, bool buffered, bool grab, bool hide);
54 void grab(bool grab);
  /external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/src/linux/
LinuxMouse.cpp 31 LinuxMouse::LinuxMouse(InputManager* creator, bool buffered, bool grab, bool hide)
38 grabMouse = grab;
82 grab( grabMouse );
93 grab(false);
128 //Check for losing/gaining mouse grab focus (alt-tab, etc)
133 if( mouseFocusLost ) //We just regained mouse grab focus
135 grab( true );
142 if( mouseFocusLost == false ) //We just lost mouse grab focus
144 grab( false );
257 void LinuxMouse::grab(bool grab function in class:LinuxMouse
    [all...]
  /external/autotest/client/bin/
TODO 12 Caching version of kernelexpand to grab new kernels
  /external/clang/test/CodeGen/
builtin-cpu-supports.c 4 // global, the bit grab, and the icmp correct.
  /external/guava/
README.android 11 Guava-libraries are a grab bag of utility libraries published by Google as
  /external/opencv3/modules/videoio/misc/java/test/
VideoCaptureTest.java 29 isSucceed = capture.grab();
  /external/tlsdate/src/events/
sigterm.c 18 /* On sigterm, grab the system clock and write it before terminating */
  /external/autotest/server/site_tests/network_WiFi_ChaosConfigFailure/
network_WiFi_ChaosConfigFailure.py 10 """ Test to grab debugging info about chaos configuration falures. """
18 There are three pieces of information we want to grab:
  /frameworks/av/media/ndk/
NdkImagePriv.h 46 // only For AImage to grab reader lock
47 // Always grab reader lock before grabbing image lock
  /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 1015 milliseconds

1 2 3 4 5 6 7 8 91011>>