OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:typeAndValue
(Results
1 - 4
of
4
) sorted by null
/libcore/ojluni/src/main/java/sun/security/x509/
AVA.java
738
StringBuilder
typeAndValue
= new StringBuilder(100);
739
typeAndValue
.append(toKeyword(RFC2253, oidMap));
740
typeAndValue
.append('=');
751
if ((
typeAndValue
.charAt(0) >= '0' &&
typeAndValue
.charAt(0) <= '9') ||
760
typeAndValue
.append('#');
763
typeAndValue
.append(Character.forDigit(0xF & (b >>> 4), 16));
764
typeAndValue
.append(Character.forDigit(0xF & b, 16));
877
typeAndValue
.append(sbuffer.toString());
879
return
typeAndValue
.toString()
[
all
...]
/external/guice/extensions/multibindings/src/com/google/inject/multibindings/
MultibindingsScanner.java
97
TypeAndValue
typeAndValue
= typeAndValueOfMapKey(mapKey.annotation);
98
return MapBinder.newRealMapBinder(binder,
typeAndValue
.type, key)
99
.getKeyForNewValue(
typeAndValue
.value);
163
static
TypeAndValue
<?> typeAndValueOfMapKey(Annotation mapKeyAnnotation) {
165
return new
TypeAndValue
(TypeLiteral.get(mapKeyAnnotation.annotationType()), mapKeyAnnotation);
172
return new
TypeAndValue
(returnType, valueMethod.invoke(mapKeyAnnotation));
185
private static class
TypeAndValue
<T> {
189
TypeAndValue
(TypeLiteral<T> type, T value) {
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x500/style/
IETFUtils.java
334
AttributeTypeAndValue
typeAndValue
,
337
String sym = (String)oidSymbols.get(
typeAndValue
.getType());
345
buf.append(
typeAndValue
.getType().getId());
350
buf.append(valueToString(
typeAndValue
.getValue()));
/prebuilts/sdk/tools/lib/
signapk.jar
Completed in 197 milliseconds