HomeSort by relevance Sort by last modified time
    Searched full:isnull (Results 176 - 200 of 765) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/mockito/src/org/mockito/internal/util/reflection/
Fields.java 89 return instanceField.isNull();
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/tester/android/database/
TestCursor.java 138 public boolean isNull(int columnIndex) {
  /external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
CursorWrapperTest.java 79 v.verifyForward("isNull", 10);
  /external/skia/dm/
DMJsonWriter.cpp 119 if (!r["key"]["source_options"].isNull()) {
  /external/vulkan-validation-layers/libs/glm/gtx/
vector_query.hpp 73 GLM_FUNC_DECL bool isNull(vecType<T, P> const & v, T const & epsilon);
  /frameworks/compile/mclinker/include/mcld/Fragment/
FragmentRef.h 64 bool isNull() const { return (this == Null()); }
  /frameworks/compile/mclinker/include/mcld/LD/
LDSymbol.h 56 bool isNull() const;
  /frameworks/compile/slang/
slang_rs_export_var.cpp 99 if (!QT.isNull()) {
  /frameworks/ml/bordeaux/service/src/android/bordeaux/services/
AggregatorRecordStorage.java 104 if (!cursor.isNull(columnIndex)) {
  /libcore/dom/src/test/java/org/w3c/domts/level1/core/
hc_namednodemapremovenameditem.java 80 assertNull("isnull", streetAttr);
  /packages/apps/Contacts/src/com/android/contacts/list/
LegacyPhoneNumberListAdapter.java 104 if (!cursor.isNull(PHONE_TYPE_COLUMN_INDEX)) {
LegacyPostalAddressListAdapter.java 105 if (!cursor.isNull(POSTAL_TYPE_COLUMN_INDEX)) {
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactDirectoryManager.java 428 if (!cursor.isNull(DirectoryQuery.TYPE_RESOURCE_ID)) {
431 if (!cursor.isNull(DirectoryQuery.EXPORT_SUPPORT)) {
444 if (!cursor.isNull(DirectoryQuery.SHORTCUT_SUPPORT)) {
457 if (!cursor.isNull(DirectoryQuery.PHOTO_SUPPORT)) {
  /art/runtime/mirror/
string.cc 56 CHECK(java_lang_String_.IsNull());
63 CHECK(!java_lang_String_.IsNull());
  /external/clang/lib/Sema/
SemaTemplateVariadic.cpp 124 if ((!T.isNull() && T->containsUnexpandedParameterPack()) || InLambda)
133 if ((!TL.getType().isNull() &&
350 if (Template.isNull() || !Template.containsUnexpandedParameterPack())
362 if (Arg.getArgument().isNull() ||
474 if (Result.isNull())
707 if (!T.isNull() && T->containsUnexpandedParameterPack())
766 assert(!ParamTy.isNull() && "Couldn't parse type?");
783 if (!T.isNull() && T->containsUnexpandedParameterPack())
    [all...]
TreeTransform.h 203 return T.isNull();
    [all...]
SemaTemplateDeduction.cpp 155 if (X.isNull())
157 if (Y.isNull())
277 .isNull())
304 if (Result.isNull()) {
335 if (Result.isNull()) {
365 if (Result.isNull()) {
396 if (Result.isNull()) {
645 if (!DeducedArg.isNull()) {
665 if (Pack.DeferredDeduction.isNull()) {
689 if (Pack.Outer->DeferredDeduction.isNull()) {
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
NullabilityChecker.cpp 247 enum class NullConstraint { IsNull, IsNotNull, Unknown };
251 ConditionTruthVal Nullness = State->isNull(Val);
255 return NullConstraint::IsNull;
352 if (getNullConstraint(*ParamValue, State) == NullConstraint::IsNull) {
499 Nullness == NullConstraint::IsNull &&
571 if (Filter.CheckNullPassedToNonnull && Nullness == NullConstraint::IsNull &&
839 if (Nullness == NullConstraint::IsNull) {
    [all...]
  /external/pdfium/xfa/src/fxjse/src/
value.h 29 V8_INLINE FX_BOOL IsNull() const {
36 return hValue->IsNull();
  /frameworks/base/core/java/com/android/internal/database/
SortCursor.java 226 public boolean isNull(int column)
228 return mCursor.isNull(column);
  /frameworks/base/docs/html/sdk/api_diff/24/changes/
java.util.Objects.html 87 <nobr><code>boolean</code>&nbsp;<A HREF="../../../../reference/java/util/Objects.html#isNull(java.lang.Object)" target="_top"><code>isNull</code></A>(<code>Object</code>)</nobr>
  /packages/apps/Music/src/com/android/music/
SortCursor.java 226 public boolean isNull(int column)
228 return mCursor.isNull(column);
  /external/clang/lib/AST/
ASTDiagnostic.cpp 240 if (CompareTy.isNull())
    [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_render/
fpdf_render.cpp 225 if (!pColorData || pColorData->m_FillColor.IsNull()) {
230 if (!pColorData || pColorData->m_StrokeColor.IsNull()) {
551 (!pColorData || pColorData->m_FillColor.IsNull())))) {
554 if (!pColorData || pColorData->m_FillColor.IsNull()) {
585 (!pColorData || pColorData->m_StrokeColor.IsNull())))) {
588 if (!pColorData || pColorData->m_StrokeColor.IsNull()) {
616 if (ClipPath.IsNull()) {
617 if (!m_LastClipPath.IsNull()) {
676 if (ClipPath.IsNull()) {
    [all...]
  /external/protobuf/src/google/protobuf/
descriptor.cc 262 inline bool IsNull() const { return type == NULL_SYMBOL; }
402 // Find symbols. This returns a null Symbol (symbol.IsNull() is true)
518 // Find symbols. These return a null Symbol (symbol.IsNull() is true)
709 if (result.IsNull() && pool->underlay_ != NULL) {
715 if (result.IsNull()) {
    [all...]

Completed in 853 milliseconds

1 2 3 4 5 6 78 91011>>