HomeSort by relevance Sort by last modified time
    Searched full:story (Results 1 - 25 of 220) sorted by null

1 2 3 4 5 6 7 8 9

  /external/libxml2/doc/tutorial/
includestory.xml 3 <story>
13 </story>
includeaddattribute.c 32 if (xmlStrcmp(cur->name, (const xmlChar *) "story")) {
33 fprintf(stderr,"document of the wrong type, root node != story");
includeaddkeyword.c 36 if (xmlStrcmp(cur->name, (const xmlChar *) "story")) {
37 fprintf(stderr,"document of the wrong type, root node != story");
includegetattribute.c 46 if (xmlStrcmp(cur->name, (const xmlChar *) "story")) {
47 fprintf(stderr,"document of the wrong type, root node != story");
includekeyword.c 45 if (xmlStrcmp(cur->name, (const xmlChar *) "story")) {
46 fprintf(stderr,"document of the wrong type, root node != story");
  /external/okhttp/okhttp-hpacktests/src/test/java/com/squareup/okhttp/internal/spdy/
HpackDecodeTestBase.java 20 import com.squareup.okhttp.internal.framed.hpackjson.Story;
36 * Reads all stories in the folders provided, asserts if no story found.
38 protected static Collection<Story[]> createStories(String[] interopTests)
40 List<Story[]> result = new ArrayList<>();
42 List<Story> stories = HpackJsonUtil.readStories(interopTestName);
46 for (Story story : stories) {
47 result.add(new Story[] { story });
56 private final Story story field in class:HpackDecodeTestBase
    [all...]
HpackRoundTripTest.java 19 import com.squareup.okhttp.internal.framed.hpackjson.Story;
40 public static Collection<Story[]> getStories() throws Exception {
47 public HpackRoundTripTest(Story story) {
48 super(story);
53 Story story = getStory().clone(); local
55 for (Case caze : story.getCases()) {
60 testDecoder(story);
HpackDecodeInteropTest.java 18 import com.squareup.okhttp.internal.framed.hpackjson.Story;
29 public HpackDecodeInteropTest(Story story) {
30 super(story);
34 public static Collection<Story[]> createStories() throws Exception {
  /external/okhttp/okhttp-hpacktests/src/test/java/com/squareup/okhttp/internal/spdy/hpackjson/
Story.java 22 * Representation of one story, a set of request headers to encode or decode.
25 public class Story implements Cloneable {
49 public Story clone() throws CloneNotSupportedException {
50 Story story = new Story(); local
51 story.fileName = this.fileName;
52 story.cases = new ArrayList<>();
54 story.cases.add(caze.clone());
56 story.draft = draft
    [all...]
HpackJsonUtil.java 41 private static Story readStory(InputStream jsonResource) throws IOException {
42 return GSON.fromJson(new InputStreamReader(jsonResource, "UTF-8"), Story.class);
52 Story firstStory = readStory(new FileInputStream(new File(path, "story_00.json")));
67 public static List<Story> readStories(String testFolderName) throws Exception {
68 List<Story> result = new ArrayList<>();
77 Story story = readStory(storyInputStream); local
78 story.setFileName(storyResourceName);
79 result.add(story);
  /external/libxml2/result/noent/
slashdot.xml 3 <story>
13 </story>
14 <story>
24 </story>
25 <story>
35 </story>
36 <story>
46 </story>
47 <story>
57 </story>
    [all...]
  /external/libxml2/result/
slashdot.xml 3 <story>
13 </story>
14 <story>
24 </story>
25 <story>
35 </story>
36 <story>
46 </story>
47 <story>
57 </story>
    [all...]
  /external/libxml2/test/
slashdot.xml 2 <story>
12 </story>
13 <story>
23 </story>
24 <story>
34 </story>
35 <story>
45 </story>
46 <story>
56 </story>
    [all...]
  /external/skia/tools/skp/page_sets/
skia_carsvg_desktop.py 7 from telemetry import story
23 class SkiaCarsvgDesktopPageSet(story.StorySet):
skia_chalkboard_desktop.py 7 from telemetry import story
23 class SkiaChalkboardDesktopPageSet(story.StorySet):
skia_mapsvg_desktop.py 7 from telemetry import story
23 class SkiaMapsvgDesktopPageSet(story.StorySet):
skia_wikipedia_desktop.py 7 from telemetry import story
23 class SkiaWikipediaDesktopPageSet(story.StorySet):
skia_worldjournal_nexus10.py 7 from telemetry import story
23 class SkiaWorldjournalNexus10PageSet(story.StorySet):
skia_css3gradients_desktop.py 7 from telemetry import story
30 class SkiaCss3gradientsDesktopPageSet(story.StorySet):
skia_digg_nexus10.py 7 from telemetry import story
26 class SkiaDiggNexus10PageSet(story.StorySet):
skia_espn_desktop.py 7 from telemetry import story
27 class SkiaEspnDesktopPageSet(story.StorySet):
skia_gamedeksiam_nexus10.py 7 from telemetry import story
27 class SkiaGamedeksiamNexus10PageSet(story.StorySet):
skia_gmail_nexus10.py 7 from telemetry import story
31 class SkiaGmailNexus10PageSet(story.StorySet):
skia_gmailthread_desktop.py 7 from telemetry import story
31 class SkiaGmailthreadDesktopPageSet(story.StorySet):
skia_googlehome_desktop.py 7 from telemetry import story
27 class SkiaGooglehomeDesktopPageSet(story.StorySet):

Completed in 184 milliseconds

1 2 3 4 5 6 7 8 9