HomeSort by relevance Sort by last modified time
    Searched defs:resultType (Results 1 - 16 of 16) sorted by null

  /external/webkit/WebCore/xml/
XPathVariableReference.h 43 virtual Value::Type resultType() const { ASSERT_NOT_REACHED(); return Value::NumberValue; }
XPathPath.h 50 virtual Value::Type resultType() const { return Value::NodeSetValue; }
69 virtual Value::Type resultType() const { return Value::NodeSetValue; }
83 virtual Value::Type resultType() const { return Value::NodeSetValue; }
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...]
XPathPredicate.h 44 virtual Value::Type resultType() const { return Value::NumberValue; }
54 virtual Value::Type resultType() const { return Value::StringValue; }
62 virtual Value::Type resultType() const { return Value::NumberValue; }
73 virtual Value::Type resultType() const { return Value::NumberValue; }
84 virtual Value::Type resultType() const { return Value::BooleanValue; }
95 virtual Value::Type resultType() const { return Value::BooleanValue; }
105 virtual Value::Type resultType() const { return Value::NodeSetValue; }
114 bool isContextPositionSensitive() const { return m_expr->isContextPositionSensitive() || m_expr->resultType() == Value::NumberValue; }
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"))
XPathFunctions.cpp 78 virtual Value::Type resultType() const { return Value::NumberValue; }
85 virtual Value::Type resultType() const { return Value::NumberValue; }
92 virtual Value::Type resultType() const { return Value::NumberValue; }
97 virtual Value::Type resultType() const { return Value::NodeSetValue; }
102 virtual Value::Type resultType() const { return Value::StringValue; }
109 virtual Value::Type resultType() const { return Value::StringValue; }
116 virtual Value::Type resultType() const { return Value::StringValue; }
123 virtual Value::Type resultType() const { return Value::StringValue; }
130 virtual Value::Type resultType() const { return Value::StringValue; }
135 virtual Value::Type resultType() const { return Value::BooleanValue;
    [all...]
  /development/samples/VoiceRecognitionService/src/com/example/android/voicerecognitionservice/
VoiceRecognitionService.java 52 String resultType = prefs.getString(
55 int resultTypeInt = Integer.parseInt(resultType);
  /hardware/ti/wlan/wl1271/stad/Export_Inc/
bssTypes.h 97 resultFrameType_e resultType; /**< The type of frame in pBuffer */
  /system/wlan/ti/sta_dk_4_0_4_32/common/inc/
bssTypes.h 83 resultFrameType_e resultType; /**< The type of frame in pBuffer */
  /system/wlan/ti/wilink_6_1/stad/Export_Inc/
bssTypes.h 97 resultFrameType_e resultType; /**< The type of frame in pBuffer */
  /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 383 Type resultType = result.getType();
386 if (resultType == localType) {
390 if (! Merger.isPossiblyAssignableFrom(localType, resultType)) {
392 throwLocalMismatch(resultType, localType);
  /cts/tools/host/src/com/android/cts/
ConsoleUi.java     [all...]
  /dalvik/dx/src/com/android/dx/ssa/
EscapeAnalysis.java 537 Type resultType = def.getResult().getType();
541 Constant newZero = Zeroes.zeroFor(resultType.getComponentType());
    [all...]
  /external/webkit/WebCore/bindings/objc/
PublicDOMInterfaces.h     [all...]
  /prebuilt/sdk/tools/lib/
dx.jar 

Completed in 749 milliseconds