Home
last modified time | relevance | path

Searched defs:Control (Results 1 – 25 of 29) sorted by relevance

12

/third_party/skia/third_party/externals/angle2/src/libANGLE/
DDebug.h103 struct Control struct
126 std::vector<Control> controls; argument
DDebug.cpp80 Debug::Control::Control() {} in Control() function in gl::Debug::Control
/third_party/typescript/tests/baselines/reference/
DinterfaceExtendsClass1.js2 class Control { class
38 function Control() { class in Control
Dinheritance1.js2 class Control { class
81 function Control() { class in Control
/third_party/typescript/tests/cases/compiler/
DinterfaceExtendsClass1.ts2 class Control { class
Dinheritance1.ts1 class Control { class
/third_party/mesa3d/docs/drivers/freedreno/
Dir3-notes.rst186 .. _`register groups`:
/third_party/skia/third_party/externals/swiftshader/src/Shader/
DPixelProgram.hpp84 typedef Shader::Control Control; typedef in sw::PixelProgram
DVertexProgram.hpp65 typedef Shader::Control Control; typedef in sw::VertexProgram
DShaderCore.hpp233 typedef Shader::Control Control; typedef in sw::ShaderCore
DShader.hpp286 enum Control enum in sw::Shader
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DWasmTranslator.cpp306 void Terminate(Node Effect, Node Control) { in Terminate()
321 CfgNode *Control = Controls[i]; in Merge() local
327 Node Phi(wasm::LocalType, uint32_t Count, Node *Vals, Node Control) { in Phi()
356 Node EffectPhi(uint32_t Count, Node *Effects, Node Control) { in EffectPhi()
1268 CfgNode *Control() { in Control() function in IceBuilder
1275 void set_control_ptr(Node *Control) { this->ControlPtr = Control; } in set_control_ptr()
/third_party/node/deps/v8/src/wasm/
Dinit-expr-interface.h43 using Control = ControlBase<Value, validate>; variable
Dgraph-builder-interface.cc98 struct Control : public ControlBase<Value, validate> { struct in v8::internal::wasm::__anon5b3dc7250111::WasmGraphBuildingInterface
99 SsaEnv* merge_env = nullptr; // merge environment for the construct.
100 SsaEnv* false_env = nullptr; // false environment (only for if).
101 TryInfo* try_info = nullptr; // information about try statements.
102 int32_t previous_catch = -1; // previous Control with a catch.
103 BitVector* loop_assignments = nullptr; // locals assigned in this loop.
104 TFNode* loop_node = nullptr; // loop header of this loop.
108 explicit Control(Args&&... args) V8_NOEXCEPT in Control() function
/third_party/vk-gl-cts/external/vulkan-docs/src/appendices/
Dboilerplate.adoc134 [[boilerplate-vulkan-core]]
/third_party/node/deps/v8/src/compiler/
Dschedule.h33 enum Control { in NON_EXPORTED_BASE() enum
Dnode.h356 explicit constexpr Control(Node* node) : NodeWrapper(node) { in Control() function
/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
DCollationThreadTest.java163 private static class Control { class in CollationThreadTest
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/collator/
DCollationThreadTest.java166 private static class Control { class in CollationThreadTest
/third_party/typescript/tests/cases/conformance/controlFlow/
DcontrolFlowGenericTypes.ts207 type Control = Button | Checkbox; alias
/third_party/skia/third_party/externals/angle2/util/
DEvent.h32 bool Control; member
/third_party/python/Lib/msilib/
Dschema.py169 Control = Table('Control') variable
D__init__.py419 class Control: class
/third_party/node/lib/internal/
Dchild_process.js529 class Control extends EventEmitter { class
/third_party/node/deps/v8/src/wasm/baseline/
Dliftoff-compiler.cc358 struct Control : public ControlBase<Value, validate> { struct in v8::internal::wasm::__anone81ff3650111::LiftoffCompiler
359 std::unique_ptr<ElseState> else_state;
360 LiftoffAssembler::CacheState label_state;
361 MovableLabel label;
362 std::unique_ptr<TryInfo> try_info;
364 int num_exceptions = 0;
369 explicit Control(Args&&... args) V8_NOEXCEPT in Control() function

12