Home
last modified time | relevance | path

Searched refs:alter (Results 1 – 25 of 142) 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/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
/external/kernel-headers/original/linux/
Dsem.h115 int alter; /* does the operation alter the array? */ member
/external/zlib/
DNOTICE8 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/llvm/test/Transforms/Inline/
Dinline-optsize.ll6 ; function attribute don't alter the function specific inline threshold if the
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/
DCommonErrorNode.as55 // people should subclass if they alter the tree type so this
DTreeParser.as110 * plus we want to alter the exception type. Don't try to recover
/external/libpng/contrib/gregbook/
DLICENSE18 including commercial applications, and to alter it and redistribute
/external/eigen/
DCOPYING.MPL2167 attempt to alter or restrict the recipients' rights in the Source Code
182 license for the Executable Form does not attempt to limit or alter
200 You may not remove or alter the substance of any license notices
203 the Covered Software, except that You may alter any license notices to
/external/llvm/lib/Support/
DCOPYRIGHT.regex8 any computer system, and to alter it and redistribute it, subject
/external/zlib/src/contrib/minizip/
DMiniZip64_info.txt62 including commercial applications, and to alter it and redistribute it
/external/zlib/src/contrib/pascal/
Dreadme.txt66 including commercial applications, and to alter it and redistribute it
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
DANTLRCommonErrorNode.m122 // people should subclass if they alter the tree type so this
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/JavaScript/
DASTParser.stg62 // to pass code to the default matchSet; another possible way to alter
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Python/
DASTParser.stg98 // to pass code to the default matchSet; another possible way to alter

123456