Home
last modified time | relevance | path

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

12345678910>>...121

/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.java27 public void assertCatchNoException(final Line line) { in assertCatchNoException()
35 public void assertCatchBlockEndNoException(final Line line) { in assertCatchBlockEndNoException()
43 public void assertCatchImplicitException(final Line line) { in assertCatchImplicitException()
51 public void assertCatchBlockEndImplicitException(final Line line) { in assertCatchBlockEndImplicitException()
59 public void assertFinally(final Line line) { in assertFinally()
67 public void assertFinallyImplicitException(final Line line) { in assertFinallyImplicitException()
75 public void assertBlockEndImplicitException(final Line line) { in assertBlockEndImplicitException()
DFinallyTest.java55 public void assertFinally(final Line line) { in assertFinally()
63 public void assertTwoRegions1(final Line line) { in assertTwoRegions1()
72 public void assertTwoRegionsReturn1(final Line line) { in assertTwoRegionsReturn1()
81 public void assertTwoRegionsReturn2(final Line line) { in assertTwoRegionsReturn2()
90 public void assertEmptyTry1(final Line line) { in assertEmptyTry1()
99 public void assertEmptyTry2(final Line line) { in assertEmptyTry2()
108 public void assertAlwaysCompletesAbruptly0(final Line line) { in assertAlwaysCompletesAbruptly0()
117 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.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/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/jacoco/org.jacoco.core.test.validation.java7/src/org/jacoco/core/test/validation/java7/
DTryWithResourcesTest.java28 public void assertTry(final Line line) { in assertTry()
37 public void assertReturnInBodyClose(final Line line) { in assertReturnInBodyClose()
52 public void assertHandwritten(final Line line) { in assertHandwritten()
60 public void assertEmptyClose(final Line line) { in assertEmptyClose()
72 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/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.c88 static bool countcheck(const char *func, int line, const char *source) in countcheck()
115 void *curl_dbg_malloc(size_t wantedsize, int line, const char *source) in curl_dbg_malloc()
142 int line, const char *source) in curl_dbg_calloc()
169 char *curl_dbg_strdup(const char *str, int line, const char *source) in curl_dbg_strdup()
193 wchar_t *curl_dbg_wcsdup(const wchar_t *str, int line, const char *source) in curl_dbg_wcsdup()
221 int line, const char *source) in curl_dbg_realloc()
259 void curl_dbg_free(void *ptr, int line, const char *source) in curl_dbg_free()
285 int line, const char *source) in curl_dbg_socket()
308 SEND_TYPE_ARG3 len, SEND_TYPE_ARG4 flags, int line, in curl_dbg_send()
322 RECV_TYPE_ARG3 len, RECV_TYPE_ARG4 flags, int line, in curl_dbg_recv()
[all …]
/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/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/llvm-project/compiler-rt/lib/fuzzer/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/jacoco/org.jacoco.core.test/src/org/jacoco/core/test/validation/
DValidationTestBase.java130 private void assertCoverage(final Line line, final int insnStatus, in assertCoverage()
144 public void assertFullyCovered(final Line line, final int missedBranches, in assertFullyCovered()
150 public void assertFullyCovered(final Line line) { in assertFullyCovered()
154 public void assertPartlyCovered(final Line line, final int missedBranches, in assertPartlyCovered()
160 public void assertPartlyCovered(final Line line) { in assertPartlyCovered()
164 public void assertNotCovered(final Line line, final int missedBranches, in assertNotCovered()
170 public void assertNotCovered(final Line line) { in assertNotCovered()
174 public void assertEmpty(final Line line) { in assertEmpty()
/external/angle/src/compiler/translator/
DQualifierTypes.h39 TQualifierWrapperBase(const TSourceLoc &line) : mLine(line) {} in TQualifierWrapperBase()
53 TInvariantQualifierWrapper(const TSourceLoc &line) : TQualifierWrapperBase(line) {} in TInvariantQualifierWrapper()
64 TPreciseQualifierWrapper(const TSourceLoc &line) : TQualifierWrapperBase(line) {} in TPreciseQualifierWrapper()
75 TInterpolationQualifierWrapper(TQualifier interpolationQualifier, const TSourceLoc &line) in TInterpolationQualifierWrapper()
95 TLayoutQualifierWrapper(TLayoutQualifier layoutQualifier, const TSourceLoc &line) in TLayoutQualifierWrapper()
112 TStorageQualifierWrapper(TQualifier storageQualifier, const TSourceLoc &line) in TStorageQualifierWrapper()
132 TPrecisionQualifierWrapper(TPrecision precisionQualifier, const TSourceLoc &line) in TPrecisionQualifierWrapper()
152 TMemoryQualifierWrapper(TQualifier memoryQualifier, const TSourceLoc &line) in TMemoryQualifierWrapper()
181 TSourceLoc line; member
/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()
120 ResourceError::ResourceError (const char* message, const char* expr, const char* file, int line) in ResourceError()
130 …pportedError::NotSupportedError (const char* message, const char* expr, const char* file, int line) in NotSupportedError()
135 …Error::NotSupportedError (const std::string& message, const char* expr, const char* file, int line) in NotSupportedError()

12345678910>>...121