Searched refs:end (Results 1 - 25 of 5693) sorted by relevance

1234567891011>>

/external/clang/test/Index/
H A Dcomplete-at-directives.m1 /* Run lines are at the end, since line/column matter in this test. */
3 @end
6 @end
16 // CHECK-CC2: {TypedText end}
23 // CHECK-CC3: {TypedText end}
38 // CHECK-CC5: {TypedText @end}
H A Dcomplete-interfaces.m1 /* Note: the RUN lines are near the end of the file, since line/column
9 @end
14 @end
17 @end
20 @end
H A Dcomplete-categories.m1 /* Note: the RUN lines are near the end of the file, since line/column
4 @interface I1 @end
5 @interface I2 @end
6 @interface I3 : I2 @end
8 @interface I1(Cat1) @end
9 @interface I1(Cat2) @end
10 @interface I1(Cat3) @end
12 @interface I2 (Cat2) @end
13 @interface I2 (Cat3) @end
14 @interface I2 (Cat2) @end
[all...]
/external/clang/test/Modules/Inputs/
H A Dlookup_left.h3 @end
H A Dlookup_right.h4 @end
/external/webkit/Source/WebKit/mac/Plugins/
H A DWebPluginPrivate.h31 @end
/external/webkit/Tools/MiniBrowser/
H A DMBToolbarItem.h28 @end
/external/clang/test/SemaCXX/
H A Dgoto.cpp4 double *end; variable
8 int end = 0; local
11 goto end;
14 end = 1;
18 end:
23 float* end; member in namespace:N
27 int end = 0; local
30 goto end;
33 end = 1;
37 end
46 h(int end) argument
52 h2(int end) argument
54 __label__ end; local
[all...]
H A Dgoto2.cpp15 const char *end = text; local
23 count = subfun(end);
24 goto end;
32 int e = subfun(end);
34 end:
/external/clang/test/PCH/
H A Dobjc_import.h6 @end
H A Dobjc_stmts.h4 @end
7 @end
11 @end
22 @end
/external/webkit/Source/WebKit/mac/Workers/
H A DWebWorkersPrivate.h37 @end
/external/icu4c/tools/genprops/misc/
H A Ducdstrip.c27 /* return the first character position after the end of the data */
30 char *end; local
33 end=strchr(l, '#');
34 if(end!=NULL) {
36 while(l!=end && ((c=*(end-1))==' ' || c=='\t')) {
37 --end;
40 end=strchr(l, 0);
42 return end;
48 char *end; local
[all...]
/external/icu4c/tools/genprops/
H A Ducdstrip.c27 /* return the first character position after the end of the data */
30 char *end; local
33 end=strchr(l, '#');
34 if(end!=NULL) {
36 while(l!=end && ((c=*(end-1))==' ' || c=='\t')) {
37 --end;
40 end=strchr(l, 0);
42 return end;
48 char *end; local
[all...]
/external/chromium/chrome/browser/ui/cocoa/translate/
H A Dtranslate_message_infobar_controller.h10 @end
/external/clang/test/PCH/Inputs/
H A Dtypo.h5 @end
H A Dchain-selectors2.h5 @end
15 @end
/external/doclava/res/assets/templates/
H A Dfooter.cs3 </div> <!-- end footer -->
/external/webkit/Tools/Scripts/webkitpy/thirdparty/simplejson/
H A Ddecoder.py29 def errmsg(msg, doc, pos, end=None):
31 if end is None:
33 endlineno, endcolno = linecol(doc, end)
35 msg, lineno, colno, endlineno, endcolno, pos, end)
68 def scanstring(s, end, encoding=None, _b=BACKSLASH, _m=STRINGCHUNK.match):
73 begin = end - 1
75 chunk = _m(s, end)
79 end = chunk.end()
88 esc = s[end]
[all...]
/external/bison/lib/
H A Dstrnlen.c31 const char *end = memchr (string, '\0', maxlen); local
32 return end ? (size_t) (end - string) : maxlen;
/external/chromium/chrome/browser/ui/cocoa/bookmarks/
H A Dbookmark_bar_folder_window.h21 @end
26 @end
30 @end
/external/clang/test/CXX/stmt.stmt/stmt.dcl/
H A Dp3.cpp11 goto end;
17 end:
32 goto end; // expected-error{{goto into protected scope}}
34 end:
43 goto end; // expected-error{{goto into protected scope}}
45 end:
/external/clang/test/SemaObjCXX/Inputs/
H A Darc-system-header.h2 @end
14 @end
/external/kernel-headers/original/linux/
H A Dcirc_buf.h18 /* Return count up to the end of the buffer. Carefully avoid
22 ({int end = (size) - (tail); \
23 int n = ((head) + end) & ((size)-1); \
24 n < end ? n : end;})
26 /* Return space available up to the end of the buffer. */
28 ({int end = (size) - 1 - (head); \
29 int n = (end + (tail)) & ((size)-1); \
30 n <= end ? n : end
[all...]
/external/webkit/Source/WebCore/platform/mac/
H A DWebCoreView.h28 @end

Completed in 451 milliseconds

1234567891011>>