OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:isnull
(Results
251 - 275
of
765
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/skia/samplecode/
SampleShaderText.cpp
34
if (bmp.
isNull
()) {
/external/skia/tests/
BitmapTest.cpp
83
REPORTER_ASSERT(reporter, bm.
isNull
());
/external/v8/src/compiler/
js-graph.cc
97
} else if (value->
IsNull
()) {
/external/webrtc/talk/app/webrtc/java/jni/
jni_helpers.h
95
bool
IsNull
(JNIEnv* jni, jobject obj);
/frameworks/base/core/java/android/database/
AbstractWindowedCursor.java
91
public boolean
isNull
(int columnIndex) {
/frameworks/base/core/tests/coretests/src/android/database/
MatrixCursorTest.java
36
assertTrue(cursor.
isNull
(0));
/frameworks/base/test-runner/src/android/test/mock/
MockCursor.java
72
public boolean
isNull
(int columnIndex) {
/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/data/
TrackerEntry.java
248
if (!cursor.
isNull
(colIndex)) {
/frameworks/compile/slang/
slang_rs_export_func.cpp
105
slangAssert(!T.
isNull
());
/frameworks/opt/net/wifi/service/jni/
jni_helper.h
41
bool
isNull
() const {
/libcore/json/src/test/java/org/json/
SelfUseTest.java
177
array.
isNull
(5);
/libcore/ojluni/src/main/java/java/util/function/
Predicate.java
116
? Objects::
isNull
/packages/apps/Messaging/src/com/android/messaging/
FactoryImpl.java
81
Assert.
isNull
(Factory.get());
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
SuggestionCursorBackedCursor.java
170
public boolean
isNull
(int column) {
/packages/apps/Test/connectivity/sl4n/rapidjson/doc/
tutorial.md
71
JSON null can be queryed by `
IsNull
()`.
73
printf("n = %s\n", document["n"].
IsNull
() ? "null" : "?");
484
assert(v1.
IsNull
() && v2.
IsNull
()); // both moved to d
/packages/experimental/LoaderApp/src/com/android/loaderapp/
ContactHeaderWidget.java
245
&& !cursor.
isNull
(PhotoQuery.PHOTO)) {
645
if (!c.
isNull
(ContactQuery.CONTACT_PRESENCE_STATUS)) {
655
final Long statusTimestamp = c.
isNull
(ContactQuery.CONTACT_STATUS_TIMESTAMP)
658
final Integer statusLabel = c.
isNull
(ContactQuery.CONTACT_STATUS_LABEL)
/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
DevicePolicyManagerTest.java
58
import static org.mockito.Matchers.
isNull
;
512
isNull
(String.class),
516
isNull
(String.class),
517
isNull
(Bundle.class));
[
all
...]
/external/v8/test/cctest/
test-object-observe.cc
713
CHECK(CompileRun("records")->
IsNull
());
729
CHECK(CompileRun("Object.getNotifier(obj)")->
IsNull
());
750
CHECK(CompileRun("Object.getNotifier(obj)")->
IsNull
());
[
all
...]
/external/clang/lib/Sema/
SemaCXXScopeSpec.cpp
31
if (T.
isNull
())
366
if (!ObjectType.
isNull
()) {
475
if (!ObjectType.
isNull
()) {
503
if (!ObjectType.
isNull
() && Found.empty()) {
626
if (!ObjectType.
isNull
() && !ObjectTypeSearchedInScope &&
[
all
...]
SemaTemplateInstantiate.cpp
695
if (Arg.
isNull
())
[
all
...]
SemaCoroutine.cpp
65
if (CoroTrait.
isNull
())
141
if (T.
isNull
())
SemaLambda.cpp
618
assert(CSI.ReturnType.
isNull
() || !CSI.ReturnType->isUndeducedType());
648
if (CSI.ReturnType.
isNull
())
655
assert(!CSI.ReturnType.
isNull
() && "We should have a tentative return type.");
714
assert(!DeductType.
isNull
() && "can't build reference to auto");
723
if (DeducedType.
isNull
())
[
all
...]
/external/clang/include/clang/AST/
TemplateName.h
220
bool
isNull
() const { return Storage.
isNull
(); }
/external/clang/test/CodeGenCXX/
arm.cpp
276
// CHECK-NEXT: [[
ISNULL
:%.*]] = icmp eq [[A]]* [[V]], null
277
// CHECK-NEXT: br i1 [[
ISNULL
]]
/external/clang/unittests/AST/
SourceLocationTest.cpp
207
assert(!T.
isNull
());
232
assert(!T.
isNull
());
Completed in 585 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>