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

  /bootable/recovery/
verifier_test.sh 85 expect_fail alter-metadata.zip
86 expect_fail alter-footer.zip
  /external/webkit/WebCore/page/
DOMSelection.h 63 void modify(const String& alter, const String& direction, const String& granularity);
DOMSelection.idl 75 void modify(in DOMString alter, in DOMString direction, in DOMString granularity);
DOMSelection.cpp 269 SelectionController::EAlteration alter;
271 alter = SelectionController::EXTEND;
273 alter = SelectionController::MOVE;
311 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/webkit/WebCore/editing/
SelectionController.cpp 200 // FIXME: When endpoints are removed, we should just alter the selection, instead of blowing it away.
232 void SelectionController::willBeModified(EAlteration alter, EDirection direction)
234 if (alter != EXTEND)
562 bool SelectionController::modify(EAlteration alter, EDirection dir, TextGranularity granularity, bool userTriggered)
568 trialSelectionController.modify(alter, dir, granularity, false);
578 willBeModified(alter, dir);
583 if (alter == MOVE)
589 if (alter == EXTEND)
595 if (alter == MOVE)
601 if (alter == EXTEND
    [all...]
  /external/kernel-headers/original/linux/
sem.h 115 int alter; /* does the operation alter the array? */ member in struct:sem_queue
  /frameworks/base/core/java/android/text/
StaticLayout.java 145 AlteredCharSequence alter = null; local
281 if (alter == null)
282 alter = AlteredCharSequence.make(source, chs, start, end);
284 alter.update(chs, start, end);
286 sub = alter;
    [all...]
  /external/zlib/contrib/masmx64/
gvmat64.asm 21 ; including commercial applications, and to alter it and redistribute it
  /external/zlib/contrib/masmx86/
match686.asm 173 ;; including commercial applications, and to alter it and redistribute it

Completed in 338 milliseconds