Home
last modified time | relevance | path

Searched refs:anInt (Results 1 – 25 of 36) sorted by relevance

12

/external/guice/extensions/testlib/test/com/google/inject/testing/fieldbinder/
DBoundFieldModuleTest.java55 @Bind private Integer anInt = testValue; in testBindingOnePrivate()
68 @Bind public Integer anInt = testValue; in testBindingOnePublic()
78 @Bind Integer anInt; field in BoundFieldModuleTest.FieldBindableClass
80 FieldBindableClass(Integer anInt) { in FieldBindableClass() argument
81 this.anInt = anInt; in FieldBindableClass()
86 FieldBindableSubclass(Integer anInt) { in FieldBindableSubclass() argument
87 super(anInt); in FieldBindableSubclass()
97 assertEquals(instance.anInt, injector.getInstance(Integer.class)); in testSuperTypeBinding()
105 @Bind private Integer anInt = testValue; in testBindingTwo()
121 private Integer anInt = testValue; in testBindingSuperType()
[all …]
/external/antlr/runtime/ObjC/Framework/
DACNumber.m29 + (ACNumber *)numberWithInt:(NSInteger)anInt
31 return [[ACNumber alloc] initWithInteger:anInt];
34 + (ACNumber *)numberWithInteger:(NSInteger)anInt
36 return [[ACNumber alloc] initWithInteger:anInt];
89 - (ACNumber *)initWithInteger:(NSInteger)anInt
97 u.i = anInt;
152 - (NSInteger)add:(NSInteger)anInt
154 return (u.i+=anInt);
DACNumber.h30 + (ACNumber *)numberWithInt:(NSInteger)anInt;
31 + (ACNumber *)numberWithInteger:(NSInteger)anInt;
36 - (ACNumber *)initWithInteger:(NSInteger)anInt;
44 - (NSInteger)add:(NSInteger)anInt;
DLookaheadStream.h71 - (void) setEofElementIndex:(NSInteger) anInt;
73 - (void) setLastMarker:(NSInteger) anInt;
75 - (void) setMarkDepth:(NSInteger) anInt;
DLookaheadStream.m204 - (void) setEofElementIndex:(NSInteger) anInt
206 eofElementIndex = anInt;
214 - (void) setLastMarker:(NSInteger) anInt
216 lastMarker = anInt;
224 - (void) setMarkDepth:(NSInteger) anInt
226 markDepth = anInt;
DBufferedTokenStream.h72 - (void) setRange:(NSInteger)anInt;
/external/clang/test/CodeGen/
Dpacked-structure.c91 int anInt; member
94 int s3_1 = __alignof(((struct s3*) 0)->anInt);
99 return ptr->anInt; in test3()
/external/llvm-project/clang/test/CodeGen/
Dpacked-structure.c91 int anInt; member
94 int s3_1 = __alignof(((struct s3*) 0)->anInt);
99 return ptr->anInt; in test3()
/external/llvm-project/lldb/test/API/lang/cpp/namespace_conflicts/
Dmain.cpp4 static int anInt() { return 2; } in anInt() function
17 D myD { D::anInt() }; in main()
/external/llvm-project/lldb/test/API/lang/cpp/llvm-style/
Dmain.cpp4 static int anInt() { return 2; } in anInt() function
24 D myD { D::anInt() }; in main()
/external/auto/value/src/it/functional/src/test/java/com/google/auto/value/
DAutoAnnotationTest.java130 int anInt(); in anInt() method
175 int anInt, in newEverything() argument
198 anInt, in newEverything()
224 int anInt, in newEverythingCollections() argument
247 anInt, in newEverythingCollections()
272 anInt = 3,
557 int anInt() default 23; in anInt() method
DAutoOneOfTest.java252 public abstract int anInt(); in anInt() method in AutoOneOfTest.Primitive
273 return AutoOneOf_AutoOneOfTest_Primitive.anInt(x); in of()
300 assertThat(primitive.anInt()).isEqualTo(17); in primitive()
DAutoAnnotationDefaultsTest.java39 int anInt() default 3; in anInt() method
/external/antlr/runtime/ObjC/Framework/examples/simplecTreeParser/
DSimpleC.g99 K_INT : anInt+=('0'..'9')+ {NSLog(@"\%@", $anInt);}
DSimpleCLexer.m289 CommonToken *anInt=nil;
291 …tlr3/runtime/ObjC/Framework/examples/simplecTreeParser/SimpleC.g:99:7: ( (anInt+= ( '0' .. '9' ) )…
292 …antlr3/runtime/ObjC/Framework/examples/simplecTreeParser/SimpleC.g:99:9: (anInt+= ( '0' .. '9' ) )…
295 …ntlr3/runtime/ObjC/Framework/examples/simplecTreeParser/SimpleC.g:99:14: (anInt+= ( '0' .. '9' ) )…
307 …antlr3/runtime/ObjC/Framework/examples/simplecTreeParser/SimpleC.g:99:14: anInt+= ( '0' .. '9' ) /…
311 anInt = [input LA:1];
317 mse.c = anInt;
/external/llvm-project/llvm/test/Assembler/
D2007-08-06-AliasInvalid.ll5 @anInt = global i32 1
/external/llvm/test/Assembler/
D2007-08-06-AliasInvalid.ll5 @anInt = global i32 1
/external/clang/test/Parser/
Dtypeof.c11 typeof(TInt) anInt; in test() local
/external/llvm-project/clang/test/Parser/
Dtypeof.c11 typeof(TInt) anInt; in test() local
/external/guava/android/guava-tests/test/com/google/common/base/
DPreconditionsTest.java521 int anInt = 1; in overloadSelection() local
533 Preconditions.checkState(aBoolean, "", aBoolean ? "" : anInt, (Object) anInt); in overloadSelection()
/external/guava/guava-tests/test/com/google/common/base/
DPreconditionsTest.java521 int anInt = 1; in overloadSelection() local
533 Preconditions.checkState(aBoolean, "", aBoolean ? "" : anInt, (Object) anInt); in overloadSelection()
/external/protobuf/js/
Dmessage_test.js162 aNestedMessage: {anInt: 11}, property
163 aRepeatedMessageList: [{anInt: 22}, {anInt: 33}], property
176 {anInt: 11, $jspbMessageInstance: foo.getANestedMessage()}, property
178 {anInt: 22, $jspbMessageInstance: foo.getARepeatedMessageList()[0]}, property
179 {anInt: 33, $jspbMessageInstance: foo.getARepeatedMessageList()[1]} property
203 aNestedMessage: {anInt: undefined}, property
/external/protobuf/js/compatibility_tests/v3.1.0/
Dmessage_test.js114 anInt: 11 property
116 aRepeatedMessageList: [{anInt: 22}, {anInt: 33}], property
126 anInt: 11, property
130 {anInt: 22, $jspbMessageInstance: foo.getARepeatedMessageList()[0]}, property
131 {anInt: 33, $jspbMessageInstance: foo.getARepeatedMessageList()[1]} property
151 anInt: undefined property
/external/protobuf/js/compatibility_tests/v3.0.0/
Dmessage_test.js114 anInt: 11 property
116 aRepeatedMessageList: [{anInt: 22}, {anInt: 33}], property
126 anInt: 11, property
130 {anInt: 22, $jspbMessageInstance: foo.getARepeatedMessageList()[0]}, property
131 {anInt: 33, $jspbMessageInstance: foo.getARepeatedMessageList()[1]} property
151 anInt: undefined property
/external/python/cpython2/Lib/test/
Dtest_plistlib.py103 anInt = 728,

12