Searched refs:typeString (Results 1 - 21 of 21) sorted by relevance

/external/doclava/src/com/google/doclava/
H A DTypeInfo.java37 public TypeInfo(String typeString) { argument
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
[all...]
/external/chromium_org/third_party/WebKit/Source/core/xml/
H A DXMLErrors.h51 void appendErrorMessage(const String& typeString, TextPosition, const char* message);
H A DXMLErrors.cpp74 void XMLErrors::appendErrorMessage(const String& typeString, TextPosition position, const char* message) argument
76 // <typeString> on line <lineNumber> at column <columnNumber>: <message>
77 m_errorMessages.append(typeString);
/external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
H A DV8InspectorFrontendHostCustom.cpp72 String typeString = toCoreStringWithNullCheck(type.As<v8::String>()); local
73 if (typeString == "separator") {
78 } else if (typeString == "subMenu" && subItems->IsArray()) {
92 ContextMenuItem menuItem((typeString == "checkbox" ? CheckableActionType : ActionType), typedId, labelString);
/external/smack/src/org/xbill/DNS/
H A DSIGBase.java66 String typeString = st.getString();
67 covered = Type.value(typeString);
69 throw st.exception("Invalid type: " + typeString);
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInspectorFileSystemAgent.h52 virtual void requestFileSystemRoot(ErrorString*, const String& origin, const String& typeString, PassRefPtr<RequestFileSystemRootCallback>) OVERRIDE;
H A DInspectorDOMDebuggerAgent.cpp229 static int domTypeForName(ErrorString* errorString, const String& typeString) argument
231 if (typeString == "subtree-modified")
233 if (typeString == "attribute-modified")
235 if (typeString == "node-removed")
237 *errorString = "Unknown DOM breakpoint type: " + typeString;
252 void InspectorDOMDebuggerAgent::setDOMBreakpoint(ErrorString* errorString, int nodeId, const String& typeString) argument
258 int type = domTypeForName(errorString, typeString);
270 void InspectorDOMDebuggerAgent::removeDOMBreakpoint(ErrorString* errorString, int nodeId, const String& typeString) argument
275 int type = domTypeForName(errorString, typeString);
/external/chromium_org/third_party/WebKit/Source/modules/filesystem/
H A DDOMFileSystemBase.cpp97 String typeString = url.innerURL()->path().substring(1);
98 if (!pathPrefixToFileSystemType(typeString, type))
107 String typeString; local
109 typeString = temporaryPathPrefix;
111 typeString = persistentPathPrefix;
113 typeString = externalPathPrefix;
117 String result = "filesystem:" + origin + "/" + typeString + "/";
/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGAnimationElement.h105 String typeString; local
106 adjustForInheritance(contextElement, attributeName(), typeString);
107 animatedType = (*parseTypeFromString)(this, typeString);
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
H A DConsoleMessage.js974 var typeString; variable
977 typeString = "Log";
980 typeString = "Dir";
983 typeString = "Dir XML";
986 typeString = "Trace";
990 typeString = "Start Group";
993 typeString = "End Group";
996 typeString = "Assert";
999 typeString = "Result";
1003 typeString
[all...]
/external/chromium_org/chrome/third_party/chromevox/chromevox/injected/
H A Dmathjax_external_util.js401 * @param {string} typeString Type of the expression to be converted (e.g.,
414 callback, math, typeString, filterString, errorString, parseFunction) {
416 var script = MathJax.HTML.Element('script', {type: typeString}, [math]);
432 typeString, filterString, errorString, parseFunction],
/external/chromium_org/third_party/angle/src/compiler/
H A DUnfoldShortCircuit.cpp120 out << mOutputHLSL->typeString(node->getType()) << " s" << i << ";\n";
H A DOutputHLSL.cpp179 uniforms += "uniform " + typeString(type) + " " + decorateUniform(name, type) + arrayString(type) +
190 varyings += "static " + typeString(type) + " " + decorate(name) + arrayString(type) + " = " + initializer(type) + ";\n";
198 attributes += "static " + typeString(type) + " " + decorate(name) + arrayString(type) + " = " + initializer(type) + ";\n";
1507 out << typeString(variable->getType()) + " ";
1564 out << typeString(node->getType()) << " " << decorate(node->getName()) << (mOutputLod0Function ? "Lod0(" : "(");
1602 out << typeString(node->getType()) << " ";
2452 return qualifierString(qualifier) + " " + typeString(type) + " " + name + arrayString(type);
2469 TString OutputHLSL::typeString(const TType &type) function in class:sh::OutputHLSL
2489 string += " " + typeString(*field->type()) + " " + decorate(field->name()) + arrayString(*field->type()) + ";\n";
2633 structure += " " + typeString(*fiel
[all...]
H A DOutputHLSL.h36 TString typeString(const TType &type);
/external/smack/src/org/jivesoftware/smack/util/
H A DPacketParserUtils.java.orig192 String typeString = parser.getAttributeValue("", "type");
193 if (typeString != null && !typeString.equals("")) {
195 type = Presence.Type.valueOf(typeString);
198 System.err.println("Found invalid presence type " + typeString);
H A DPacketParserUtils.java191 String typeString = parser.getAttributeValue("", "type");
192 if (typeString != null && !typeString.equals("")) {
194 type = Presence.Type.valueOf(typeString);
197 System.err.println("Found invalid presence type " + typeString);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.update.configurator_3.3.100.v20100512.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 422 milliseconds