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 53 private static final Integer DOES_NOT_EXIST = -5;
346 .get(currentName) : DOES_NOT_EXIST;
349 if (oldPos == DOES_NOT_EXIST || !currentParticipant.readConversation) {
352 if (oldPos != DOES_NOT_EXIST && i > 0 && oldPos == i - 1
  /external/chromium_org/chrome/installer/util/
shell_util.cc 558 RegistryStatus status = DOES_NOT_EXIST;
561 if (status == DOES_NOT_EXIST && (look_for_in & LOOK_IN_HKLM))
570 DOES_NOT_EXIST,
625 (correct_value ? SAME_VALUE : DIFFERENT_VALUE) : DOES_NOT_EXIST;
    [all...]

Completed in 150 milliseconds