HomeSort by relevance Sort by last modified time
    Searched refs:_mode (Results 1 - 13 of 13) sorted by null

  /development/ndk/platforms/android-3/include/linux/
sysdev.h 35 #define SYSDEV_CLASS_ATTR(_name,_mode,_show,_store) struct sysdev_class_attribute attr_##_name = { .attr = {.name = __stringify(_name), .mode = _mode }, .show = _show, .store = _store, };
58 #define SYSDEV_ATTR(_name,_mode,_show,_store) struct sysdev_attribute attr_##_name = { .attr = {.name = __stringify(_name), .mode = _mode }, .show = _show, .store = _store, };
device.h 67 #define BUS_ATTR(_name,_mode,_show,_store) struct bus_attribute bus_attr_##_name = __ATTR(_name,_mode,_show,_store)
93 #define DRIVER_ATTR(_name,_mode,_show,_store) struct driver_attribute driver_attr_##_name = __ATTR(_name,_mode,_show,_store)
125 #define CLASS_ATTR(_name,_mode,_show,_store) struct class_attribute class_attr_##_name = __ATTR(_name,_mode,_show,_store)
133 #define CLASS_DEVICE_ATTR(_name,_mode,_show,_store) struct class_device_attribute class_device_attr_##_name = __ATTR(_name,_mode,_show,_store)
170 #define DEVICE_ATTR(_name,_mode,_show,_store) struct device_attribute dev_attr_##_name = __ATTR(_name,_mode,_show,_store
    [all...]
sysfs.h 31 #define __ATTR(_name,_mode,_show,_store) { .attr = {.name = __stringify(_name), .mode = _mode, .owner = THIS_MODULE }, .show = _show, .store = _store, }
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/timeline/
TransformController.js 128 this._setMode(this._mode === WebInspector.TransformController.Modes.Pan ? WebInspector.TransformController.Modes.Rotate : WebInspector.TransformController.Modes.Pan);
136 if (this._mode === mode)
138 this._mode = mode;
146 this._modeButtons[mode].toggled = (mode === this._mode);
253 if (this._mode === WebInspector.TransformController.Modes.Rotate) {
281 if (this._mode === WebInspector.TransformController.Modes.Rotate) {
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Collections/
HashList.cs 64 private EnumerationMode _mode; field in class:Antlr.Runtime.Collections.HashList.HashListEnumerator
82 _mode = mode;
154 if (_mode == EnumerationMode.Key)
156 else if (_mode == EnumerationMode.Value)
  /external/chromium_org/third_party/icu/source/test/perf/normperf/
normperf.h 77 QuickCheckPerfFunction(QuickCheckFn func, ULine* srcLines,int32_t srcNumLines, UNormalizationMode _mode, int32_t opts, UBool _uselen) : options(opts) {
82 mode = _mode;
87 QuickCheckPerfFunction(QuickCheckFn func, const UChar* source,int32_t sourceLen, UNormalizationMode _mode, int32_t opts, UBool _uselen) : options(opts) {
92 mode = _mode;
  /external/icu/icu4c/source/test/perf/normperf/
normperf.h 77 QuickCheckPerfFunction(QuickCheckFn func, ULine* srcLines,int32_t srcNumLines, UNormalizationMode _mode, int32_t opts, UBool _uselen) : options(opts) {
82 mode = _mode;
87 QuickCheckPerfFunction(QuickCheckFn func, const UChar* source,int32_t sourceLen, UNormalizationMode _mode, int32_t opts, UBool _uselen) : options(opts) {
92 mode = _mode;
  /external/chromium_org/gpu/command_buffer/common/
gles2_cmd_format_autogen.h 330 void Init(GLenum _mode) {
332 mode = _mode;
335 void* Set(void* cmd, GLenum _mode) {
336 static_cast<ValueType*>(cmd)->Init(_mode);
    [all...]
  /external/chromium_org/third_party/icu/source/tools/tzcode/
tz2icu.cpp 793 const string& _mode,
805 if (_mode == "DOWLEQ") {
807 } else if (_mode == "DOWGEQ") {
809 } else if (_mode == "DOM") {
841 << _mode
    [all...]
  /external/icu/icu4c/source/tools/tzcode/
tz2icu.cpp 793 const string& _mode,
805 if (_mode == "DOWLEQ") {
807 } else if (_mode == "DOWGEQ") {
809 } else if (_mode == "DOM") {
841 << _mode
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/documentation/
WikiParser.js 119 this._mode = WebInspector.WikiParser.Tokenizer.Mode.Normal;
137 this._mode = mode;
147 return this._mode === WebInspector.WikiParser.Tokenizer.Mode.Normal;
223 tokenizer._mode = this._mode;
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/dwarf2/tests/passwin64/
dwarfwin64_testhd.asm 1078 .string "_mode"
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/dwarf2/tests/pass64/
dwarf64_leb128.asm     [all...]

Completed in 1363 milliseconds