Searched refs:NullValue (Results 1 - 17 of 17) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/platform/sql/
H A DSQLValue.h39 enum Type { NullValue, NumberValue, StringValue }; enumerator in enum:WebCore::SQLValue::Type
41 SQLValue() : m_type(NullValue), m_number(0.0) { }
H A DSQLiteStatement.cpp237 case SQLValue::NullValue:
/external/smali/dexlib/src/main/java/org/jf/dexlib/Util/
H A DTypeUtils.java56 return NullEncodedValue.NullValue;
/external/smali/dexlib/src/main/java/org/jf/dexlib/EncodedValue/
H A DNullEncodedValue.java37 public static final NullEncodedValue NullValue = new NullEncodedValue(); field in class:NullEncodedValue
H A DEncodedValue.java85 return NullEncodedValue.NullValue;
/external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
H A DV8SQLResultSetRowListCustom.cpp71 case SQLValue::NullValue:
/external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/
H A DFieldDefinition.java55 initialValue != NullEncodedValue.NullValue
/external/chromium/chrome/browser/policy/
H A Dconfig_dir_policy_provider_unittest.cc198 TEST_P(ConfigDirPolicyProviderValueTest, NullValue) {
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInspectorDatabaseAgent.cpp97 case SQLValue::NullValue: values->addItem(JSONValue::null()); break;
/external/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp634 Constant *NullValue = Constant::getNullValue(Int64PtrTy); local
636 EdgeTable[i] = NullValue;
/external/llvm/bindings/ocaml/llvm/
H A Dllvm_ocaml.c410 NullValue=0, enumerator in enum:ValueKind
439 CAMLreturn(Val_int(NullValue));
H A Dllvm.ml210 | NullValue Constructor in type:ValueKind/t
H A Dllvm.mli262 | NullValue
/external/v8/src/
H A Dheap.h58 V(Oddball, null_value, NullValue) \
/external/smali/smali/src/main/antlr3/
H A DsmaliTreeWalker.g325 | NULL_LITERAL { $encodedValue = NullEncodedValue.NullValue; }
/external/chromium_org/v8/src/
H A Dheap.h59 V(Oddball, null_value, NullValue) \
/external/clang/lib/Sema/
H A DSemaExpr.cpp408 std::string NullValue; local
411 NullValue = "nil";
413 NullValue = "NULL";
415 NullValue = "(void*) 0";
422 << FixItHint::CreateInsertion(MissingNilLoc, ", " + NullValue);

Completed in 284 milliseconds