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

1 2 3 45 6 7 8 91011>>

  /external/lzma/CPP/7zip/UI/FileManager/
PasswordDialog.h 6 #include "../../../Windows/Control/Dialog.h"
7 #include "../../../Windows/Control/Edit.h"
  /external/parameter-framework/asio-1.10.6/include/asio/detail/
io_control.hpp 25 // IO control command for non-blocking I/O.
41 // Get the name of the IO control command.
47 // Set the value of the I/O control command.
53 // Get the current value of the I/O control command.
75 // I/O control command for getting number of bytes available.
91 // Get the name of the IO control command.
97 // Set the value of the I/O control command.
103 // Get the current value of the I/O control command.
  /external/valgrind/gdbserver_tests/
nlsigvgdb.stdinB.gdb 7 # simulate control-c in a few seconds
8 # The control-c will cause a character to be sent to gdbserver, causing
  /external/vulkan-validation-layers/build-android/gradle-templates/
local.properties 4 # This file must *NOT* be checked into Version Control Systems,
8 # For customization when using a Version Control System, please read the
  /frameworks/support/
local.properties 4 # This file must *NOT* be checked into Version Control Systems,
8 # For customization when using a Version Control System, please read the
  /toolchain/binutils/binutils-2.25/etc/
add-log.vi 8 It contains control and escape sequences, so don't just cut and paste it.
10 in your $HOME/.exrc and when you type control-X in move-around-mode,
  /external/autotest/client/tests/ctcs/
ctcs.py 8 This autotest module runs CTCS (Cerberus Test Control System), that is being
12 The original test suite (Cerberus Test Control System) was developed for
15 control file system that allows testers to specify the sorts of tests that
37 Builds the test suite, and sets up the control file that is going to
42 the CTCS control file, he could do so trough this parameter.
51 # Here we define the cerberus suite control file that will be used.
56 logging.info('Generating CTCS control file')
57 # Note about the control file generation command - we are creating
58 # a control file with the default tests, except for the kernel
69 logging.debug('Contents of the control file that will be passed to
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/
fpu_control.h 1 /* FPU control word bits. i387 version.
24 /* Here is the dirty part. Set up your 387 through the control word
39 * PC: Precision control
44 * RC: Rounding control
50 * IC: Infinity control
66 /* precision control */
71 /* rounding control */
88 /* Type of the control word. */
91 /* Macros for accessing the hardware control word.
95 the SSE/SSE2 engines which have their own control and status register. *
    [all...]
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/src/
video_encoder_device_v4l2.cpp 839 struct v4l2_control control; local
2287 struct v4l2_control control; local
2650 struct v4l2_control control; local
2898 struct v4l2_control control; local
2917 struct v4l2_control control; local
2959 struct v4l2_control control; local
3009 struct v4l2_control control; local
3043 struct v4l2_control control; local
3073 struct v4l2_control control; local
3118 struct v4l2_control control; local
3174 struct v4l2_control control; local
3556 struct v4l2_control control; local
3589 struct v4l2_control control; local
3644 struct v4l2_control control; local
3712 struct v4l2_control control; local
3745 struct v4l2_control control; local
3810 struct v4l2_control control; local
3919 struct v4l2_control control; local
4000 struct v4l2_control control; local
4053 struct v4l2_control control; local
4153 struct v4l2_control control; local
4176 struct v4l2_control control; local
4273 struct v4l2_control control; local
4338 struct v4l2_control control; local
4405 struct v4l2_control control; local
4425 struct v4l2_control control; local
4444 struct v4l2_control control; local
4497 struct v4l2_control control; local
4572 struct v4l2_control control; local
4626 struct v4l2_control control; local
4658 struct v4l2_control control; local
4676 struct v4l2_control control; local
4697 struct v4l2_control control; local
4719 struct v4l2_control control; local
4743 struct v4l2_control control; local
4774 struct v4l2_control control; local
    [all...]
  /external/libavc/encoder/
ih264e_rate_control.h 28 * control
50 * This function initializes rate control context and variables
53 * This function initializes rate control type, source and target frame rate,
58 * Handle to rate control api
79 * Rate control type
141 * Handle to Rate control api
162 * for the current frame from rate control module
165 * Handle to rate control api
192 * @brief Function to update mb info for rate control context
216 * @brief Function to get rate control buffer statu
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
ctrl_iface.h 2 * WPA Supplicant / UNIX domain socket -based control interface
23 * Control interface backends call this function when receiving a message that
41 * Control interface backends call this function when receiving a message from
55 * wpa_supplicant_ctrl_iface_init - Initialize control interface
59 * Initialize the control interface and start receiving commands from external
62 * Required to be implemented in each control interface backend.
68 * wpa_supplicant_ctrl_iface_deinit - Deinitialize control interface
71 * Deinitialize the control interface that was initialized with
74 * Required to be implemented in each control interface backend.
82 * Wait until the first message from an external program using the control
    [all...]
  /external/clang/test/Sema/
return.c 20 } // expected-warning {{control reaches end of non-void function}}
29 } // expected-warning {{control reaches end of non-void function}}
57 } // expected-warning {{control reaches end of non-void function}}
61 } // expected-warning {{control reaches end of non-void function}}
71 } // expected-warning {{control may reach end of non-void function}}
75 } // expected-warning {{control may reach end of non-void function}}
87 } // expected-warning {{control reaches end of non-void function}}
91 } // expected-warning {{control reaches end of non-void function}}
95 } // expected-warning {{control reaches end of non-void function}}
99 } // expected-warning {{control reaches end of non-void function}
    [all...]
  /art/test/541-regression-inlined-deopt/
info.txt 3 control over vregs because the previous test 449 would pass because the vreg
  /dalvik/dx/tests/092-ssa-cfg-edge-cases/
info.txt 1 This test case runs a few odd control flow graphs through the optimizer.
  /development/ndk/platforms/android-4/samples/san-angeles/
default.properties 4 # This file must be checked in Version Control Systems.
  /development/ndk/platforms/android-5/samples/hello-gl2/
default.properties 4 # This file must be checked in Version Control Systems.
  /development/ndk/platforms/android-8/samples/bitmap-plasma/
default.properties 4 # This file must be checked in Version Control Systems.
  /development/ndk/platforms/android-9/samples/native-activity/
default.properties 4 # This file must be checked in Version Control Systems.
  /development/ndk/platforms/android-9/samples/native-plasma/
default.properties 4 # This file must be checked in Version Control Systems.
  /development/ndk/samples/hello-jni/
default.properties 4 # This file must be checked in Version Control Systems.
  /development/ndk/samples/hello-jni/tests/
default.properties 4 # This file must be checked in Version Control Systems.
  /development/ndk/samples/hello-neon/
default.properties 4 # This file must be checked in Version Control Systems.
  /development/ndk/samples/two-libs/
default.properties 4 # This file must be checked in Version Control Systems.
  /development/ndk/samples/two-libs/tests/
default.properties 4 # This file must be checked in Version Control Systems.
  /development/samples/JetBoy/
default.properties 4 # This file must be checked in Version Control Systems.

Completed in 581 milliseconds

1 2 3 45 6 7 8 91011>>