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

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/SemaCXX/
member-expr-static.cpp 5 extern void kernel_thread_start(thread_continue_t continuation);
  /external/e2fsprogs/lib/et/test_cases/
continuation.h 2 * continuation.h:
continuation.c 2 * continuation.c:
  /external/clang/test/SemaObjC/
continuation-class-err.m 14 @property(readwrite, copy) id object; // expected-warning {{property attribute in continuation class does not match the primary class}}
15 @property(readonly) id object1; // expected-error {{illegal redeclaration of property in continuation class 'ReadOnly' (attribute must be 'readwrite', while its primary must be 'readonly')}}
34 @property (copy) id foo; // expected-error {{illegal redeclaration of property in continuation class 'Bar' (attribute must be 'readwrite', while its primary must be 'readonly')}}
35 @property (copy) id fee; // expected-error {{illegal redeclaration of property in continuation class 'Bar' (attribute must be 'readwrite', while its primary must be 'readonly')}}
narrow-property-type-in-cont-class.m 17 @property(nonatomic,readwrite,retain) NSArray* err_outline; // expected-error {{type of property 'NSArray *' in continuation class does not match property type in primary class}}
continuation-class-property.m 41 @property (readwrite) NSString *foo; // expected-error {{type of property 'NSString *' in continuation class does not match property type in primary class}}
42 @property (readwrite, strong) NSRect bar; // expected-error {{type of property 'NSRect' in continuation class does not match property type in primary class}}
duplicate-property-class-extension.m 12 @property (readwrite) char bar; // expected-error{{illegal redeclaration of 'readwrite' property in continuation class 'Foo' (perhaps you intended this to be a 'readwrite' redeclaration of a 'readonly' public property?)}}
  /ndk/sources/host-tools/make-3.81/tests/scripts/features/
comments 2 ."and comment continuation to the next line using a \n"
18 # Test comment vs semicolon parsing and line continuation
  /external/chromium/net/http/
http_util_unittest.cc 207 // Valid line continuation (single SP).
211 " continuation\n"
215 "Foo: 1 continuation|"
219 // Valid line continuation (single HT).
227 "Foo: 1 continuation|"
231 // Valid line continuation (multiple SP).
235 " continuation\n"
239 "Foo: 1 continuation|"
243 // Valid line continuation (multiple HT).
251 "Foo: 1 continuation|"
    [all...]
  /external/chromium/net/ftp/
ftp_ctrl_response_buffer.h 57 // may change its meaning into a continuation of the previous line).
83 // will have a continuation. So always store last line of multiline response
84 // so we can append the continuation to it.
ftp_ctrl_response_buffer_unittest.cc 55 TEST_F(FtpCtrlResponseBufferTest, Continuation) {
123 // as a continuation, and not the last line.
143 EXPECT_EQ(net::OK, PushDataToBuffer("300-Continuation\r\n"));
146 EXPECT_EQ(net::OK, PushDataToBuffer("300 Still continuation\r\n"));
156 EXPECT_EQ("FirstLine300-Continuation300 Still continuation",
  /external/clang/test/CodeGenObjC/
synthesize_ivar.m 15 // declared in continuation class.
  /external/sonivox/docs/JET_Programming_Manual_files/
header.htm 29 <div style='mso-element:footnote-continuation-separator' id=fcs>
31 <p class=MsoNormal><span style='mso-special-character:footnote-continuation-separator'><![if !supportFootnotes]>
49 <div style='mso-element:endnote-continuation-separator' id=ecs>
51 <p class=MsoNormal><span style='mso-special-character:footnote-continuation-separator'><![if !supportFootnotes]>
  /external/webkit/LayoutTests/http/tests/appcache/
origin-quota.html 32 function addIFrameWithContinuation(src, continuation) {
33 window.onmessage = continuation;
  /external/webkit/Source/WebCore/rendering/
RenderInline.cpp 59 // Make sure we do not retain "this" in the continuation outline table map of our containing blocks.
61 bool containingBlockPaintsContinuationOutline = continuation() || isInlineElementContinuation();
75 // Destroy our continuation before anything other than anonymous children.
77 // have continuations of their own that are anonymous children of our continuation.
78 RenderBoxModelObject* continuation = this->continuation(); local
79 if (continuation) {
80 continuation->destroy();
113 RenderBoxModelObject* continuation = this->continuation(); local
    [all...]
  /external/bluetooth/glib/tests/
utf8.txt 106 # 3.1 Unexpected continuation bytes
140 # 3.3 Sequences with last continuation byte missing
  /external/v8/benchmarks/
base.js 106 var continuation = null;
112 while (continuation || index < length) {
113 if (continuation) {
114 continuation = continuation();
118 continuation = suite.RunStep(runner);
120 if (continuation && typeof window != 'undefined' && window.setTimeout) {
232 // individual benchmark in the suite and returns a continuation
  /cts/tests/tests/webkitsecurity/assets/
anonymous-render-block-in-continuation-causes-crash.html 16 description("This tests that having an anonymous render block in a continuation doesn't cause a crash when walking the accessibility tree.");
  /dalvik/vm/mterp/armv5te/
OP_CONST_CLASS.S 20 * Continuation if the Class has not yet been resolved.
OP_CONST_STRING.S 20 * Continuation if the String has not yet been resolved.
OP_CONST_STRING_JUMBO.S 22 * Continuation if the String has not yet been resolved.
  /external/chromium/chrome/common/extensions/docs/examples/extensions/irc/
README.txt 25 jetty-client, jetty-continuation, jetty-http, jetty-io, jetty-servlets,
  /external/e2fsprogs/lib/et/
et_c.awk 136 (continuation == 1) && ($0 ~ /\\[ \t]*$/) {
142 (continuation == 1) && ($0 ~ /"[ \t]*$/) {
145 continuation = 0;
178 continuation++;
186 continuation++;
  /external/bluetooth/glib/po/
po2tbl.sed.in 43 # Look whether second part is continuation line.
52 # We found a continuation line. But before printing insert '\'.
  /system/core/init/
parser.c 161 /* \ <cr> <lf> -> line continuation */
167 /* \ <lf> -> line continuation */

Completed in 1185 milliseconds

1 2 3 4 5 6 7 8 91011>>