Home
last modified time | relevance | path

Searched defs:true (Results 1 – 25 of 143) sorted by relevance

123456

/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
DProto3MessageLiteInfoFactory.java179 forField(field(Proto3MessageLite.class, "fieldDouble1_"), 1, FieldType.DOUBLE, true)); in lookupFieldsByName() local
181 forField(field(Proto3MessageLite.class, "fieldFloat2_"), 2, FieldType.FLOAT, true)); in lookupFieldsByName() local
183 forField(field(Proto3MessageLite.class, "fieldInt643_"), 3, FieldType.INT64, true)); in lookupFieldsByName() local
185 forField(field(Proto3MessageLite.class, "fieldUint644_"), 4, FieldType.UINT64, true)); in lookupFieldsByName() local
187 forField(field(Proto3MessageLite.class, "fieldInt325_"), 5, FieldType.INT32, true)); in lookupFieldsByName() local
189 forField(field(Proto3MessageLite.class, "fieldFixed646_"), 6, FieldType.FIXED64, true)); in lookupFieldsByName() local
191 forField(field(Proto3MessageLite.class, "fieldFixed327_"), 7, FieldType.FIXED32, true)); in lookupFieldsByName() local
193 forField(field(Proto3MessageLite.class, "fieldBool8_"), 8, FieldType.BOOL, true)); in lookupFieldsByName() local
195 forField(field(Proto3MessageLite.class, "fieldString9_"), 9, FieldType.STRING, true)); in lookupFieldsByName() local
197 forField(field(Proto3MessageLite.class, "fieldMessage10_"), 10, FieldType.MESSAGE, true)); in lookupFieldsByName() local
[all …]
/third_party/typescript/tests/baselines/reference/
DdeferredLookupTypeResolution2.js15 type E<T> = { true: 'true' }[ObjectHasKey<T, '1'>]; property
17 type Juxtapose<T> = ({ true: 'otherwise' } & { [k: string]: 'true' })[ObjectHasKey<T, '1'>]; property
20 type DeepError<T> = { true: 'true' }[Juxtapose<T>]; property
22 type DeepOK<T> = { true: 'true', otherwise: 'false' }[Juxtapose<T>]; property
42 true: 'true'; property
45 true: 'otherwise'; property
50 true: 'true'; property
53 true: 'true'; property
DtsxAttributeResolution1.js18 <test1 data-x={true} />; // OK field
21 <test2 reqd={'true'} />; // OK field
41 <test1 data-x={true}/>; // OK field
43 <test2 reqd={'true'}/>; // OK field
DtsxAttributeResolution10.js27 <MyComponent bar={true} />; field
49 <MyComponent bar={true}/>; field
DemitClassDeclarationWithPropertyAssignmentInES6.js15 z: boolean = true; field in E
19 z: boolean = true; field in F
DgetAndSetAsMemberNames.js15 get: boolean = true; field in C4
19 get (): boolean { return true; } field in C5
DjsxPropsAsIdentifierNames.js10 export default <div static={true} />; field
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DCharsetDetector.java480 list.add(new CSRecognizerInfo(new CharsetRecog_UTF8(), true)); in list.add() argument
481 list.add(new CSRecognizerInfo(new CharsetRecog_Unicode.CharsetRecog_UTF_16_BE(), true)); in list.add() argument
482 list.add(new CSRecognizerInfo(new CharsetRecog_Unicode.CharsetRecog_UTF_16_LE(), true)); in list.add() argument
483 list.add(new CSRecognizerInfo(new CharsetRecog_Unicode.CharsetRecog_UTF_32_BE(), true)); in list.add() argument
484 list.add(new CSRecognizerInfo(new CharsetRecog_Unicode.CharsetRecog_UTF_32_LE(), true)); in list.add() argument
486 list.add(new CSRecognizerInfo(new CharsetRecog_mbcs.CharsetRecog_sjis(), true)); in list.add() argument
487 list.add(new CSRecognizerInfo(new CharsetRecog_2022.CharsetRecog_2022JP(), true)); in list.add() argument
488 list.add(new CSRecognizerInfo(new CharsetRecog_2022.CharsetRecog_2022CN(), true)); in list.add() argument
489 list.add(new CSRecognizerInfo(new CharsetRecog_2022.CharsetRecog_2022KR(), true)); in list.add() argument
490 …st.add(new CSRecognizerInfo(new CharsetRecog_mbcs.CharsetRecog_euc.CharsetRecog_gb_18030(), true)); in list.add() argument
[all …]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DCharsetDetector.java459 list.add(new CSRecognizerInfo(new CharsetRecog_UTF8(), true)); in list.add() argument
460 list.add(new CSRecognizerInfo(new CharsetRecog_Unicode.CharsetRecog_UTF_16_BE(), true)); in list.add() argument
461 list.add(new CSRecognizerInfo(new CharsetRecog_Unicode.CharsetRecog_UTF_16_LE(), true)); in list.add() argument
462 list.add(new CSRecognizerInfo(new CharsetRecog_Unicode.CharsetRecog_UTF_32_BE(), true)); in list.add() argument
463 list.add(new CSRecognizerInfo(new CharsetRecog_Unicode.CharsetRecog_UTF_32_LE(), true)); in list.add() argument
465 list.add(new CSRecognizerInfo(new CharsetRecog_mbcs.CharsetRecog_sjis(), true)); in list.add() argument
466 list.add(new CSRecognizerInfo(new CharsetRecog_2022.CharsetRecog_2022JP(), true)); in list.add() argument
467 list.add(new CSRecognizerInfo(new CharsetRecog_2022.CharsetRecog_2022CN(), true)); in list.add() argument
468 list.add(new CSRecognizerInfo(new CharsetRecog_2022.CharsetRecog_2022KR(), true)); in list.add() argument
469 …st.add(new CSRecognizerInfo(new CharsetRecog_mbcs.CharsetRecog_euc.CharsetRecog_gb_18030(), true)); in list.add() argument
[all …]
/third_party/flatbuffers/tests/
DJavaTest.java123 TestEq(Monster.MonsterBufferHasIdentifier(bb), true); in TestBuffer() local
146 TestEq(monster.test(monster2) != null, true); in TestBuffer() local
191 TestEq(monster.testbool(), true); in TestBuffer() local
769 TestEq(ref.isTypedVector(), true); in testDeprecatedTypedVectorString() local
1013 TestEq(rootReference.isMap(), true); in testHashMapToMap() local
1268 TestEq(scalarStuff.defaultBool(), true); in TestScalarOptional() local
1362 TestEq(scalarStuff.justBool(), true); in TestScalarOptional() local
1363 TestEq(scalarStuff.maybeBool(), true); in TestScalarOptional() local
1364 TestEq(scalarStuff.defaultBool(), true); in TestScalarOptional() local
1369 TestEq(scalarStuff.hasMaybeI8(), true); in TestScalarOptional() local
[all …]
/third_party/typescript/tests/cases/conformance/expressions/nullishCoalescingOperator/
DnullishCoalescingOperator1.ts35 const cc1 = c1 ?? true; constant
36 const cc2 = c2 ?? true; constant
37 const cc3 = c3 ?? true; constant
38 const cc4 = c4 ?? true; constant
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/spec/types/object_types/array_types/
Darray_types_3.ts26 let arr7: boolean[] = [true, false, true, false, true]; variable
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DMessageSchema.java2757 numberAt(pos), (List<Double>) unsafe.getObject(message, offset), writer, true); in writeFieldsInAscendingOrderProto2() local
2761 numberAt(pos), (List<Float>) unsafe.getObject(message, offset), writer, true); in writeFieldsInAscendingOrderProto2() local
2765 numberAt(pos), (List<Long>) unsafe.getObject(message, offset), writer, true); in writeFieldsInAscendingOrderProto2() local
2769 numberAt(pos), (List<Long>) unsafe.getObject(message, offset), writer, true); in writeFieldsInAscendingOrderProto2() local
2773 numberAt(pos), (List<Integer>) unsafe.getObject(message, offset), writer, true); in writeFieldsInAscendingOrderProto2() local
2777 numberAt(pos), (List<Long>) unsafe.getObject(message, offset), writer, true); in writeFieldsInAscendingOrderProto2() local
2781 numberAt(pos), (List<Integer>) unsafe.getObject(message, offset), writer, true); in writeFieldsInAscendingOrderProto2() local
2786 numberAt(pos), (List<Boolean>) unsafe.getObject(message, offset), writer, true); in writeFieldsInAscendingOrderProto2() local
2790 numberAt(pos), (List<Integer>) unsafe.getObject(message, offset), writer, true); in writeFieldsInAscendingOrderProto2() local
2794 numberAt(pos), (List<Integer>) unsafe.getObject(message, offset), writer, true); in writeFieldsInAscendingOrderProto2() local
[all …]
/third_party/node/benchmark/util/
Dtype-check.js12 'true': dataView, property
17 'true': int32Array, property
22 'true': uint8Array, property
/third_party/flutter/skia/third_party/externals/sdl/build-scripts/
Dwinrtbuild.ps149 [Parameter(Mandatory=$true,Position=1)][string]$PlatformToolset in Get-MSBuild-Env-Launcher() variable
75 [Parameter(Mandatory=$true,Position=1)][string]$PlatformToolset, in Get-SDL-WinRT-Variant-Name() variable
127 [Parameter(Mandatory=$true,Position=1)]$VSProjectPath in Get-VS-ProjectName() variable
149 [Parameter(Mandatory=$true,Position=1)][string]$SDLProjectName, in Build-SDL-WinRT-Variant() variable
151 [Parameter(Mandatory=$true,Position=2)][string]$PlatformToolset, in Build-SDL-WinRT-Variant() variable
153 [Parameter(Mandatory=$true,Position=3)][string]$Platform in Build-SDL-WinRT-Variant() variable
/third_party/typescript/tests/cases/conformance/expressions/arrayLiterals/
DarrayLiterals.ts15 var boolArr = [false, true, false, true]; variable
/third_party/python/Tools/msi/
Dmake_appx.ps122 [Parameter(Mandatory=$true)][string]$layout, variable
23 [Parameter(Mandatory=$true)][string]$msix, variable
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/stringprep/
DTestIDNARef.java521 doTestCompare(source.toString(),source.toString(),true); in TestCompare() local
524 doTestCompare(source.toString(),www+TestData.asciiIn[i]+com,true); in TestCompare() local
656 doTestCompare(source.toString(),source.toString(),true); in TestRootLabelSeparator() local
659 doTestCompare(source.toString(),www+TestData.asciiIn[i]+com,true); in TestRootLabelSeparator() local
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/stringprep/
DTestIDNARef.java524 doTestCompare(source.toString(),source.toString(),true); in TestCompare() local
527 doTestCompare(source.toString(),www+TestData.asciiIn[i]+com,true); in TestCompare() local
659 doTestCompare(source.toString(),source.toString(),true); in TestRootLabelSeparator() local
662 doTestCompare(source.toString(),www+TestData.asciiIn[i]+com,true); in TestRootLabelSeparator() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DDelinearization.cpp125 INITIALIZE_PASS_BEGIN(Delinearization, DL_NAME, delinearization_name, true, in INITIALIZE_PASS_BEGIN() argument
/third_party/musl/porting/liteos_a/kernel/include/
Dstdbool.h6 #define true 1 macro
/third_party/musl/porting/uniproton/kernel/include/
Dstdbool.h6 #define true 1 macro
/third_party/musl/ndk_musl_include/
Dstdbool.h6 #define true 1 macro
/third_party/musl/porting/liteos_m/user/include/
Dstdbool.h6 #define true 1 macro
/third_party/musl/porting/liteos_m/kernel/include/
Dstdbool.h6 #define true 1 macro

123456