Home
last modified time | relevance | path

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

12345678910>>...67

/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/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/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/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.py19 def RegexCheck(self, line_number, line, regex, message): argument
23 def ChromeSendCheck(self, i, line): argument
28 def ConstCheck(self, i, line): argument
37 def EndJsDocCommentCheck(self, i, line): argument
43 def GetElementByIdCheck(self, i, line): argument
49 def InheritDocCheck(self, i, line): argument
54 def WrapperTypeCheck(self, i, line): argument
61 def VarNameCheck(self, i, line): argument
/external/chromium_org/third_party/angle/src/compiler/translator/
DIntermediate.cpp33 int id, const TString &name, const TType &type, const TSourceLoc &line) in addSymbol()
47 TOperator op, TIntermTyped *left, TIntermTyped *right, const TSourceLoc &line) in addBinaryMath()
125 TOperator op, TIntermTyped *left, TIntermTyped *right, const TSourceLoc &line) in addAssign()
154 TOperator op, TIntermTyped *base, TIntermTyped *index, const TSourceLoc &line) in addIndex()
172 TOperator op, TIntermNode *childNode, const TSourceLoc &line) in addUnaryMath()
246 TIntermNode *node, TOperator op, const TSourceLoc &line) in setAggregateOperator()
287 TIntermNode *left, TIntermNode *right, const TSourceLoc &line) in growAggregate()
316 TIntermNode *node, const TSourceLoc &line) in makeAggregate()
337 TIntermTyped *cond, TIntermNodePair nodePair, const TSourceLoc &line) in addSelection()
366 TIntermTyped *left, TIntermTyped *right, const TSourceLoc &line) in addComma()
[all …]
/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 …]
/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/chromium_org/chrome/browser/
Dtest_presubmit.py24 def GetHighlight(line, error): argument
40 def ShouldFailIncludeCheck(self, line): argument
48 def ShouldPassIncludeCheck(self, line): argument
85 def ShouldFailConstCheck(self, line): argument
92 def ShouldPassConstCheck(self, line): argument
144 def ShouldFailChromeSendCheck(self, line): argument
151 def ShouldPassChromeSendCheck(self, line): argument
176 def ShouldFailEndJsDocCommentCheck(self, line): argument
183 def ShouldPassEndJsDocCommentCheck(self, line): argument
209 def ShouldFailGetElementByIdCheck(self, line): argument
[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/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()
98 InternalError::InternalError (const char* message, const char* expr, const char* file, int line) in InternalError()
108 ResourceError::ResourceError (const char* message, const char* expr, const char* file, int line) in ResourceError()
118 …pportedError::NotSupportedError (const char* message, const char* expr, const char* file, int line) in NotSupportedError()
/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/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/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/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/chromium_org/third_party/boringssl/src/crypto/
Dthread.c97 const char *file, int line)) { in CRYPTO_set_locking_callback()
102 const char *file, int line)) { in CRYPTO_set_add_lock_callback()
142 void CRYPTO_lock(int mode, int lock_num, const char *file, int line) { in CRYPTO_lock()
149 int line) { in CRYPTO_add_lock()
193 *dyn_create_function)(const char *file, int line)) {} in CRYPTO_set_dynlock_create_callback()
196 int mode, struct CRYPTO_dynlock_value *l, const char *file, int line)) {} in CRYPTO_set_dynlock_lock_callback()
199 struct CRYPTO_dynlock_value *l, const char *file, int line)) {} in CRYPTO_set_dynlock_destroy_callback()
/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 …]

12345678910>>...67