HomeSort by relevance Sort by last modified time
    Searched refs:end (Results 1 - 25 of 14984) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/Index/
complete-at-directives.m 1 /* 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}
index-suppress-refs.h 3 @end
6 @end
9 @end
complete-interfaces.m 1 /* Note: the RUN lines are near the end of the file, since line/column
9 @end
14 @end
17 @end
20 @end
complete-categories.m 1 /* 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/libutf/
utfecpy.c 22 char *end; local
26 end = (char*)memccpy(to, from, '\0', e - to);
27 if(end == nil){
28 end = e-1;
29 while(end>to && (*--end&0xC0)==0x80)
31 *end = '\0';
33 end--;
35 return end;
  /external/clang/test/Modules/Inputs/attr-unavailable/
oneC.h 3 @end
two.h 3 @end
6 @end
  /external/clang/test/Modules/Inputs/
lookup_left.h 3 @end
lookup_right.h 4 @end
redeclarations_right.h 2 @end
category_left.h 5 @end
9 @end
12 @end
15 @end
MethodPoolASub2.h 3 @end
MethodPoolBSub2.h 3 @end
MethodPoolA.h 8 @end
11 @end
14 @end
category_top.h 2 @end
6 @end
10 @end
14 @end
17 @end
20 @end
  /external/clang/test/Modules/Inputs/redecls/
a.h 2 @end
  /external/clang/test/Sema/
builtins-aarch64.c 7 void __clear_cache(void *start, void *end);
10 void test_clear_cache_chars(char *start, char *end) {
11 __clear_cache(start, end);
14 void test_clear_cache_voids(void *start, void *end) {
15 __clear_cache(start, end);
builtins-arm64.c 5 void __clear_cache(void *start, void *end);
8 void test_clear_cache_chars(char *start, char *end) {
9 __clear_cache(start, end);
12 void test_clear_cache_voids(void *start, void *end) {
13 __clear_cache(start, end);
  /external/clang/test/Modules/Inputs/self-import-header/af.framework/Headers/
a1.h 4 @end
  /frameworks/base/sax/java/android/sax/
EndElementListener.java 20 * Listens for the end of elements.
25 * Invoked at the end of an element.
27 void end(); method in interface:EndElementListener
  /external/libvncserver/webclients/novnc/include/
vnc.js 22 var extra = "", start, end;
25 end = "'><\/script>";
31 extra += start + "util.js" + end;
32 extra += start + "webutil.js" + end;
33 extra += start + "base64.js" + end;
34 extra += start + "websock.js" + end;
35 extra += start + "des.js" + end;
36 extra += start + "input.js" + end;
37 extra += start + "display.js" + end;
38 extra += start + "rfb.js" + end;
    [all...]
  /external/clang/test/PCH/Inputs/
typo.h 5 @end
  /external/clang/test/PCH/
objc_stmts.h 4 @end
7 @end
11 @end
22 @end
  /external/skia/example/mac/
HelloWorldNSView.h 13 @end
  /external/clang/test/SemaCXX/
goto.cpp 4 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
54 __label__ end; local
    [all...]

Completed in 309 milliseconds

1 2 3 4 5 6 7 8 91011>>