Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(113)

Side by Side Diff: ppapi/native_client/tests/ppapi_simple_tests/file1.stdout

Issue 7740013: Cloning a bunch of stuff from the native_client repository at r6528 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1
2 "*** REPLAY PROLOG"
3
4 "*** REGISTER REPLAY METHODS"
5
6 "*** CREATE UPCALL SERVICE"
7
8 "*** INIT MODULE"
9 rpc call intiated PPP_InitializeModule:iihs:ii
10 input 0: i(0)
11 input 1: i(4444)
12 input 2: h(pepper_desc)
13 input 3: @LENGTHY_SERVICE_STRING
14 replaying PPB_GetInterface:s:i:
15 input 0: s("PPB_Core;1.0")
16 output 0: i(1)
17 rpc call complete PPP_InitializeModule:iihs:ii
18
19
20 "*** Load URL"
21 rpc call intiated PPP_Instance_DidCreate:iiCC:i
22 input 0: i(5555)
23 input 1: i(3)
24 input 2: C(23,chunk_size\x00url\x00to_file\x00)
25 input 3: C(16,10\x00myurl.html\x000\x00)
26 replaying PPB_GetInterface:s:i:
27 input 0: s("PPB_URLLoader;1.0")
28 output 0: i(1)
29 replaying PPB_URLLoader_Create:i:i:
30 input 0: i(5555)
31 output 0: i(34)
32 replaying PPB_GetInterface:s:i:
33 input 0: s("PPB_URLRequestInfo;1.0")
34 output 0: i(1)
35 replaying PPB_URLRequestInfo_Create:i:i:
36 input 0: i(5555)
37 output 0: i(30)
38 replaying PPB_GetInterface:s:i:
39 input 0: s("PPB_Var;1.0")
40 output 0: i(1)
41 replaying PPB_URLRequestInfo_SetProperty:iiC:i:
42 input 0: i(30)
43 input 1: i(0)
44 input 2: C(24,\x05\x00\x00\x00\n\x00\x00\x00myurl.html\x00\x00\x00\x00\x00\x00)
45 output 0: i(1)
46 replaying PPB_URLRequestInfo_SetProperty:iiC:i:
47 input 0: i(30)
48 input 1: i(3)
49 input 2: C(8,\x02\x00\x00\x00\x00\x00\x00\x00)
50 output 0: i(1)
51 replaying PPB_URLLoader_Open:iii:i:
52 input 0: i(34)
53 input 1: i(30)
54 input 2: i(1)
55 output 0: i(-1)
56 replaying PPB_Core_ReleaseResource:i::
57 input 0: i(30)
58 rpc call complete PPP_Instance_DidCreate:iiCC:i
59 output 0: i(1)
60
61
62 "*** async Open Callback"
63 rpc call intiated RunCompletionCallback:iiC:
64 input 0: i(1)
65 input 1: i(0)
66 input 2: C(0,)
67 replaying PPB_URLLoader_GetResponseInfo:i:i:
68 input 0: i(34)
69 output 0: i(38)
70 replaying PPB_GetInterface:s:i:
71 input 0: s("PPB_URLResponseInfo;1.0")
72 output 0: i(1)
73 replaying PPB_URLResponseInfo_GetProperty:ii:C:
74 input 0: i(38)
75 input 1: i(3)
76 output 0: C(8,\x03\x00\x00\x00\xc8\x00\x00\x00)
77 replaying PPB_URLLoader_ReadResponseBody:iii:Ci:
78 input 0: i(34)
79 input 1: i(10)
80 input 2: i(2)
81 output 0: C(0,)
82 output 1: i(-1)
83 replaying PPB_Core_ReleaseResource:i::
84 input 0: i(38)
85 rpc call complete RunCompletionCallback:iiC:
86
87
88 "*** async ReaderResponseBody Callback (first 6 bytes)"
89 rpc call intiated RunCompletionCallback:iiC:
90 input 0: i(2)
91 input 1: i(6)
92 input 2: C(6,hello )
93 replaying PPB_URLLoader_ReadResponseBody:iii:Ci:
94 input 0: i(34)
95 input 1: i(10)
96 input 2: i(3)
97 output 0: C(0,)
98 output 1: i(-1)
99 rpc call complete RunCompletionCallback:iiC:
100
101
102 "*** async ReaderResponseBody Callback (second 6 bytes)"
103 rpc call intiated RunCompletionCallback:iiC:
104 input 0: i(3)
105 input 1: i(6)
106 input 2: C(6,world!)
107 replaying PPB_URLLoader_ReadResponseBody:iii:Ci:
108 input 0: i(34)
109 input 1: i(10)
110 input 2: i(4)
111 output 0: C(0,)
112 output 1: i(-1)
113 rpc call complete RunCompletionCallback:iiC:
114
115
116 "*** async ReaderResponseBody Callback (eof - 0 bytes)"
117 rpc call intiated RunCompletionCallback:iiC:
118 input 0: i(4)
119 input 1: i(0)
120 input 2: C(0,)
121 replaying PPB_GetInterface:s:i:
122 input 0: s("PPB_Messaging;1.0")
123 output 0: i(1)
124 replaying PPB_Messaging_PostMessage:iC::
125 input 0: i(5555)
126 input 1: C(24,\x05\x00\x00\x00\x0e\x00\x00\x005555: COMPLETE\x00\x00)
127 rpc call complete RunCompletionCallback:iiC:
128
129
130 "*** DONE"
131 rpc call intiated PPP_ShutdownModule::
132 rpc call complete PPP_ShutdownModule::
133
OLDNEW
« no previous file with comments | « ppapi/native_client/tests/ppapi_simple_tests/file1.stdin ('k') | ppapi/native_client/tests/ppapi_simple_tests/file2.stdin » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698