Home
last modified time | relevance | path

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

12

/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...]
/base/security/certificate_framework/frameworks/common/v1.0/src/
H A Dcf_log.c22 void CfLog(uint32_t logLevel, const char *funcName, uint32_t lineNo, const char *format, ...) in CfLog() argument
37 HILOG_INFO(LOG_CORE, "%{public}s[%{public}u]: %{public}s\n", funcName, lineNo, buf); in CfLog()
40 HILOG_ERROR(LOG_CORE, "%{public}s[%{public}u]: %{public}s\n", funcName, lineNo, buf); in CfLog()
43 HILOG_WARN(LOG_CORE, "%{public}s[%{public}u]: %{public}s\n", funcName, lineNo, buf); in CfLog()
46 HILOG_DEBUG(LOG_CORE, "%{public}s[%{public}u]: %{private}s\n", funcName, lineNo, buf); in CfLog()
/base/security/certificate_manager/frameworks/cert_manager_standard/main/os_dependency/log/
H A Dcm_log.c25 void CmLog(uint32_t logLevel, const char *funcName, uint32_t lineNo, const char *format, ...) in CmLog() argument
40 HILOG_INFO(LOG_CORE, "%{public}s[%{public}u]: %{public}s\n", funcName, lineNo, buf); in CmLog()
43 HILOG_ERROR(LOG_CORE, "%{public}s[%{public}u]: %{public}s\n", funcName, lineNo, buf); in CmLog()
46 HILOG_WARN(LOG_CORE, "%{public}s[%{public}u]: %{public}s\n", funcName, lineNo, buf); in CmLog()
49 HILOG_DEBUG(LOG_CORE, "%{public}s[%{public}u]: %{private}s\n", funcName, lineNo, buf); in CmLog()
/base/security/crypto_framework/common/src/
H A Dlog.c24 void HcfLogPrint(uint32_t hcfLogLevel, const char *funcName, uint32_t lineNo, const char *format, ...) in HcfLogPrint() argument
39 HILOG_INFO(LOG_CORE, "%{public}s[%{public}u]: %{public}s\n", funcName, lineNo, logBuf); in HcfLogPrint()
42 HILOG_ERROR(LOG_CORE, "%{public}s[%{public}u]: %{public}s\n", funcName, lineNo, logBuf); in HcfLogPrint()
45 HILOG_WARN(LOG_CORE, "%{public}s[%{public}u]: %{public}s\n", funcName, lineNo, logBuf); in HcfLogPrint()
48 HILOG_DEBUG(LOG_CORE, "%{public}s[%{public}u]: %{private}s\n", funcName, lineNo, logBuf); in HcfLogPrint()
/base/security/huks/test/unittest/huks_lite_test/common/
H A Dhks_test_log.c25 void HksTestLog(uint32_t logLevel, const char *funcName, int32_t lineNo, const char *format, ...) in HksTestLog() argument
40 printf("[INFO] %s [%d]: %s\n", funcName, lineNo, buf); in HksTestLog()
43 printf("[ERROR] %s [%d]: %s\n", funcName, lineNo, buf); in HksTestLog()
46 printf("[WARNING] %s [%d]: %s\n", funcName, lineNo, buf); in HksTestLog()
49 printf("[DEBUG] %s [%d]: %s\n", funcName, lineNo, buf); in HksTestLog()
/test/xts/acts/security_lite/huks/common/
H A Dhks_test_log.c27 void HksTestLog(uint32_t logLevel, const char *funcName, int32_t lineNo, const char *format, ...) in HksTestLog() argument
42 printf("[INFO] %s [%d]: %s\n", funcName, lineNo, buf); in HksTestLog()
45 printf("[ERROR] %s [%d]: %s\n", funcName, lineNo, buf); in HksTestLog()
48 printf("[WARNING] %s [%d]: %s\n", funcName, lineNo, buf); in HksTestLog()
51 printf("[DEBUG] %s [%d]: %s\n", funcName, lineNo, buf); in HksTestLog()
/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);
/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);
/base/security/huks/frameworks/crypto_lite/cipher/src/
H A Dcipher_log_lite.c25 void CipherLog(uint32_t logLevel, const char *funcName, uint32_t lineNo, const char *format, ...) in CipherLog() argument
48 HILOG_ERROR(HILOG_MODULE_SCY, "%s[%u]: %s\n", funcName, lineNo, buf); in CipherLog()
50 HILOG_ERROR(HILOG_MODULE_SCY, "%{public}s[%{public}u]: %{public}s\n", funcName, lineNo, buf); in CipherLog()
H A Dcipher_log.c24 void CipherLog(uint32_t logLevel, const char *funcName, uint32_t lineNo, const char *format, ...) in CipherLog() argument
46 HILOG_ERROR(LOG_CORE, "%{public}s[%{public}u]: %{public}s\n", funcName, lineNo, buf); in CipherLog()
/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()
/foundation/filemanagement/app_file_service/utils/include/b_error/
H A Db_error.h35 int lineNo = __builtin_LINE(), const char *fileName = __builtin_FILE(), \
38 #define DEFINE_SOURCE_LOCATION int lineNo = -1, const char *fileName = "NA", const char *functionName = "NA"
196 * @param lineNo 构造错误对象的行号(不要自己填写)
202 msg_ = WrapMessageWithExtraInfos(fileName, lineNo, functionName, code_, {mpErrToMsg_.at(code_)}); in BError()
210 * @param lineNo 构造错误对象的行号(不要自己填写)
216 msg_ = WrapMessageWithExtraInfos(fileName, lineNo, functionName, code_, {mpErrToMsg_.at(code_), extraMsg}); in BError()
223 * @param lineNo 构造错误对象的行号(不要自己填写)
230 msg_ = WrapMessageWithExtraInfos(fileName, lineNo, functionName, code_, {rawMsg});
365 * @param lineNo 构造错误对象的行号
371 int lineNo,
[all...]
/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()
/drivers/hdf_core/framework/tools/hc-gen/src/
H A Dlexer.cpp65 token.lineNo = lineno_; in SetTokenCharacter()
244 token.lineNo = lineno_; in InitToken()
269 token.lineNo = lineno_; in LexFromString()
339 token.lineNo = lineno_; in LexFromNumber()
380 token.lineNo = lineno_; in LexFromLiteral()
H A Dtoken.cpp53 stream << " lineno:" << token.lineNo; in operator <<()
57 Token::Token() : type(0), strval(), numval(0), src(), lineNo(0) {}
/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/hcs/
H A Dlexer.js147 token.lineNo = this.lineno_;
194 token.lineNo = this.lineno_;
233 token.lineNo = this.lineno_;
346 token.lineNo = this.lineno_;
365 token.lineNo = this.lineno_;
/foundation/filemanagement/app_file_service/utils/src/b_error/
H A Db_error.cpp28 int lineNo, in WrapMessageWithExtraInfos()
34 ss << '[' << fileName << ':' << lineNo << " -> " << functionName << ']' << ' '; in WrapMessageWithExtraInfos()
27 WrapMessageWithExtraInfos(const char *fileName, int lineNo, const char *functionName, Codes code, const vector<string_view> &msgs) const WrapMessageWithExtraInfos() argument
/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()
/base/security/huks/frameworks/crypto_lite/cipher/include/
H A Dcipher_log.h41 void CipherLog(uint32_t logLevel, const char *funcName, uint32_t lineNo, const char *format, ...);
/base/security/certificate_manager/frameworks/cert_manager_standard/main/common/include/
H A Dcm_log.h40 void CmLog(uint32_t logLevel, const char *funcName, uint32_t lineNo, const char *format, ...);

Completed in 8 milliseconds

12