Searched refs:mode (Results 276 - 300 of 4497) sorted by relevance

<<11121314151617181920>>

/external/lzma/C/
H A DXz.c45 void XzCheck_Init(CXzCheck *p, int mode) argument
47 p->mode = mode;
48 switch (mode)
58 switch (p->mode)
68 switch (p->mode)
/external/bluetooth/bluedroid/stack/btm/
H A Dbtm_pm.c48 * it automatically uses single slot when entering SNIFF mode, but does not restore the setting
178 ** Description store the mode in control block or
190 tBTM_PM_MODE mode; local
200 BTM_TRACE_API( "BTM_SetPowerMode: pm_id %d BDA: %08x mode:0x%x", pm_id,
201 (remote_bda[2]<<24)+(remote_bda[3]<<16)+(remote_bda[4]<<8)+remote_bda[5], p_mode->mode);
204 mode = p_mode->mode & ~BTM_PM_MD_FORCE;
212 if(mode != BTM_PM_MD_ACTIVE)
214 /* check if the requested mode is supported */
215 ind = mode
586 tBTM_PM_MODE mode; local
789 btm_pm_proc_mode_change(UINT8 hci_status, UINT16 hci_handle, UINT8 mode, UINT16 interval) argument
[all...]
/external/bison/lib/
H A Dbinary-io.h1 /* Binary mode I/O.
33 /* set_binary_mode (fd, mode)
34 sets the binary/text I/O mode of file descriptor fd to the given mode
35 (must be O_BINARY or O_TEXT) and returns the previous mode. */
50 set_binary_mode (int fd, int mode)
53 (void) mode;
62 /* Avoid putting stdin/stdout in binary mode if it is connected to
/external/chromium_org/cc/resources/
H A Dtile.cc95 for (int mode = 0; mode < NUM_RASTER_MODES; ++mode)
96 total_size += managed_state_.tile_versions[mode].GPUMemoryUsageInBytes();
118 for (int mode = 0; mode < NUM_RASTER_MODES; ++mode) {
119 if (managed_state_.tile_versions[mode].raster_task_.get())
/external/chromium_org/chrome/browser/chromeos/policy/
H A Dstub_enterprise_install_attributes.h26 void SetMode(DeviceMode mode);
38 DeviceMode mode);
/external/chromium_org/content/shell/tools/plugin/Tests/
H A DEvaluateJSWithinNPP_New.cpp43 virtual NPError NPP_New(NPMIMEType pluginType, uint16_t mode, int16_t argc, char* argn[], char* argv[], NPSavedData *);
52 NPError EvaluteJSWithinNPP_New::NPP_New(NPMIMEType pluginType, uint16_t mode, int16_t argc, char* argn[], char* argv[], NPSavedData *saved) argument
/external/chromium_org/remoting/host/
H A Dipc_mouse_cursor_monitor.cc21 void IpcMouseCursorMonitor::Init(Callback* callback, Mode mode) { argument
24 DCHECK_EQ(webrtc::MouseCursorMonitor::SHAPE_ONLY, mode);
/external/chromium_org/sandbox/win/sandbox_poc/pocdll/
H A Dutils.h28 // Translates a HANDLE (handle) to a FILE * opened with the mode "mode".
30 FILE* Translate(HANDLE handle, const char *mode) { argument
55 file_ = _fdopen(c_file_handle, mode);
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DANGLEInstancedArrays.h51 void drawArraysInstancedANGLE(GLenum mode, GLint first, GLsizei count, GLsizei primcount);
52 void drawElementsInstancedANGLE(GLenum mode, GLsizei count, GLenum type, long long offset, GLsizei primcount);
/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGPathSegListBuilder.cpp58 void SVGPathSegListBuilder::moveTo(const FloatPoint& targetPoint, bool, PathCoordinateMode mode) argument
62 if (mode == AbsoluteCoordinates)
68 void SVGPathSegListBuilder::lineTo(const FloatPoint& targetPoint, PathCoordinateMode mode) argument
72 if (mode == AbsoluteCoordinates)
78 void SVGPathSegListBuilder::lineToHorizontal(float x, PathCoordinateMode mode) argument
82 if (mode == AbsoluteCoordinates)
88 void SVGPathSegListBuilder::lineToVertical(float y, PathCoordinateMode mode) argument
92 if (mode == AbsoluteCoordinates)
98 void SVGPathSegListBuilder::curveToCubic(const FloatPoint& point1, const FloatPoint& point2, const FloatPoint& targetPoint, PathCoordinateMode mode) argument
102 if (mode
108 curveToCubicSmooth(const FloatPoint& point2, const FloatPoint& targetPoint, PathCoordinateMode mode) argument
118 curveToQuadratic(const FloatPoint& point1, const FloatPoint& targetPoint, PathCoordinateMode mode) argument
128 curveToQuadraticSmooth(const FloatPoint& targetPoint, PathCoordinateMode mode) argument
138 arcTo(float r1, float r2, float angle, bool largeArcFlag, bool sweepFlag, const FloatPoint& targetPoint, PathCoordinateMode mode) argument
[all...]
/external/chromium_org/third_party/WebKit/Source/wtf/
H A DFilePrintStream.cpp44 PassOwnPtr<FilePrintStream> FilePrintStream::open(const char* filename, const char* mode) argument
46 FILE* file = fopen(filename, mode);
/external/chromium_org/third_party/icu/source/common/unicode/
H A Dunorm.h149 /** One more than the highest normalization mode constant. @stable ICU 2.0 */
189 * The string will be normalized according the specified normalization mode
195 * @param mode The normalization mode; one of UNORM_NONE,
208 UNormalizationMode mode, int32_t options,
225 * @param mode which normalization form to test for
234 UNormalizationMode mode,
243 * @param mode Which normalization form to test for.
255 UNormalizationMode mode, int32_t options,
260 * This is semantically equivalent to source.equals(normalize(source, mode))
[all...]
/external/chromium_org/third_party/mesa/src/src/glx/tests/
H A Dfake_glx_screen.cpp50 indirect_create_context(struct glx_screen *psc, struct glx_config *mode, argument
56 return new fake_glx_context(psc, mode);
/external/chromium_org/third_party/polymer/components/core-header-panel/
H A Dcore-header-panel.css51 mode: scroll
53 :host([mode=scroll]) #mainContainer {
58 mode: cover
60 :host([mode=cover]) #mainPanel {
64 :host([mode=cover]) #mainContainer {
72 :host([mode=cover]) #dropShadow {
/external/chromium_org/third_party/polymer/components-chromium/core-header-panel/
H A Dcore-header-panel.css51 mode: scroll
53 :host([mode=scroll]) #mainContainer {
58 mode: cover
60 :host([mode=cover]) #mainPanel {
64 :host([mode=cover]) #mainContainer {
72 :host([mode=cover]) #dropShadow {
/external/chromium_org/third_party/protobuf/src/google/protobuf/testing/
H A Dfile.h63 static bool CreateDir(const string& name, int mode);
66 static bool RecursivelyCreateDir(const string& path, int mode);
/external/chromium_org/third_party/tlslite/tlslite/utils/
H A Daes.py7 def __init__(self, key, mode, IV, implementation):
10 if mode != 2:
/external/chromium_org/tools/gn/
H A Descape.h42 : mode(ESCAPE_NONE),
47 EscapingMode mode; member in struct:EscapeOptions
53 // When the escaping mode is ESCAPE_SHELL, the escaper will normally put
57 // This mode is for when quoting is done at some higher-level. Defaults to
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/bin/
H A Dantenv.cmd24 mode = ''
33 when param='-lcp' then mode = 'l'
34 when param='-cp' | param='-classpath' then mode = 'c'
35 when abbrev('-opts', param, 4) then mode = 'o'
36 when abbrev('-args', param, 4) then mode = 'a'
39 when mode = 'a' then args = space(args param, 1)
40 when mode = 'c' then cp = space(cp param, 1)
41 when mode = 'l' then lcp = space(lcp param, 1)
42 when mode = 'o' then opts = space(opts param, 1)
/external/icu/icu4c/source/common/unicode/
H A Dunorm.h149 /** One more than the highest normalization mode constant. @stable ICU 2.0 */
189 * The string will be normalized according the specified normalization mode
195 * @param mode The normalization mode; one of UNORM_NONE,
208 UNormalizationMode mode, int32_t options,
225 * @param mode which normalization form to test for
234 UNormalizationMode mode,
243 * @param mode Which normalization form to test for.
255 UNormalizationMode mode, int32_t options,
260 * This is semantically equivalent to source.equals(normalize(source, mode))
[all...]
/external/llvm/test/MC/ARM/
H A Dinst-arm-suffixes.s12 @ CHECK-ERROR: width suffixes are invalid in ARM mode
14 @ CHECK-ERROR: width suffixes are invalid in ARM mode
/external/mesa3d/src/glx/tests/
H A Dfake_glx_screen.cpp50 indirect_create_context(struct glx_screen *psc, struct glx_config *mode, argument
56 return new fake_glx_context(psc, mode);
/external/oprofile/libutil/
H A Dop_fileio.h26 * @param mode mode string
31 FILE * op_try_open_file(char const * name, char const * mode);
36 * @param mode mode string
41 FILE * op_open_file(char const * name, char const * mode);
/external/protobuf/src/google/protobuf/testing/
H A Dfile.h63 static bool CreateDir(const string& name, int mode);
66 static bool RecursivelyCreateDir(const string& path, int mode);
/external/qemu/distrib/sdl-1.2.15/src/video/wincommon/
H A DSDL_syswm_c.h33 extern SDL_GrabMode WIN_GrabInput(_THIS, SDL_GrabMode mode);

Completed in 4599 milliseconds

<<11121314151617181920>>