Searched refs:end (Results 1 - 25 of 11073) sorted by relevance
1234567891011>>
/external/clang/test/Index/ |
H A D | 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}
|
H A D | index-suppress-refs.h | 3 @end 6 @end 9 @end
|
H A D | 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
|
H A D | 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/curl/lib/ |
H A D | strtok.c | 31 Curl_strtok_r(char *ptr, const char *sep, char **end) argument 35 ptr = *end; 45 /* set the end pointer to the first byte after the start */ 46 *end = start + 1; 50 while(**end && !strchr(sep, **end)) 51 ++*end; 53 if(**end) { 54 /* the end is not a null byte */ 55 **end [all...] |
/external/libvncserver/webclients/novnc/include/ |
H A D | 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/Modules/Inputs/ |
H A D | MethodPoolString1.h | 4 @end
|
H A D | MethodPoolString2.h | 4 @end
|
H A D | lookup_left.h | 3 @end
|
H A D | lookup_right.h | 4 @end
|
H A D | redeclarations_right.h | 2 @end
|
H A D | category_left.h | 5 @end 9 @end 12 @end 15 @end
|
H A D | MethodPoolASub2.h | 3 @end
|
H A D | MethodPoolBSub2.h | 3 @end
|
H A D | MethodPoolA.h | 8 @end 11 @end 14 @end
|
H A D | category_top.h | 2 @end 6 @end 10 @end 14 @end 17 @end 20 @end
|
/external/clang/test/Modules/Inputs/UseAfterFree/ |
H A D | UseAfterFreePublic.h | 2 @end
|
/external/clang/test/Modules/Inputs/attr-unavailable/ |
H A D | oneC.h | 3 @end
|
H A D | two.h | 3 @end 6 @end
|
/external/clang/test/Sema/ |
H A D | builtins-aarch64.c | 7 void __clear_cache(void *start, void *end); 10 void test_clear_cache_chars(char *start, char *end) { argument 11 __clear_cache(start, end); 14 void test_clear_cache_voids(void *start, void *end) { argument 15 __clear_cache(start, end);
|
/external/clang/test/Profile/ |
H A D | profile-summary.c | 12 int end(int i) { function 20 end(1); 21 end(1);
|
/external/clang/test/Modules/Inputs/self-import-header/af.framework/Headers/ |
H A D | a1.h | 4 @end
|
/external/clang/test/Modules/Inputs/redecls/ |
H A D | a.h | 2 @end
|
/external/clang/test/PCH/Inputs/ |
H A D | typo.h | 5 @end
|
/external/doclava/res/assets/templates/ |
H A D | footer.cs | 3 </div> <!-- end footer -->
|
Completed in 480 milliseconds
1234567891011>>