Home
last modified time | relevance | path

Searched refs:alter (Results 1 – 25 of 132) sorted by relevance

123456

/external/libpcap/
Doptimize.c610 vstore(s, valp, newval, alter) in vstore() argument
614 int alter;
616 if (alter && *valp == newval)
952 opt_stmt(s, val, alter) in opt_stmt() argument
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);
991 vstore(s, &val[A_ATOM], v, alter);
[all …]
/external/webkit/Source/WebCore/editing/
DSelectionController.cpp345 void SelectionController::willBeModified(EAlteration alter, SelectionDirection direction) in willBeModified() argument
347 if (alter != AlterationExtend) in willBeModified()
755 bool SelectionController::modify(EAlteration alter, SelectionDirection direction, TextGranularity g… in modify() argument
761 trialSelectionController.modify(alter, direction, granularity, false); in modify()
768 willBeModified(alter, direction); in modify()
775 if (alter == AlterationMove) in modify()
781 if (alter == AlterationExtend) in modify()
787 if (alter == AlterationMove) in modify()
793 if (alter == AlterationExtend) in modify()
804 if (!wasRange && alter == AlterationMove && position == originalStartPosition) in modify()
[all …]
/external/webkit/Source/WebCore/page/
DDOMSelection.cpp296 SelectionController::EAlteration alter; in modify() local
298 alter = SelectionController::AlterationExtend; in modify()
300 alter = SelectionController::AlterationMove; in modify()
340 m_frame->selection()->modify(alter, direction, granularity, false); in modify()
DDOMSelection.h62 void modify(const String& alter, const String& direction, const String& granularity);
DDOMSelection.idl77 void modify(in DOMString alter, in DOMString direction, in DOMString granularity);
/external/clang/bindings/python/
DREADME.txt7 You may need to alter LD_LIBRARY_PATH so that the Clang library can be
/external/iptables/extensions/
Dlibxt_DSCP.man1 This target allows to alter the value of the DSCP bits within the TOS
Dlibxt_TCPMSS.man1 This target allows to alter the MSS value of TCP SYN packets, to control
/external/tinyxml/
DNOTICE6 purpose, including commercial applications, and to alter it and
/external/kernel-headers/original/linux/
Dsem.h115 int alter; /* does the operation alter the array? */ member
/external/opencv/
DLICENSE_Android_NDK7 including commercial applications, and to alter it and redistribute it freely,
/external/webkit/Tools/iExploder/iexploder-1.3.2/
DLICENSE.txt9 # including commercial applications, and to alter it and redistribute it
DREADME.txt54 may differ between operating systems and platforms. If you alter the tag and
/external/zlib/
DNOTICE8 including commercial applications, and to alter it and redistribute it
DREADME94 including commercial applications, and to alter it and redistribute it
/external/markdown/docs/extensions/
DWikiLinks.txt28 desires. See below for ways to alter the class.
79 If you want to do more that just alter the base and/or end of the URL, you
/external/libpng/contrib/gregbook/
DLICENSE18 including commercial applications, and to alter it and redistribute
/external/llvm/lib/Support/
DCOPYRIGHT.regex8 any computer system, and to alter it and redistribute it, subject
/external/ipsec-tools/src/racoon/doc/
DREADME.privsep15 to do much damage. They may be able to alter the host's security associations
18 able to alter security associations on other hosts in disruptive or dangerous
/external/zlib/contrib/minizip/
DMiniZip64_info.txt62 including commercial applications, and to alter it and redistribute it
/external/zlib/contrib/pascal/
Dreadme.txt66 including commercial applications, and to alter it and redistribute it
/external/zlib/win32/
DREADME-WIN32.txt82 including commercial applications, and to alter it and redistribute it
/external/zlib/contrib/masmx86/
Dmatch686.asm173 ;; including commercial applications, and to alter it and redistribute it
/external/zlib/contrib/masmx64/
Dgvmat64.asm21 ; including commercial applications, and to alter it and redistribute it
/external/webkit/Tools/iExploder/iexploder-1.7.2/
DREADME.txt106 may differ between operating systems and platforms. If you alter config.yaml,

123456