OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:typeString
(Results
1 - 25
of
356
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/webrtc/webrtc/examples/objc/AppRTCDemo/
ARDSignalingMessage.m
44
NSString *
typeString
= values[kARDSignalingMessageTypeKey];
46
if ([
typeString
isEqualToString:@"candidate"]) {
50
} else if ([
typeString
isEqualToString:@"offer"] ||
51
[
typeString
isEqualToString:@"answer"]) {
56
} else if ([
typeString
isEqualToString:@"bye"]) {
59
RTCLogError(@"Unexpected type: %@",
typeString
);
93
NSString *
typeString
= description.type;
94
if ([
typeString
isEqualToString:@"offer"]) {
96
} else if ([
typeString
isEqualToString:@"answer"]) {
99
NSAssert(NO, @"Unexpected type: %@",
typeString
);
[
all
...]
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/pool/
TypePool.java
49
String
typeString
= type.toString();
50
Integer prev = internedItems.put(
typeString
, 0);
52
stringPool.intern(
typeString
);
/external/llvm/bindings/go/llvm/
string.go
54
return ts.
typeString
(t)
61
func (ts *typeStringer)
typeString
(t Type) string {
72
s += fmt.Sprintf("(%v[%v])", ts.
typeString
(t.ElementType()), t.ArrayLength())
74
s += fmt.Sprintf("(%v)", ts.
typeString
(t.ElementType()))
79
s += fmt.Sprintf("%v", ts.
typeString
(params[0]))
81
s += fmt.Sprintf(", %v", ts.
typeString
(params[i]))
84
s += fmt.Sprintf("):%v", ts.
typeString
(t.ReturnType()))
93
s += ts.
typeString
(etypes[0])
95
s += fmt.Sprintf(", %v", ts.
typeString
(etypes[i]))
/frameworks/base/services/core/java/com/android/server/firewall/
SenderFilter.java
61
String
typeString
= parser.getAttributeValue(null, ATTR_TYPE);
62
if (
typeString
== null) {
66
if (
typeString
.equals(VAL_SYSTEM)) {
68
} else if (
typeString
.equals(VAL_SIGNATURE)) {
70
} else if (
typeString
.equals(VAL_SYSTEM_OR_SIGNATURE)) {
72
} else if (
typeString
.equals(VAL_USER_ID)) {
76
"Invalid type attribute for <sender>: " +
typeString
, parser, null);
/external/doclava/src/com/google/doclava/
TypeInfo.java
37
public TypeInfo(String
typeString
) {
39
if (
typeString
.endsWith("...")) {
40
typeString
=
typeString
.substring(0,
typeString
.length() - 3);
44
int paramStartPos =
typeString
.indexOf('<');
47
int paramEndPos =
typeString
.lastIndexOf('>');
52
char c =
typeString
.charAt(i);
54
String entry =
typeString
.substring(entryStartPos, i).trim();
65
TypeInfo info = new TypeInfo(
typeString
.substring(entryStartPos, paramEndPos).trim())
[
all
...]
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
DebugUtilitiesTest.java
36
logln("Type "+j+"/"+typeCount+": "+DebugUtilities.
typeString
(j) +" - enumCount "+enumCount);
43
errln("FAIL: Type "+j+"/"+typeCount+": "+DebugUtilities.
typeString
(j) +" - Enum "+k+"/"+enumCount+": "+enumString +" - ERR: value="+enumValue+" should be "+k);
46
errln("FAIL: Type "+j+"/"+typeCount+": "+DebugUtilities.
typeString
(j) +" - Enum "+k+"/"+enumCount+": "+enumString +" - ERR: enumByString returned="+enumValueFromString+" should be "+k);
DebugUtilities.java
30
public static String
typeString
(int type) {
FieldsSet.java
234
+(fEnum!=NO_ENUM?DebugUtilities.
typeString
(fEnum):Integer.toString(fEnum))+"]: ";
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DebugUtilitiesTest.java
32
logln("Type "+j+"/"+typeCount+": "+DebugUtilities.
typeString
(j) +" - enumCount "+enumCount);
39
errln("FAIL: Type "+j+"/"+typeCount+": "+DebugUtilities.
typeString
(j) +" - Enum "+k+"/"+enumCount+": "+enumString +" - ERR: value="+enumValue+" should be "+k);
42
errln("FAIL: Type "+j+"/"+typeCount+": "+DebugUtilities.
typeString
(j) +" - Enum "+k+"/"+enumCount+": "+enumString +" - ERR: enumByString returned="+enumValueFromString+" should be "+k);
DebugUtilities.java
29
public static String
typeString
(int type) {
/frameworks/wilhelm/tests/examples/
slesTestEffectCapabilities.cpp
121
char
typeString
[GUID_DISPLAY_LENGTH];
141
guidToString(effectType,
typeString
);
144
fprintf(stdout, " type=%s, impl=%s name=%.*s \n",
typeString
, implString, effectNameLength,
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/raw/
TypeIdItem.java
62
String
typeString
= dexFile.getType(typeIndex);
63
return String.format("type_id_item[%d]: %s", typeIndex,
typeString
);
/prebuilts/go/darwin-x86/src/net/internal/socktest/
switch_stub.go
14
func
typeString
(sotype int) string { return "<nil>" }
switch_posix.go
27
func
typeString
(sotype int) string {
/prebuilts/go/linux-x86/src/net/internal/socktest/
switch_stub.go
14
func
typeString
(sotype int) string { return "<nil>" }
switch_posix.go
27
func
typeString
(sotype int) string {
/prebuilts/go/darwin-x86/src/cmd/vet/
composite.go
56
isStruct,
typeString
:= f.pkg.isStruct(c)
61
if
typeString
== "" { // isStruct doesn't know
62
typeString
= f.gofmt(typ)
100
f.Bad(c.Pos(),
typeString
+" composite literal uses unkeyed fields")
/prebuilts/go/linux-x86/src/cmd/vet/
composite.go
56
isStruct,
typeString
:= f.pkg.isStruct(c)
61
if
typeString
== "" { // isStruct doesn't know
62
typeString
= f.gofmt(typ)
100
f.Bad(c.Pos(),
typeString
+" composite literal uses unkeyed fields")
/external/deqp/modules/gles2/scripts/
gen-conversions.py
178
inType = inValues[0].
typeString
()
179
outType = outValues[0].
typeString
()
195
inType = inValue.
typeString
()
196
outType = outValue.
typeString
()
213
self.outType = self.outValues[0].
typeString
()
214
inTypes = [values[0].
typeString
() for values in inComps]
216
self.inputs = [("%s in%s" % (comp[0].
typeString
(), ndx), comp) for (comp, ndx) in zip(inComps, indices)]
gen-swizzles.py
261
outType = outputs[0].
typeString
()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/core/
RenameResourceXmlTextAction.java
257
String
typeString
= element.getTagName();
258
if (TAG_ITEM.equals(
typeString
)) {
259
typeString
= element.getAttribute(ATTR_TYPE);
260
if (
typeString
== null ||
typeString
.isEmpty()) {
264
ResourceType type = ResourceType.getEnum(
typeString
);
/external/guice/examples/src/example/xml/
XmlBeanModule.java
62
String
typeString
= attributes.getValue("type");
65
if (
typeString
== null) {
73
type = Class.forName(
typeString
);
/external/deqp/modules/gles3/scripts/
gen-conversions.py
191
inType = inValues[0].
typeString
()
192
outType = outValues[0].
typeString
()
208
inType = inValue.
typeString
()
209
outType = outValue.
typeString
()
226
self.outType = self.outValues[0].
typeString
()
227
inTypes = [values[0].
typeString
() for values in inComps]
229
self.inputs = [("%s in%s" % (comp[0].
typeString
(), ndx), comp) for (comp, ndx) in zip(inComps, indices)]
gen-swizzles.py
265
outType = outputs[0].
typeString
()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
TemplateMetadata.java
239
String
typeString
= getAttributeOrNull(icon, ATTR_TYPE);
240
if (
typeString
!= null) {
241
typeString
=
typeString
.toUpperCase(Locale.US);
244
if (
typeString
.equals(type.name())) {
251
AdtPlugin.log(null, "Unknown asset type %1$s",
typeString
);
Completed in 1537 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>