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

  /bootable/recovery/
verifier_test.sh 96 expect_fail alter-metadata.zip
97 expect_fail alter-footer.zip
  /external/webkit/Source/WebCore/page/
DOMSelection.h 62 void modify(const String& alter, const String& direction, const String& granularity);
DOMSelection.idl 77 void modify(in DOMString alter, in DOMString direction, in DOMString granularity);
DOMSelection.cpp 296 SelectionController::EAlteration alter;
298 alter = SelectionController::AlterationExtend;
300 alter = SelectionController::AlterationMove;
340 m_frame->selection()->modify(alter, direction, granularity, false);
  /external/libpcap/
optimize.c 610 vstore(s, valp, newval, alter)
614 int alter;
616 if (alter && *valp == newval)
947 * anything it defines in the value table 'val'. If 'alter' is true,
952 opt_stmt(s, val, alter)
955 int alter;
966 vstore(s, &val[A_ATOM], v, alter);
973 if (alter && vmap[v].is_const) {
981 vstore(s, &val[A_ATOM], v, alter);
986 vstore(s, &val[A_ATOM], v, alter);
    [all...]
  /external/kernel-headers/original/linux/
sem.h 115 int alter; /* does the operation alter the array? */ member in struct:sem_queue
  /external/webkit/Source/WebCore/editing/
SelectionController.cpp 245 // FIXME: When endpoints are removed, we should just alter the selection, instead of blowing it away.
345 void SelectionController::willBeModified(EAlteration alter, SelectionDirection direction)
347 if (alter != AlterationExtend)
755 bool SelectionController::modify(EAlteration alter, SelectionDirection direction, TextGranularity granularity, bool userTriggered)
761 trialSelectionController.modify(alter, direction, granularity, false);
768 willBeModified(alter, direction);
775 if (alter == AlterationMove)
781 if (alter == AlterationExtend)
787 if (alter == AlterationMove)
793 if (alter == AlterationExtend
    [all...]