Home
last modified time | relevance | path

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

12345678910>>...123

/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/angle/src/tests/test_expectations/
DGPUTestExpectationsParser_unittest.cpp38 bool load(const std::string &line) in load()
70 std::string line = in TEST_P() local
82 std::string line = in TEST_P() local
94 std::string line = in TEST_P() local
106 std::string line = in TEST_P() local
118 std::string line = in TEST_P() local
131 std::string line = in TEST_P() local
144 std::string line = in TEST_P() local
157 std::string line = in TEST_P() local
169 std::string line = in TEST_P() local
[all …]
/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/jacoco/org.jacoco.core.test.validation.java5/src/org/jacoco/core/test/validation/java5/
DExceptionsTest.java28 public void assertCatchNoException(final Line line) { in assertCatchNoException()
36 public void assertCatchBlockEndNoException(final Line line) { in assertCatchBlockEndNoException()
44 public void assertCatchImplicitException(final Line line) { in assertCatchImplicitException()
52 public void assertCatchBlockEndImplicitException(final Line line) { in assertCatchBlockEndImplicitException()
60 public void assertFinally(final Line line) { in assertFinally()
68 public void assertFinallyImplicitException(final Line line) { in assertFinallyImplicitException()
76 public void assertBlockEndImplicitException(final Line line) { in assertBlockEndImplicitException()
DFinallyTest.java56 public void assertFinally(final Line line) { in assertFinally()
64 public void assertTwoRegions1(final Line line) { in assertTwoRegions1()
73 public void assertTwoRegionsReturn1(final Line line) { in assertTwoRegionsReturn1()
82 public void assertTwoRegionsReturn2(final Line line) { in assertTwoRegionsReturn2()
91 public void assertEmptyTry1(final Line line) { in assertEmptyTry1()
100 public void assertEmptyTry2(final Line line) { in assertEmptyTry2()
109 public void assertAlwaysCompletesAbruptly0(final Line line) { in assertAlwaysCompletesAbruptly0()
118 public void assertAlwaysCompletesAbruptly1(final Line line) { in assertAlwaysCompletesAbruptly1()
224 public void tag(final Line line, String tag) { in tag()
/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/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/bcc/tools/old/
Doffwaketime.py240 line = k.target + ";" variable
244 line = line + b.ksym(k.tret[i]) variable
246 line = line + ";" variable
249 line = line + ";-" variable
253 line = line + ";" variable
256 line = line + b.ksym(k.wret[i]) variable
258 line = line + ";" + k.waker variable
/external/tinyxml2/
Dsetversion.py30 def echoInput( line ): argument
48 def engineRule( line ): argument
71 def macroVersionRule( line ): argument
96 def doxRule( line ): argument
112 def cmakeRule( line ): argument
126 def mesonRule(line): argument
/external/jacoco/org.jacoco.core.test.validation.java7/src/org/jacoco/core/test/validation/java7/
DTryWithResourcesTest.java29 public void assertTry(final Line line) { in assertTry()
38 public void assertReturnInBodyClose(final Line line) { in assertReturnInBodyClose()
53 public void assertHandwritten(final Line line) { in assertHandwritten()
61 public void assertEmptyClose(final Line line) { in assertEmptyClose()
73 public void assertThrowInBodyClose(final Line line) { in assertThrowInBodyClose()
/external/gemmlowp/standalone/
Dencode.py32 def encode_udot_sdot_vector(line): argument
52 def encode_udot_sdot_element(line): argument
77 def encode(line): argument
85 def read_existing_encoding(line): argument
113 line = line.replace('.word 0x%x // %s' % (existing_encoding, match), variable
122 line = line.replace(match, '.word 0x%x // %s' % (mcode, match)) variable
/external/ComputeLibrary/src/core/
DValidate.cpp26 …s arm_compute::error_on_mismatching_windows(const char *function, const char *file, const int line, in error_on_mismatching_windows()
41 …tus arm_compute::error_on_invalid_subwindow(const char *function, const char *file, const int line, in error_on_invalid_subwindow()
57 …rror_on_window_not_collapsable_at_dimension(const char *function, const char *file, const int line, in error_on_window_not_collapsable_at_dimension()
70 …ompute::error_on_coordinates_dimensions_gte(const char *function, const char *file, const int line, in error_on_coordinates_dimensions_gte()
80 …arm_compute::error_on_window_dimensions_gte(const char *function, const char *file, const int line, in error_on_window_dimensions_gte()
92 …:Status arm_compute::error_on_tensor_not_2d(const char *function, const char *file, const int line, in error_on_tensor_not_2d()
103 …:Status arm_compute::error_on_tensor_not_2d(const char *function, const char *file, const int line, in error_on_tensor_not_2d()
113 …mpute::error_on_channel_not_in_known_format(const char *function, const char *file, const int line, in error_on_channel_not_in_known_format()
144 …s arm_compute::error_on_unconfigured_kernel(const char *function, const char *file, const int line, in error_on_unconfigured_kernel()
154 …tus arm_compute::error_on_invalid_subtensor(const char *function, const char *file, const int line, in error_on_invalid_subtensor()
[all …]
/external/angle/third_party/vulkan-deps/spirv-tools/src/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/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/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/curl/lib/
Dmemdebug.c107 static bool countcheck(const char *func, int line, const char *source) in countcheck()
133 int line, const char *source) in curl_dbg_malloc()
160 int line, const char *source) in curl_dbg_calloc()
188 int line, const char *source) in curl_dbg_strdup()
213 int line, const char *source) in curl_dbg_wcsdup()
241 int line, const char *source) in curl_dbg_realloc()
279 void curl_dbg_free(void *ptr, int line, const char *source) in curl_dbg_free()
305 int line, const char *source) in curl_dbg_socket()
328 SEND_TYPE_ARG3 len, SEND_TYPE_ARG4 flags, int line, in curl_dbg_send()
342 RECV_TYPE_ARG3 len, RECV_TYPE_ARG4 flags, int line, in curl_dbg_recv()
[all …]
/external/harfbuzz_ng/src/
Dgen-emoji-table.py22 line = line.strip() variable
85 line = line[:line.index("#")] variable
87 line = line[:line.index(";")] variable
88 line = line.strip() variable
89 line = line.split(" ") variable
/external/libxml2/
Dbuild_glob.py18 def striplinesep(line): argument
23 def writeline(file, line=None): argument
41 line = striplinesep(line) variable
52 line = striplinesep(line) variable
66 line = striplinesep(line) variable
/external/deqp/framework/common/
DtcuDefs.cpp58 static std::string formatError (const char* message, const char* expr, const char* file, int line) in formatError()
72 Exception::Exception (const char* message, const char* expr, const char* file, int line) in Exception()
84 TestException::TestException (const char* message, const char* expr, const char* file, int line, qp… in TestException()
96 TestError::TestError (const char* message, const char* expr, const char* file, int line) in TestError()
100 TestError::TestError (const std::string& message, const char* expr, const char* file, int line) in TestError()
110 InternalError::InternalError (const char* message, const char* expr, const char* file, int line) in InternalError()
115 …rnalError::InternalError (const std::string& message, const char* expr, const char* file, int line) in InternalError()
125 ResourceError::ResourceError (const char* message, const char* expr, const char* file, int line) in ResourceError()
135 …pportedError::NotSupportedError (const char* message, const char* expr, const char* file, int line) in NotSupportedError()
140 …Error::NotSupportedError (const std::string& message, const char* expr, const char* file, int line) in NotSupportedError()
/external/rust/crates/libfuzzer-sys/libfuzzer/scripts/
Dunbalanced_allocs.py22 def PrintStack(line, stack): argument
30 def ProcessStack(line, f): argument
37 def ProcessFree(line, f, allocs): argument
49 def ProcessMalloc(line, f, allocs): argument
60 def ProcessRun(line, f): argument
/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

12345678910>>...123