Home
last modified time | relevance | path

Searched defs:if (Results 1 – 25 of 37) sorted by relevance

12

/third_party/typescript/tests/baselines/reference/
DreservedWords.js22 "if": 0, property
29 "if": 0, property
DkeywordField.js16 var a = { "if": "test" }; property
DreservedWords2.js10 var [debugger, if] = [1, 2]; variable
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/spec/statements/If_do_and_while_Statements/
Dif_do_and_while_Statements_2.ts45 if (myObject.d % 5 == 0) { variable
/third_party/typescript/tests/cases/compiler/
DcontinueInLoopsWithCapturedBlockScopedBindings1.ts4 if (i === 0) { constant
DreservedWords2.ts9 var [debugger, if] = [1, 2]; variable
DconvertKeywordsYes.ts153 if; property
211 public if = 0; property in bigClass
269 if, enumerator
/third_party/protobuf/java/core/src/test/proto/com/google/protobuf/
Dnon_nested_extension.proto48 optional string if = 2000; field
Dmap_lite_test.proto88 map<string, uint32> if = 1; field
108 map<string, SampleEnum> if = 1; field
Dmap_test.proto87 map<string, uint32> if = 1; field
107 map<string, SampleEnum> if = 1; field
Dmap_for_proto2_test.proto96 map<string, uint32> if = 1; field
116 map<string, SampleEnum> if = 1; field
Dmap_for_proto2_lite_test.proto94 map<string, uint32> if = 1; field
114 map<string, SampleEnum> if = 1; field
/third_party/lzma/Asm/x86/
DLzFindOpt.asm64 if (IS_LINUX gt 0) label
87 if (IS_LINUX gt 0) label
101 if (IS_LINUX gt 0) label
148 if (IS_LINUX gt 0) label
DAesOpt.asm25 if (IS_CDECL gt 0) label
32 if (IS_LINUX gt 0) label
65 if (IS_LINUX eq 0) or (IS_X64 eq 0) label
DXzCrc64Opt.asm113 if (IS_CDECL gt 0) or (IS_LINUX gt 0) label
D7zAsm.asm14 if @wordsize eq 8 label
206 if (IS_LINUX eq 0) label
DLzmaDecOpt.asm498 if kAlign ne 0 label
502 if NUM_BASE_PROBS ne 1984 label
/third_party/skia/site/docs/dev/contrib/
Dstyle.md26 Most things you'd #if on tend to not yet be decided until SkTypes.h. hashtag
/third_party/typescript/tests/cases/conformance/types/stringLiteral/
DstringLiteralTypesAsTags01.ts31 if (hasKind(x, "A")) { variable
DstringLiteralTypesAsTags02.ts30 if (hasKind(x, "A")) { variable
DstringLiteralTypesAsTags03.ts34 if (hasKind(x, "A")) { variable
/third_party/typescript/tests/cases/conformance/types/objectTypeLiteral/propertySignatures/
DpropertyNamesOfReservedWords.ts29 if; property in C
98 if; property
168 if; variable
237 if, enumerator
/third_party/protobuf/php/tests/proto/
Dtest_reserved_enum_value_lower.proto41 if = 35; enumerator
Dtest_reserved_message_lower.proto40 message if {} message
/third_party/python/Doc/reference/
Dcompound_stmts.rst79 .. _if: target

12