/third_party/skia/third_party/externals/tint/src/transform/ |
H A D | decompose_strided_matrix_test.cc | 75 b.Disable(ast::DisabledValidation::kIgnoreStrideDecoration), in TEST_F() 141 b.Disable(ast::DisabledValidation::kIgnoreStrideDecoration), in TEST_F() 203 b.Disable(ast::DisabledValidation::kIgnoreStrideDecoration), in TEST_F() 266 b.Disable(ast::DisabledValidation::kIgnoreStrideDecoration), in TEST_F() 332 b.Disable(ast::DisabledValidation::kIgnoreStrideDecoration), in TEST_F() 394 b.Disable(ast::DisabledValidation::kIgnoreStrideDecoration), in TEST_F() 461 b.Disable(ast::DisabledValidation::kIgnoreStrideDecoration), in TEST_F() 529 b.Disable(ast::DisabledValidation::kIgnoreStrideDecoration), in TEST_F() 611 b.Disable(ast::DisabledValidation::kIgnoreStrideDecoration), in TEST_F() 668 b.Disable(as in TEST_F() [all...] |
H A D | module_scope_var_to_entry_point_param.cc | 187 // parameter. Disable entry point parameter validation. in Process() 189 ctx.dst->Disable(ast::DisabledValidation::kEntryPointParameter); in Process() 199 attributes.push_back(ctx.dst->Disable( in Process() 202 ctx.dst->Disable(ast::DisabledValidation::kIgnoreStorageClass)); in Process() 235 // redeclared at function scope. Disable storage class validation on in Process() 238 ctx.dst->Disable(ast::DisabledValidation::kIgnoreStorageClass); in Process() 256 // Disable validation of the parameter's storage class and of in Process() 259 ctx.dst->Disable(ast::DisabledValidation::kIgnoreStorageClass)); in Process() 260 attributes.push_back(ctx.dst->Disable( in Process() 302 ctx.dst->Disable(as in Process() [all...] |
H A D | decompose_memory_access.cc | 451 auto* disable_validation = b.Disable( in LoadFunc() 474 b.Disable(ast::DisabledValidation::kFunctionHasNoBody), in LoadFunc() 551 auto* disable_validation = b.Disable( in StoreFunc() 573 b.Disable(ast::DisabledValidation::kFunctionHasNoBody), in StoreFunc() 649 auto* disable_validation = b.Disable( in AtomicFunc() 683 b.Disable(ast::DisabledValidation::kFunctionHasNoBody), in AtomicFunc()
|
H A D | binding_remapper.cc | 143 ctx.dst->Disable(ast::DisabledValidation::kBindingPointCollision); in Run()
|
/third_party/node/src/ |
H A D | node_trace_events.cc | 39 static void Disable(const FunctionCallbackInfo<Value>& args); 92 void NodeCategorySet::Disable(const FunctionCallbackInfo<Value>& args) { in Disable() function in node::NodeCategorySet 98 GetTracingAgentWriter()->Disable(categories); in Disable() 142 SetProtoMethod(isolate, category_set, "disable", NodeCategorySet::Disable); in Initialize() 166 registry->Register(NodeCategorySet::Disable); in RegisterExternalReferences()
|
/third_party/node/src/tracing/ |
H A D | agent.h | 64 inline void Disable(const std::set<std::string>& categories); 131 void Disable(int id, const std::set<std::string>& categories); 180 void AgentWriterHandle::Disable(const std::set<std::string>& categories) { in Disable() function in node::tracing::AgentWriterHandle 181 if (agent_ != nullptr) agent_->Disable(id_, categories); in Disable()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/ |
H A D | RenderPipelineGL.cpp | 51 gl.Disable(GL_CULL_FACE); in ApplyFrontFaceAndCulling() 140 gl.Disable(GL_BLEND); in ApplyColorState() 181 gl.Disable(GL_DEPTH_TEST); in ApplyDepthStencilState() 197 gl.Disable(GL_STENCIL_TEST); in ApplyDepthStencilState() 302 gl.Disable(GL_SAMPLE_ALPHA_TO_COVERAGE); in ApplyNow() 315 gl.Disable(GL_POLYGON_OFFSET_FILL); in ApplyNow()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
H A D | MCAsmInfo.cpp | 23 enum DefaultOnOff { Default, Enable, Disable }; enumerator 26 cl::desc("Disable emission of the extended flags in .loc directives."), 28 clEnumVal(Enable, "Enabled"), clEnumVal(Disable, "Disabled")),
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | CrashRecoveryContext.cpp | 142 void CrashRecoveryContext::Disable() { in Disable() function in CrashRecoveryContext 201 CrashRecoveryContext::Disable(); in ExceptionFilter() 278 CrashRecoveryContext::Disable(); in ExceptionHandler() 298 // Because the Enable and Disable calls are static, it means that 355 // Disable crash recovery and raise the signal again. The assumption here is in CrashRecoverySignalHandler() 359 // This call of Disable isn't thread safe, but it doesn't actually matter. in CrashRecoverySignalHandler() 360 CrashRecoveryContext::Disable(); in CrashRecoverySignalHandler()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
H A D | TargetPassConfig.h | 172 void setDisableVerify(bool Disable) { setOpt(DisableVerify, Disable); } in setDisableVerify() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/LTO/legacy/ |
H A D | ThinLTOCodeGenerator.h | 229 /// Disable CodeGen, only run the stages till codegen and stop. The output 231 void disableCodeGen(bool Disable) { DisableCodeGen = Disable; } in disableCodeGen() argument
|
/third_party/protobuf/kokoro/release/csharp/windows/ |
H A D | build_nuget.bat | 10 @rem Disable some unwanted dotnet options
|
/third_party/protobuf/kokoro/windows/csharp/ |
H A D | build.bat | 10 @rem Disable some unwanted dotnet options
|
/third_party/skia/src/gpu/gl/ |
H A D | GrGLGpu.cpp | 495 GL_CALL(Disable(GR_GL_DEPTH_TEST)); in onResetContext() 499 GL_CALL(Disable(GR_GL_CULL_FACE)); in onResetContext() 511 GL_CALL(Disable(GR_GL_POINT_SMOOTH)); in onResetContext() 512 GL_CALL(Disable(GR_GL_LINE_SMOOTH)); in onResetContext() 513 GL_CALL(Disable(GR_GL_POLYGON_SMOOTH)); in onResetContext() 514 GL_CALL(Disable(GR_GL_POLYGON_STIPPLE)); in onResetContext() 515 GL_CALL(Disable(GR_GL_COLOR_LOGIC_OP)); in onResetContext() 516 GL_CALL(Disable(GR_GL_INDEX_LOGIC_OP)); in onResetContext() 522 GL_CALL(Disable(GR_GL_COLOR_TABLE)); in onResetContext() 524 GL_CALL(Disable(GR_GL_POLYGON_OFFSET_FIL in onResetContext() [all...] |
H A D | GrGLVertexArray.cpp | 170 GR_GL_CALL(gpu->glInterface(), Disable(GR_GL_PRIMITIVE_RESTART_FIXED_INDEX)); in enableVertexArrays()
|
H A D | GrGLAssembleWebGLInterfaceAutogen.cpp | 88 GET_PROC(Disable); in GrGLMakeAssembledWebGLInterface()
|
/third_party/node/deps/v8/src/d8/ |
H A D | async-hooks-wrapper.h | 34 void Disable();
|
H A D | async-hooks-wrapper.cc | 44 if (wrap) wrap->Disable(); in DisableHook() 84 void AsyncHooksWrap::Disable() { enabled_ = false; } in Disable() function in v8::AsyncHooksWrap
|
/third_party/node/deps/v8/src/sandbox/ |
H A D | sandbox.h | 61 void Disable() { in Disable() function in v8::internal::Sandbox
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
H A D | CrashRecoveryContext.h | 64 /// Disable crash recovery. 65 static void Disable();
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/ |
H A D | TargetOptions.h | 101 Disable, // Disable the abort. member in llvm::GlobalISelAbortMode 103 DisableWithDiag // Disable the abort but emit a diagnostic on failure. 211 /// Disable the integrated assembler.
|
/third_party/icu/icu4c/source/tools/genren/ |
H A D | genren.pl | 109 // Disable Renaming for Visual Studio's IntelliSense feature, so that 'Go-to-Definition' (F12) will work.
|
/third_party/skia/third_party/externals/icu/source/tools/genren/ |
H A D | genren.pl | 109 // Disable Renaming for Visual Studio's IntelliSense feature, so that 'Go-to-Definition' (F12) will work.
|
/third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/ |
H A D | periodic_sampler_test.cc | 100 TEST(PeriodicSamplerBaseTest, Disable) { in TEST()
|
/third_party/node/deps/v8/src/init/ |
H A D | v8.cc | 131 GetProcessWideSandbox()->Disable(); in Initialize()
|