OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:aValue
(Results
1 - 25
of
28
) sorted by null
1
2
/external/hamcrest/hamcrest-library/src/test/java/org/hamcrest/beans/
SamePropertyValuesAsTest.java
10
private static final Value
aValue
= new Value("expected");
11
private static final ExampleBean expectedBean = new ExampleBean("same", 1,
aValue
);
12
private static final ExampleBean actualBean = new ExampleBean("same", 1,
aValue
);
26
samePropertyValuesAs((Object)
aValue
), actualBean);
31
samePropertyValuesAs(expectedBean), new ExampleBean("different", 1,
aValue
));
33
samePropertyValuesAs(expectedBean), new ExampleBean("same", 2,
aValue
));
40
samePropertyValuesAs(expectedBean), new SubBeanWithNoExtraProperties("same", 1,
aValue
));
45
samePropertyValuesAs(expectedBean), new SubBeanWithExtraProperty("same", 1,
aValue
));
/external/clang/test/SemaTemplate/
attributes.cpp
47
inline T WBCFRetain(T
aValue
) { return
aValue
? (T)CFRetain(
aValue
) : (T)0; }
53
inline void WBCFRelease(__attribute__((cf_consumed)) T
aValue
) { if(
aValue
) CFRelease(
aValue
); }
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ObjC/
ST.stg
153
- (STAttrMap *) setObject:(id)
aValue
forKey:(NS*)String attrName
239
- (STAttrMap *) setObject:(id)
aValue
forKey:(NSString *)aAttrName
241
[super setObject:
aValue
forKey:aAttrName];
245
- (STAttrMap *) setObjectWithInt:(NSInteger)
aValue
forKey:(NSString *)aAttrName
247
[super setObject:[NSNumber numberWithInteger:
aValue
] forKey:aAttrName];
/libcore/support/src/test/java/tests/support/
Support_GetPutFields.java
53
public SimpleClass(int
aValue
, String bValue) {
54
a =
aValue
;
Support_GetPutFieldsDefaulted.java
64
public SimpleClass(int
aValue
, String bValue) {
65
a =
aValue
;
Support_GetPutFieldsDeprecated.java
55
public SimpleClass(int
aValue
, String bValue) {
56
a =
aValue
;
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRIntArray.h
60
- (void)replaceInteger:(NSInteger)
aValue
AtIndex:(NSUInteger)anIndex;
/external/r8/src/test/examples/throwing/
Throwing.java
110
int
aValue
= value * 2 / (value & 0x0);
111
return
aValue
;
/external/deqp/external/vulkancts/modules/vulkan/ycbcr/
vktYCbCrConversionTests.cpp
[
all
...]
/prebuilts/tools/common/m2/repository/com/puppycrawl/tools/checkstyle/5.9/
checkstyle-5.9.jar
/external/r8/deps/
jopt-simple-4.6.jar
/prebuilts/tools/common/m2/repository/net/sf/jopt-simple/jopt-simple/4.9/
jopt-simple-4.9.jar
/prebuilts/tools/common/offline-m2/net/sf/jopt-simple/jopt-simple/4.9/
jopt-simple-4.9.jar
/external/mockito/lib/
byte-buddy-1.6.9.jar
/prebuilts/tools/common/m2/repository/net/bytebuddy/byte-buddy/1.4.33/
byte-buddy-1.4.33.jar
/prebuilts/tools/common/m2/repository/net/bytebuddy/byte-buddy/1.5.5/
byte-buddy-1.5.5.jar
/prebuilts/tools/common/m2/repository/net/bytebuddy/byte-buddy/1.6.5/
byte-buddy-1.6.5.jar
/prebuilts/tools/common/m2/repository/org/glassfish/jaxb/codemodel/2.2.11/
codemodel-2.2.11.jar
/external/guice/extensions/struts2/lib/
struts2-core-2.2.1.jar
/prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar
/external/testng/ant/
ivy-2.1.0.jar
/prebuilts/misc/common/groovy/
groovy-all-1.7.0.jar
/prebuilts/tools/common/m2/repository/org/codehaus/groovy/groovy-all/2.2.1/
groovy-all-2.2.1.jar
/prebuilts/tools/common/m2/repository/org/codehaus/groovy/groovy-all/2.3.6/
groovy-all-2.3.6.jar
/prebuilts/tools/common/m2/repository/org/codehaus/groovy/groovy-all/2.4.7/
groovy-all-2.4.7.jar
Completed in 2346 milliseconds
1
2