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

1 2 3 4 5 6 7 8 91011>>

  /external/autotest/scheduler/
scheduler_lib.py 37 _re_translator(r'ISNULL\(([a-z,_]+)\)',
  /external/clang/include/clang/AST/
DeclGroup.h 83 bool isNull() const { return D == nullptr; }
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ConstraintManager.h 153 ConditionTruthVal isNull(ProgramStateRef State, SymbolRef Sym) {
  /external/clang/lib/CodeGen/
CGCall.h 168 bool isNull() const { return !getValue().isValid(); }
  /external/clang/lib/StaticAnalyzer/Checkers/
ObjCContainersASTChecker.cpp 51 if (!PointeeT.isNull()) {
  /external/clang/lib/StaticAnalyzer/Core/
ExplodedGraph.cpp 240 if (Storage.isNull()) {
270 if (Storage.isNull())
282 if (Storage.isNull())
294 if (Storage.isNull())
ProgramState.cpp 258 if (!T.isNull()) {
321 if (indexTy.isNull())
350 ConditionTruthVal ProgramState::isNull(SVal V) const {
361 return getStateManager().ConstraintMgr->isNull(this, Sym);
  /external/dng_sdk/source/
dng_hue_sat_map.h 95 bool IsNull () const
  /external/eigen/Eigen/src/Eigen2Support/Geometry/
AlignedBox.h 56 inline bool isNull() const { return (m_min.cwise() > m_max).any(); }
  /external/google-tv-pairing-protocol/java/src/com/google/polo/json/
HTTP.java 153 !s.equals("Request-URI") && !o.isNull(s)) {
  /external/guava/guava/src/com/google/common/base/
Predicates.java 75 public static <T> Predicate<T> isNull() {
180 ? Predicates.<T>isNull()
294 /** @see Predicates#isNull() */
300 return "Predicates.isNull()";
  /external/guava/guava-testlib/src/com/google/common/collect/testing/google/
AbstractMultimapTester.java 154 assertThat(multimap().asMap().get(key)).isNull();
  /external/icu/icu4c/source/test/intltest/
scientificnumberformattertest.cpp 83 if (fmt3.isNull()) {
  /external/icu/icu4c/source/tools/toolutil/
pkg_icu.cpp 158 if(ownedPkg.isNull()) {
  /external/libchrome/base/
callback_unittest.cc 102 TEST_F(CallbackTest, IsNull) {
cancelable_callback_unittest.cc 148 TEST(CancelableCallbackTest, IsNull) {
  /external/llvm/include/llvm/ADT/
Twine.h 189 bool isNull() const {
200 return isNull() || isEmpty();
489 if (isNull() || Suffix.isNull())
  /external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/core/util/
Assert.java 37 public static void isNull(Object arg, String argName) {
  /external/mockftpserver/branches/1.x_Branch/src/main/java/org/mockftpserver/core/util/
Assert.java 37 public static void isNull(Object arg, String argName) {
  /external/opencv/cxcore/include/
cvwimage.h 347 bool IsNull() const {return WImage<T>::image_ == NULL; }
404 bool IsNull() const {return WImage<T>::image_ == NULL; }
533 if (IsNull() || WImage<T>::Width() != width ||
544 if (IsNull() || WImage<T>::Width() != width || WImage<T>::Height() != height) {
  /external/opencv3/modules/core/include/opencv2/core/
wimage.hpp 340 bool IsNull() const {return WImage<T>::image_ == NULL; }
397 bool IsNull() const {return WImage<T>::image_ == NULL; }
516 if (IsNull() || WImage<T>::Width() != width ||
527 if (IsNull() || WImage<T>::Width() != width || WImage<T>::Height() != height) {
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowSQLiteCursor.java 190 public boolean isNull(int columnIndex) {
  /external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
AbstractCursorTest.java 274 public boolean isNull(int columnIndex) {
MatrixCursorTest.java 47 assertTrue(cursor.isNull(2));
  /external/skia/gm/
shadertext2.cpp 73 if (bmp.isNull()) {

Completed in 1402 milliseconds

1 2 3 4 5 6 7 8 91011>>