Searched refs:Notation (Results 1 – 25 of 34) sorted by relevance
12
/external/webkit/Source/WebCore/dom/ |
D | Notation.cpp | 28 Notation::Notation(Document* document, const String& name, const String& publicId, const String& sy… in Notation() function in WebCore::Notation 36 String Notation::nodeName() const in nodeName() 41 Node::NodeType Notation::nodeType() const in nodeType() 46 PassRefPtr<Node> Notation::cloneNode(bool /*deep*/) in cloneNode() 52 bool Notation::childTypeAllowed(NodeType) const in childTypeAllowed()
|
D | Notation.h | 31 class Notation : public ContainerNode { 37 Notation(Document*, const String& name, const String& publicId, const String& systemId);
|
D | Notation.idl | 22 interface Notation : Node {
|
/external/dropbear/libtommath/ |
D | tommath.out | 7 \BOOKMARK [1][-]{section.1.3}{Discussion and Notation}{chapter.1} 8 \BOOKMARK [2][-]{subsection.1.3.1}{Notation}{section.1.3} 9 \BOOKMARK [2][-]{subsection.1.3.2}{Precision Notation}{section.1.3}
|
/external/webkit/Source/WebCore/bindings/v8/custom/ |
D | V8NodeCustom.cpp | 167 return toV8(static_cast<Notation*>(impl), forceNewObject); in toV8Slow()
|
/external/webkit/Source/WebCore/bindings/js/ |
D | JSNodeCustom.cpp | 290 wrapper = CREATE_DOM_NODE_WRAPPER(exec, globalObject, Notation, node); in createWrapperInline()
|
/external/openssl/crypto/rc2/ |
D | rrc2.doc | 29 Notation and RRC.2 Primitive Operations
|
/external/llvm/docs/TableGen/ |
D | LangRef.rst | 23 Notation chapter
|
/external/icu4c/data/lang/ |
D | en.txt | 766 Zmth{"Mathematical Notation"}
|
/external/webkit/Source/WebCore/ |
D | DerivedSources.make | 319 Notation \
|
D | CodeGenerators.pri | 142 dom/Notation.idl \
|
D | CMakeLists.txt | 168 dom/Notation.idl 592 dom/Notation.cpp
|
D | Android.mk | 167 dom/Notation.cpp \
|
D | WebCore.pro | 514 dom/Notation.cpp \ 1496 dom/Notation.h \
|
D | WebCore.gypi | 1144 'dom/Notation.idl', 2503 'dom/Notation.cpp', 2504 'dom/Notation.h',
|
D | GNUmakefile.list.am | 1204 Source/WebCore/dom/Notation.cpp \ 1205 Source/WebCore/dom/Notation.h \
|
D | GNUmakefile.am | 1256 Source/WebCore/dom/Notation.cpp \ 1257 Source/WebCore/dom/Notation.h \
|
D | ChangeLog-2006-12-31 | 24586 * dom/Notation.cpp: 24587 (WebCore::Notation::Notation): 24588 (WebCore::Notation::nodeName): 24589 * dom/Notation.h: 24590 (WebCore::Notation::publicId): 24591 (WebCore::Notation::systemId): 44287 * dom/Notation.h: 54077 * dom/Notation.cpp: Added. 54078 (WebCore::Notation::Notation): 54079 * dom/Notation.h: Added.
|
D | ChangeLog-2002-12-03 | 15043 (Entity::notationName), (EntityReference::operator = ), (Notation::operator = ), 15044 (Notation::publicId), (Notation::systemId), (ProcessingInstruction::operator = ),
|
/external/webkit/Source/WebCore/page/ |
D | DOMWindow.idl | 406 attribute NotationConstructor Notation;
|
/external/clang/docs/ |
D | PCHInternals.rst | 324 of `Reverse Polish Notation
|
/external/llvm/docs/ |
D | GettingStarted.rst | 404 Terminology and Notation
|
/external/webkit/Source/WebCore/WebCore.xcodeproj/ |
D | project.pbxproj | 3945 …A8EA7EBE0A1945D000A8EF5F /* Notation.h in Headers */ = {isa = PBXBuildFile; fileRef = A8EA7EB60A19… 3946 …A8EA7EBF0A1945D000A8EF5F /* Notation.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A8EA7EB70A… 9593 …EC1F409C2877700C515D1 /* Notation.idl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFil… 10374 …60A1945D000A8EF5F /* Notation.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType… 10375 …1945D000A8EF5F /* Notation.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType … 19524 A8EA7EB70A1945D000A8EF5F /* Notation.cpp */, 19525 A8EA7EB60A1945D000A8EF5F /* Notation.h */, 19526 93EEC1F409C2877700C515D1 /* Notation.idl */, 22066 A8EA7EBE0A1945D000A8EF5F /* Notation.h in Headers */, 24982 A8EA7EBF0A1945D000A8EF5F /* Notation.cpp in Sources */,
|
/external/bison/doc/ |
D | bison.texi | 153 Reverse Polish Notation Calculator 1433 @section Reverse Polish Notation Calculator 1892 @section Infix Notation Calculator: @code{calc} 3532 Notation Calculator}).
|
D | bison.info | 116 Reverse Polish Notation Calculator 1993 2.1 Reverse Polish Notation Calculator 2417 2.2 Infix Notation Calculator: `calc' 3814 RPN and infix calculator examples (*note Reverse Polish Notation
|
12