OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:isnull
(Results
451 - 475
of
1269
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/e2fsprogs/lib/uuid/
uuid.h
83
/*
isnull
.c */
uuid.h.in
83
/*
isnull
.c */
/external/mockito/src/org/mockito/internal/util/reflection/
Fields.java
89
return instanceField.
isNull
();
/external/proguard/src/proguard/optimize/evaluation/
LoadingInvocationUnit.java
199
// referenceValue.
isNull
() != Value.NEVER);
/external/robolectric/src/main/java/com/xtremelabs/robolectric/tester/android/database/
TestCursor.java
138
public boolean
isNull
(int columnIndex) {
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
CursorWrapperTest.java
79
v.verifyForward("
isNull
", 10);
/external/skia/gm/
shadertext3.cpp
71
if (bmp.
isNull
()) {
/external/skia/tests/
ReadPixelsTest.cpp
108
if (bmp.
isNull
()) {
174
SkASSERT(!bitmap.
isNull
());
364
bool startsWithPixels = !bmp.
isNull
();
388
REPORTER_ASSERT(reporter, bmp.
isNull
());
/external/v8/test/cctest/
test-thread-termination.cc
83
CHECK(try_catch.Exception()->
IsNull
());
100
CHECK(try_catch.Exception()->
IsNull
());
294
CHECK(try_catch.Exception()->
IsNull
());
345
CHECK(try_catch.Exception()->
IsNull
());
/frameworks/base/test-runner/src/android/test/mock/
MockCursor.java
64
public boolean
isNull
(int columnIndex) {
/frameworks/compile/mclinker/include/mcld/Fragment/
FragmentRef.h
68
bool
isNull
() const { return (this == Null()); }
/frameworks/compile/mclinker/include/mcld/LD/
LDSymbol.h
55
bool
isNull
() const;
/frameworks/compile/mclinker/include/mcld/Object/
SectionMap.h
37
bool
isNull
() const;
/frameworks/compile/slang/
slang_rs_export_var.cpp
112
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
101
if (!cursor.
isNull
(PHONE_TYPE_COLUMN_INDEX)) {
LegacyPostalAddressListAdapter.java
103
if (!cursor.
isNull
(POSTAL_TYPE_COLUMN_INDEX)) {
/packages/apps/Contacts/src/com/android/contacts/util/
StreamItemPhotoEntry.java
118
return cursor.
isNull
(columnIndex) ? missingValue : cursor.getInt(columnIndex);
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactDirectoryManager.java
430
if (!cursor.
isNull
(DirectoryQuery.TYPE_RESOURCE_ID)) {
433
if (!cursor.
isNull
(DirectoryQuery.EXPORT_SUPPORT)) {
446
if (!cursor.
isNull
(DirectoryQuery.SHORTCUT_SUPPORT)) {
459
if (!cursor.
isNull
(DirectoryQuery.PHOTO_SUPPORT)) {
/external/chromium/chrome/browser/printing/
print_dialog_cloud_unittest.cc
33
using testing::
IsNull
;
333
EXPECT_THAT(mock_flow_handler_.get(),
IsNull
());
/external/chromium/chrome/browser/ui/cocoa/location_bar/
page_action_decoration.mm
161
if (skia_icon.
isNull
()) {
172
if (!skia_icon.
isNull
()) {
/external/chromium/chrome/browser/ui/views/location_bar/
page_action_image_view.cc
215
if (icon.
isNull
()) {
226
if (!icon.
isNull
())
/external/chromium_org/content/browser/android/
overscroll_glow.cc
236
if (edge.
isNull
() || glow.
isNull
()) {
/external/chromium_org/content/renderer/
resource_fetcher_browsertest.cc
184
EXPECT_TRUE(delegate->response().
isNull
());
203
EXPECT_TRUE(delegate->response().
isNull
());
Completed in 1495 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>