Home
last modified time | relevance | path

Searched defs:line (Results 1 – 25 of 2176) sorted by relevance

12345678910>>...88

/external/python/cpython3/Python/
Ddynamic_annotations.c48 void AnnotateRWLockCreate(const char *file, int line, in AnnotateRWLockCreate()
50 void AnnotateRWLockDestroy(const char *file, int line, in AnnotateRWLockDestroy()
52 void AnnotateRWLockAcquired(const char *file, int line, in AnnotateRWLockAcquired()
54 void AnnotateRWLockReleased(const char *file, int line, in AnnotateRWLockReleased()
56 void AnnotateBarrierInit(const char *file, int line, in AnnotateBarrierInit()
59 void AnnotateBarrierWaitBefore(const char *file, int line, in AnnotateBarrierWaitBefore()
61 void AnnotateBarrierWaitAfter(const char *file, int line, in AnnotateBarrierWaitAfter()
63 void AnnotateBarrierDestroy(const char *file, int line, in AnnotateBarrierDestroy()
66 void AnnotateCondVarWait(const char *file, int line, in AnnotateCondVarWait()
69 void AnnotateCondVarSignal(const char *file, int line, in AnnotateCondVarSignal()
[all …]
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/lexer/
DLexer.java15 private int line; field in Lexer
991 …Token new0(@SuppressWarnings("hiding") String text, @SuppressWarnings("hiding") int line, @Suppres… in new0()
992 …Token new1(@SuppressWarnings("hiding") String text, @SuppressWarnings("hiding") int line, @Suppres… in new1()
993 …ssWarnings("hiding") int line, @SuppressWarnings("hiding") int pos) { return new TVar(line, pos); } in new2()
994 …sWarnings("hiding") int line, @SuppressWarnings("hiding") int pos) { return new TLvar(line, pos); } in new3()
995 …sWarnings("hiding") int line, @SuppressWarnings("hiding") int pos) { return new TEvar(line, pos); } in new4()
996 …sWarnings("hiding") int line, @SuppressWarnings("hiding") int pos) { return new TUvar(line, pos); } in new5()
997 …ssWarnings("hiding") int line, @SuppressWarnings("hiding") int pos) { return new TSet(line, pos); } in new6()
998 …essWarnings("hiding") int line, @SuppressWarnings("hiding") int pos) { return new TIf(line, pos); } in new7()
999 …Token new8(@SuppressWarnings("hiding") String text, @SuppressWarnings("hiding") int line, @Suppres… in new8()
[all …]
/external/webrtc/webrtc/modules/video_coding/test/
DplotTimingTest.m8 line = fgetl(fid); variable
16 line = fgetl(fid); variable
20 line = line(72:end); variable
25 line = fgetl(fid); variable
31 line = fgetl(fid); variable
37 line = fgetl(fid); variable
43 line = fgetl(fid); variable
46 line = fgetl(fid); variable
DplotReceiveTrace.m13 line = fgetl(fid); variable
23 line = fgetl(fid); variable
29 line = fgetl(fid); variable
41 line = fgetl(fid); variable
50 line = fgetl(fid); variable
57 line = fgetl(fid); variable
64 line = fgetl(fid); variable
71 line = fgetl(fid); variable
78 line = fgetl(fid); variable
85 line = fgetl(fid); variable
[all …]
/external/mockito/src/test/java/org/mockito/internal/matchers/
DMatchersPrinterTest.java24 …String line = printer.getArgumentsLine((List) Arrays.asList(new Equals(1), new Equals(2)), new Pri… in shouldGetArgumentsLine() local
30 …String line = printer.getArgumentsBlock((List) Arrays.asList(new Equals(1), new Equals(2)), new Pr… in shouldGetArgumentsBlock() local
37 …String line = printer.getArgumentsLine((List) Arrays.asList(new Equals(1L), new Equals(2)), PrintS… in shouldDescribeTypeInfoOnlyMarkedMatchers() local
45 …String line = printer.getArgumentsLine((List) Arrays.asList(new Equals(1L), new Equals("x")), Prin… in shouldDescribeStringMatcher() local
53 …String line = printer.getArgumentsBlock((List) Arrays.asList(new Equals(1L), new Equals(2)), Print… in shouldGetVerboseArgumentsInBlock() local
61 …String line = printer.getArgumentsLine((List) Arrays.asList(new Equals(1L), NotNull.NOT_NULL), Pri… in shouldGetVerboseArgumentsEvenIfSomeMatchersAreNotVerbose() local
/external/bcc/tools/old/
Doffwaketime.py238 line = k.target + ";" variable
242 line = line + b.ksym(k.tret[i]) variable
244 line = line + ";" variable
247 line = line + ";-" variable
251 line = line + ";" variable
254 line = line + b.ksym(k.wret[i]) variable
256 line = line + ";" + k.waker variable
/external/vulkan-validation-layers/scripts/
Dparse_test_results.py51 def match(self, line): argument
111 def new_profile_match(self, line): argument
115 def test_suite_end_match(self, line): argument
122 def start_test_match(self, line): argument
130 def skip_test_match(self, line): argument
134 def pass_test_match(self, line): argument
141 def fail_test_match(self, line): argument
146 def unexpected_error_match(self, line): argument
/external/tinyxml2/
Dsetversion.py29 def echoInput( line ): argument
47 def engineRule( line ): argument
70 def macroVersionRule( line ): argument
95 def doxRule( line ): argument
111 def cmakeRule1( line ): argument
124 def cmakeRule2( line ): argument
/external/selinux/libsepol/cil/test/unit/
Dtest_cil_build_ast.c64 …char *line[] = {"(", "allow", "test", "foo", "(", "bar", "(", "read", "write", ")", ")", ")", NULL… in test_cil_parse_to_list() local
95 …char *line[] = {"(", "allow", "test", "foo", "(", "bar", "(", "read", "write", ")", ")", ")", NULL… in test_cil_parse_to_list_currnull_neg() local
126 …char *line[] = {"(", "allow", "test", "foo", "(", "bar", "(", "read", "write", ")", ")", ")", NULL… in test_cil_parse_to_list_listnull_neg() local
155 char *line[] = {"(", "foo1", "foo2", "(", "foo3", ")", ")", NULL}; in test_cil_set_to_list() local
181 char *line[] = {"(", "foo", "bar", ")", NULL}; in test_cil_set_to_list_cl_head_null_neg() local
196 char *line[] = {"(", "foo1", "foo2", "foo3", ")", NULL}; in test_cil_set_to_list_listnull_neg() local
207 char *line[] = {"(", "block", "a", "(", "type", "log", ")", ")", NULL}; in test_cil_gen_block() local
229 char *line[] = {"(", "block", ")", NULL}; in test_cil_gen_block_justblock_neg() local
248 char *line[] = {"(", "block", "(", "type", "log", ")", ")", NULL}; in test_cil_gen_block_noname_neg() local
267 char *line[] = {"(", "block", "foo", "(", "type", "log", ")", ")", NULL}; in test_cil_gen_block_dbnull_neg() local
[all …]
Dtest_cil_resolve_ast.c67 char *line[] = { "(", "block", "foo", in test_cil_resolve_name() local
91 char *line[] = { "(", "block", "foo", in test_cil_resolve_name_invalid_type_neg() local
130 char *line[] = {"(", "role", "foo", ")", \ in test_cil_resolve_roleallow() local
150 char *line[] = {"(", "role", "bar", ")", \ in test_cil_resolve_roleallow_srcdecl_neg() local
170 char *line[] = {"(", "role", "foo", ")", \ in test_cil_resolve_roleallow_tgtdecl_neg() local
189 char *line[] = {"(", "class", "file", "(", "open", ")", ")", in test_cil_resolve_classmapping_anon() local
209 char *line[] = {"(", "classmap", "files", "(", "read", ")", ")", in test_cil_resolve_classmapping_anon_inmacro() local
244 char *line[] = {"(", "classmap", "files", "(", "read", ")", ")", in test_cil_resolve_classmapping_anon_inmacro_neg() local
279 char *line[] = {"(", "classmap", "files", "(", "read", ")", ")", in test_cil_resolve_classmapping_named() local
299 char *line[] = {"(", "classpermissionset", "char_w", "(", "char", "(", "read", ")", ")", ")", in test_cil_resolve_classmapping_named_classmapname_neg() local
[all …]
Dtest_cil_copy_ast.c57 char *line[] = {"(", "foo1", "foo2", ")", NULL}; in test_cil_copy_list() local
79 char *line[] = {"(", "foo1", "foo2", "(", "foo3", ")", ")", NULL}; in test_cil_copy_list_sublist() local
103 char *line[] = {"(", "foo1", "foo2", "(", "foo3", ")", "foo4", ")", NULL}; in test_cil_copy_list_sublist_extra() local
129 char *line[] = {"(", "foo1", "foo2", ")", NULL}; in test_cil_copy_list_orignull_neg() local
145 char *line[] = {"(", "block", "a", "(", "type", "log", ")", ")", NULL}; in test_cil_copy_block() local
172 char *line[] = {"(", "class", "foo", "(", "read", "write", "open", ")", ")", NULL}; in test_cil_copy_perm() local
213 char *line[] = {"(", "class", "file", "(", "read", "write", "open", ")", ")", NULL}; in test_cil_copy_class() local
240 char *line[] = {"(", "common", "test", "(", "read", "write", ")", ")", NULL}; in test_cil_copy_common() local
267 char *line[] = {"(", "classcommon", "file", "file", NULL}; in test_cil_copy_classcommon() local
305 char *line[] = {"(", "sid", "test", ")", NULL}; in test_cil_copy_sid() local
[all …]
/external/pdfium/xfa/fxfa/fm2js/
Dcxfa_fmparser.cpp98 uint32_t line = m_token->m_line_num; in ParseFunction() local
159 uint32_t line = m_token->m_line_num; in ParseExpression() local
212 uint32_t line = m_token->m_line_num; in ParseVarExpression() local
242 uint32_t line = m_token->m_line_num; in ParseSimpleExpression() local
268 uint32_t line = m_token->m_line_num; in ParseExpExpression() local
281 uint32_t line = m_token->m_line_num; in ParseLogicalOrExpression() local
316 uint32_t line = m_token->m_line_num; in ParseLogicalAndExpression() local
350 uint32_t line = m_token->m_line_num; in ParseEqualityExpression() local
395 uint32_t line = m_token->m_line_num; in ParseRelationalExpression() local
465 uint32_t line = m_token->m_line_num; in ParseAddtiveExpression() local
[all …]
Dcxfa_fmsimpleexpression.cpp92 CXFA_FMSimpleExpression::CXFA_FMSimpleExpression(uint32_t line, XFA_FM_TOKEN op) in CXFA_FMSimpleExpression()
109 CXFA_FMNullExpression::CXFA_FMNullExpression(uint32_t line) in CXFA_FMNullExpression()
121 CXFA_FMNumberExpression::CXFA_FMNumberExpression(uint32_t line, in CXFA_FMNumberExpression()
136 CXFA_FMStringExpression::CXFA_FMStringExpression(uint32_t line, in CXFA_FMStringExpression()
175 uint32_t line, in CXFA_FMIdentifierExpression()
213 uint32_t line, in CXFA_FMUnaryExpression()
226 uint32_t line, in CXFA_FMBinExpression()
242 uint32_t line, in CXFA_FMAssignExpression()
329 uint32_t line, in CXFA_FMLogicalOrExpression()
352 uint32_t line, in CXFA_FMLogicalAndExpression()
[all …]
/external/swiftshader/third_party/SPIRV-Tools/test/opt/
Dassembly_builder.h167 for (const auto& line : preamble_) { in GetCode() local
170 for (const auto& line : global_preamble_) { in GetCode() local
173 for (const auto& line : names_) { in GetCode() local
176 for (const auto& line : annotations_) { in GetCode() local
179 for (const auto& line : types_consts_globals_) { in GetCode() local
182 for (const auto& line : main_func_) { in GetCode() local
185 for (const auto& line : main_func_postamble_) { in GetCode() local
209 for (const auto& line : vec_asm_code) { in AddNamesForResultIDsIn() local
/external/deqp-deps/SPIRV-Tools/test/opt/
Dassembly_builder.h167 for (const auto& line : preamble_) { in GetCode() local
170 for (const auto& line : global_preamble_) { in GetCode() local
173 for (const auto& line : names_) { in GetCode() local
176 for (const auto& line : annotations_) { in GetCode() local
179 for (const auto& line : types_consts_globals_) { in GetCode() local
182 for (const auto& line : main_func_) { in GetCode() local
185 for (const auto& line : main_func_postamble_) { in GetCode() local
209 for (const auto& line : vec_asm_code) { in AddNamesForResultIDsIn() local
/external/libxml2/
Dbuild_glob.py19 def striplinesep(line): argument
24 def writeline(file, line=None): argument
42 line = striplinesep(line) variable
53 line = striplinesep(line) variable
67 line = striplinesep(line) variable
/external/grpc-grpc/src/objective-c/
Dchange-comments.py52 def write(line): argument
65 def is_comment(line): argument
68 def isnt_comment(line): argument
77 def indentation_of(line): argument
81 def content(line): argument
/external/grpc-grpc/tools/debug/core/
Derror_ref_leak.py32 line = line.partition('error.cc:')[-1] variable
33 line = re.sub(r'\d+] ', r'', line) variable
34 line = line.strip().split() variable
/external/libopus/silk/
DMacroDebug.h39 static OPUS_INLINE opus_int16 silk_ADD16_(opus_int16 a, opus_int16 b, char *file, int line){ in silk_ADD16_()
55 static OPUS_INLINE opus_int32 silk_ADD32_(opus_int32 a, opus_int32 b, char *file, int line){ in silk_ADD32_()
71 static OPUS_INLINE opus_int64 silk_ADD64_(opus_int64 a, opus_int64 b, char *file, int line){ in silk_ADD64_()
87 static OPUS_INLINE opus_int16 silk_SUB16_(opus_int16 a, opus_int16 b, char *file, int line){ in silk_SUB16_()
103 static OPUS_INLINE opus_int32 silk_SUB32_(opus_int32 a, opus_int32 b, char *file, int line){ in silk_SUB32_()
119 static OPUS_INLINE opus_int64 silk_SUB64_(opus_int64 a, opus_int64 b, char *file, int line){ in silk_SUB64_()
135 static OPUS_INLINE opus_int16 silk_ADD_SAT16_( opus_int16 a16, opus_int16 b16, char *file, int line in silk_ADD_SAT16_()
150 static OPUS_INLINE opus_int32 silk_ADD_SAT32_(opus_int32 a32, opus_int32 b32, char *file, int line){ in silk_ADD_SAT32_()
167 static OPUS_INLINE opus_int64 silk_ADD_SAT64_( opus_int64 a64, opus_int64 b64, char *file, int line in silk_ADD_SAT64_()
196 static OPUS_INLINE opus_int16 silk_SUB_SAT16_( opus_int16 a16, opus_int16 b16, char *file, int line in silk_SUB_SAT16_()
[all …]
/external/deqp/framework/common/
DtcuDefs.cpp50 static std::string formatError (const char* message, const char* expr, const char* file, int line) in formatError()
64 Exception::Exception (const char* message, const char* expr, const char* file, int line) in Exception()
76 TestException::TestException (const char* message, const char* expr, const char* file, int line, qp… in TestException()
88 TestError::TestError (const char* message, const char* expr, const char* file, int line) in TestError()
92 TestError::TestError (const std::string& message, const char* expr, const char* file, int line) in TestError()
102 InternalError::InternalError (const char* message, const char* expr, const char* file, int line) in InternalError()
112 ResourceError::ResourceError (const char* message, const char* expr, const char* file, int line) in ResourceError()
122 …pportedError::NotSupportedError (const char* message, const char* expr, const char* file, int line) in NotSupportedError()
127 …Error::NotSupportedError (const std::string& message, const char* expr, const char* file, int line) in NotSupportedError()
/external/curl/lib/
Dmemdebug.c134 static bool countcheck(const char *func, int line, const char *source) in countcheck()
161 void *curl_dbg_malloc(size_t wantedsize, int line, const char *source) in curl_dbg_malloc()
190 int line, const char *source) in curl_dbg_calloc()
217 char *curl_dbg_strdup(const char *str, int line, const char *source) in curl_dbg_strdup()
241 wchar_t *curl_dbg_wcsdup(const wchar_t *str, int line, const char *source) in curl_dbg_wcsdup()
269 int line, const char *source) in curl_dbg_realloc()
307 void curl_dbg_free(void *ptr, int line, const char *source) in curl_dbg_free()
337 int line, const char *source) in curl_dbg_socket()
360 SEND_TYPE_ARG3 len, SEND_TYPE_ARG4 flags, int line, in curl_dbg_send()
374 RECV_TYPE_ARG3 len, RECV_TYPE_ARG4 flags, int line, in curl_dbg_recv()
[all …]
/external/jemalloc_new/test/unit/
Dprof_active.c4 mallctl_bool_get(const char *name, bool expected, const char *func, int line) { in mallctl_bool_get()
17 const char *func, int line) { in mallctl_bool_set()
32 int line) { in mallctl_prof_active_get_impl()
40 bool prof_active_new, const char *func, int line) { in mallctl_prof_active_set_impl()
49 const char *func, int line) { in mallctl_thread_prof_active_get_impl()
58 bool thread_prof_active_new, const char *func, int line) { in mallctl_thread_prof_active_set_impl()
66 prof_sampling_probe_impl(bool expect_sample, const char *func, int line) { in prof_sampling_probe_impl()
/external/autotest/client/profilers/powertop/src/
Dpowertop.h31 struct line { struct
39 extern struct line *lines; argument
/external/jemalloc/test/unit/
Dprof_active.c9 mallctl_bool_get(const char *name, bool expected, const char *func, int line) in mallctl_bool_get()
23 const char *func, int line) in mallctl_bool_set()
39 int line) in mallctl_prof_active_get_impl()
49 bool prof_active_new, const char *func, int line) in mallctl_prof_active_set_impl()
60 const char *func, int line) in mallctl_thread_prof_active_get_impl()
71 bool thread_prof_active_new, const char *func, int line) in mallctl_thread_prof_active_set_impl()
81 prof_sampling_probe_impl(bool expect_sample, const char *func, int line) in prof_sampling_probe_impl()
/external/google-breakpad/src/client/linux/minidump_writer/
Dline_reader_unittest.cc62 const char *line; in TEST() local
72 const char *line; in TEST() local
88 const char *line; in TEST() local
104 const char *line; in TEST() local
126 const char *line; in TEST() local
150 const char *line; in TEST() local
166 const char *line; in TEST() local

12345678910>>...88