HomeSort by relevance Sort by last modified time
    Searched refs:Printable (Results 1 - 25 of 31) sorted by null

1 2

  /external/llvm/include/llvm/Support/
Printable.h 1 //===--- Printable.h - Print function helpers -------------------*- C++ -*-===//
10 // This file defines the Printable struct.
27 /// Printable PrintRegister(unsigned Register) {
28 /// return Printable([Register](raw_ostream &OS) {
38 class Printable {
41 Printable(std::function<void(raw_ostream &OS)> Print)
45 static inline raw_ostream &operator<<(raw_ostream &OS, const Printable &P) {
  /prebuilts/tools/linux-x86_64/kythe/proto/
xref.proto 540 message Printable {
565 Printable display_name = 2;
575 Printable display_name = 7;
719 Printable text = 2;
723 Printable signature = 3;
725 Printable type = 4;
727 Printable initializer = 5;
729 Printable defined_by = 6;
  /external/llvm/lib/CodeGen/
TargetRegisterInfo.cpp 45 Printable PrintReg(unsigned Reg, const TargetRegisterInfo *TRI,
47 return Printable([Reg, TRI, SubIdx](raw_ostream &OS) {
67 Printable PrintRegUnit(unsigned Unit, const TargetRegisterInfo *TRI) {
68 return Printable([Unit, TRI](raw_ostream &OS) {
90 Printable PrintVRegOrUnit(unsigned Unit, const TargetRegisterInfo *TRI) {
91 return Printable([Unit, TRI](raw_ostream &OS) {
100 Printable PrintLaneMask(LaneBitmask LaneMask) {
101 return Printable([LaneMask](raw_ostream &OS) {
RegAllocPBQP.cpp 50 #include "llvm/Support/Printable.h"
828 /// Create Printable object for node and register info.
829 static Printable PrintNodeInfo(PBQP::RegAlloc::PBQPRAGraph::NodeId NId,
831 return Printable([NId, &G](raw_ostream &OS) {
  /prebuilts/go/darwin-x86/src/mime/quotedprintable/
writer_test.go 141 // From http://fr.wikipedia.org/wiki/Quoted-Printable
142 var testMsg = []byte("Quoted-Printable (QP) est un format d'encodage de données codées sur 8 bits, qui utilise exclusivement les caractères alphanumériques imprimables du code ASCII (7 bits).\r\n" +
146 "L'encodage Quoted-Printable permet de remédier à ce problème, en procédant de la manière suivante :\r\n" +
  /prebuilts/go/linux-x86/src/mime/quotedprintable/
writer_test.go 141 // From http://fr.wikipedia.org/wiki/Quoted-Printable
142 var testMsg = []byte("Quoted-Printable (QP) est un format d'encodage de données codées sur 8 bits, qui utilise exclusivement les caractères alphanumériques imprimables du code ASCII (7 bits).\r\n" +
146 "L'encodage Quoted-Printable permet de remédier à ce problème, en procédant de la manière suivante :\r\n" +
  /external/llvm/include/llvm/Target/
TargetRegisterInfo.h 24 #include "llvm/Support/Printable.h"
    [all...]
  /external/google-breakpad/src/testing/test/
gmock-spec-builders_test.cc     [all...]
  /external/googletest/googlemock/test/
gmock-spec-builders_test.cc     [all...]
  /external/v8/testing/gmock/test/
gmock-spec-builders_test.cc     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 25 #include "llvm/Support/Printable.h"
372 static Printable PrintNodeId(const SDNode &Node) {
373 return Printable([&Node](raw_ostream &OS) {
  /prebuilts/devtools/tools/lib/
jfreechart-swt-1.0.9.jar 
jfreechart-1.0.9.jar 
  /prebuilts/go/darwin-x86/src/net/mail/
message.go 218 // If every character is printable ASCII, quoting is simple.
455 // qtext (printable US-ASCII excluding " and \), or
588 // Printable US-ASCII, excluding backslash or quote.
  /prebuilts/go/linux-x86/src/net/mail/
message.go 218 // If every character is printable ASCII, quoting is simple.
455 // qtext (printable US-ASCII excluding " and \), or
588 // Printable US-ASCII, excluding backslash or quote.
  /prebuilts/tools/common/jfreechart/
jfreechart-1.0.9-swt.jar 
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/m2/repository/jfree/jfreechart-swt/1.0.9/
jfreechart-swt-1.0.9.jar 
  /prebuilts/tools/common/m2/repository/com/tunnelvisionlabs/antlr4-runtime/4.5/
antlr4-runtime-4.5.jar 
  /prebuilts/tools/common/m2/repository/xhtmlrenderer/xhtmlrenderer/R8rc1/
xhtmlrenderer-R8rc1.jar 
  /build/make/tools/droiddoc/templates-ndk/assets/js/
android_3p-bundle.js     [all...]
  /build/make/tools/droiddoc/templates-sac/assets/js/
android_3p-bundle.js     [all...]
  /external/doclava/res/assets/templates-sdk/assets/js/
android_3p-bundle.js     [all...]
  /prebuilts/checkstyle/
checkstyle.jar 
  /prebuilts/misc/common/groovy/
groovy-all-1.7.0.jar 

Completed in 2020 milliseconds

1 2