/external/llvm/utils/lit/tests/Inputs/shtest-format/ |
fail.txt | 1 # RUN: printf "line 1: failed test output on stdout\nline 2: failed test output on stdout"
|
/external/valgrind/none/tests/ |
vgprintf.c | 12 x = VALGRIND_PRINTF_BACKTRACE("Backtrace line one\nLine two:\n");
|
/external/curl/docs/examples/ |
cookie_interface.c | 67 char nline[256]; local 91 snprintf(nline, sizeof(nline), "%s\t%s\t%s\t%s\t%lu\t%s\t%s", 93 res = curl_easy_setopt(curl, CURLOPT_COOKIELIST, nline); 105 snprintf(nline, sizeof(nline), 108 res = curl_easy_setopt(curl, CURLOPT_COOKIELIST, nline);
|
/hardware/ti/omap4-aah/security/tf_daemon/ |
lib_manifest2.c | 39 #define LOG_ERROR(pContext, msg, ...) log_error("%s - line %d: " msg, pContext->pManifestName, pContext->nLine, __VA_ARGS__) 60 pContext->nLine = 1; 185 pContext->nLine++; 190 pContext->nLine++; 475 pContext->nLine++; 484 pContext->nLine++; 540 uint32_t nLine; 561 nLine = pContext->nLine; 603 pContext->nLine = nLine [all...] |
lib_manifest2.h | 71 uint32_t nLine;
|
/hardware/ti/omap4xxx/security/tf_daemon/ |
lib_manifest2.c | 39 #define LOG_ERROR(pContext, msg, ...) log_error("%s - line %d: " msg, pContext->pManifestName, pContext->nLine, __VA_ARGS__) 60 pContext->nLine = 1; 185 pContext->nLine++; 190 pContext->nLine++; 475 pContext->nLine++; 484 pContext->nLine++; 540 uint32_t nLine; 561 nLine = pContext->nLine; 603 pContext->nLine = nLine [all...] |
lib_manifest2.h | 71 uint32_t nLine;
|
/external/smali/util/src/test/java/org/jf/util/ |
TextUtilsTest.java | 42 Assert.assertEquals("multi\nline", TextUtils.stripComments("multi#hello world\nline#world"));
|
/external/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/ |
SwatDeprecated.java | 226 String nline = null; local 233 nline = line.substring(0, ix) + "-" + copyYear + line.substring(ix+5); 238 nline = line.substring(0, ix) + "-" + copyYear + line.substring(ix+6); 243 nline = line.substring(0, ix) + "-" + copyYear + line.substring(ix+5); 252 nline = line.substring(0, ix+4) + "-" + copyYear + line.substring(ix+4); 257 nline = line.substring(0, ix+4) + "-" + copyYear + line.substring(ix+4); 262 if (nline != null) { 264 pw.println(" --> " + nline); 266 line = nline;
|
/cts/tests/tests/text/src/android/text/cts/ |
HtmlTest.java | 466 assertEquals("Line 1\nLine 2\n", 468 assertEquals("Line 1\n\nLine 2\n\n", 472 assertEquals("\nLine 1\nLine 2\n", 474 assertEquals("\nLine 1\nLine 2\n", 478 assertEquals("\nLine 1\n\nLine 2\n\n", 480 assertEquals("\n\nLine 1\n\n\nLine 2\n\n\n" [all...] |
/external/webrtc/webrtc/api/objc/ |
RTCIceCandidate.mm | 62 RTCLog(@"Failed to create ICE candidate: %s\nline: %s",
|
RTCSessionDescription.mm | 50 RTCLogError(@"Failed to create session description: %s\nline: %s",
|
/external/nanohttpd/core/src/test/java/fi/iki/elonen/ |
HttpPutRequestTest.java | 49 ByteArrayOutputStream outputStream = invokeServer("PUT " + HttpServerTest.URI + " HTTP/1.1\r\n\r\nBodyData 1\nLine 2");
|
HttpKeepAliveTest.java | 64 String data = "BodyData 1\nLine 2";
|
/frameworks/base/tools/aapt2/util/ |
Util_test.cpp | 43 EXPECT_EQ(StringPiece16(u"this is a new\nline."), 45 .append(u"nline.")
|
/external/pdfium/xfa/include/fxjse/ |
fxjse.h | 173 int32_t& nLine,
|
/prebuilts/go/darwin-x86/src/go/ast/ |
commentmap_test.go | 90 "37: *ast.ExprStmt": "associated with s2\nalso associated with s2\nline comment for s2\n",
|
/prebuilts/go/linux-x86/src/go/ast/ |
commentmap_test.go | 90 "37: *ast.ExprStmt": "associated with s2\nalso associated with s2\nline comment for s2\n",
|
/external/pdfium/xfa/src/fxjse/src/ |
context.cpp | 128 int32_t& nLine,
141 nLine = hValue.As<v8::Object>()->Get(3)->ToInt32()->Value();
|
/external/skia/include/core/ |
SkPostConfig.h | 221 int nLine, 228 int nLine,
|
/prebuilts/go/darwin-x86/src/encoding/csv/ |
reader_test.go | 79 Output: [][]string{{"two\nline", "one line", "three\nline\nfield"}},
|
/prebuilts/go/linux-x86/src/encoding/csv/ |
reader_test.go | 79 Output: [][]string{{"two\nline", "one line", "three\nline\nfield"}},
|
/toolchain/binutils/binutils-2.25/binutils/testsuite/lib/ |
binutils-common.exp | 313 verbose "regexp $n\"^$line_bx$\"\nline \"$line_a\"" 3 316 send_log "regexp $n\"^$line_bx$\"\nline $s\"$line_a\"\n"
|
/external/autotest/client/common_lib/ |
base_utils_unittest.py | 79 self.create_test_file("line 1\nline 2\nline 3\n") 524 self.assertFileContents("line 1\nline 2\n", "in_both") 531 self.assertFileContents("line 1\nline 3\n", "in_both")
|
/external/guava/guava-tests/test/com/google/common/io/ |
LineBufferTest.java | 55 bufferHelper("mixed\nline\rendings\r\n",
|