HomeSort by relevance Sort by last modified time
    Searched refs:DOES_NOT_EXIST (Results 1 - 3 of 3) sorted by null

  /hardware/ti/omap3/omx/system/src/openmax_il/lcml/inc/
LCML_Types.h 117 DOES_NOT_EXIST,
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
SendersView.java 48 private static final Integer DOES_NOT_EXIST = -5;
333 .get(currentName) : DOES_NOT_EXIST;
336 if (oldPos == DOES_NOT_EXIST || !currentParticipant.readConversation) {
339 if (oldPos != DOES_NOT_EXIST && i > 0 && oldPos == i - 1
  /external/chromium_org/chrome/installer/util/
shell_util.cc 560 RegistryStatus status = DOES_NOT_EXIST;
563 if (status == DOES_NOT_EXIST && (look_for_in & LOOK_IN_HKLM))
572 DOES_NOT_EXIST,
624 (correct_value ? SAME_VALUE : DIFFERENT_VALUE) : DOES_NOT_EXIST;
    [all...]

Completed in 1029 milliseconds