HomeSort by relevance Sort by last modified time
    Searched full:non_existing (Results 1 - 8 of 8) sorted by null

  /external/libbrillo/policy/tests/
libpolicy_unittest.cc 219 base::FilePath non_existing("this_file_is_doof");
221 new MockDevicePolicyImpl(non_existing, non_existing, true);
  /external/mesa3d/src/gallium/drivers/nouveau/nv50/
nv84_video_bsp.c 69 uint8_t non_existing; // 09 member in struct:iparm::ipicparm::iref
128 ref->non_existing = 0;
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/internal/
KeySpecParserTestsBase.java 39 private static final String CODE_NON_EXISTING = PREFIX_CODE + "non_existing";
40 private static final String ICON_NON_EXISTING = PREFIX_ICON + "non_existing";
MoreKeySpecSplitTests.java 202 assertError("Non existing text", "!text/non_existing");
MoreKeySpecStringReferenceTests.java 94 assertError("Non existing resource", "!string/non_existing");
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_dpb.h 50 NON_EXISTING,
h264bsd_dpb.c 77 #define IS_EXISTING(a) ((a).status > NON_EXISTING)
79 ((a).status == NON_EXISTING || (a).status == SHORT_TERM)
    [all...]
  /external/libavc/decoder/
ih264d_defs.h 344 #define NON_EXISTING 0xff

Completed in 261 milliseconds