Searched refs:end (Results 1 - 25 of 13805) 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 Dindex-suppress-refs.h3 @end
6 @end
9 @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/chromium_org/third_party/yasm/source/patched-yasm/libyasm/tests/
H A Dexpr-fold-level.asm3 a dd (A+(end-begin)+3)
4 end
/external/libutf/
H A Dutfecpy.c22 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/
H A Dlookup_left.h3 @end
H A Dlookup_right.h4 @end
H A Dredeclarations_right.h2 @end
H A Dcategory_left.h5 @end
9 @end
12 @end
15 @end
H A DMethodPoolASub2.h3 @end
H A DMethodPoolBSub2.h3 @end
/external/clang/test/Sema/
H A Dbuiltins-aarch64.c7 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);
H A Dbuiltins-arm64.c5 void __clear_cache(void *start, void *end);
8 void test_clear_cache_chars(char *start, char *end) { argument
9 __clear_cache(start, end);
12 void test_clear_cache_voids(void *start, void *end) { argument
13 __clear_cache(start, end);
/external/chromium_org/v8/test/mjsunit/regress/
H A Dregress-2836.js31 var end = 1073741823; // 2^30 - 1
32 var start = end - 100000; // Run long enough to trigger OSR.
33 for (var i = start; i <= end; ++i) {
/external/chromium_org/content/public/browser/
H A Drender_widget_host_view_mac_base.h16 @end
/external/clang/test/Modules/self-import-header/af.framework/Headers/
H A Da1.h4 @end
/external/chromium_org/chrome/browser/ui/cocoa/infobars/
H A Dtranslate_message_infobar_controller.h10 @end
/external/chromium_org/third_party/ocmock/OCMock/
H A DOCMBoxedReturnValueProvider.h12 @end
H A DOCMExceptionReturnValueProvider.h12 @end
H A DOCPartialMockRecorder.h12 @end
/external/chromium_org/third_party/skia/experimental/SkiaExamples/
H A DSkExampleNSView.h13 @end
/external/clang/test/Modules/redecls/
H A Da.h2 @end
/external/clang/test/PCH/Inputs/
H A Dtypo.h5 @end
/external/doclava/res/assets/templates/
H A Dfooter.cs3 </div> <!-- end footer -->

Completed in 2895 milliseconds

1234567891011>>