Home
last modified time | relevance | path

Searched defs:True (Results 1 – 25 of 51) sorted by relevance

123

/third_party/typescript/tests/ts_extra_tests/test_ts_cases/spec/enums/constant_enum_declarations/
Dconstant_enum_declarations.ts30 True = 1, enumerator
48 True = 1, enumerator
/third_party/skia/src/shaders/gradients/
DSk4fGradientPriv.h22 enum class ApplyPremul { True, False }; enumerator
/third_party/protobuf/csharp/src/Google.Protobuf/
DJsonToken.cs51 internal static JsonToken True { get { return _true; } } property in Google.Protobuf.JsonToken
77 True, enumerator
/third_party/skia/third_party/externals/tint/src/ast/
Dbool_literal_expression_test.cc23 TEST_F(BoolLiteralExpressionTest, True) { in TEST_F() argument
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/spec/grammar/enums/
Denums.ts29 True = 1, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DLazyValueInfo.h63 Unknown = -1, False = 0, True = 1 enumerator
DTargetFolder.h241 Constant *CreateSelect(Constant *C, Constant *True, Constant *False) const { in CreateSelect()
/third_party/python/Lib/asyncio/
Dwindows_utils.py32 def pipe(*, duplex=False, overlapped=(True, True), bufsize=BUFSIZE): argument
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/
DModifyStruct.h38 static bool True(const TField &) { return true; } in True() function
/third_party/benchmark/test/
Dcommandlineflags_gtest.cc90 TEST(BoolFromEnv, True) { in TEST() argument
/third_party/rust/crates/cxx/gen/src/
Dmod.rs70 True, enumerator
/third_party/skia/third_party/externals/swiftshader/tests/VulkanWrapper/
DDrawTester.hpp28 True enumerator
/third_party/typescript/tests/cases/compiler/
DramdaToolsNoInfinite2.ts54 export type True = 1; alias
/third_party/lame/frontend/
Drtp.c218 char const True = 1; in rtp_socket() local
/third_party/node/deps/v8/include/
Dv8-primitive.h844 V8_INLINE Local<Boolean> True(Isolate* isolate) { in True() function
/third_party/typescript/tests/cases/conformance/parser/ecmascript5/
DparserRealSource3.ts12 True, enumerator
DparserRealSource10.ts55 True, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DConstantFolder.h249 Constant *CreateSelect(Constant *C, Constant *True, Constant *False) const { in CreateSelect()
DNoFolder.h314 Constant *True, Constant *False) const { in CreateSelect()
/third_party/typescript/tests/cases/conformance/types/literal/
DtemplateLiteralTypes4.ts40 const enum StringLiteralEnum { Zero = "0", True = "true", False = "false", Undefined = "undefined",… enumerator
/third_party/jinja2/
Dparser.py459 self, with_tuple: bool = ..., name_only: "te.Literal[True]" = ...
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DIntegerDivision.cpp178 ConstantInt *True = Builder.getTrue(); in generateUnsignedDivisionCode() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DR600ISelLowering.cpp948 SDValue True = Op.getOperand(2); in LowerSELECT_CC() local
1976 SDValue True = N->getOperand(2); in PerformDAGCombine() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsISelLowering.cpp665 static SDValue createCMovFP(SelectionDAG &DAG, SDValue Cond, SDValue True, in createCMovFP()
709 SDValue True = N->getOperand(1); in performSELECTCombine() local
720 SDValue True = N->getOperand(1); in performSELECTCombine() local
2064 SDValue True = DAG.getConstant(1, DL, MVT::i32); in lowerSETCC() local
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/
Dmutex_test.cc900 struct True { struct
902 bool operator()(Args...) const {

123