/hardware/google/gfxstream/guest/mesa/src/util/ |
D | 00-mesa-defaults.conf | 36 <!ELEMENT application (option+)> 43 <!ELEMENT engine (option+)> 52 <!ELEMENT option EMPTY> 53 <!ATTLIST option name CDATA #REQUIRED 62 <option name="allow_glsl_extension_directive_midshader" value="true" /> 66 <option name="force_glsl_extensions_warn" value="true" /> 67 <option name="disable_blend_func_extended" value="true" /> 68 <option name="disable_arb_gpu_shader5" value="true" /> 72 <option name="force_glsl_extensions_warn" value="true" /> 73 <option name="disable_blend_func_extended" value="true" /> [all …]
|
D | 00-radv-defaults.conf | 15 <!ELEMENT application (option+)> 22 <!ELEMENT engine (option+)> 31 <!ELEMENT option EMPTY> 32 <!ATTLIST option name CDATA #REQUIRED 40 <option name="radv_zero_vram" value="true" /> 41 <option name="radv_disable_aniso_single_level" value="true" /> 42 <option name="radv_dgc" value="true" /> 46 <option name="radv_disable_aniso_single_level" value="true" /> 50 <option name="radv_zero_vram" value="true" /> 51 <option name="radv_lower_discard_to_demote" value="true" /> [all …]
|
D | driconf_static.py | 55 for option in xml.findall('option'): 56 self.options.append(Option(option)) 65 for option in xml.findall('option'): 66 self.options.append(Option(option))
|
/hardware/google/gfxstream/ |
D | meson_options.txt | 5 option( 16 option( 27 option( 34 option( 40 option( 47 option( 54 option( 62 option( 70 option( 84 option( [all …]
|
D | CMakeLists.txt | 11 option(ENABLE_VKCEREAL_TESTS "Enable building vulkan-cereal unittests" OFF) 12 option(BUILD_ASAN_WIN32 "Build with ASAN on Windows platform" OFF) 24 option(BUILD_STANDALONE "Build with standalone implementations of base/host-common libraries" ON) 32 option(BUILD_GRAPHICS_DETECTOR "Build the graphics detector utility" OFF) 38 option(VIRGL_RENDERER_UNSTABLE_APIS "Use unstable virglrenderer APIs" ON) 45 option(ASTC_CPU_DECODING "Enable decoding ASTC textures on the CPU" OFF) 49 option(USE_ANGLE_SHADER_PARSER "Build with ANGLE shader parser." OFF) 51 option(WITH_BENCHMARK "Builds benchmarking code" OFF)
|
/hardware/google/gfxstream/guest/mesa/src/util/tests/drirc_configdir/ |
D | 00-test.conf | 6 <!ELEMENT application (option+)> 13 <!ELEMENT engine (option+)> 22 <!ELEMENT option EMPTY> 23 <!ATTLIST option name CDATA #REQUIRED 30 <option name="mesa_drirc_option" value="1" /> 34 <option name="mesa_drirc_option" value="2" /> 38 <option name="mesa_drirc_option" value="3" /> 42 <option name="mesa_drirc_option" value="4" /> 46 <option name="mesa_drirc_option" value="5" /> 49 <option name="mesa_drirc_option" value="6" /> [all …]
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/katex/contrib/ |
D | mhchem.min.js | 1 …option);else{if(!i.actions[d.action_[m].type_])throw["MhchemBugA","mhchem bug A. Please report. ("… property
|
D | mhchem.js | 302 … o = machine.actions[task.action_[iA].type_](buffer, matches.match_, task.action_[iA].option); 304 … o = mhchemParser.actions[task.action_[iA].type_](buffer, matches.match_, task.action_[iA].option); 1041 option: '\\pm' property 1064 option: "-" property 1079 option: "-" property 1088 option: 'hyphen' property 1097 option: 'hyphen' property 1104 option: 'hyphen' property 1113 option: 1 property 1116 option: "-" property [all …]
|
D | mhchem.mjs | 192 … o = machine.actions[task.action_[iA].type_](buffer, matches.match_, task.action_[iA].option); 194 … o = mhchemParser.actions[task.action_[iA].type_](buffer, matches.match_, task.action_[iA].option); 776 … function here would be problematic. It would need .bind (for *this*) and currying (for *option*).) 931 option: '\\pm' property 954 option: "-" property 969 option: "-" property 978 option: 'hyphen' property 987 option: 'hyphen' property 994 option: 'hyphen' property 1003 option: 1 property [all …]
|
D | auto-render.mjs | 178 const optionsCopy = {}; // Object.assign(optionsCopy, option) 180 for (const option in options) { 181 if (options.hasOwnProperty(option)) { 182 optionsCopy[option] = options[option];
|
D | auto-render.js | 300 for (var option in options) { 301 if (options.hasOwnProperty(option)) { 302 optionsCopy[option] = options[option];
|
/hardware/interfaces/gnss/common/utils/default/include/v2_1/ |
D | GnssTemplate.h | 652 std::string option = options[i]; in setLocation() local 653 if (option.rfind("lat=", 0) == 0) { in setLocation() 654 option = option.substr(4); in setLocation() 655 lat = stof(option); in setLocation() 656 } else if (option.rfind("lon=", 0) == 0) { in setLocation() 657 option = option.substr(4); in setLocation() 658 lon = stof(option); in setLocation() 659 } else if (option.rfind("ele=", 0) == 0) { in setLocation() 660 option = option.substr(4); in setLocation() 661 ele = stof(option); in setLocation() [all …]
|
/hardware/google/gfxstream/third-party/astc-encoder/ |
D | CMakeLists.txt | 36 option(ISA_AVX2 "Enable builds for AVX2 SIMD") 37 option(ISA_SSE41 "Enable builds for SSE4.1 SIMD") 38 option(ISA_SSE2 "Enable builds for SSE2 SIMD") 39 option(ISA_NEON "Enable builds for NEON SIMD") 40 option(ISA_NONE "Enable builds for no SIMD") 41 option(ISA_NATIVE "Enable builds for native SIMD") 42 option(DECOMPRESSOR "Enable builds for decompression only") 43 option(DIAGNOSTICS "Enable builds for diagnostic trace") 44 option(ASAN "Enable builds width address sanitizer") 45 option(UNITTEST "Enable builds for unit tests") [all …]
|
/hardware/libhardware/modules/camera/3_4/metadata/ |
D | slider_control_options.h | 46 virtual bool IsSupported(const T& option) override { in IsSupported() argument 47 return option >= min_ && option <= max_; in IsSupported()
|
D | menu_control_options.h | 41 virtual bool IsSupported(const T& option) override { in IsSupported() argument 42 return (std::find(options_.begin(), options_.end(), option) != in IsSupported()
|
D | menu_control_options_test.cpp | 52 for (auto option : options_) { in TEST_F() local 53 EXPECT_TRUE(dut_->IsSupported(option)); in TEST_F()
|
/hardware/interfaces/automotive/audiocontrol/2.0/default/ |
D | AudioControl.cpp | 108 std::string option = options[0]; in cmdDump() local 109 if (EqualsIgnoreCase(option, "--help")) { in cmdDump() 111 } else if (EqualsIgnoreCase(option, "--request")) { in cmdDump() 113 } else if (EqualsIgnoreCase(option, "--abandon")) { in cmdDump() 116 dprintf(fd, "Invalid option: %s\n", option.c_str()); in cmdDump()
|
/hardware/interfaces/automotive/vehicle/aidl/impl/vhal/src/ |
D | SubscriptionManager.cpp | 263 for (const auto& option : options) { in subscribe() local 264 float sampleRateHz = option.sampleRate; in subscribe() 270 if (!checkResolution(option.resolution)) { in subscribe() 273 option.resolution); in subscribe() 277 if (option.areaIds.empty()) { in subscribe() 286 for (const auto& option : options) { in subscribe() local 287 int32_t propId = option.propId; in subscribe() 288 const std::vector<int32_t>& areaIds = option.areaIds; in subscribe() 296 result = addContinuousSubscriberLocked(clientId, propIdAreaId, option.sampleRate, in subscribe() 297 option.resolution, in subscribe() [all …]
|
/hardware/google/camera/common/profiler/ |
D | profiler.h | 149 static std::shared_ptr<Profiler> Create(int option); 246 ScopedProfiler(const std::string target, int option) in ScopedProfiler() argument 248 profiler_ = Profiler::Create(option); in ScopedProfiler()
|
/hardware/google/aemu/ |
D | CMakeLists.txt | 13 option(BUILD_SHARED_LIBS "Build using shared libraries" OFF) 34 option(AEMU_COMMON_GEN_PKGCONFIG 37 option(ENABLE_CLANG_THREAD_SAFETY_CHECKS 40 option(AEMU_COMMON_USE_PERFETTO "Use perfotto for tracing." OFF) 41 option(AEMU_BASE_USE_LZ4 "The lz4 dependency is provided, and compile the compressing stream." OFF)
|
/hardware/interfaces/biometrics/face/aidl/default/ |
D | Face.cpp | 131 std::string option = str.data(); in handleShellCommand() local 132 if (option.find("clearconfig") != std::string::npos || in handleShellCommand() 133 option.find("resetconfig") != std::string::npos) { in handleShellCommand() 136 if (option.find("help") != std::string::npos) { in handleShellCommand()
|
/hardware/samsung/nfc/halimpl/src/ |
D | hal_nci.cc | 185 int option = SET_SLEEP_TIME_ONCE; in nfc_hal_prehandler() local 190 if (NCI_LEN(pkt) > 2) option = NCI_PAYLOAD(pkt)[2]; in nfc_hal_prehandler() 192 setSleepTimeout(option, timeout); in nfc_hal_prehandler()
|
D | hal.cc | 318 void setSleepTimeout(int option, uint32_t timeout) { in setSleepTimeout() argument 322 if (option == SET_SLEEP_TIME_CFG) { in setSleepTimeout() 326 } else if (option == SET_SLEEP_TIME_ONCE) { in setSleepTimeout() 329 } else if (option == SET_SLEEP_TIME_FORCE) in setSleepTimeout() 332 ALOGE("Unknown option: %d", option); in setSleepTimeout()
|
/hardware/interfaces/biometrics/fingerprint/aidl/default/ |
D | Fingerprint.cpp | 146 std::string option = str.data(); in handleShellCommand() local 147 if (option.find("clearconfig") != std::string::npos || in handleShellCommand() 148 option.find("resetconfig") != std::string::npos) { in handleShellCommand() 151 if (option.find("help") != std::string::npos) { in handleShellCommand()
|
/hardware/interfaces/automotive/vehicle/2.0/default/common/src/ |
D | VehicleHalManager.cpp | 229 std::string option = options[0]; in cmdDump() local 230 if (EqualsIgnoreCase(option, "--help")) { in cmdDump() 232 } else if (EqualsIgnoreCase(option, "--list")) { in cmdDump() 234 } else if (EqualsIgnoreCase(option, "--get")) { in cmdDump() 236 } else if (EqualsIgnoreCase(option, "--set")) { in cmdDump() 244 dprintf(fd, "Invalid option: %s\n", option.c_str()); in cmdDump() 584 std::string option = options[*index]; in getOptionValues() local 585 if (kSetPropOptions.find(option) != kSetPropOptions.end()) { in getOptionValues() 588 values.push_back(option); in getOptionValues()
|