OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:isnull
(Results
351 - 375
of
765
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/eigen/Eigen/src/Core/
VectorwiseOp.h
439
//eigen_assert((m_matrix.
isNull
()) == (other.
isNull
())); FIXME
/external/icu/icu4c/source/common/
filteredbrk.cpp
340
fData->fBackwardsTrie.
isNull
()) { // .. no backwards table loaded == no exceptions
370
fData->fBackwardsTrie.
isNull
()) { // .. no backwards table loaded == no exceptions
/external/icu/icu4c/source/test/intltest/
bidiconf.cpp
269
if(bidiTestFile.
isNull
()) {
438
if(bidiTestFile.
isNull
()) {
/external/icu/icu4c/source/test/iotest/
iotest.cpp
235
if (testFile.
isNull
()) {
319
if (testFile.
isNull
()) {
[
all
...]
/external/llvm/include/llvm/Analysis/
LazyCallGraph.h
129
while (I != E && I->
isNull
())
140
} while (I != E && I->
isNull
());
/external/pdfium/core/include/fxcrt/
fx_basic.h
1008
FX_BOOL
IsNull
() const { return !m_pObject; }
1010
FX_BOOL NotNull() const { return !
IsNull
(); }
/external/skia/src/core/
SkLightingShader.cpp
708
if (diffuse.
isNull
() || bitmap_is_too_big(diffuse) ||
709
normal.
isNull
() || bitmap_is_too_big(normal) ||
/external/v8/src/ast/
ast.cc
47
return IsLiteral() && AsLiteral()->value()->
IsNull
();
369
DCHECK(!literal->value()->
IsNull
());
/external/v8/src/
code-stubs.cc
452
if (object->
IsNull
()) {
957
} else if (object->
IsNull
()) {
lookup.cc
109
if (root->
IsNull
()) {
301
DCHECK(!accessor->
IsNull
());
/external/webrtc/talk/app/webrtc/java/jni/
androidmediadecoder_jni.cc
611
if (
IsNull
(jni, j_decoder_output_buffer)) {
[
all
...]
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
SettingsState.java
123
public boolean
isNull
() {
710
public boolean
isNull
() {
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
PhoneNumberListAdapter.java
469
if (displayNumber && !cursor.
isNull
(PhoneQuery.PHONE_TYPE)) {
540
if (!cursor.
isNull
(PhoneQuery.PHOTO_ID)) {
/packages/providers/CalendarProvider/src/com/android/providers/calendar/
CalendarAlarmManager.java
88
+ " WHERE " + Tables.INSTANCES + "." + Instances.BEGIN + "
ISNULL
"
90
+ " OR (r." + Reminders.MINUTES + "
ISNULL
"
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
BasicCallTests.java
23
import static org.mockito.Matchers.
isNull
;
688
isNull
(Bundle.class))).thenAnswer(answer);
[
all
...]
TelecomServiceImplTest.java
70
import static org.mockito.Matchers.
isNull
;
[
all
...]
TelecomSystemTest.java
25
import static org.mockito.Matchers.
isNull
;
[
all
...]
/packages/apps/Messaging/src/com/android/messaging/mmslib/pdu/
PduPersister.java
343
if (!c.
isNull
(columnIndex)) {
352
if (!c.
isNull
(columnIndex)) {
359
if (!c.
isNull
(columnIndex)) {
366
if (!c.
isNull
(columnIndex)) {
624
Assert.
isNull
(PDU_CACHE_INSTANCE.get(uri), "Pdu exists for " + uri);
[
all
...]
/external/google-breakpad/src/testing/test/
gmock-matchers_test.cc
91
using testing::
IsNull
;
874
// Tests that
IsNull
() matches any NULL pointer of any type.
876
Matcher<int*> m1 =
IsNull
();
882
Matcher<const char*> m2 =
IsNull
();
896
Matcher<void*> m3 =
IsNull
();
904
const Matcher<linked_ptr<int> > m =
IsNull
();
913
const Matcher<const linked_ptr<double>&> m =
IsNull
();
922
const Matcher<const scoped_ptr<double>&> m =
IsNull
();
930
// Tests that
IsNull
() describes itself properly.
932
Matcher<int*> m =
IsNull
();
[
all
...]
/external/clang/lib/Sema/
SemaTemplate.cpp
257
if (!ObjectType.
isNull
()) {
291
if (!ObjectType.
isNull
() && Found.empty()) {
305
} else if (isDependent && (!S || ObjectType.
isNull
())) {
314
if (!ObjectType.
isNull
())
359
if (S && !ObjectType.
isNull
() && !ObjectTypeSearchedInScope &&
678
if (T.
isNull
()) {
792
if (DefaultArg.getArgument().getAsTemplate().
isNull
()) {
[
all
...]
SemaDeclObjC.cpp
67
if (receiverTypeIfCall.
isNull
() &&
77
if (receiverTypeIfCall.
isNull
())
101
if (receiverTypeIfCall.
isNull
() && getSourceManager().isInSystemHeader(loc)) {
554
if (SuperClassType.
isNull
()) {
[
all
...]
/external/clang/lib/Serialization/
ASTReader.cpp
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
jdimodel.jar
/prebuilts/tools/common/m2/repository/org/apache/maven/maven-artifact/3.3.9/
maven-artifact-3.3.9.jar
/art/runtime/mirror/
class.cc
43
CHECK(java_lang_Class_.
IsNull
())
52
CHECK(!java_lang_Class_.
IsNull
());
[
all
...]
Completed in 644 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>