Home
last modified time | relevance | path

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

1234567

/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/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/gettext/libtextstyle/lib/
Dstdbool.mini.h100 # define true true macro
105 # define true 1 macro
/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/node/benchmark/util/
Dtype-check.js12 'true': dataView, property
17 'true': int32Array, property
22 'true': uint8Array, property
/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/boost/boost/asio/impl/
Dpost.hpp102 void operator()(BOOST_ASIO_MOVE_ARG(CompletionHandler) handler, in operator ()()
128 void operator()(BOOST_ASIO_MOVE_ARG(CompletionHandler) handler, in operator ()()
159 void operator()(BOOST_ASIO_MOVE_ARG(CompletionHandler) handler, in operator ()()
180 void operator()(BOOST_ASIO_MOVE_ARG(CompletionHandler) handler, in operator ()()
Ddispatch.hpp99 void operator()(BOOST_ASIO_MOVE_ARG(CompletionHandler) handler, in operator ()()
124 void operator()(BOOST_ASIO_MOVE_ARG(CompletionHandler) handler, in operator ()()
154 void operator()(BOOST_ASIO_MOVE_ARG(CompletionHandler) handler, in operator ()()
175 void operator()(BOOST_ASIO_MOVE_ARG(CompletionHandler) handler, in operator ()()
Ddefer.hpp102 void operator()(BOOST_ASIO_MOVE_ARG(CompletionHandler) handler, in operator ()()
128 void operator()(BOOST_ASIO_MOVE_ARG(CompletionHandler) handler, in operator ()()
159 void operator()(BOOST_ASIO_MOVE_ARG(CompletionHandler) handler, in operator ()()
180 void operator()(BOOST_ASIO_MOVE_ARG(CompletionHandler) handler, in operator ()()
/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/grpc/src/ruby/lib/grpc/generic/
Dbidi_call.rb142 def write_loop(requests, is_client: true, set_output_stream_done: nil)
187 def read_loop(set_input_stream_done, is_client: true)
/third_party/python/Tools/msi/
Dmake_appx.ps122 [Parameter(Mandatory=$true)][string]$layout, variable
23 [Parameter(Mandatory=$true)][string]$msix, variable
/third_party/boost/libs/wave/test/testwave/testfiles/
Dt_9_017.cpp12 #define true 1 macro
/third_party/typescript_eslint/packages/shared-fixtures/fixtures/typescript/basics/
Dclass-with-property-function.src.ts2 foo: () => boolean = (): boolean => true; property in Foo
/third_party/musl/include/
Dstdbool.h6 #define true 1 macro
/third_party/musl/porting/liteos_a/kernel/include/
Dstdbool.h6 #define true 1 macro
/third_party/musl/porting/liteos_m/kernel/include/
Dstdbool.h10 #define true 1 macro
/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

1234567