HomeSort by relevance Sort by last modified time
    Searched refs:CONTENTS (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/
make-hosted 103 my $contents = "var testContents = [ " . join(", ", map { '"' . $_ . '"' } @testContents) . " ];\n";
105 open CONTENTS, ">hosted/${suite}/sunspider-test-contents.js";
106 print CONTENTS $contents;
107 close CONTENTS;
  /bionic/tests/
fortify_test.cpp 1010 #define CONTENTS "macro expansion"
1012 #define BUF_AND_CONTENTS(A) A, CONTENTS
1013 #define BUF_AND_SIZE_AND_CONTENTS(A) A, sizeof(A), CONTENTS
1016 snprintf(BUF_AND_SIZE(buf), CONTENTS);
1017 EXPECT_STREQ(CONTENTS, buf);
1020 EXPECT_STREQ(CONTENTS, buf);
1023 EXPECT_STREQ(CONTENTS, buf);

Completed in 299 milliseconds