Searched refs:isText (Results 1 - 25 of 57) sorted by relevance

123

/external/jetty/src/java/org/eclipse/jetty/websocket/
H A DWebSocket.java219 boolean isText(byte opcode); method in interface:WebSocket.FrameConnection
H A DWebSocketConnectionD00.java461 public boolean isText(byte opcode) method in class:WebSocketConnectionD00
/external/llvm/lib/MC/
H A DMCSectionCOFF.cpp104 return getKind().isText();
/external/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetObjectFile.cpp75 if (Kind.isText() && !GV->hasComdat())
/external/pdfium/xfa/src/fxbarcode/pdf417/
H A DBC_PDF417HighLevelEncoder.h56 static FX_BOOL isText(FX_WCHAR ch);
H A DBC_PDF417HighLevelEncoder.cpp337 FX_BOOL CBC_PDF417HighLevelEncoder::isText(FX_WCHAR ch) { function in class:CBC_PDF417HighLevelEncoder
380 if (!isText(ch)) {
409 while (textCount < 5 && isText(ch)) {
/external/markdown/markdown/
H A Dtreeprocessors.py100 def __processElementText(self, node, subnode, isText=True):
109 * isText: bool variable, True - it's text, False - it's tail
114 if isText:
123 if not isText and node is not subnode:
/external/llvm/include/llvm/MC/
H A DSectionKind.h116 bool isText() const { return K == Text; } function in class:llvm::SectionKind
/external/valgrind/coregrind/
H A Dm_redir.c403 Bool isText; local
521 &isText, NULL );
533 if (!isText) {
656 &isText, NULL );
662 ok = isText
788 Bool anyMark, isText, isIFunc; local
816 &isText, &isIFunc );
824 if (!isText)
1717 Bool isText = False; local
1722 &isText, NUL
[all...]
H A Dpub_core_debuginfo.h218 /*OUT*/Bool* isText,
/external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/kdom/
H A DNode.java162 if (isText(i))
176 return (isText(index)) ? (String) getChild(index) : null;
215 public boolean isText(int i) { method in class:Node
/external/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp174 if (K.isText())
226 if (Kind.isText())
314 if (Kind.isText())
572 if (Kind.isText())
794 else if (K.isText())
895 if (Kind.isText())
912 if (Kind.isText())
944 if (Kind.isText())
/external/llvm/lib/Target/XCore/
H A DXCoreTargetObjectFile.cpp78 if (K.isText())
118 if (Kind.isText()) return TextSection;
/external/markdown/markdown/extensions/
H A Dfootnotes.py284 node, isText = result
285 if isText:
/external/valgrind/coregrind/m_debuginfo/
H A Dstorage.c103 sym->isText ? 'T' : '-',
1676 on .isText -- that is, either: both are .isText or both are
1677 not .isText. They are merged into a single entry, but both
1684 && !!di->symtab[w].isText == !!di->symtab[r].isText) {
1711 /* A second pass merging entries together where one .isText but
1712 the other isn't. In such cases, just ignore the non-.isText
1722 /* Identical address ranges. They must disagree on .isText
1725 if (di->symtab[r-1].isText
[all...]
H A Dreadpdb.c1273 vsym.isText = (sym->generic.id == S_PUB_V1);
1299 vsym.isText = !!(IMAGE_SCN_CNT_CODE
1332 vsym.isText = !!(IMAGE_SCN_CNT_CODE
1366 vsym.isText = True;
1387 vsym.isText = True;
1409 vsym.isText = 1;
/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldCOFFX86_64.h167 bool IsCode = SecI->isText();
H A DRuntimeDyldCOFFI386.h70 findOrEmitSection(Obj, *Section, Section->isText(), ObjSectionToID);
H A DRuntimeDyldMachOI386.h155 bool IsCode = SectionA.isText();
H A DRuntimeDyldMachOARM.h239 bool IsCode = SectionA.isText();
/external/llvm/include/llvm/Object/
H A DObjectFile.h93 bool isText() const;
381 inline bool SectionRef::isText() const { function in class:llvm::object::SectionRef
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldMachO.cpp76 bool IsCode = TargetSection.isText();
118 bool IsCode = Sec.isText();
H A DRuntimeDyld.cpp209 bool IsCode = SI->isText();
242 bool IsCode = RelocatedSection->isText();
359 bool IsCode = Section.isText();
/external/llvm/lib/MC/MCParser/
H A DDarwinAsmParser.cpp392 bool isText = TAA & MachO::S_ATTR_PURE_INSTRUCTIONS; local
395 isText ? SectionKind::getText() : SectionKind::getData()));
615 bool isText = Segment == "__TEXT"; // FIXME: Hack. local
618 isText ? SectionKind::getText() : SectionKind::getData()));
/external/llvm/tools/llvm-size/
H A Dllvm-size.cpp349 bool isText = Section.isText(); local
352 if (isText)

Completed in 925 milliseconds

123