Home
last modified time | relevance | path

Searched defs:enabled (Results 1576 - 1600 of 1750) sorted by relevance

1...<<61626364656667686970

/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/csf/
H A Dmali_kbase_csf_defs.h294 bool enabled; member
/device/soc/rockchip/common/sdk_linux/include/linux/usb/
H A Dgadget.h227 bool enabled; member
/device/soc/rockchip/rk3588/kernel/include/linux/usb/
H A Dgadget.h240 bool enabled; member
/third_party/ffmpeg/
H A Dconfigure749 enabled(){ function
[all...]
/third_party/glfw/src/
H A Dwin32_window.c2003 void _glfwSetWindowResizableWin32(_GLFWwindow* window, GLFWbool enabled) in _glfwSetWindowResizableWin32() argument
2008 void _glfwSetWindowDecoratedWin32(_GLFWwindow* window, GLFWbool enabled) in _glfwSetWindowDecoratedWin32() argument
2013 void _glfwSetWindowFloatingWin32(_GLFWwindow* window, GLFWbool enabled) in _glfwSetWindowFloatingWin32() argument
2020 void _glfwSetWindowMousePassthroughWin32(_GLFWwindow* window, GLFWbool enabled) in _glfwSetWindowMousePassthroughWin32() argument
2086 void _glfwSetRawMouseMotionWin32(_GLFWwindow *window, GLFWbool enabled) in _glfwSetRawMouseMotionWin32() argument
[all...]
H A Dx11_window.c2617 void _glfwSetWindowResizableX11(_GLFWwindow* window, GLFWbool enabled) in _glfwSetWindowResizableX11() argument
2624 void _glfwSetWindowDecoratedX11(_GLFWwindow* window, GLFWbool enabled) in _glfwSetWindowDecoratedX11() argument
2646 void _glfwSetWindowFloatingX11(_GLFWwindow* window, GLFWbool enabled) in _glfwSetWindowFloatingX11() argument
2713 void _glfwSetWindowMousePassthroughX11(_GLFWwindow* window, GLFWbool enabled) in _glfwSetWindowMousePassthroughX11() argument
2763 void _glfwSetRawMouseMotionX11(_GLFWwindow *window, GLFWbool enabled) in _glfwSetRawMouseMotionX11() argument
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DDecimalFormat.java1906 public synchronized void setGroupingUsed(boolean enabled) { in setGroupingUsed() argument
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DDecimalFormat.java1776 public synchronized void setGroupingUsed(boolean enabled) { in setGroupingUsed() argument
[all...]
/third_party/icu/icu4c/source/i18n/
H A Ddecimfmt.cpp371 void DecimalFormat::setGroupingUsed(UBool enabled) { in setGroupingUsed() argument
H A Drbnf.cpp1400 RuleBasedNumberFormat::setLenient(UBool enabled) in setLenient() argument
/third_party/libdrm/include/drm/
H A Dvmwgfx_drm.h489 __u32 enabled; member
/third_party/libdrm/freedreno/kgsl/
H A Dmsm_kgsl.h406 unsigned int enabled; member
/third_party/mesa3d/src/intel/common/
H A Dintel_batch_decoder.c666 bool enabled[3] = {false, false, false}; in decode_ps_kern() local
[all...]
/third_party/mesa3d/src/gallium/winsys/svga/drm/
H A Dvmwgfx_drm.h496 __u32 enabled; member
/third_party/node/deps/v8/src/wasm/
H A Dwasm-engine.cc464 bool WasmEngine::SyncValidate(Isolate* isolate, const WasmFeatures& enabled, in SyncValidate() argument
536 SyncCompile( Isolate* isolate, const WasmFeatures& enabled, ErrorThrower* thrower, const ModuleWireBytes& bytes) SyncCompile() argument
633 AsyncCompile( Isolate* isolate, const WasmFeatures& enabled, std::shared_ptr<CompilationResultResolver> resolver, const ModuleWireBytes& bytes, bool is_shared, const char* api_method_name_for_errors) AsyncCompile() argument
684 StartStreamingCompilation( Isolate* isolate, const WasmFeatures& enabled, Handle<Context> context, const char* api_method_name, std::shared_ptr<CompilationResultResolver> resolver) StartStreamingCompilation() argument
915 CreateAsyncCompileJob( Isolate* isolate, const WasmFeatures& enabled, std::unique_ptr<byte[]> bytes_copy, size_t length, Handle<Context> context, const char* api_method_name, std::shared_ptr<CompilationResultResolver> resolver, int compilation_id) CreateAsyncCompileJob() argument
1156 NewNativeModule( Isolate* isolate, const WasmFeatures& enabled, std::shared_ptr<const WasmModule> module, size_t code_size_estimate) NewNativeModule() argument
[all...]
H A Dwasm-debug.cc900 void SetBreakOnEntryFlag(Script script, bool enabled) { in SetBreakOnEntryFlag() argument
/third_party/mesa3d/src/mesa/main/
H A Dvarray.c147 const GLbitfield enabled = vao->Enabled; in update_attribute_map_mode() local
H A Dffvertex_prog.c97 static GLuint translate_texgen( GLboolean enabled, GLenum mode ) in translate_texgen() argument
H A Ddraw.c131 const GLbitfield enabled = filter & vao->_EnabledWithMapMode; in _mesa_set_draw_vao() local
[all...]
/third_party/mesa3d/src/mesa/vbo/
H A Dvbo_save_api.c1073 GLbitfield64 enabled = save->enabled & (~BITFIELD64_BIT(VBO_ATTRIB_POS)); in copy_to_current() local
1093 GLbitfield64 enabled = save->enabled in copy_from_current() local
1191 GLbitfield64 enabled = save->enabled; upgrade_vertex() local
[all...]
/third_party/node/deps/icu-small/source/i18n/
H A Drbnf.cpp1400 RuleBasedNumberFormat::setLenient(UBool enabled) in setLenient() argument
H A Ddecimfmt.cpp371 void DecimalFormat::setGroupingUsed(UBool enabled) { in setGroupingUsed() argument
/third_party/libinput/src/
H A Devdev.h255 bool enabled; member
266 bool enabled; member
[all...]
H A Devdev-tablet.c318 tablet_update_tool(struct tablet_dispatch *tablet, struct evdev_device *device, enum libinput_tablet_tool_type tool, bool enabled) tablet_update_tool() argument
/third_party/node/deps/v8/src/inspector/
H A Dv8-debugger.cc136 bool V8Debugger::enabled() const { return m_enableCount > 0; } in enabled() function in v8_inspector::V8Debugger
[all...]

Completed in 63 milliseconds

1...<<61626364656667686970