Home
last modified time | relevance | path

Searched refs:Arc (Results 1 – 25 of 80) sorted by relevance

1234

/external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/
DCFGBuilder.h56 struct Arc { struct
60 friend bool operator<(const Arc &LHS, const Arc &RHS) { argument
69 Arc Edge;
72 CFGBuilder(Function *F, const std::vector<Arc> &InitialArcs,
81 void buildCFG(const std::vector<Arc> &Arcs);
82 bool connect(const Arc &A);
83 bool disconnect(const Arc &A);
88 std::set<Arc> Arcs;
DCFGBuilder.cpp31 CFGBuilder::CFGBuilder(Function *F, const std::vector<Arc> &InitialArcs, in CFGBuilder()
98 bool CFGBuilder::connect(const Arc &A) { in connect()
109 bool CFGBuilder::disconnect(const Arc &A) { in disconnect()
122 void CFGBuilder::buildCFG(const std::vector<Arc> &NewArcs) { in buildCFG()
168 std::vector<CFGBuilder::Arc> Arcs = {{"entry", "a"}, {"a", "b"}, {"a", "c"}, in TEST()
215 std::vector<CFGBuilder::Arc> Arcs = { in TEST()
249 std::vector<CFGBuilder::Arc> Arcs = { in TEST()
DDominatorTreeTest.cpp681 std::vector<CFGBuilder::Arc> Arcs = { in TEST()
709 std::vector<CFGBuilder::Arc> Arcs = { in TEST()
735 std::vector<CFGBuilder::Arc> Arcs = {{"1", "2"}, {"2", "3"}, {"3", "4"}, in TEST()
763 std::vector<CFGBuilder::Arc> Arcs = {{"1", "2"}, {"2", "3"}, {"3", "4"}}; in TEST()
786 std::vector<CFGBuilder::Arc> Arcs = { in TEST()
813 std::vector<CFGBuilder::Arc> Arcs = { in TEST()
845 std::vector<CFGBuilder::Arc> Arcs = { in TEST()
871 std::vector<CFGBuilder::Arc> Arcs = { in TEST()
896 std::vector<CFGBuilder::Arc> Arcs = { in TEST()
931 std::vector<CFGBuilder::Arc> Arcs = { in TEST()
[all …]
DDominatorTreeBatchUpdatesTest.cpp196 std::vector<CFGBuilder::Arc> Arcs = { in TEST()
226 std::vector<CFGBuilder::Arc> Arcs = { in TEST()
262 std::vector<CFGBuilder::Arc> Arcs = { in TEST()
292 std::vector<CFGBuilder::Arc> Arcs = { in TEST()
325 std::vector<CFGBuilder::Arc> Arcs = { in TEST()
/external/lzma/CPP/7zip/UI/Common/
DUpdateCallback.cpp50 Arc(NULL), in CArchiveUpdateCallback()
198 if (Arc && Arc->GetRootProps) in GetRootRawProp()
199 return Arc->GetRootProps->GetRootRawProp(propID, data, dataSize, propType); in GetRootRawProp()
221 if (up.UseArcProps && up.ExistInArchive() && Arc->GetRawProps) in GetRawProp()
222 return Arc->GetRawProps->GetRawProp( in GetRawProp()
616 else if (Arc) in ReportOperation()
618 RINOK(Arc->GetItemPath(index, s2)); in ReportOperation()
620 RINOK(Archive_IsItem_Dir(Arc->Archive, index, isDir)); in ReportOperation()
671 else if (Arc) in ReportExtractResult()
673 RINOK(Arc->GetItemPath(index, s2)); in ReportExtractResult()
DUpdateCallback.h130 const CArc *Arc; variable
/external/llvm/tools/llvm-readobj/
Dllvm-readobj.cpp437 static void dumpArchive(const Archive *Arc) { in dumpArchive() argument
439 for (auto &Child : Arc->children(Err)) { in dumpArchive()
447 reportError(Arc->getFileName(), Buf); in dumpArchive()
454 reportError(Arc->getFileName(), readobj_error::unrecognized_file_format); in dumpArchive()
457 reportError(Arc->getFileName(), std::move(Err)); in dumpArchive()
487 if (Archive *Arc = dyn_cast<Archive>(&Binary)) in dumpInput() local
488 dumpArchive(Arc); in dumpInput()
/external/pdfium/xfa/fxfa/parser/
Dcxfa_box.cpp123 if (GetElementType() == XFA_Element::Arc) in Get3DStyle()
191 if (eType != XFA_Element::Arc && eType != XFA_Element::Border && in Draw()
196 if (!forceRound && eType != XFA_Element::Arc) in Draw()
201 if (type == XFA_Element::Arc || forceRound) { in Draw()
223 if (type == XFA_Element::Arc || forceRound) { in DrawFill()
Dcxfa_value.cpp21 {XFA_Element::Arc, 1, XFA_PROPERTYFLAG_OneOf},
72 ASSERT(!node || node->GetElementType() == XFA_Element::Arc); in GetArcIfExists()
Dcxfa_arc.cpp37 XFA_Element::Arc, in CXFA_Arc()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/
Dllvm-readobj.cpp519 static void dumpArchive(const Archive *Arc, ScopedPrinter &Writer) { in dumpArchive() argument
521 for (auto &Child : Arc->children(Err)) { in dumpArchive()
525 reportError(Arc->getFileName(), ChildOrErr.takeError()); in dumpArchive()
534 reportError(Arc->getFileName(), readobj_error::unrecognized_file_format); in dumpArchive()
537 reportError(Arc->getFileName(), std::move(Err)); in dumpArchive()
574 if (Archive *Arc = dyn_cast<Archive>(&Binary)) in dumpInput() local
575 dumpArchive(Arc, Writer); in dumpInput()
/external/eigen/test/
Dsparse_ref.cpp106 Ref<const SparseMatrix<float> > Arc(A); in call_ref() local
108 VERIFY_EVALUATION_COUNT( call_ref_2(Arc, Arc), 0); in call_ref()
/external/llvm/tools/llvm-cxxdump/
Dllvm-cxxdump.cpp492 static void dumpArchive(const Archive *Arc) { in dumpArchive() argument
494 for (auto &ArcC : Arc->children(Err)) { in dumpArchive()
503 reportError(Arc->getFileName(), Buf); in dumpArchive()
512 reportError(Arc->getFileName(), cxxdump_error::unrecognized_file_format); in dumpArchive()
527 if (Archive *Arc = dyn_cast<Archive>(&Binary)) in dumpInput() local
528 dumpArchive(Arc); in dumpInput()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-cxxdump/
Dllvm-cxxdump.cpp490 static void dumpArchive(const Archive *Arc) { in dumpArchive() argument
492 for (auto &ArcC : Arc->children(Err)) { in dumpArchive()
501 reportError(Arc->getFileName(), Buf); in dumpArchive()
510 reportError(Arc->getFileName(), cxxdump_error::unrecognized_file_format); in dumpArchive()
525 if (Archive *Arc = dyn_cast<Archive>(&Binary)) in dumpInput() local
526 dumpArchive(Arc); in dumpInput()
/external/skqp/gm/
Dcirculararcs.cpp132 struct Arc { struct
137 const Arc noDrawArcs[] = { argument
147 const Arc arcs[] = {
/external/skia/gm/
Dcirculararcs.cpp132 struct Arc { struct
137 const Arc noDrawArcs[] = { argument
147 const Arc arcs[] = {
/external/skqp/site/user/api/
DSkPath_Reference.md2387 …a href='SkPath_Reference#Conic'>Conic</a> follows an elliptical <a href='undocumented#Arc'>arc</a>.
2389 parabolic <a href='undocumented#Arc'>arc</a>. If Weight is greater than one, <a href='SkPath_Refere…
2390 <a href='undocumented#Arc'>arc</a>. If Weight is infinity, <a href='SkPath_Reference#Conic'>Conic</…
2412 …efacfa9f75f270fb1c0add5b4"><div>A 90 degree circular <a href='undocumented#Arc'>arc</a> has the we…
2543 …>Conics</a> and <a href='undocumented#Arc'>arcs</a> use identical representations. As the <a href=…
2765 <a name='Arc'></a>
2769 <a href='undocumented#Arc'>Arc</a> can be constructed in a number of ways. <a href='undocumented#Ar…
2771 and some constructions correspond to <a href='undocumented#Arc'>Arc</a> drawing in graphics standar…
2773 All <a href='undocumented#Arc'>Arc</a> draws are implemented by one or more <a href='SkPath_Referen…
2774 <a href='SkPath_Reference#Conic'>Conic</a> describes an <a href='undocumented#Arc'>Arc</a> of some …
[all …]
/external/skia/site/user/api/
DSkPath_Reference.md2387 …a href='SkPath_Reference#Conic'>Conic</a> follows an elliptical <a href='undocumented#Arc'>arc</a>.
2389 parabolic <a href='undocumented#Arc'>arc</a>. If Weight is greater than one, <a href='SkPath_Refere…
2390 <a href='undocumented#Arc'>arc</a>. If Weight is infinity, <a href='SkPath_Reference#Conic'>Conic</…
2412 …efacfa9f75f270fb1c0add5b4"><div>A 90 degree circular <a href='undocumented#Arc'>arc</a> has the we…
2543 …>Conics</a> and <a href='undocumented#Arc'>arcs</a> use identical representations. As the <a href=…
2765 <a name='Arc'></a>
2769 <a href='undocumented#Arc'>Arc</a> can be constructed in a number of ways. <a href='undocumented#Ar…
2771 and some constructions correspond to <a href='undocumented#Arc'>Arc</a> drawing in graphics standar…
2773 All <a href='undocumented#Arc'>Arc</a> draws are implemented by one or more <a href='SkPath_Referen…
2774 <a href='SkPath_Reference#Conic'>Conic</a> describes an <a href='undocumented#Arc'>Arc</a> of some …
[all …]
/external/libxml2/result/valid/
Dxlink.xml.err.rdr2 <p><termdef id="dt-arc" term="Arc">An <ter
Dxlink.xml.err2 <p><termdef id="dt-arc" term="Arc">An <term>arc</term> is contained within an e
/external/icu/icu4c/source/data/curr/
Dbr.txt63 "peso Arcʼhantina (1881–1970)",
67 "peso Arcʼhantina (1983–1985)",
71 "peso Arcʼhantina",
1370 few{"feso Arcʼhantina (1881–1970)"}
1371 many{"a besoioù Arcʼhantina (1881–1970)"}
1372 one{"peso Arcʼhantina (1881–1970)"}
1373 other{"peso Arcʼhantina (1881–1970)"}
1374 two{"beso Arcʼhantina (1881–1970)"}
1377 few{"feso Arcʼhantina (1983–1985)"}
1378 many{"a besoioù Arcʼhantina (1983–1985)"}
[all …]
/external/skia/docs/
DSkPath_Reference.bmh2350 #Subtopic Arc
2352 Arc can be constructed in a number of ways. Arc may be described by part of Oval and angles,
2354 and some constructions correspond to Arc drawing in graphics standards.
2356 All Arc draws are implemented by one or more Conic draws. When Conic_Weight is less than one,
2357 Conic describes an Arc of some Oval or Circle.
2360 describes Arc as a piece of Oval, beginning at start angle, sweeping clockwise or counterclockwise,
2366 describes Arc as tangent to the line segment from last Point added to Path to (x1, y1); and tangent
2372 describes Arc as part of Oval with radii (rx, ry), beginning at
2373 last Point added to Path and ending at (x, y). More than one Arc satisfies this criteria,
2376 conicTo describes Arc of less than 180 degrees as a pair of tangent lines and Conic_Weight.
[all …]
/external/skqp/docs/
DSkPath_Reference.bmh2350 #Subtopic Arc
2352 Arc can be constructed in a number of ways. Arc may be described by part of Oval and angles,
2354 and some constructions correspond to Arc drawing in graphics standards.
2356 All Arc draws are implemented by one or more Conic draws. When Conic_Weight is less than one,
2357 Conic describes an Arc of some Oval or Circle.
2360 describes Arc as a piece of Oval, beginning at start angle, sweeping clockwise or counterclockwise,
2366 describes Arc as tangent to the line segment from last Point added to Path to (x1, y1); and tangent
2372 describes Arc as part of Oval with radii (rx, ry), beginning at
2373 last Point added to Path and ending at (x, y). More than one Arc satisfies this criteria,
2376 conicTo describes Arc of less than 180 degrees as a pair of tangent lines and Conic_Weight.
[all …]
/external/icu/icu4c/source/data/zone/
Dbr.txt855 ld{"eur hañv Arcʼhantina"}
856 lg{"eur Arcʼhantina"}
857 ls{"eur cʼhoañv Arcʼhantina"}
860 ld{"eur hañv Arcʼhantina ar Cʼhornôg"}
861 lg{"eur Arcʼhantina ar Cʼhornôg"}
862 ls{"eur cʼhoañv Arcʼhantina ar Cʼhornôg"}
/external/lzma/CPP/7zip/UI/Console/
DList.cpp364 const CArc *Arc; member in CFieldPrinter
578 RINOK(Arc->GetRawProps->GetRawProp(index, f.PropID, &data, &dataSize, &propType)); in PrintItemInfo()
636 RINOK(Arc->Archive->GetProperty(index, f.PropID, &prop)); in PrintItemInfo()
1222 fp.Arc = &arc; in ListArchives()

1234