HomeSort by relevance Sort by last modified time
    Searched full:control (Results 151 - 175 of 13938) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/v8/src/compiler/
control-builders.h 15 // Base class for all control builders. Also provides a common interface for
16 // control builders to handle 'break' statements when they are used to model
39 // Tracks control flow for a conditional statement.
47 // Primitive control commands.
59 // Tracks control flow for an iteration statement.
68 // Primitive control commands.
77 // Compound control commands for conditional break.
88 // Tracks control flow for a switch statement.
98 // Primitive control commands.
121 // Tracks control flow for a block statement
    [all...]
verifier.h 32 // - control inputs should have control outputs.
34 // - if the node has control uses, it should produce control.
40 // (effect, control or frame state) to be used as an input for {edge}.
  /external/webrtc/webrtc/modules/audio_device/test/android/audio_device_android_test/
default.properties 4 # This file must be checked in Version Control Systems.
  /external/webrtc/webrtc/modules/audio_processing/test/android/apmtest/
default.properties 4 # This file must be checked in Version Control Systems.
  /frameworks/base/tests/HwAccelerationTest/
default.properties 4 # This file must be checked in Version Control Systems.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/asm-generic/
sockios.h 4 /* Socket-level I/O control calls. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
sockios.h 4 /* Socket-level I/O control calls. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
uvcvideo.h 11 /* Data types for UVC control data */
19 /* Control flags */
26 /* Control should be saved at suspend and restored at resume. */
28 /* Control can be updated by the camera. */
  /sdk/apps/DeviceConfig/
project.properties 4 # This file must be checked in Version Control Systems.
  /sdk/testapps/testSensors/
project.properties 4 # This file must be checked in Version Control Systems.
  /system/connectivity/shill/
mock_profile.cc 29 MockProfile::MockProfile(ControlInterface* control,
32 : Profile(control, metrics, manager, Identifier("mock"), base::FilePath(),
36 MockProfile::MockProfile(ControlInterface* control,
40 : Profile(control, metrics, manager, Identifier(identifier),
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/sh/sh64/
creg-2.s 1 ! Test recognition of predefined control register names specified as crN
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/z80/
misc.s 18 ;;; CPU control
  /external/rmi4utils/f54test/
f54test.cpp 548 /* control 0 */
551 /* control 1 */
556 /* control 2 */
559 /* control 3 */
568 /* control 7 */
579 /* control 10 */
583 /* control 11 */
605 /* control 20 */
608 /* control 21 */
616 /* control 27 *
    [all...]
  /external/opencv3/samples/python2/
coherence.py 54 sigma = cv2.getTrackbarPos('sigma', 'control')*2+1
55 str_sigma = cv2.getTrackbarPos('str_sigma', 'control')*2+1
56 blend = cv2.getTrackbarPos('blend', 'control') / 10.0
61 cv2.namedWindow('control', 0)
62 cv2.createTrackbar('sigma', 'control', 9, 15, nothing)
63 cv2.createTrackbar('blend', 'control', 7, 10, nothing)
64 cv2.createTrackbar('str_sigma', 'control', 9, 15, nothing)
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/
vp8dx.h 47 * \brief VP8 decoder control functions
49 * This set of macros define the control functions available for the VP8
55 /** control function to get info on which reference frames were updated
63 /** control function to get info on which reference frames were used
74 /** control function to get the display dimensions for the current frame. */
97 /*!\brief VP8 decoder control function parameter type
99 * Defines the data types that VP8D control functions take. Note that
  /cts/apps/CameraITS/tests/scene1/
test_ae_precapture_trigger.py 49 manual_req['android.control.aeMode'] = 0 # Off
52 precap_req['android.control.aeMode'] = 0 # Off
53 precap_req['android.control.aePrecaptureTrigger'] = 1 # Start
57 assert(cap['metadata']['android.control.aeState'] == INACTIVE)
61 auto_req['android.control.aeMode'] = 1 # On
63 state = cap['metadata']['android.control.aeState']
68 auto_req['android.control.aePrecaptureTrigger'] = 1 # Start
70 state = cap['metadata']['android.control.aeState']
75 auto_req['android.control.aePrecaptureTrigger'] = 0
78 state = caps[-1]['metadata']['android.control.aeState'
    [all...]
  /external/strace/tests/
scm_rights.c 71 } control; local
73 control.cmsg.cmsg_level = SOL_SOCKET;
74 control.cmsg.cmsg_type = SCM_RIGHTS;
75 control.cmsg.cmsg_len = CMSG_LEN(sizeof(fds));
76 memcpy(CMSG_DATA(&control.cmsg), fds, sizeof(fds));
81 .msg_control = &control,
82 .msg_controllen = sizeof(control)
96 struct cmsghdr control[4 + ac * sizeof(int) / sizeof(struct cmsghdr)]; local
101 .msg_control = control,
102 .msg_controllen = sizeof(control)
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
PhotoPageBottomControls.java 36 public boolean canDisplayBottomControl(int control);
37 public void onBottomControlClicked(int control);
110 for (View control : mControlsVisible.keySet()) {
111 Boolean prevVisibility = mControlsVisible.get(control);
112 boolean curVisibility = mDelegate.canDisplayBottomControl(control.getId());
115 control.clearAnimation();
116 control.startAnimation(getControlAnimForVisibility(curVisibility));
118 control.setVisibility(curVisibility ? View.VISIBLE : View.INVISIBLE);
119 mControlsVisible.put(control, curVisibility);
123 mContainer.requestLayout(); // Kick framework to draw the control
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
fpu_control.h 1 /* FPU control word bits. x86-64 version.
27 /* Here is the dirty part. Set up your 387 through the control word
42 * PC: Precision control
47 * RC: Rounding control
53 * IC: Infinity control
69 /* precision control */
74 /* rounding control */
91 /* Type of the control word. */
94 /* Macros for accessing the hardware control word. */
98 /* Default control word set at startup. *
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/
fpu_control.h 1 /* FPU control word bits. x86-64 version.
27 /* Here is the dirty part. Set up your 387 through the control word
42 * PC: Precision control
47 * RC: Rounding control
53 * IC: Infinity control
69 /* precision control */
74 /* rounding control */
91 /* Type of the control word. */
94 /* Macros for accessing the hardware control word. */
98 /* Default control word set at startup. *
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/
WorkingSetGroup.java 21 import org.eclipse.swt.widgets.Control;
57 // *before* we construct the control. However the control is created when the
96 for (Control control : parent.getChildren()) {
97 if (control instanceof Button && (control.getStyle() & SWT.CHECK) == SWT.CHECK) {
98 return (Button) control;
99 } else if (control instanceof Composite) {
100 Button found = findCheckbox((Composite) control);
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/swf/
layer1_decisions.py 21 control=None,
61 if control is not None:
62 attrs['control'] = control
178 control=None):
189 if control is not None:
190 attrs['control'] = control
208 control=None,
222 if control is not None
    [all...]
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/editor/structure/
IPage.java 15 import org.eclipse.swt.widgets.Control;
25 * Creates the {@link Control} for this page.
36 * control may never have been created.
41 * @return the {@link Control} of this page, may be <code>null</code>.
43 Control getControl();
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/ui/
PixelConverter.java 16 import org.eclipse.swt.widgets.Control;
33 public PixelConverter(Control control) {
34 GC gc = new GC(control);
35 gc.setFont(control.getFont());

Completed in 1356 milliseconds

1 2 3 4 5 67 8 91011>>