/external/chromium_org/third_party/WebKit/Source/core/xml/ |
XPathResult.cpp | 116 unsigned short XPathResult::resultType() const 123 if (resultType() != NUMBER_TYPE) { 132 if (resultType() != STRING_TYPE) { 141 if (resultType() != BOOLEAN_TYPE) { 150 if (resultType() != ANY_UNORDERED_NODE_TYPE && resultType() != FIRST_ORDERED_NODE_TYPE) { 156 if (resultType() == FIRST_ORDERED_NODE_TYPE) 164 if (resultType() != UNORDERED_NODE_ITERATOR_TYPE && resultType() != ORDERED_NODE_ITERATOR_TYPE) 173 if (resultType() != UNORDERED_NODE_SNAPSHOT_TYPE && resultType() != ORDERED_NODE_SNAPSHOT_TYPE) [all...] |
XPathVariableReference.h | 41 virtual Value::Type resultType() const { ASSERT_NOT_REACHED(); return Value::NumberValue; }
|
XPathPredicate.h | 42 virtual Value::Type resultType() const { return Value::NumberValue; } 52 virtual Value::Type resultType() const { return Value::StringValue; } 60 virtual Value::Type resultType() const { return Value::NumberValue; } 71 virtual Value::Type resultType() const { return Value::NumberValue; } 82 virtual Value::Type resultType() const { return Value::BooleanValue; } 93 virtual Value::Type resultType() const { return Value::BooleanValue; } 103 virtual Value::Type resultType() const { return Value::NodeSetValue; } 113 bool isContextPositionSensitive() const { return m_expr->isContextPositionSensitive() || m_expr->resultType() == Value::NumberValue; }
|
XPathPath.h | 48 virtual Value::Type resultType() const OVERRIDE { return Value::NodeSetValue; } 67 virtual Value::Type resultType() const OVERRIDE { return Value::NodeSetValue; } 81 virtual Value::Type resultType() const OVERRIDE { return Value::NodeSetValue; }
|
XPathFunctions.cpp | 76 virtual Value::Type resultType() const { return Value::NumberValue; } 83 virtual Value::Type resultType() const { return Value::NumberValue; } 90 virtual Value::Type resultType() const { return Value::NumberValue; } 95 virtual Value::Type resultType() const { return Value::NodeSetValue; } 100 virtual Value::Type resultType() const { return Value::StringValue; } 107 virtual Value::Type resultType() const { return Value::StringValue; } 114 virtual Value::Type resultType() const { return Value::StringValue; } 121 virtual Value::Type resultType() const { return Value::StringValue; } 128 virtual Value::Type resultType() const { return Value::StringValue; } 133 virtual Value::Type resultType() const { return Value::BooleanValue; [all...] |
XPathResult.h | 61 unsigned short resultType() const;
|
XPathResult.idl | 33 readonly attribute unsigned short resultType;
|
XSLTProcessorLibxslt.cpp | 262 const xmlChar* resultType = 0; 263 XSLT_GET_IMPORT_PTR(resultType, sheet, method); 264 if (!resultType && resultDoc->type == XML_HTML_DOCUMENT_NODE) 265 resultType = (const xmlChar*)"html"; 267 if (xmlStrEqual(resultType, (const xmlChar*)"html")) 269 if (xmlStrEqual(resultType, (const xmlChar*)"text"))
|
XPathExpressionNode.h | 81 virtual Value::Type resultType() const = 0;
|
/dalvik/dx/src/com/android/dx/cf/code/ |
Merger.java | 59 TypeBearer resultType = mergeType(tb1, tb2); 60 if (resultType != tb1) { 70 if (resultType == null) { 73 result.set(i, resultType); 111 TypeBearer resultType = mergeType(tb1, tb2); 112 if (resultType != tb1) { 123 if (resultType == null) { 127 result.change(i, resultType);
|
BaseMachine.java | 405 Type resultType = result.getType(); 408 if (resultType == localType) { 421 if (! Merger.isPossiblyAssignableFrom(localType, resultType)) { 423 throwLocalMismatch(resultType, localType);
|
/external/skia/tools/ |
PictureBenchmark.h | 49 void setTimerResultType(TimerData::Result resultType) { fTimerResult = resultType; }
|
/external/skia/gm/viewer/ |
module.js | 26 * {"resultType": "failed", 36 * {"resultType": "no-comparison", 52 angular.forEach(response['actual-results'], function(resultsOfThisType, resultType) { 66 var resultTypeAndCollection = { resultType: resultType,
|
/external/chromium_org/third_party/WebKit/Tools/GardeningServer/scripts/ |
results_unittests.js | 223 test("resultType", 12, function() { 224 equals(results.resultType("http://example.com/foo-actual.txt"), "text"); 225 equals(results.resultType("http://example.com/foo-expected.txt"), "text"); 226 equals(results.resultType("http://example.com/foo-diff.txt"), "text"); 227 equals(results.resultType("http://example.com/foo.bar-actual.txt"), "text"); 228 equals(results.resultType("http://example.com/foo.bar-expected.txt"), "text"); 229 equals(results.resultType("http://example.com/foo.bar-diff.txt"), "text"); 230 equals(results.resultType("http://example.com/foo-actual.png"), "image"); 231 equals(results.resultType("http://example.com/foo-expected.png"), "image"); 232 equals(results.resultType("http://example.com/foo-diff.png"), "image") [all...] |
/development/samples/VoiceRecognitionService/src/com/example/android/voicerecognitionservice/ |
VoiceRecognitionService.java | 52 String resultType = prefs.getString( 55 int resultTypeInt = Integer.parseInt(resultType);
|
/external/chromium_org/third_party/icu/source/common/ |
utrie.h | 183 #define _UTRIE_GET_FROM_PAIR(trie, data, c, c2, result, resultType) { \ 194 (result)=(resultType)((trie)->initialValue); \ 207 #define _UTRIE_GET(trie, data, c32, result, resultType) \ 214 _UTRIE_GET_FROM_PAIR(trie, data, __lead16, c32, result, resultType); \ 217 (result)=(resultType)((trie)->initialValue); \ 221 #define _UTRIE_NEXT(trie, data, src, limit, c, c2, result, resultType) { \ 228 _UTRIE_GET_FROM_PAIR((trie), data, (c), (c2), (result), resultType); \ 237 #define _UTRIE_PREVIOUS(trie, data, start, src, c, c2, result, resultType) { \ 247 _UTRIE_GET_FROM_PAIR((trie), data, (c), (c2), (result), resultType); \
|
/external/icu4c/common/ |
utrie.h | 184 #define _UTRIE_GET_FROM_PAIR(trie, data, c, c2, result, resultType) { \ 195 (result)=(resultType)((trie)->initialValue); \ 208 #define _UTRIE_GET(trie, data, c32, result, resultType) \ 215 _UTRIE_GET_FROM_PAIR(trie, data, __lead16, c32, result, resultType); \ 218 (result)=(resultType)((trie)->initialValue); \ 222 #define _UTRIE_NEXT(trie, data, src, limit, c, c2, result, resultType) { \ 229 _UTRIE_GET_FROM_PAIR((trie), data, (c), (c2), (result), resultType); \ 238 #define _UTRIE_PREVIOUS(trie, data, start, src, c, c2, result, resultType) { \ 248 _UTRIE_GET_FROM_PAIR((trie), data, (c), (c2), (result), resultType); \
|
/packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/ |
AttachmentUtilities.java | 219 String resultType = null; 224 resultType = "message/rfc822"; 232 resultType = MimeTypeMap.getSingleton().getMimeTypeFromExtension(fileExtension); 233 if (TextUtils.isEmpty(resultType)) { 235 resultType = isTextPlain ? mimeType : "application/" + fileExtension; 239 resultType = mimeType; 244 if (TextUtils.isEmpty(resultType)) { 245 resultType = isTextPlain ? "text/plain" : "application/octet-stream"; 247 return resultType.toLowerCase();
|
/external/chromium_org/third_party/WebKit/Tools/GardeningServer/scripts/ui/ |
results.js | 111 addComparison: function(resultType, resultsURLsByKind) 114 var constructor = constructorForResultType(resultType); 123 addRow: function(resultType, url) 125 var constructor = constructorForResultType(resultType); 139 resultsURLsByTypeAndKind[results.resultType(url)][results.resultKind(url)] = url; 142 $.each(resultsURLsByTypeAndKind, function(resultType, resultsURLsByKind) { 147 this.addRow(resultType, resultsURLsByKind[results.kUnknownKind]); 150 this.addComparison(resultType, resultsURLsByKind);
|
/external/chromium_org/chrome/third_party/chromevox/extensions/searchvox/ |
search.js | 90 var resultType = cvox.Search.getResultType(result); 91 var isSpoken = resultType.speak(result); 92 cvox.ChromeVox.syncToNode(resultType.getSyncNode(result), !isSpoken); 132 var resultType = new cvox.SearchResults.RESULT_TYPES[i](); 133 if (resultType.isType(result)) { 134 return resultType; 203 var resultType = cvox.Search.getResultType(result); 204 var url = resultType.getURL(result);
|
/external/chromium_org/third_party/WebKit/Source/platform/ |
Length.h | 263 LengthType resultType = type(); 265 resultType = from.type(); 270 return Length(blendedValue, resultType);
|
/external/clang/lib/CodeGen/ |
CGCall.h | 224 CanQualType resultType, 295 CanQualType resultType, 303 resultType.Profile(ID);
|
/external/clang/lib/StaticAnalyzer/Core/ |
ExprEngineC.cpp | 335 QualType resultType = CastE->getType(); 337 resultType = getContext().getPointerType(resultType); 362 svalBuilder.conjureSymbolVal(0, CastE, LCtx, resultType, 387 QualType resultType = CastE->getType(); 389 resultType = getContext().getPointerType(resultType); 391 resultType, [all...] |
/frameworks/compile/slang/ |
slang_rs_check_ast.cpp | 159 clang::QualType resultType = FD->getResultType().getCanonicalType(); 162 if (!RSExportType::ValidateType(C, resultType, FD,
|
/external/dexmaker/src/main/java/com/google/dexmaker/stock/ |
ProxyBuilder.java | 414 TypeId<?> resultType = TypeId.get(returnType); 415 MethodId<T, ?> superMethod = superclassType.getMethod(resultType, name, argTypes); 416 MethodId<?, ?> methodId = generatedType.getMethod(resultType, name, argTypes); 425 Local<?> resultHolder = code.newLocal(resultType); 435 Local<?> superResult2 = code.newLocal(resultType); 488 resultType, superMethodName(method), argTypes); 499 Local<?> superResult = superCode.newLocal(resultType); [all...] |