Home
last modified time | relevance | path

Searched defs:linenumber (Results 1 – 20 of 20) sorted by relevance

/external/cronet/tot/third_party/icu/source/tools/genrb/
Derrmsg.c27 U_CFUNC void error(uint32_t linenumber, const char *msg, ...) in error()
63 U_CFUNC void warning(uint32_t linenumber, const char *msg, ...) in warning()
Dread.c71 uint32_t *linenumber, /* out: linenumber of token */ in getNextToken()
Dparse.cpp191 …ate* state, struct UString **tokenValue, struct UString* comment, uint32_t *linenumber, UErrorCode… in getToken()
225 …ate* state, uint32_t lookaheadCount, struct UString **tokenValue, uint32_t *linenumber, struct USt… in peekToken()
258 …ectedToken, struct UString **tokenValue, struct UString *comment, uint32_t *linenumber, UErrorCode… in expect()
Dreslist.cpp184 void TableResource::add(SResource *res, int linenumber, UErrorCode &errorCode) { in add()
/external/cronet/stable/third_party/icu/source/tools/genrb/
Derrmsg.c27 U_CFUNC void error(uint32_t linenumber, const char *msg, ...) in error()
63 U_CFUNC void warning(uint32_t linenumber, const char *msg, ...) in warning()
Dread.c71 uint32_t *linenumber, /* out: linenumber of token */ in getNextToken()
Dparse.cpp191 …ate* state, struct UString **tokenValue, struct UString* comment, uint32_t *linenumber, UErrorCode… in getToken()
225 …ate* state, uint32_t lookaheadCount, struct UString **tokenValue, uint32_t *linenumber, struct USt… in peekToken()
258 …ectedToken, struct UString **tokenValue, struct UString *comment, uint32_t *linenumber, UErrorCode… in expect()
Dreslist.cpp184 void TableResource::add(SResource *res, int linenumber, UErrorCode &errorCode) { in add()
/external/icu/icu4c/source/tools/genrb/
Derrmsg.c27 U_CFUNC void error(uint32_t linenumber, const char *msg, ...) in error()
63 U_CFUNC void warning(uint32_t linenumber, const char *msg, ...) in warning()
Dread.c71 uint32_t *linenumber, /* out: linenumber of token */ in getNextToken()
Dparse.cpp191 …ate* state, struct UString **tokenValue, struct UString* comment, uint32_t *linenumber, UErrorCode… in getToken()
225 …ate* state, uint32_t lookaheadCount, struct UString **tokenValue, uint32_t *linenumber, struct USt… in peekToken()
258 …ectedToken, struct UString **tokenValue, struct UString *comment, uint32_t *linenumber, UErrorCode… in expect()
Dreslist.cpp184 void TableResource::add(SResource *res, int linenumber, UErrorCode &errorCode) { in add()
/external/cronet/stable/third_party/apache-portable-runtime/src/include/arch/win32/
Dapr_arch_misc.h148 int linenumber) in apr_malloc_dbg()
154 const char* filename, int linenumber) in apr_realloc_dbg()
162 int linenumber) in apr_malloc_dbg()
168 const char* filename, int linenumber) in apr_realloc_dbg()
/external/cronet/tot/third_party/apache-portable-runtime/src/include/arch/win32/
Dapr_arch_misc.h148 int linenumber) in apr_malloc_dbg()
154 const char* filename, int linenumber) in apr_realloc_dbg()
162 int linenumber) in apr_malloc_dbg()
168 const char* filename, int linenumber) in apr_realloc_dbg()
/external/curl/tests/libtest/
Dlib557.c1128 static int _string_check(int linenumber, char *buf, const char *buf2) in _string_check()
1140 static int _strlen_check(int linenumber, char *buf, size_t len) in _strlen_check()
/external/lua/src/
Dllex.h66 int linenumber; /* input line counter */ member
/external/mtools/
Dconfig.c35 static int linenumber; /* current line number. Only used for printing variable
/external/vulkan-validation-layers/layers/
Dgpu_validation.cpp895 static bool GetLineAndFilename(const std::string string, uint32_t *linenumber, std::string &filenam… in GetLineAndFilename()
920 static bool GetLineAndFilename(const std::string string, uint32_t *linenumber, std::string &filenam… in GetLineAndFilename()
/external/pcre/src/
Dpcre2grep.c2595 unsigned long int linenumber = 1; in pcre2grep() local
3789 int linenumber = 0; in read_pattern_file() local
/external/AFLplusplus/instrumentation/
Dafl-compiler-rt.o.c832 void write_error_with_location(char *text, char *filename, int linenumber) { in write_error_with_location()