Home
last modified time | relevance | path

Searched full:settype (Results 1 – 25 of 6510) sorted by relevance

12345678910>>...261

/aosp_15_r20/external/icing/icing/schema/
H A Dschema-util_test.cc71 .SetType("A") in TEST_P()
80 .SetType("B") in TEST_P()
94 .SetType("C") in TEST_P()
103 .SetType("D") in TEST_P()
112 .SetType("E") in TEST_P()
121 .SetType("F") in TEST_P()
179 .SetType("A") in TEST_P()
188 .SetType("B") in TEST_P()
202 .SetType("C") in TEST_P()
211 .SetType("D") in TEST_P()
[all …]
H A Dschema-store_test.cc79 .SetType("email") in SetUp()
139 .AddType(SchemaTypeConfigBuilder().SetType("type_a").AddProperty( in TEST_F()
175 .AddType(SchemaTypeConfigBuilder().SetType("type_a").AddProperty( in TEST_F()
196 .AddType(SchemaTypeConfigBuilder().SetType("type_b").AddProperty( in TEST_F()
250 .AddType(SchemaTypeConfigBuilder().SetType("corrupted")) in TEST_F()
623 SchemaTypeConfigBuilder().SetType("db1_email").SetDatabase("db1")) in TEST_F()
625 .SetType("db1_message") in TEST_F()
645 SchemaTypeConfigBuilder().SetType("db2_email").SetDatabase("db2")) in TEST_F()
647 .SetType("db2_message") in TEST_F()
664 SchemaTypeConfigBuilder().SetType("db1_email").SetDatabase("db1")) in TEST_F()
[all …]
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DPostOrderIterator.h42 // - By providing a custom SetType class, unwanted graph nodes can be excluded
56 template<class SetType, bool External>
58 SetType Visited;
72 template<class SetType>
73 class po_iterator_storage<SetType, true> {
74 SetType &Visited;
77 po_iterator_storage(SetType &VSet) : Visited(VSet) {} in po_iterator_storage()
92 class SetType =
97 public po_iterator_storage<SetType, ExtStorage> {
114 po_iterator(NodeRef BB, SetType &S) in po_iterator()
[all …]
/aosp_15_r20/external/llvm/include/llvm/ADT/
H A DPostOrderIterator.h40 // - By providing a custom SetType class, unwanted graph nodes can be excluded
54 template<class SetType, bool External>
56 SetType Visited;
70 template<class SetType>
71 class po_iterator_storage<SetType, true> {
72 SetType &Visited;
74 po_iterator_storage(SetType &VSet) : Visited(VSet) {} in po_iterator_storage()
90 class SetType = llvm::SmallPtrSet<typename GraphTraits<GraphT>::NodeType*, 8>,
95 public po_iterator_storage<SetType, ExtStorage> {
122 po_iterator(NodeType *BB, SetType &S) in po_iterator()
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ADT/
DPostOrderIterator.h43 // - By providing a custom SetType class, unwanted graph nodes can be excluded
57 template<class SetType, bool External>
59 SetType Visited;
73 template<class SetType>
74 class po_iterator_storage<SetType, true> {
75 SetType &Visited;
78 po_iterator_storage(SetType &VSet) : Visited(VSet) {} in po_iterator_storage()
94 class SetType = SmallPtrSet<typename GraphTraits<GraphT>::NodeRef, 8>,
96 class po_iterator : public po_iterator_storage<SetType, ExtStorage> {
121 po_iterator(NodeRef BB, SetType &S) in po_iterator()
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ADT/
DPostOrderIterator.h43 // - By providing a custom SetType class, unwanted graph nodes can be excluded
57 template<class SetType, bool External>
59 SetType Visited;
73 template<class SetType>
74 class po_iterator_storage<SetType, true> {
75 SetType &Visited;
78 po_iterator_storage(SetType &VSet) : Visited(VSet) {} in po_iterator_storage()
94 class SetType = SmallPtrSet<typename GraphTraits<GraphT>::NodeRef, 8>,
96 class po_iterator : public po_iterator_storage<SetType, ExtStorage> {
121 po_iterator(NodeRef BB, SetType &S) in po_iterator()
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ADT/
DPostOrderIterator.h43 // - By providing a custom SetType class, unwanted graph nodes can be excluded
57 template<class SetType, bool External>
59 SetType Visited;
73 template<class SetType>
74 class po_iterator_storage<SetType, true> {
75 SetType &Visited;
78 po_iterator_storage(SetType &VSet) : Visited(VSet) {} in po_iterator_storage()
94 class SetType = SmallPtrSet<typename GraphTraits<GraphT>::NodeRef, 8>,
96 class po_iterator : public po_iterator_storage<SetType, ExtStorage> {
121 po_iterator(NodeRef BB, SetType &S) in po_iterator()
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/ADT/
DPostOrderIterator.h43 // - By providing a custom SetType class, unwanted graph nodes can be excluded
57 template<class SetType, bool External>
59 SetType Visited;
73 template<class SetType>
74 class po_iterator_storage<SetType, true> {
75 SetType &Visited;
78 po_iterator_storage(SetType &VSet) : Visited(VSet) {} in po_iterator_storage()
94 class SetType = SmallPtrSet<typename GraphTraits<GraphT>::NodeRef, 8>,
96 class po_iterator : public po_iterator_storage<SetType, ExtStorage> {
121 po_iterator(NodeRef BB, SetType &S) in po_iterator()
[all …]
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ADT/
H A DPostOrderIterator.h44 // - By providing a custom SetType class, unwanted graph nodes can be excluded
58 template<class SetType, bool External>
60 SetType Visited;
74 template<class SetType>
75 class po_iterator_storage<SetType, true> {
76 SetType &Visited;
79 po_iterator_storage(SetType &VSet) : Visited(VSet) {} in po_iterator_storage()
95 class SetType = SmallPtrSet<typename GraphTraits<GraphT>::NodeRef, 8>,
97 class po_iterator : public po_iterator_storage<SetType, ExtStorage> {
121 po_iterator(NodeRef BB, SetType &S) in po_iterator()
[all …]
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/typecheck/
Dfunc.go177 n.SetType(nil)
187 n.SetType(nil)
206 n.SetType(nil)
211 n.SetType(l.Type())
219 n.SetType(nil)
253 n.SetType(nil)
265 n.SetType(l.Type().Result(0).Type)
287 n.SetType(l.Type().ResultsTuple())
297 n.SetType(nil)
303 n.SetType(nil)
[all …]
Dexpr.go51 // n.SetType(t)
181 n.SetType(nil)
352 n.SetType(nil)
359 n.SetType(nil)
431 n.SetType(typ)
475 n.SetType(nil)
486 n.SetType(nil)
497 n.SetType(nil)
506 n.SetType(nil)
531 n.SetType(nil)
[all …]
/aosp_15_r20/external/sdk-platform-java/gapic-generator-java/src/test/java/com/google/api/generator/engine/ast/
H A DCastExprTest.java24 Variable variable = Variable.builder().setName("x").setType(TypeNode.STRING).build(); in validCastExpr_basic()
27 .setType(TypeNode.withReference(ConcreteReference.withClazz(Object.class))) in validCastExpr_basic()
36 .setType(TypeNode.withReference(ConcreteReference.withClazz(Object.class))) in validCastExpr_basicNull()
44 Variable variable = Variable.builder().setName("x").setType(TypeNode.LONG).build(); in validCastExpr_basicPrimitiveSame()
46 CastExpr.builder().setType(TypeNode.LONG).setExpr(variableExpr).build(); in validCastExpr_basicPrimitiveSame()
52 Variable variable = Variable.builder().setName("x").setType(TypeNode.BOOLEAN).build(); in validCastExpr_basicPrimitiveBoolean()
54 CastExpr.builder().setType(TypeNode.BOOLEAN).setExpr(variableExpr).build(); in validCastExpr_basicPrimitiveBoolean()
60 Variable variable = Variable.builder().setName("x").setType(TypeNode.LONG).build(); in validCastExpr_basicPrimitiveNarrowing()
62 CastExpr.builder().setType(TypeNode.INT).setExpr(variableExpr).build(); in validCastExpr_basicPrimitiveNarrowing()
65 variable = Variable.builder().setName("x").setType(TypeNode.DOUBLE).build(); in validCastExpr_basicPrimitiveNarrowing()
[all …]
H A DTernaryExprTest.java26 Variable.builder().setName("condition").setType(TypeNode.BOOLEAN).build(); in validTernaryExpr_primitiveType()
29 Value value1 = PrimitiveValue.builder().setType(TypeNode.INT).setValue("3").build(); in validTernaryExpr_primitiveType()
31 Value value2 = PrimitiveValue.builder().setType(TypeNode.INT).setValue("4").build(); in validTernaryExpr_primitiveType()
48 Variable.builder().setName("condition").setType(TypeNode.BOOLEAN).build(); in validTernaryExpr_objectType()
72 Variable.builder().setName("condition").setType(TypeNode.BOOLEAN).build(); in validTernaryExpr_primitiveAndBoxedType()
74 Variable intVariable = Variable.builder().setName("intValue").setType(TypeNode.INT).build(); in validTernaryExpr_primitiveAndBoxedType()
77 Variable.builder().setName("integerValue").setType(TypeNode.INT_OBJECT).build(); in validTernaryExpr_primitiveAndBoxedType()
95 Variable.builder().setName("condition").setType(TypeNode.BOOLEAN).build(); in validTernaryExpr_boxedAndPrimitiveType()
98 Variable.builder().setName("doubleObjectVariable").setType(TypeNode.DOUBLE_OBJECT).build(); in validTernaryExpr_boxedAndPrimitiveType()
101 Variable.builder().setName("doubleVariable").setType(TypeNode.DOUBLE).build(); in validTernaryExpr_boxedAndPrimitiveType()
[all …]
H A DVariableExprTest.java27 Variable variable = Variable.builder().setName("x").setType(TypeNode.INT).build(); in validVariableExpr_basic()
40 .setVariable(Variable.builder().setType(TypeNode.INT).setName("MAX_VALUE").build()) in validVariableExpr_staticReference()
50 .setType(TypeNode.withReference(ConcreteReference.withClazz(Class.class))) in validVariableExpr_classFieldOnStaticReference()
62 .setType(TypeNode.withReference(ConcreteReference.withClazz(Class.class))) in validVariableExpr_classFieldOnExprReference()
75 Variable variable = Variable.builder().setName("x").setType(TypeNode.STRING).build(); in validVariableExpr_withFields()
93 Variable variable = Variable.builder().setName("x").setType(TypeNode.BOOLEAN).build(); in validVariableExpr_declaration()
103 Variable variable = Variable.builder().setName("x").setType(TypeNode.BOOLEAN).build(); in validVariableExpr_volatileDeclaration()
122 Variable variable = Variable.builder().setName("x").setType(TypeNode.STRING_ARRAY).build(); in validVariableExpr_reference()
125 Variable subVariable = Variable.builder().setName("length").setType(TypeNode.INT).build(); in validVariableExpr_reference()
132 Variable variable = Variable.builder().setName("x").setType(TypeNode.STRING_ARRAY).build(); in validVariableExpr_referenceWithModifiersSet()
[all …]
H A DThrowExprTest.java26 ThrowExpr.builder().setType(npeType).build(); in createThrowExpr_basic()
38 .setType(TypeNode.withExceptionClazz(RuntimeException.class)) in createThrowExpr_basicExpr()
44 throwExpr = ThrowExpr.builder().setThrowExpr(throwVarExpr).setType(npeType).build(); in createThrowExpr_basicExpr()
51 ThrowExpr.builder().setType(npeType).setMessageExpr("Some message").build(); in createThrowExpr_basicWithStringMessage()
63 ThrowExpr.builder().setType(npeType).setMessageExpr(messageExpr).build(); in createThrowExpr_messageExpr()
71 IllegalStateException.class, () -> ThrowExpr.builder().setType(nonExceptionType).build()); in createThrowExpr_badExceptionType()
81 () -> ThrowExpr.builder().setType(npeType).setMessageExpr(messageExpr).build()); in createThrowExpr_badMessageExpr()
89 .setType(npeType) in createThrowExpr_causeExpr()
92 .setType(TypeNode.withReference(ConcreteReference.withClazz(Throwable.class))) in createThrowExpr_causeExpr()
103 .setType(npeType) in createThrowExpr_causeExpr_throwableSubtype()
[all …]
H A DGeneralForStatementTest.java28 Variable variable = Variable.builder().setName("i").setType(TypeNode.INT).build(); in validGeneralForStatement_basicIsDecl()
32 ValueExpr.withValue(PrimitiveValue.builder().setValue("0").setType(TypeNode.INT).build()); in validGeneralForStatement_basicIsDecl()
45 Variable variable = Variable.builder().setName("i").setType(TypeNode.INT).build(); in validGeneralForStatement_basicIsNotDecl()
49 ValueExpr.withValue(PrimitiveValue.builder().setValue("0").setType(TypeNode.INT).build()); in validGeneralForStatement_basicIsNotDecl()
61 Variable variable = Variable.builder().setName("i").setType(TypeNode.INT).build(); in validGeneralForStatement_emptyBody()
65 ValueExpr.withValue(PrimitiveValue.builder().setValue("0").setType(TypeNode.INT).build()); in validGeneralForStatement_emptyBody()
78 Variable variable = Variable.builder().setName("i").setType(TypeNode.INT).build(); in validForStatement_privateNotIsDeclVariable()
86 ValueExpr.withValue(PrimitiveValue.builder().setValue("0").setType(TypeNode.INT).build()); in validForStatement_privateNotIsDeclVariable()
97 Variable variable = Variable.builder().setName("i").setType(TypeNode.INT).build(); in validForStatement_instanceStaticVariable()
106 ValueExpr.withValue(PrimitiveValue.builder().setValue("0").setType(TypeNode.INT).build()); in validForStatement_instanceStaticVariable()
[all …]
H A DAssignmentExprTest.java27 Variable variable = Variable.builder().setName("x").setType(TypeNode.INT).build(); in assignMatchingValue()
31 Value value = PrimitiveValue.builder().setType(TypeNode.INT).setValue("3").build(); in assignMatchingValue()
39 Variable variable = Variable.builder().setName("x").setType(TypeNode.BOOLEAN).build(); in assignMismatchedValue()
43 Value value = PrimitiveValue.builder().setType(TypeNode.INT).setValue("3").build(); in assignMismatchedValue()
54 .setType(TypeNode.withReference(ConcreteReference.withClazz(List.class))) in assignSubtypeValue()
70 Variable variable = Variable.builder().setName("x").setType(TypeNode.INT).build(); in assignMatchingVariable()
74 Variable anotherVariable = Variable.builder().setName("y").setType(TypeNode.INT).build(); in assignMatchingVariable()
82 Variable variable = Variable.builder().setName("x").setType(TypeNode.STRING).build(); in assignNullObjectValue()
94 Variable variable = Variable.builder().setName("x").setType(TypeNode.INT).build(); in writeAssignmentExpr_nullObjectValuePrimitiveType()
107 Variable variable = Variable.builder().setName("x").setType(TypeNode.BOOLEAN_OBJECT).build(); in writeAssignmentExpr_primitiveToBoxedType()
[all …]
/aosp_15_r20/packages/apps/Dialer/java/com/android/dialer/databasepopulator/
DCallLogPopulator.java39 CallEntry.builder().setType(Calls.MISSED_TYPE).setNumber("+1-302-6365454"),
41 .setType(Calls.MISSED_TYPE)
44 CallEntry.builder().setType(Calls.REJECTED_TYPE).setNumber("+1-302-6365454"),
45 CallEntry.builder().setType(Calls.INCOMING_TYPE).setNumber("+1-302-6365454"),
47 .setType(Calls.MISSED_TYPE)
50 CallEntry.builder().setType(Calls.OUTGOING_TYPE).setNumber("+1-302-6365454"),
51 CallEntry.builder().setType(Calls.BLOCKED_TYPE).setNumber("+1-302-6365454"),
52 CallEntry.builder().setType(Calls.OUTGOING_TYPE).setNumber("(425) 739-5600"),
53 CallEntry.builder().setType(Calls.ANSWERED_EXTERNALLY_TYPE).setNumber("(425) 739-5600"),
54 CallEntry.builder().setType(Calls.MISSED_TYPE).setNumber("+1 (425) 739-5600"),
[all …]
/aosp_15_r20/external/sdk-platform-java/gapic-generator-java/src/test/java/com/google/api/generator/engine/writer/
H A DJavaWriterVisitorTest.java171 .setType(fakeAnnotationType) in writeAnnotation_withValueDescription()
174 PrimitiveValue.builder().setValue("12").setType(TypeNode.INT).build())) in writeAnnotation_withValueDescription()
197 .setType(conditionalOnPropertyType) in writeAnnotation_withVariableExprDescription()
201 Variable.builder().setType(TypeNode.CLASS_OBJECT).setName("class").build()) in writeAnnotation_withVariableExprDescription()
222 Variable.builder().setName("matchIfMissing").setType(TypeNode.BOOLEAN).build())) in writeAnnotation_withMultipleNamedDescriptions()
225 PrimitiveValue.builder().setValue("false").setType(TypeNode.BOOLEAN).build())) in writeAnnotation_withMultipleNamedDescriptions()
231 Variable.builder().setName("value").setType(TypeNode.STRING).build())) in writeAnnotation_withMultipleNamedDescriptions()
238 .setType(conditionalOnPropertyType) in writeAnnotation_withMultipleNamedDescriptions()
256 ValueExpr.withValue(PrimitiveValue.builder().setValue("12").setType(TypeNode.INT).build()); in writeAnnotation_withInvalidDescriptions()
260 .setVariable(Variable.builder().setType(TypeNode.CLASS_OBJECT).setName("class").build()) in writeAnnotation_withInvalidDescriptions()
[all …]
H A DImportWriterVisitorTest.java123 .setType(TypeNode.withReference(ConcreteReference.withClazz(ArrayList.class))) in writeNewObjectExprImports_basic()
135 Variable.builder().setName("file").setType(TypeNode.withReference(fileRef)).build(); in writeNewObjectExprImports_withArgs()
139 .setType(TypeNode.withReference(fileOutputStreamRef)) in writeNewObjectExprImports_withArgs()
163 Variable.builder().setName("initialCapacity").setType(TypeNode.INT).build(); in writeNewObjectExprImports_genericsAndVariableArgs()
165 Variable loadFactor = Variable.builder().setName("loadFactor").setType(TypeNode.FLOAT).build(); in writeNewObjectExprImports_genericsAndVariableArgs()
171 .setType(type) in writeNewObjectExprImports_genericsAndVariableArgs()
185 Variable message = Variable.builder().setName("message").setType(TypeNode.STRING).build(); in writeNewObjectExprImports_methodExprArg()
189 .setVariable(Variable.builder().setName("mapArg").setType(mapType).build()) in writeNewObjectExprImports_methodExprArg()
200 .setType(exceptionType) in writeNewObjectExprImports_methodExprArg()
253 .setType( in writeVariableExprImports_staticReference()
[all …]
/aosp_15_r20/external/pytorch/test/onnx/
H A Dtest_pytorch_onnx_shape_inference.py94 shape.setType(torch._C.ListType.ofInts())
108 shape.setType(torch._C.ListType.ofInts())
121 input.setType(
125 indices.setType(indices.type().with_dtype(torch.int64).with_sizes([None]))
134 input.setType(
163 input.setType(input.type().with_sizes([None, None, 2, 8]))
172 input.setType(input.type().with_sizes([3, 4, 0]))
180 input.setType(input.type().with_sizes([None, None]))
182 start_input.setType(start_input.type().with_sizes([None]))
193 start_input.setType(start_input.type().with_sizes([2]))
[all …]
/aosp_15_r20/external/google-cloud-java/java-analytics-admin/google-analytics-admin/src/main/java/com/google/analytics/admin/v1alpha/stub/
H A DGrpcAnalyticsAdminServiceStub.java241 .setType(MethodDescriptor.MethodType.UNARY)
250 .setType(MethodDescriptor.MethodType.UNARY)
260 .setType(MethodDescriptor.MethodType.UNARY)
269 .setType(MethodDescriptor.MethodType.UNARY)
282 .setType(MethodDescriptor.MethodType.UNARY)
294 .setType(MethodDescriptor.MethodType.UNARY)
305 .setType(MethodDescriptor.MethodType.UNARY)
314 .setType(MethodDescriptor.MethodType.UNARY)
326 .setType(MethodDescriptor.MethodType.UNARY)
337 .setType(MethodDescriptor.MethodType.UNARY)
[all …]
/aosp_15_r20/frameworks/compile/mclinker/lib/Support/Unix/
DPathV3.inc136 pFileStatus.setType(FileNotFound);
138 pFileStatus.setType(StatusError);
140 pFileStatus.setType(DirectoryFile);
142 pFileStatus.setType(RegularFile);
144 pFileStatus.setType(BlockFile);
146 pFileStatus.setType(CharacterFile);
148 pFileStatus.setType(FifoFile);
150 pFileStatus.setType(SocketFile);
152 pFileStatus.setType(TypeUnknown);
160 pFileStatus.setType(FileNotFound);
[all …]
/aosp_15_r20/external/google-cloud-java/java-analytics-admin/google-analytics-admin/src/main/java/com/google/analytics/admin/v1beta/stub/
H A DGrpcAnalyticsAdminServiceStub.java131 .setType(MethodDescriptor.MethodType.UNARY)
140 .setType(MethodDescriptor.MethodType.UNARY)
149 .setType(MethodDescriptor.MethodType.UNARY)
158 .setType(MethodDescriptor.MethodType.UNARY)
171 .setType(MethodDescriptor.MethodType.UNARY)
183 .setType(MethodDescriptor.MethodType.UNARY)
194 .setType(MethodDescriptor.MethodType.UNARY)
203 .setType(MethodDescriptor.MethodType.UNARY)
215 .setType(MethodDescriptor.MethodType.UNARY)
226 .setType(MethodDescriptor.MethodType.UNARY)
[all …]
/aosp_15_r20/external/icu/icu4j/tools/build/src/main/java/com/ibm/icu/dev/tool/docs/
H A DAPIInfo.java90 public void setDraft() { setType(STA, STA_DRAFT); } in setDraft()
91 public void setStable() { setType(STA, STA_STABLE); } in setStable()
92 public void setDeprecated() { setType(STA, STA_DEPRECATED); } in setDeprecated()
93 public void setObsolete() { setType(STA, STA_OBSOLETE); } in setObsolete()
94 public void setInternal() { setType(STA, STA_INTERNAL); } in setInternal()
95 public void setPackage() { setType(VIS, VIS_PACKAGE); } in setPackage()
96 public void setPublic() { setType(VIS, VIS_PUBLIC); } in setPublic()
97 public void setProtected() { setType(VIS, VIS_PROTECTED); } in setProtected()
98 public void setPrivate() { setType(VIS, VIS_PRIVATE); } in setPrivate()
99 public void setStatic() { setType(STK, STK_STATIC); } in setStatic()
[all …]

12345678910>>...261