OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:isnull
(Results
26 - 50
of
765
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/dng_sdk/source/
dng_tone_curve.h
51
bool
IsNull
() const;
/external/easymock/src/org/easymock/internal/matchers/
Null.java
36
buffer.append("
isNull
()");
/external/guava/guava-gwt/test-super/com/google/common/base/super/com/google/common/base/
PredicatesTest.java
147
.addEqualityGroup(Predicates.
isNull
(), Predicates.
isNull
())
149
.addEqualityGroup(Predicates.not(Predicates.
isNull
()))
154
.addEqualityGroup(Predicates.
isNull
())
443
Predicate<Integer>
isNull
= Predicates.equalTo(null);
444
assertTrue(
isNull
.apply(null));
445
assertFalse(
isNull
.apply(1));
457
* Tests for Predicates.
isNull
()
461
Predicate<Integer>
isNull
= Predicates.
isNull
();
[
all
...]
/external/mockito/src/org/mockito/internal/util/reflection/
FieldReader.java
23
public boolean
isNull
() {
/frameworks/data-binding/compiler/src/main/kotlin/android/databinding/tool/writer/
KCode.kt
46
fun
isNull
(kcode : KCode?) = kcode == null || (kcode.nodes.isEmpty() && (kcode.s == null || kcode.s.trim() == ""))
67
if (c == null ||
isNull
(c)) {
75
if (c == null ||
isNull
(c)) {
92
if (
isNull
(c)) {
/art/runtime/mirror/
stack_trace_element.cc
32
CHECK(java_lang_StackTraceElement_.
IsNull
());
38
CHECK(!java_lang_StackTraceElement_.
IsNull
());
object_reference.h
46
DCHECK(
IsNull
());
49
bool
IsNull
() const {
/external/clang/lib/StaticAnalyzer/Checkers/
SelectorExtras.h
50
if (!Sel.
isNull
())
60
if (!Sel.
isNull
())
/external/testng/src/main/java/org/testng/collections/
Objects.java
21
boolean
isNull
() {
76
if (m_omitNulls && vh.
isNull
()) continue;
/external/icu/icu4c/source/i18n/
brktrans.cpp
83
if (bi.
isNull
()) {
86
if (boundaries.
isNull
()) {
90
if (bi.
isNull
() || boundaries.
isNull
() || U_FAILURE(status)) {
145
if (nonConstThis->cachedBI.
isNull
()) {
148
if (nonConstThis->cachedBoundaries.
isNull
()) {
/external/vulkan-validation-layers/libs/glm/gtx/
matrix_query.inl
16
GLM_FUNC_QUALIFIER bool
isNull
(detail::tmat2x2<T, P> const & m, T const & epsilon)
20
result =
isNull
(m[i], epsilon);
25
GLM_FUNC_QUALIFIER bool
isNull
(detail::tmat3x3<T, P> const & m, T const & epsilon)
29
result =
isNull
(m[i], epsilon);
34
GLM_FUNC_QUALIFIER bool
isNull
(detail::tmat4x4<T, P> const & m, T const & epsilon)
38
result =
isNull
(m[i], epsilon);
matrix_query.hpp
59
GLM_FUNC_DECL bool
isNull
(detail::tmat2x2<T, P> const & m, T const & epsilon);
64
GLM_FUNC_DECL bool
isNull
(detail::tmat3x3<T, P> const & m, T const & epsilon);
69
GLM_FUNC_DECL bool
isNull
(detail::tmat4x4<T, P> const & m, T const & epsilon);
/packages/apps/ContactsCommon/src/com/android/contacts/common/util/
DataStatus.java
56
final boolean hasStatus = !
isNull
(cursor, Data.STATUS);
57
final boolean hasTimestamp = !
isNull
(cursor, Data.STATUS_TIMESTAMP);
154
return cursor.
isNull
(columnIndex) ? missingValue : cursor.getInt(columnIndex);
159
return cursor.
isNull
(columnIndex) ? missingValue : cursor.getLong(columnIndex);
162
private static boolean
isNull
(Cursor cursor, String columnName) {
163
return cursor.
isNull
(cursor.getColumnIndex(columnName));
/packages/experimental/LoaderApp/src/com/android/loaderapp/util/
DataStatus.java
54
final boolean hasStatus = !
isNull
(cursor, Data.STATUS);
55
final boolean hasTimestamp = !
isNull
(cursor, Data.STATUS_TIMESTAMP);
148
return cursor.
isNull
(columnIndex) ? missingValue : cursor.getInt(columnIndex);
153
return cursor.
isNull
(columnIndex) ? missingValue : cursor.getLong(columnIndex);
156
private static boolean
isNull
(Cursor cursor, String columnName) {
157
return cursor.
isNull
(cursor.getColumnIndex(columnName));
/external/clang/include/clang/AST/
DeclContextInternals.h
67
bool
isNull
() const { return Data.
isNull
(); }
106
assert(!
isNull
() && "removing from empty list");
126
if (
isNull
()) {
144
if (
isNull
())
149
assert(!
isNull
() && "Empty list isn't allowed");
191
assert(!
isNull
() && "don't AddSubsequentDecl when we have no decls");
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
SQLiteCursorTest.java
302
assertThat(cursor.
isNull
(cursor.getColumnIndex("id")), equalTo(false));
303
assertThat(cursor.
isNull
(cursor.getColumnIndex("name")), equalTo(false));
305
assertThat(cursor.
isNull
(cursor.getColumnIndex("long_value")), equalTo(true));
306
assertThat(cursor.
isNull
(cursor.getColumnIndex("float_value")), equalTo(true));
307
assertThat(cursor.
isNull
(cursor.getColumnIndex("double_value")), equalTo(true));
315
assertThat(cursor.
isNull
(i), equalTo(false));
324
assertThat(cursor.
isNull
(5), equalTo(true));
/external/guava/guava-tests/test/com/google/common/base/
EquivalenceTest.java
129
Predicate<Object>
isNull
= Equivalence.equals().equivalentTo(null);
130
assertFalse(
isNull
.apply("1"));
131
assertFalse(
isNull
.apply("2"));
132
assertTrue(
isNull
.apply(null));
136
.addEqualityGroup(
isNull
)
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/data/
FilterStackSource.java
116
if (c != null && c.moveToFirst() && !c.
isNull
(0)) {
145
String name = (c.
isNull
(1)) ? null : c.getString(1);
146
byte[] b = (c.
isNull
(2)) ? null : c.getBlob(2);
179
String name = (c.
isNull
(0)) ? null : c.getString(0);
180
byte[] b = (c.
isNull
(1)) ? null : c.getBlob(1);
/external/v8/test/unittests/compiler/
node-properties-unittest.cc
12
using testing::
IsNull
;
81
EXPECT_THAT(NodeProperties::FindProjection(start, 2),
IsNull
());
82
EXPECT_THAT(NodeProperties::FindProjection(start, 1234567890),
IsNull
());
/libcore/json/src/test/java/org/json/
JSONArrayTest.java
49
assertTrue(array.
isNull
(0));
89
assertFalse(array.
isNull
(0));
90
assertFalse(array.
isNull
(1));
91
assertFalse(array.
isNull
(2));
92
assertFalse(array.
isNull
(3));
166
assertTrue(array.
isNull
(0));
167
assertTrue(array.
isNull
(1));
168
assertTrue(array.
isNull
(2));
169
assertTrue(array.
isNull
(3));
268
assertFalse(array.
isNull
(0))
[
all
...]
/packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/
MockSuggestionProviderCursor.java
86
public boolean
isNull
(int column) {
87
return mRows.get(getPosition()).
isNull
(column);
150
public boolean
isNull
(int column) {
/art/test/141-class-unload/src/
Main.java
107
boolean
isNull
= klass.get() == null;
108
System.out.println("class null " +
isNull
+ " " + throwable.getMessage());
125
boolean
isNull
= loader.get() == null;
126
System.out.println("loader null " +
isNull
);
136
boolean
isNull
= loader.get() == null;
137
System.out.println("loader null " +
isNull
);
/external/dagger2/compiler/src/it/functional-tests/src/test/java/test/membersinject/
MembersInjectTest.java
67
assertThat(aChild.aParentMethod()).
isNull
();
76
assertThat(aGrandchild.aChildMethod()).
isNull
();
/external/llvm/include/llvm/ADT/
TinyPtrVector.h
112
if (Val.
isNull
())
121
if (Val.
isNull
())
131
if (Val.
isNull
()) return true;
156
return begin() + (Val.
isNull
() ? 0 : 1);
170
assert(!Val.
isNull
() && "can't index into an empty vector");
199
if (Val.
isNull
()) {
270
assert(!Val.
isNull
() && "Null value with non-end insert iterator.");
290
if (Val.
isNull
()) {
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
ReorderingCursorWrapper.java
102
public boolean
isNull
(int column) {
103
return mCursor.
isNull
(column);
Completed in 2243 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>