HomeSort by relevance Sort by last modified time
    Searched full:title (Results 126 - 150 of 15055) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/replicaisland/res/xml/
level_4_9_dialog_wanda.xml 9 title = "@string/Wanda"
15 title = "@string/Wanda"
21 title = "@string/Wanda"
level_3_9_dialog_rokudou.xml 9 title = "@string/Rokudou"
15 title = "@string/Rokudou"
21 title = "@string/Rokudou"
27 title = "@string/Rokudou"
33 title = "@string/Rokudou"
  /frameworks/opt/vcard/tests/res/raw/
v21_pref_handling.vcf 10 TITLE:Engineer
12 TITLE:Blogger
14 TITLE:Poet
  /hardware/intel/common/libmix/mix_audio/docs/reference/MixAudio/
MixAudio-sections.txt 4 <TITLE>MixAudioConfigParamsWMA</TITLE>
31 <TITLE>MixAudioConfigParams</TITLE>
67 <TITLE>MixAudioConfigParamsAAC</TITLE>
107 <TITLE>MixAudio</TITLE>
148 <TITLE>MixAudioInitParams</TITLE>
    [all...]
  /libcore/dom/src/test/resources/
hc_nodtdstaff.html 1 <html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>hc_nodtdstaff</title></head><body onload="parent.loadComplete()">
8 <acronym title="Yes">1230 North Ave. Dallas, Texas 98551</acronym>
hc_nodtdstaff.xhtml 1 <html xmlns="http://www.w3.org/1999/xhtml"><head><title>hc_nodtdstaff</title></head><body onload="parent.loadComplete()">
8 <acronym title="Yes">1230 North Ave. Dallas, Texas 98551</acronym>
  /prebuilts/go/darwin-x86/doc/articles/wiki/
final-noerror.go 15 Title string
20 filename := p.Title + ".txt"
24 func loadPage(title string) (*Page, error) {
25 filename := title + ".txt"
30 return &Page{Title: title, Body: body}, nil
34 title := r.URL.Path[len("/edit/"):]
35 p, err := loadPage(title)
37 p = &Page{Title: title}
    [all...]
part3.go 15 Title string
20 filename := p.Title + ".txt"
24 func loadPage(title string) (*Page, error) {
25 filename := title + ".txt"
30 return &Page{Title: title, Body: body}, nil
39 title := r.URL.Path[len("/view/"):]
40 p, _ := loadPage(title)
45 title := r.URL.Path[len("/edit/"):]
46 p, err := loadPage(title)
    [all...]
notemplate.go 15 Title string
20 filename := p.Title + ".txt"
24 func loadPage(title string) (*Page, error) {
25 filename := title + ".txt"
30 return &Page{Title: title, Body: body}, nil
34 title := r.URL.Path[len("/view/"):]
35 p, _ := loadPage(title)
36 fmt.Fprintf(w, "<h1>%s</h1><div>%s</div>", p.Title, p.Body)
40 title := r.URL.Path[len("/edit/"):
    [all...]
part1-noerror.go 13 Title string
18 filename := p.Title + ".txt"
22 func loadPage(title string) *Page {
23 filename := title + ".txt"
25 return &Page{Title: title, Body: body}
29 p1 := &Page{Title: "TestPage", Body: []byte("This is a sample page.")}
part1.go 13 Title string
18 filename := p.Title + ".txt"
22 func loadPage(title string) (*Page, error) {
23 filename := title + ".txt"
28 return &Page{Title: title, Body: body}, nil
32 p1 := &Page{Title: "TestPage", Body: []byte("This is a sample Page.")}
final-noclosure.go 17 Title string
22 filename := p.Title + ".txt"
26 func loadPage(title string) (*Page, error) {
27 filename := title + ".txt"
32 return &Page{Title: title, Body: body}, nil
36 title, err := getTitle(w, r)
40 p, err := loadPage(title)
42 http.Redirect(w, r, "/edit/"+title, http.StatusFound)
49 title, err := getTitle(w, r
    [all...]
  /prebuilts/go/linux-x86/doc/articles/wiki/
final-noerror.go 15 Title string
20 filename := p.Title + ".txt"
24 func loadPage(title string) (*Page, error) {
25 filename := title + ".txt"
30 return &Page{Title: title, Body: body}, nil
34 title := r.URL.Path[len("/edit/"):]
35 p, err := loadPage(title)
37 p = &Page{Title: title}
    [all...]
part3.go 15 Title string
20 filename := p.Title + ".txt"
24 func loadPage(title string) (*Page, error) {
25 filename := title + ".txt"
30 return &Page{Title: title, Body: body}, nil
39 title := r.URL.Path[len("/view/"):]
40 p, _ := loadPage(title)
45 title := r.URL.Path[len("/edit/"):]
46 p, err := loadPage(title)
    [all...]
notemplate.go 15 Title string
20 filename := p.Title + ".txt"
24 func loadPage(title string) (*Page, error) {
25 filename := title + ".txt"
30 return &Page{Title: title, Body: body}, nil
34 title := r.URL.Path[len("/view/"):]
35 p, _ := loadPage(title)
36 fmt.Fprintf(w, "<h1>%s</h1><div>%s</div>", p.Title, p.Body)
40 title := r.URL.Path[len("/edit/"):
    [all...]
part1-noerror.go 13 Title string
18 filename := p.Title + ".txt"
22 func loadPage(title string) *Page {
23 filename := title + ".txt"
25 return &Page{Title: title, Body: body}
29 p1 := &Page{Title: "TestPage", Body: []byte("This is a sample page.")}
part1.go 13 Title string
18 filename := p.Title + ".txt"
22 func loadPage(title string) (*Page, error) {
23 filename := title + ".txt"
28 return &Page{Title: title, Body: body}, nil
32 p1 := &Page{Title: "TestPage", Body: []byte("This is a sample Page.")}
final-noclosure.go 17 Title string
22 filename := p.Title + ".txt"
26 func loadPage(title string) (*Page, error) {
27 filename := title + ".txt"
32 return &Page{Title: title, Body: body}, nil
36 title, err := getTitle(w, r)
40 p, err := loadPage(title)
42 http.Redirect(w, r, "/edit/"+title, http.StatusFound)
49 title, err := getTitle(w, r
    [all...]
  /external/proguard/docs/
title.html 7 <title>ProGuard</title>
9 <body class="title">
11 <div class="title">
12 <h1><img src="title.gif" width="154" height="29" alt="ProGuard" /></h1>
  /prebuilts/tools/common/proguard/proguard4.7/docs/
title.html 7 <title>ProGuard</title>
9 <body class="title">
11 <div class="title">
12 <h1><img src="title.gif" width="154" height="29" alt="ProGuard" /></h1>
  /device/linaro/bootloader/edk2/MdeModulePkg/Application/UiApp/
FrontPageVfr.Vfr 25 title = STRING_TOKEN(STR_FRONT_PAGE_TITLE),
30 title = STRING_TOKEN(STR_FRONT_PAGE_TITLE);
33 title = STRING_TOKEN(STR_FRONT_PAGE_COMPUTER_MODEL),
38 title = STRING_TOKEN(STR_FRONT_PAGE_CPU_MODEL),
43 title = STRING_TOKEN(STR_FRONT_PAGE_CPU_SPEED),
48 title = STRING_TOKEN(STR_FRONT_PAGE_BIOS_VERSION),
53 title = STRING_TOKEN(STR_FRONT_PAGE_MEMORY_SIZE),
58 title = STRING_TOKEN(STR_CUSTOMIZE_BANNER_LINE4_LEFT),
63 title = STRING_TOKEN(STR_CUSTOMIZE_BANNER_LINE4_RIGHT),
68 title = STRING_TOKEN(STR_CUSTOMIZE_BANNER_LINE5_LEFT),
    [all...]
  /external/robolectric-shadows/robolectric/src/test/resources/res/xml/
preferences.xml 7 android:title="Category Test">
11 android:title="Inside Category Test"
18 android:title="Screen Test"
23 android:title="Inside Screen Test"
28 android:title="Inside Screen Dependent Test"
36 android:title="Checkbox Test"
42 android:title="EditText Test"
47 android:title="List Test"
52 android:title="Preference Title"
    [all...]
  /external/eigen/bench/btl/data/
mk_gnuplot_script.sh 22 BASE=${FILE##*/} ; BASE=${FILE##*/} ; AVANT=bench_${WHAT}_ ; REDUC=${BASE##*$AVANT} ; TITLE=${REDUC%.dat}
23 echo "'"$FILE"'" title "'"$TITLE"'" ",\\" >> $WHAT.gnuplot
26 BASE=${LAST##*/} ; BASE=${FILE##*/} ; AVANT=bench_${WHAT}_ ; REDUC=${BASE##*$AVANT} ; TITLE=${REDUC%.dat}
27 echo "'"$LAST"'" title "'"$TITLE"'" >> $WHAT.gnuplot
39 BASE=${FILE##*/} ; BASE=${FILE##*/} ; AVANT=bench_${WHAT}_ ; REDUC=${BASE##*$AVANT} ; TITLE=${REDUC%.dat}
40 echo "'"$FILE"'" title "'"$TITLE"'" ",\\" >> $WHAT.gnuplot
43 BASE=${LAST##*/} ; BASE=${FILE##*/} ; AVANT=bench_${WHAT}_ ; REDUC=${BASE##*$AVANT} ; TITLE=${REDUC%.dat
    [all...]
  /external/junit-params/apidocs/junitparams/mappers/
package-frame.html 7 <title>junitparams.mappers (JUnitParams 1.0.3-SNAPSHOT API)</title>
9 <link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
15 <h2 title="Interfaces">Interfaces</h2>
16 <ul title="Interfaces">
17 <li><a href="DataMapper.html" title="interface in junitparams.mappers" target="classFrame"><span class="interfaceName">DataMapper</span></a></li>
19 <h2 title="Classes">Classes</h2>
20 <ul title="Classes">
21 <li><a href="CsvWithHeaderMapper.html" title="class in junitparams.mappers" target="classFrame">CsvWithHeaderMapper</a></li>
22 <li><a href="IdentityMapper.html" title="class in junitparams.mappers" target="classFrame">IdentityMapper</a></li
    [all...]
  /external/junit-params/apidocs/junitparams/
package-frame.html 7 <title>junitparams (JUnitParams 1.0.3-SNAPSHOT API)</title>
9 <link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style">
15 <h2 title="Classes">Classes</h2>
16 <ul title="Classes">
17 <li><a href="JUnitParamsRunner.html" title="class in junitparams" target="classFrame">JUnitParamsRunner</a></li>
19 <h2 title="Annotation Types">Annotation Types</h2>
20 <ul title="Annotation Types">
21 <li><a href="FileParameters.html" title="annotation in junitparams" target="classFrame">FileParameters</a></li>
22 <li><a href="Parameters.html" title="annotation in junitparams" target="classFrame">Parameters</a></li
    [all...]

Completed in 871 milliseconds

1 2 3 4 56 7 8 91011>>