Home
last modified time | relevance | path

Searched refs:Title (Results 1 – 25 of 305) sorted by relevance

12345678910>>...13

/external/icu/android_icu4j/src/main/java/android/icu/text/
DCaseMap.java48 public static Title toTitle() { return Title.DEFAULT; } in toTitle()
179 public static final class Title extends CaseMap { class in CaseMap
180 private static final Title DEFAULT = new Title(0);
181 private static final Title OMIT_UNCHANGED = new Title(CaseMapImpl.OMIT_UNCHANGED_TEXT);
182 private Title(int opt) { super(opt); } in Title() method in CaseMap.Title
195 public Title wholeString() { in wholeString()
196 return new Title(CaseMapImpl.addTitleIteratorOption( in wholeString()
211 public Title sentences() { in sentences()
212 return new Title(CaseMapImpl.addTitleIteratorOption( in sentences()
220 public Title omitUnchangedText() { in omitUnchangedText()
[all …]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DCaseMap.java51 public static Title toTitle() { return Title.DEFAULT; } in toTitle()
193 public static final class Title extends CaseMap { class in CaseMap
194 private static final Title DEFAULT = new Title(0);
195 private static final Title OMIT_UNCHANGED = new Title(CaseMapImpl.OMIT_UNCHANGED_TEXT);
196 private Title(int opt) { super(opt); } in Title() method in CaseMap.Title
210 public Title wholeString() { in wholeString()
211 return new Title(CaseMapImpl.addTitleIteratorOption( in wholeString()
227 public Title sentences() { in sentences()
228 return new Title(CaseMapImpl.addTitleIteratorOption( in sentences()
237 public Title omitUnchangedText() { in omitUnchangedText()
[all …]
/external/cldr/tools/java/org/unicode/cldr/draft/
DidnaTestCases.txt40 # Title: Appendix A.1. HYPHEN-MINUS - Can't be at start or end; that is, ok only if medial
53 # Title: A1. Allow ZWNJ in the following context: /$L $T* ZWNJ $T* $R/
66 # Title: ZWJ/ZWNJ apply to letter+virama of same script (and limited scripts)
72 # Title: A2. Allow ZWNJ in the following context: /$L $V ZWNJ/
96 # Title: Appendix A.4. MIDDLE DOT
107 # Title: Appendix A.8. HEBREW PUNCTUATION GERESH - \u05F3
118 # Title: Appendix A.9. HEBREW PUNCTUATION GERSHAYIM - \u05F4
129 # Title: Appendix A.13. ARABIC-INDIC DIGITS - 0660..0669
143 #Title: Appendix A.14. EXTENDED ARABIC-INDIC DIGITS
153 # Title: 2. ES and ON are not allowed in the first position
[all …]
DidnaContextRules.txt34 # A title is of the form "Title: ...". It is just informational, but allows the test to show why a …
59 Title: 4.2.2. Rejection of Characters that are not Permitted: fail if DISALLOWED or UNASSIGNED
150 Title: 4.2.3.1. Rejection of Hyphen Sequences in U-labels // just xx--
156 Title: 4.2.3.2. Leading Combining Marks
167 Title: Appendix A.1. HYPHEN-MINUS - Can't be at start or end; that is, ok only if medial
191 Title: A1. Allow ZWNJ in the following context: /$L $T* ZWNJ $T* $R/
214 Title: ZWJ/ZWNJ apply to letter+virama
228 Title: A2. Allow ZWNJ in the following context: /$L $V ZWNJ/
235 Title: B. Allow ZWJ (U+200D) in the following context: /$L $V ZWJ/
242 Title: Appendix A.4. MIDDLE DOT
[all …]
/external/syzkaller/pkg/instance/
Dinstance.go130 Title string member
136 return err.Title
144 return err.Report.Title
201 Title: err.Error(),
204 testErr.Title, testErr.Output = bootErr.BootError()
212 testErr.Title = testErr.Report.Title
215 Title: testErr.Title,
262 return &TestError{Title: fmt.Sprintf("failed to copy test binary to VM: %v", err)}
266 return &TestError{Title: fmt.Sprintf("failed to copy test binary to VM: %v", err)}
282 Title: rep.Title,
[all …]
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DGraphWriter.h95 void writeGraph(const std::string &Title = "") {
97 writeHeader(Title);
109 void writeHeader(const std::string &Title) { in writeHeader() argument
112 if (!Title.empty()) in writeHeader()
113 O << "digraph \"" << DOT::EscapeString(Title) << "\" {\n"; in writeHeader()
122 if (!Title.empty()) in writeHeader()
123 O << "\tlabel=\"" << DOT::EscapeString(Title) << "\";\n"; in writeHeader()
299 const std::string &Title = "") {
304 W.writeGraph(Title);
311 bool ShortNames = false, const std::string &Title = "") {
[all …]
/external/llvm/include/llvm/Support/
DGraphWriter.h99 void writeGraph(const std::string &Title = "") {
101 writeHeader(Title);
113 void writeHeader(const std::string &Title) { in writeHeader() argument
116 if (!Title.empty()) in writeHeader()
117 O << "digraph \"" << DOT::EscapeString(Title) << "\" {\n"; in writeHeader()
126 if (!Title.empty()) in writeHeader()
127 O << "\tlabel=\"" << DOT::EscapeString(Title) << "\";\n"; in writeHeader()
313 const Twine &Title = "") {
318 W.writeGraph(Title.str());
327 bool ShortNames = false, const Twine &Title = "") {
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DGraphWriter.h114 void writeGraph(const std::string &Title = "") {
116 writeHeader(Title);
128 void writeHeader(const std::string &Title) { in writeHeader() argument
131 if (!Title.empty()) in writeHeader()
132 O << "digraph \"" << DOT::EscapeString(Title) << "\" {\n"; in writeHeader()
141 if (!Title.empty()) in writeHeader()
142 O << "\tlabel=\"" << DOT::EscapeString(Title) << "\";\n"; in writeHeader()
311 const Twine &Title = "") {
316 W.writeGraph(Title.str());
325 bool ShortNames = false, const Twine &Title = "") {
[all …]
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DDOTGraphTraitsPass.h31 std::string Title, GraphName; in runOnFunction() local
34 Title = GraphName + " for '" + F.getNameStr() + "' function"; in runOnFunction()
35 ViewGraph(Graph, Name, Simple, Title); in runOnFunction()
65 std::string Title, GraphName; in runOnFunction() local
67 Title = GraphName + " for '" + F.getNameStr() + "' function"; in runOnFunction()
70 WriteGraph(File, Graph, Simple, Title); in runOnFunction()
/external/syzkaller/pkg/report/
Dlinux_test.go45 if rep := reporter.Parse([]byte(log)); rep.Title != "BUG: bug1" {
46 t.Fatalf("want `BUG: bug1`, found `%v`", rep.Title)
52 if rep := reporter1.Parse([]byte(log)); rep.Title != "BUG: bug1" {
53 t.Fatalf("want `BUG: bug1`, found `%v`", rep.Title)
59 if rep := reporter2.Parse([]byte(log)); rep.Title != "BUG: bug2" {
60 t.Fatalf("want `BUG: bug2`, found `%v`", rep.Title)
67 t.Fatalf("found `%v`, should be ignored", rep.Title)
Dfuchsia.go72 rep.Title = string(zirconPanicShort)
75 rep.Title = string(zirconKernelHang)
93 rep.Title = "ASSERT FAILED"
96 rep.Title = "Supervisor fault"
99 rep.Title = "recursion in interrupt handler"
102 rep.Title = "double fault"
115 rep.Title = fmt.Sprintf("%v in %v", rep.Title, where)
Dreport_test.go31 Title string member
70 test.Title = ln[len(titlePrefix):]
128 expectCrash := (test.Title != "")
135 if rep != nil && rep.Title == "" {
140 title = rep.Title
145 if title != test.Title || corrupted != test.Corrupted || suppressed != test.Suppressed {
165 test.Title, test.Corrupted, test.Suppressed,
/external/llvm/include/llvm/Analysis/
DDOTGraphTraitsPass.h57 std::string Title = GraphName + " for '" + F.getName().str() + "' function"; in runOnFunction() local
59 ViewGraph(Graph, Name, IsSimple, Title); in runOnFunction()
105 std::string Title = GraphName + " for '" + F.getName().str() + "' function"; in runOnFunction() local
108 WriteGraph(File, Graph, IsSimple, Title); in runOnFunction()
135 std::string Title = DOTGraphTraits<GraphT>::getGraphName(Graph); in runOnModule() local
137 ViewGraph(Graph, Name, IsSimple, Title); in runOnModule()
167 std::string Title = DOTGraphTraits<GraphT>::getGraphName(Graph); in runOnModule() local
170 WriteGraph(File, Graph, IsSimple, Title); in runOnModule()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DDOTGraphTraitsPass.h57 std::string Title = GraphName + " for '" + F.getName().str() + "' function"; in runOnFunction() local
59 ViewGraph(Graph, Name, IsSimple, Title); in runOnFunction()
105 std::string Title = GraphName + " for '" + F.getName().str() + "' function"; in runOnFunction() local
108 WriteGraph(File, Graph, IsSimple, Title); in runOnFunction()
135 std::string Title = DOTGraphTraits<GraphT>::getGraphName(Graph); in runOnModule() local
137 ViewGraph(Graph, Name, IsSimple, Title); in runOnModule()
167 std::string Title = DOTGraphTraits<GraphT>::getGraphName(Graph); in runOnModule() local
170 WriteGraph(File, Graph, IsSimple, Title); in runOnModule()
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DTestCasingTransforms.txt5 # transform is composed of locale, a dash(-) and either Lower, Upper or Title.
9 ΟΔΌΣ Οδός Σο ΣΟ oΣ ΟΣ σ ἕξ; el-Title; Οδός Οδός Σο Σο Oς Ος Σ Ἕξ
14 Isiİ İsıI; tr-Title; Isii İsıı
17 ; az-Title; Isii İsıı
22 I Ï J J̈ Į Į̈ Ì Í Ĩ xi̇̈ xj̇̈ xį̇̈ xi̇̀ xi̇́ xi̇̃ XI XÏ XJ XJ̈ XĮ XĮ̈; lt-Title; I Ï J J̈ Į Į̈ Ì Í …
27 IJKIJ ijkij IjkIj; nl-Title; IJkij IJkij IJkij
/external/icu/icu4j/tools/build/
Dmanifest.stub4 Specification-Title: ICU for Java Doc Tools
7 Implementation-Title: ICU for Java Doc Tools
14 Specification-Title: ICU for Java Resource Index Generator
17 Implementation-Title: ICU for Java Resource Index Generator
/external/syzkaller/dashboard/app/
Dapi.go335 presentCommits[com.Title] = true
336 bugFixedBy[com.BugID] = append(bugFixedBy[com.BugID], com.Title)
388 bugKey := datastore.NewKey(c, "Bug", bugKeyHash(bug.Namespace, bug.Title, bug.Seq), 0, nil)
448 log.Infof(c, "bug %q is fixed with %q", bug.Title, fixCommits)
496 mgr.FailedBuildBug = bugKeyHash(bug.Namespace, bug.Title, bug.Seq)
521 req.Title = limitLength(req.Title, maxTextLen)
527 req.Title = corruptedReportTitle
530 bug, bugKey, err := findBugForCrash(c, ns, req.Title)
563 log.Infof(c, "not saving crash for %q", bug.Title)
703 log.Infof(c, "deleted %v crashes for bug %q", len(crashes), bug.Title)
[all …]
Dreporting_test.go24 Title: "title1",
48 Title: "title1",
143 c.expectEQ(rep.Title, "title1")
172 Title: "title1",
190 Title: "title1 (2)",
282 c.expectEQ(rep3.Title, crash2.Title+" (2)")
314 c.expectEQ(rep2.Title, crash2.Title+" (2)")
373 crash1.Title = "skip without repro 1"
396 crash2.Title = "skip without repro 2"
Dfix_test.go80 c.expectEQ(rep2.Title, "title1 (2)")
145 c.expectEQ(rep2.Title, "title1 (2)")
276 c.expectEQ(rep2.Title, "title1 (2)")
362 c.expectEQ(rep2.Title, "title1 (2)")
412 c.expectEQ(rep2.Title, "title1 (2)")
442 c.expectEQ(rep3.Title, rep1.Title+" (2)")
490 c.expectEQ(rep3.Title, rep1.Title+" (2)")
494 c.expectEQ(rep4.Title, rep2.Title+" (2)")
530 c.expectEQ(rep3.Title, rep1.Title+" (2)")
Dapp_test.go47 if strings.HasPrefix(bug.Title, "skip without repro") &&
201 Title: fmt.Sprintf("title%v", id),
218 Title: crash.Title,
262 Title: "title1",
/external/syzkaller/syz-manager/
Dmanager.go332 if reproducing[crash.Title] {
339 log.Logf(1, "loop: add to repro queue '%v'", crash.Title)
340 reproducing[crash.Title] = true
363 log.Logf(1, "loop: starting repro of '%v' on instances %+v", crash.Title, vmIndexes)
366 reproDone <- &ReproResult{vmIndexes, crash.Title, res, stats, err, crash.hub}
403 log.Logf(1, "loop: add pending repro for '%v'", res.crash.Title)
413 title = res.res.Report.Title
585 args := []string{"-s", "syzkaller: " + crash.Title}
598 log.Logf(0, "vm-%v: suppressed crash %v", crash.vmIndex, crash.Title)
606 log.Logf(0, "vm-%v: crash: %v%v", crash.vmIndex, crash.Title, corrupted)
[all …]
/external/syzkaller/pkg/osutil/
Dosutil.go63 Title: text,
78 Title string member
84 return err.Title
86 return fmt.Sprintf("%v\n%s", err.Title, err.Output)
92 err1.Title = fmt.Sprintf("%v: %v", ctx, err1.Title)
/external/syzkaller/pkg/vcs/
Dgit_test.go35 Title: "rbtree: include rcu.h",
62 if com.Title != res.Title {
63 t.Fatalf("want title %q, got %q", com.Title, res.Title)
/external/syzkaller/syz-ci/
Dmanager.go264 KernelCommitTitle: kernelCommit.Title,
285 Title: fmt.Sprintf("%v build error", mgr.mgrcfg.RepoAlias),
374 rep.Report = append([]byte(rep.Title), rep.Report...)
376 rep.Title = fmt.Sprintf("%v boot error", mgr.mgrcfg.RepoAlias)
378 rep.Title = fmt.Sprintf("%v test error", mgr.mgrcfg.RepoAlias)
402 mgr.name, rep.Title, rep.Report, rep.Output)
412 Title: rep.Title,
565 Title: com.Title,
/external/syzkaller/vm/vmimpl/
Dvmimpl.go72 Title string member
77 return fmt.Sprintf("%v\n%s", err.Title, err.Output)
81 return err.Title, err.Output

12345678910>>...13