Home
last modified time | relevance | path

Searched refs:lineNo (Results 1 - 19 of 19) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/tests/preprocessor_tests/
H A Dinput_test.cpp38 int lineNo = 0; in TEST() local
39 EXPECT_EQ(0u, input.read(nullptr, 1, &lineNo)); in TEST()
81 int lineNo = 0; in TEST() local
83 EXPECT_EQ(1u, input1.read(buf, maxSize, &lineNo)); in TEST()
85 EXPECT_EQ(1u, input1.read(buf, maxSize, &lineNo)); in TEST()
87 EXPECT_EQ(1u, input1.read(buf, maxSize, &lineNo)); in TEST()
89 EXPECT_EQ(0u, input1.read(buf, maxSize, &lineNo)); in TEST()
93 EXPECT_EQ(2u, input2.read(buf, maxSize, &lineNo)); in TEST()
95 EXPECT_EQ(1u, input2.read(buf, maxSize, &lineNo)); in TEST()
97 EXPECT_EQ(0u, input2.read(buf, maxSize, &lineNo)); in TEST()
119 int lineNo = 0; TEST() local
159 int lineNo = 0; TEST() local
173 int lineNo = 0; TEST() local
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/data/
H A DResourceReader.java47 private int lineNo; field in ResourceReader
89 lineNo = -1; in ResourceReader()
104 this.lineNo = -1; in ResourceReader()
111 this.lineNo= 0; in ResourceReader()
137 lineNo = -1; in ResourceReader()
148 if (lineNo == 0) { in readLine()
150 ++lineNo; in readLine()
158 ++lineNo; in readLine()
201 return lineNo; in getLineNumber()
209 return resourceName + ':' + lineNo; in describePosition()
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/data/
H A DResourceReader.java49 private int lineNo; field in ResourceReader
91 lineNo = -1; in ResourceReader()
106 this.lineNo = -1; in ResourceReader()
113 this.lineNo= 0; in ResourceReader()
139 lineNo = -1; in ResourceReader()
150 if (lineNo == 0) { in readLine()
152 ++lineNo; in readLine()
160 ++lineNo; in readLine()
203 return lineNo; in getLineNumber()
211 return resourceName + ':' + lineNo; in describePosition()
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant_lib/cert_mgr_deps/src/
H A Dcm_log.c25 void CmLog(uint32_t logLevel, const char *funcName, uint32_t lineNo, const char *format, ...) in CmLog() argument
46 HILOG_INFO(LOG_CORE, "%{public}s[%{public}u]: %{public}s\n", funcName, lineNo, buf); in CmLog()
49 HILOG_ERROR(LOG_CORE, "%{public}s[%{public}u]: %{public}s\n", funcName, lineNo, buf); in CmLog()
52 HILOG_WARN(LOG_CORE, "%{public}s[%{public}u]: %{public}s\n", funcName, lineNo, buf); in CmLog()
55 HILOG_DEBUG(LOG_CORE, "%{public}s[%{public}u]: %{private}s\n", funcName, lineNo, buf); in CmLog()
/third_party/skia/third_party/externals/angle2/src/compiler/preprocessor/
H A DInput.cpp52 size_t Input::read(char *buf, size_t maxSize, int *lineNo)
68 if (*lineNo == INT_MAX)
72 ++(*lineNo);
83 if (*lineNo == INT_MAX)
87 ++(*lineNo);
H A DInput.h31 size_t read(char *buf, size_t maxSize, int *lineNo);
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/preprocessor/
H A DInput.cpp60 size_t Input::read(char *buf, size_t maxSize, int *lineNo)
76 if (*lineNo == INT_MAX)
80 ++(*lineNo);
91 if (*lineNo == INT_MAX)
95 ++(*lineNo);
H A DInput.h37 size_t read(char *buf, size_t maxSize, int *lineNo);
/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
H A DUCAConformanceTest.java199 int lineNo = 0; in conformanceTest()
207 lineNo++; in conformanceTest()
214 logln("Skipping line " + lineNo + " because of a known bug"); in conformanceTest()
231 lineNo, cmpres, cmpres2)); in conformanceTest()
239 + ") on line " + lineNo); in conformanceTest()
253 errln("Line " + lineNo + " is not greater or equal than previous line"); in conformanceTest()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/collator/
H A DUCAConformanceTest.java202 int lineNo = 0; in conformanceTest()
210 lineNo++; in conformanceTest()
217 logln("Skipping line " + lineNo + " because of a known bug"); in conformanceTest()
234 lineNo, cmpres, cmpres2)); in conformanceTest()
242 + ") on line " + lineNo); in conformanceTest()
256 errln("Line " + lineNo + " is not greater or equal than previous line"); in conformanceTest()
/third_party/icu/icu4c/source/test/intltest/
H A Dtextfile.h67 int32_t lineNo; member in TextFile
71 return lineNo; in getLineNumber()
H A Dtextfile.cpp28 lineNo(0) in TextFile()
105 if (lineNo == 0 && str[0] == 0xFEFF) { in readLine()
108 ++lineNo; in readLine()
/third_party/skia/tests/
H A DTest.cpp37 this->reportFailed(skiatest::Failure(f.fileName, f.lineNo, f.condition, fullMessage)); in reportFailedWithContext()
41 SkString result = SkStringPrintf("%s:%d\t", this->fileName, this->lineNo); in toString()
H A DTest.h24 : fileName(f), lineNo(l), condition(c), message(m) {} in Failure()
26 int lineNo; member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant_lib/cert_mgr_deps/include/
H A Dcm_log.h40 void CmLog(uint32_t logLevel, const char *funcName, uint32_t lineNo, const char *format, ...);
/third_party/skia/src/pathops/
H A DSkPathOpsDebug.h176 int lineNo, SkOpPhase phase, int iteration
192 this->globalState()->debugSetPhase(__func__, lineNo, phase, iteration)
194 obj->globalState()->debugSetPhase(__func__, lineNo, phase, iteration)
H A DSkPathOpsDebug.cpp662 entry->fLineNumber = lineNo; in debugSetPhase()
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/runner/
H A DTestSuite.cpp1790 for (size_t lineNo = lines.size() - std::min(lines.size(), kKeepLines); in run()
1791 lineNo < lines.size(); ++lineNo) in run()
1793 printf("%s\n", lines[lineNo].c_str()); in run()
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Dicu4j-4_8_1_1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ibm/icu/ com/ibm/icu/impl/ ...

Completed in 16 milliseconds