Home
last modified time | relevance | path

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

12345678910>>...66

/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/chromium_org/third_party/tcmalloc/chromium/src/base/
Ddynamic_annotations.c67 void AnnotateRWLockCreate(const char *file, int line, in AnnotateRWLockCreate()
69 void AnnotateRWLockDestroy(const char *file, int line, in AnnotateRWLockDestroy()
71 void AnnotateRWLockAcquired(const char *file, int line, in AnnotateRWLockAcquired()
73 void AnnotateRWLockReleased(const char *file, int line, in AnnotateRWLockReleased()
75 void AnnotateBarrierInit(const char *file, int line, in AnnotateBarrierInit()
78 void AnnotateBarrierWaitBefore(const char *file, int line, in AnnotateBarrierWaitBefore()
80 void AnnotateBarrierWaitAfter(const char *file, int line, in AnnotateBarrierWaitAfter()
82 void AnnotateBarrierDestroy(const char *file, int line, in AnnotateBarrierDestroy()
85 void AnnotateCondVarWait(const char *file, int line, in AnnotateCondVarWait()
88 void AnnotateCondVarSignal(const char *file, int line, in AnnotateCondVarSignal()
[all …]
/external/chromium_org/third_party/tcmalloc/vendor/src/base/
Ddynamic_annotations.c67 void AnnotateRWLockCreate(const char *file, int line, in AnnotateRWLockCreate()
69 void AnnotateRWLockDestroy(const char *file, int line, in AnnotateRWLockDestroy()
71 void AnnotateRWLockAcquired(const char *file, int line, in AnnotateRWLockAcquired()
73 void AnnotateRWLockReleased(const char *file, int line, in AnnotateRWLockReleased()
75 void AnnotateBarrierInit(const char *file, int line, in AnnotateBarrierInit()
78 void AnnotateBarrierWaitBefore(const char *file, int line, in AnnotateBarrierWaitBefore()
80 void AnnotateBarrierWaitAfter(const char *file, int line, in AnnotateBarrierWaitAfter()
82 void AnnotateBarrierDestroy(const char *file, int line, in AnnotateBarrierDestroy()
85 void AnnotateCondVarWait(const char *file, int line, in AnnotateCondVarWait()
88 void AnnotateCondVarSignal(const char *file, int line, in AnnotateCondVarSignal()
[all …]
/external/chromium_org/third_party/webrtc/modules/video_coding/main/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/chromium-trace/trace-viewer/third_party/web_dev_style/web_dev_style/
Dcss_checker.py61 def braces_have_space_before_and_nothing_after(line): argument
64 def classes_use_dashes(line): argument
73 def close_brace_on_new_line(line): argument
77 def colons_have_space_after(line): argument
80 def favor_single_quotes(line): argument
86 def hex_could_be_shorter(line): argument
91 def milliseconds_for_small_times(line): argument
94 def no_data_uris_in_source_files(line): argument
97 def one_rule_per_line(line): argument
109 def rgb_if_not_gray(line): argument
[all …]
/external/chromium_org/chrome/browser/web_dev_style/
Dcss_checker.py72 def braces_have_space_before_and_nothing_after(line): argument
80 def classes_use_dashes(line): argument
93 def close_brace_on_new_line(line): argument
104 def colons_have_space_after(line): argument
112 def favor_single_quotes(line): argument
122 def hex_could_be_shorter(line): argument
126 def rgb_if_not_gray(line): argument
136 def milliseconds_for_small_times(line): argument
139 def suggest_ms_from_s(line): argument
143 def no_data_uris_in_source_files(line): argument
[all …]
Djs_checker.py16 def RegexCheck(self, line_number, line, regex, message): argument
39 def ChromeSendCheck(self, i, line): argument
44 def ConstCheck(self, i, line): argument
53 def EndJsDocCommentCheck(self, i, line): argument
59 def GetElementByIdCheck(self, i, line): argument
65 def InheritDocCheck(self, i, line): argument
70 def WrapperTypeCheck(self, i, line): argument
77 def VarNameCheck(self, i, line): argument
/external/chromium_org/third_party/WebKit/Source/core/html/track/vtt/
DBufferedLineReaderTest.cpp48 String line; in TEST() local
55 String line; in TEST() local
67 String line; in TEST() local
77 String line; in TEST() local
90 String line; in TEST() local
103 String line; in TEST() local
115 String line; in TEST() local
126 String line; in TEST() local
138 String line; in TEST() local
149 String line; in TEST() local
[all …]
DVTTParser.cpp126 String line; in parse() local
203 bool VTTParser::hasRequiredFileIdentifier(const String& line) in hasRequiredFileIdentifier()
216 void VTTParser::collectMetadataHeader(const String& line) in collectMetadataHeader()
242 VTTParser::ParseState VTTParser::collectCueId(const String& line) in collectCueId()
250 VTTParser::ParseState VTTParser::collectTimingsAndSettings(const String& line) in collectTimingsAndSettings()
278 VTTParser::ParseState VTTParser::collectCueText(const String& line) in collectCueText()
300 VTTParser::ParseState VTTParser::recoverCue(const String& line) in recoverCue()
309 VTTParser::ParseState VTTParser::ignoreBadCue(const String& line) in ignoreBadCue()
409 bool VTTParser::collectTimeStamp(const String& line, double& timeStamp) in collectTimeStamp()
/external/chromium_org/chrome/browser/
Dtest_presubmit.py33 def GetHighlight(self, line, error): argument
39 def ShouldFailConstCheck(self, line): argument
46 def ShouldPassConstCheck(self, line): argument
98 def ShouldFailChromeSendCheck(self, line): argument
105 def ShouldPassChromeSendCheck(self, line): argument
130 def ShouldFailEndJsDocCommentCheck(self, line): argument
137 def ShouldPassEndJsDocCommentCheck(self, line): argument
163 def ShouldFailGetElementByIdCheck(self, line): argument
172 def ShouldPassGetElementByIdCheck(self, line): argument
205 def ShouldFailInheritDocCheck(self, line): argument
[all …]
/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/chromium_org/third_party/opus/src/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/skia/experimental/Intersection/
DLineUtilities.cpp10 bool implicitLine(const _Line& line, double& slope, double& axisIntercept) { in implicitLine()
24 int reduceOrder(const _Line& line, _Line& reduced) { in reduceOrder()
31 void sub_divide(const _Line& line, double t1, double t2, _Line& dst) { in sub_divide()
61 double is_left(const _Line& line, const _Point& pt) { in is_left()
67 double t_at(const _Line& line, const _Point& pt) { in t_at()
119 void xy_at_t(const _Line& line, double t, double& x, double& y) { in xy_at_t()
129 _Point xy_at_t(const _Line& line, double t) { in xy_at_t()
/external/chromium_org/third_party/skia/experimental/Intersection/
DLineUtilities.cpp10 bool implicitLine(const _Line& line, double& slope, double& axisIntercept) { in implicitLine()
24 int reduceOrder(const _Line& line, _Line& reduced) { in reduceOrder()
31 void sub_divide(const _Line& line, double t1, double t2, _Line& dst) { in sub_divide()
61 double is_left(const _Line& line, const _Point& pt) { in is_left()
67 double t_at(const _Line& line, const _Point& pt) { in t_at()
119 void xy_at_t(const _Line& line, double t, double& x, double& y) { in xy_at_t()
129 _Point xy_at_t(const _Line& line, double t) { in xy_at_t()
/external/compiler-rt/lib/builtins/
Dint_util.c30 void compilerrt_abort_impl(const char *file, int line, const char *function) { in compilerrt_abort_impl()
44 void compilerrt_abort_impl(const char *file, int line, const char *function) { in compilerrt_abort_impl()
57 void compilerrt_abort_impl(const char *file, int line, const char *function) { in compilerrt_abort_impl()
/external/chromium_org/chrome/tools/convert_dict/
Dhunspell_reader.cc16 void TrimLine(std::string* line) { in TrimLine()
30 const char* line = fgets(line_buffer, kLineBufferLen - 1, file); in ReadLine() local
39 void StripComment(std::string* line) { in StripComment()
/external/jsilver/src/com/google/clearsilver/jsilver/data/
DDefaultHdfParser.java43 String line; in parse() local
49 private void parseLine(String line, Data output, List<String> context, in parseLine()
78 errorHandler.error(lineReader.getLineNumber(), line, dataFileName, "Bad HDF syntax"); in parseLine() local
83 private String stripComment(String line) { in stripComment()
98 String line; in readToToken() local
120 private Split split(String line, String delimiter) { in split()
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
Dvalparam.c43 yasm_valparamhead *objext_valparams, unsigned long line) in yasm_call_directive()
101 yasm_vp_expr(const yasm_valparam *vp, yasm_symtab *symtab, unsigned long line) in yasm_vp_expr()
220 yasm_dir_helper(void *obj, yasm_valparam *vp_first, unsigned long line, in yasm_dir_helper()
278 yasm_dir_helper_flag_or(void *obj, yasm_valparam *vp, unsigned long line, in yasm_dir_helper_flag_or()
287 yasm_dir_helper_flag_and(void *obj, yasm_valparam *vp, unsigned long line, in yasm_dir_helper_flag_and()
296 yasm_dir_helper_flag_set(void *obj, yasm_valparam *vp, unsigned long line, in yasm_dir_helper_flag_set()
305 yasm_dir_helper_expr(void *obj, yasm_valparam *vp, unsigned long line, in yasm_dir_helper_expr()
322 yasm_dir_helper_intn(void *obj, yasm_valparam *vp, unsigned long line, in yasm_dir_helper_intn()
347 yasm_dir_helper_string(void *obj, yasm_valparam *vp, unsigned long line, in yasm_dir_helper_string()
367 unsigned long line, void *data) in yasm_dir_helper_valparam_warn()
/external/llvm/lib/Support/
DValgrind.cpp64 void AnnotateHappensAfter(const char *file, int line, const volatile void *cv) { in AnnotateHappensAfter()
68 void AnnotateHappensBefore(const char *file, int line, in AnnotateHappensBefore()
71 void AnnotateIgnoreWritesBegin(const char *file, int line) {} in AnnotateIgnoreWritesBegin()
73 void AnnotateIgnoreWritesEnd(const char *file, int line) {} in AnnotateIgnoreWritesEnd()
/external/chromium_org/gpu/command_buffer/service/
Derror_state.cc105 const char* filename, int line, const char* function_name) { in PeekGLError()
115 int line, in SetGLError()
134 int line, in SetGLErrorInvalidEnum()
145 int line, in SetGLErrorInvalidParami()
166 int line, in SetGLErrorInvalidParamf()
178 const char* filename, int line, const char* function_name) { in CopyRealGLErrorsToWrapper()
187 const char* filename, int line, const char* function_name) { in ClearRealGLErrors()
/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 TestError::TestError (const char* message, const char* expr, const char* file, int line) in TestError()
86 InternalError::InternalError (const char* message, const char* expr, const char* file, int line) in InternalError()
96 ResourceError::ResourceError (const char* message, const char* expr, const char* file, int line) in ResourceError()
106 …pportedError::NotSupportedError (const char* message, const char* expr, const char* file, int line) in NotSupportedError()
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/
Ddiff_parser.py51 def git_diff_to_svn_diff(line): argument
73 def svn_diff_to_svn_diff(line): argument
119 def add_new_line(self, line_number, line): argument
122 def add_deleted_line(self, line_number, line): argument
125 def add_unchanged_line(self, deleted_line_number, new_line_number, line): argument
/external/pdfium/core/src/fxcrt/
Dfx_basic_memmgr.cpp28 static void* _DefAllocDebug(IFX_Allocator* pAllocator, size_t size, FX_LPCSTR filename, int line) in _DefAllocDebug()
36 …id* _DefReallocDebug(IFX_Allocator* pAllocator, void* p, size_t size, FX_LPCSTR filename, int line) in _DefReallocDebug()
78 void* CFX_MemoryMgr::AllocDebug(size_t size, int flags, FX_LPCSTR file, int line) in AllocDebug()
94 void* CFX_MemoryMgr::ReallocDebug(void* p, size_t size, int flags, FX_LPCSTR file, int line) in ReallocDebug()
132 void* FXMEM_DefaultAllocDebug(size_t size, int flags, FX_LPCSTR file, int line) in FXMEM_DefaultAllocDebug()
136 void* FXMEM_DefaultAllocDebug2(size_t size, size_t unit, int flags, FX_LPCSTR file, int line) in FXMEM_DefaultAllocDebug2()
140 void* FXMEM_DefaultReallocDebug(void* p, size_t size, int flags, FX_LPCSTR file, int line) in FXMEM_DefaultReallocDebug()
147 … FXMEM_DefaultReallocDebug2(void* p, size_t size, size_t unit, int flags, FX_LPCSTR file, int line) in FXMEM_DefaultReallocDebug2()
170 void* CFX_Object::operator new[](size_t size, FX_LPCSTR file, int line) in operator new[]()
174 void* CFX_Object::operator new(size_t size, FX_LPCSTR file, int line) in operator new()
[all …]
/external/lldb/tools/debugserver/source/
DPThreadMutex.cpp24 …eadMutex::Locker::Locker(PThreadMutex& m, const char *function, const char *file, const int line) : in Locker()
34 …eadMutex::Locker::Locker(PThreadMutex* m, const char *function, const char *file, const int line) : in Locker()
44 …x::Locker::Locker(pthread_mutex_t *mutex, const char *function, const char *file, const int line) : in Locker()

12345678910>>...66