/third_party/ffmpeg/tools/ |
H A D | target_dec_fate.sh | 47 while read -r LINE; do 48 ISSUE_NUM=`echo $LINE | sed 's#/.*##'` 49 FILE_ID=`echo $LINE | sed 's#.*/clusterfuzz-testcase[a-zA-Z0-9_-]*-\([0-9]*\).*#\1#'` 50 FILE=`echo $LINE | sed 's# .*##'` 64 while read -r LINE; do 65 TOOL_ID=`echo $LINE | sed 's#[^ ]* ##'` 74 while read -r LINE; do 75 TOOL_ID=`echo $LINE | sed 's#[^ ]* ##'` 76 FILE=`echo $LINE | sed 's# .*##'`
|
/third_party/cups-filters/filter/braille/filters/ |
H A D | brftopagedbrf.in | 124 IFS=$'\n' read -r LINE 126 while [ "$EOF" = 0 -o -n "$LINE" ] 128 while [ -n "$LINE" -a -z "${LINE/*$'\014'*}" ] 131 HEAD=${LINE%%$'\014'*} 139 LINE=${LINE#*$'\014'} 149 [ $DOPRINT == 0 ] || printf "%s$NL" "$LINE" 151 IFS=$'\n' read -r LINE
|
/third_party/node/deps/openssl/openssl/util/perl/OpenSSL/ |
H A D | copyright.pm | 28 my $LINE = <$FH>; 30 $LINE =~ s/^([0-9]*)-.*/$1/; 31 $YEAR = $LINE if $LINE;
|
/third_party/openssl/util/perl/OpenSSL/ |
H A D | copyright.pm | 28 my $LINE = <$FH>; 30 $LINE =~ s/^([0-9]*)-.*/$1/; 31 $YEAR = $LINE if $LINE;
|
/third_party/icu/icu4c/source/test/perf/howExpensiveIs/ |
H A D | howExpensiveIs.cpp | 290 NumTest(const char *pat, const char *num, double expect, const char *FILE, int LINE) in NumTest() argument 291 : HowExpensiveTest("(n/a)",FILE, LINE), in NumTest() 299 fLine(LINE), in NumTest() 342 AttrNumTest(const char *pat, const char *num, double expect, const char *FILE, int LINE, UNumberFormatAttribute attr, int32_t newValue) in AttrNumTest() argument 343 : NumTest(pat,num,expect,FILE,LINE), in AttrNumTest() 370 NOXNumTest(const char *pat, const char *num, double expect, const char *FILE, int LINE /*, UNumberFormatAttribute attr, int32_t newValue */) in NOXNumTest() 371 : NumTest(pat,num,expect,FILE,LINE) /* , in NOXNumTest() 418 NumFmtTest(const char *pat, const char *num, double expect, const char *FILE, int LINE) in NumFmtTest() argument 419 : HowExpensiveTest("(n/a)",FILE, LINE), in NumFmtTest() 427 fLine(LINE), in NumFmtTest() 541 NumFmtInt64Test(const char *pat, const char *num, int64_t expect, const char *FILE, int LINE, EMode mode) NumFmtInt64Test() argument 633 NumFmtStringPieceTest(const char *pat, const char *num, const StringPiece& expect, const char *FILE, int LINE) NumFmtStringPieceTest() argument [all...] |
/third_party/vk-gl-cts/modules/gles2/functional/ |
H A D | es2fScissorTests.cpp | 72 { "partial_lines", "Linse partially inside scissor area", Vec4(0.4f, 0.4f, 0.6f, 0.6f), Vec4(0.0f, 0.0f, 1.0f, 1.0f), LINE, 30 }, in init() 73 { "contained_line", "Line fully inside scissor area", Vec4(0.1f, 0.1f, 0.8f, 0.8f), Vec4(0.2f, 0.2f, 0.6f, 0.6f), LINE, 1 }, in init() 74 { "partial_line", "Line partially inside scissor area", Vec4(0.4f, 0.4f, 0.6f, 0.6f), Vec4(0.0f, 0.0f, 1.0f, 1.0f), LINE, 1 }, in init() 75 { "outside_render_line", "Line with scissor area outside render target", Vec4(1.4f, 1.4f, 0.6f, 0.6f), Vec4(0.0f, 0.0f, 0.6f, 0.6f), LINE, 1 }, in init()
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fScissorTests.cpp | 82 { "partial_lines", "Linse partially inside scissor area", Vec4(0.4f, 0.4f, 0.6f, 0.6f), Vec4(0.0f, 0.0f, 1.0f, 1.0f), LINE, 30 }, in init() 83 { "contained_line", "Line fully inside scissor area", Vec4(0.1f, 0.1f, 0.8f, 0.8f), Vec4(0.2f, 0.2f, 0.6f, 0.6f), LINE, 1 }, in init() 84 { "partial_line", "Line partially inside scissor area", Vec4(0.4f, 0.4f, 0.6f, 0.6f), Vec4(0.0f, 0.0f, 1.0f, 1.0f), LINE, 1 }, in init() 85 { "outside_render_line", "Line with scissor area outside render target", Vec4(1.4f, 1.4f, 0.6f, 0.6f), Vec4(0.0f, 0.0f, 0.6f, 0.6f), LINE, 1 }, in init()
|
/third_party/python/Tools/c-analyzer/c_parser/ |
H A D | __main__.py | 72 LINE = ' {lno:>5} {kind:10} {funcname:40} {fwd:1} {name:40} {data}' 74 LINE = ' {lno:>5} {kind:10} {funcname:40} {name:40} {data}' 76 MIN_LINE = len(LINE.format(**locals())) 133 yield LINE.format(**locals())
|
/third_party/node/deps/v8/src/objects/ |
H A D | js-break-iterator.cc | 21 enum class Type { CHARACTER, WORD, SENTENCE, LINE }; 64 {Type::WORD, Type::CHARACTER, Type::SENTENCE, Type::LINE}, Type::WORD); in New() 83 case Type::LINE: in New() 152 return Type::LINE; in GetType() 168 case Type::LINE: in TypeAsString()
|
/third_party/ltp/testcases/kernel/mem/vma/ |
H A D | vma05.sh | 45 if LINE=$(grep "vsyscall" /proc/self/maps); then 47 if echo "$LINE" | grep -q "$RIGHT"; then
|
/third_party/mesa3d/src/gallium/auxiliary/draw/ |
H A D | draw_decompose_tmp.h | 41 #define LINE_ADJ(flags, a0, i0, i1, a1) LINE(flags, i0, i1) 75 LINE(flags, idx[0], idx[1]); in FUNC() 89 LINE(flags, idx[0], idx[1]); in FUNC() 93 LINE(flags, idx[1], idx[2]); in FUNC() 457 #undef LINE macro
|
H A D | draw_prim_assembler_tmp.h | 24 #define LINE(flags, i0, i1) prim_line(asmblr, i0, i1) macro
|
H A D | draw_so_emit_tmp.h | 28 #define LINE(flags,i0,i1) so_line(so,i0,i1) macro
|
H A D | draw_gs_tmp.h | 27 #define LINE(flags,i0,i1) gs_line(gs,i0,i1) macro
|
H A D | draw_pipe.c | 191 #define LINE(flags,i0,i1) \ macro 293 #define LINE(flags,i0,i1) \ macro
|
/third_party/mesa3d/src/panfrost/bifrost/valhall/ |
H A D | asm.py | 29 LINE = '' variable 72 print(LINE) 142 global LINE 143 LINE = line # For better errors
|
/third_party/skia/modules/pathkit/ |
H A D | pathkit_wasm_bindings.cpp | 30 static const int LINE = 1; variable 57 cmd.call<void>("push", LINE, pts[1].x(), pts[1].y()); in ToCmds() 111 case LINE: in FromCmds() 561 constant("LINE_VERB", LINE); in EMSCRIPTEN_BINDINGS()
|
/third_party/vk-gl-cts/modules/glshared/ |
H A D | glsScissorTests.hpp | 56 LINE, enumerator
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
H A D | glslang_tab_autogen.cpp | 455 #define ES3_OR_NEWER(TOKEN, LINE, REASON) \ 460 context->error(LINE, REASON " supported in GLSL ES 3.00 and above only", TOKEN); \ 464 #define ES3_1_OR_NEWER(TOKEN, LINE, REASON) \ 469 context->error(LINE, REASON " supported in GLSL ES 3.10 and above only", TOKEN); \
|
/third_party/lame/libmp3lame/ |
H A D | machine.h | 160 #define compiletime_assert(expression) enum{static_assert_##FILE##_##LINE = 1/((expression)?1:0)}
|
/third_party/ltp/tools/ |
H A D | genhtml.pl | 109 LINE: while ($line = <FILE>) { label
|
/third_party/python/Lib/test/ |
H A D | test_pstats.py | 75 LINE = 'line' variable in StatsTestCase.test_sort_stats_enum.CheckedSortKey
|
/third_party/ffmpeg/libavfilter/ |
H A D | avf_avectorscope.c | 46 LINE, enumerator 101 { "line", "", 0, AV_OPT_TYPE_CONST, {.i64=LINE}, 0, 0, TFLAGS, "draw" },
|
H A D | avf_showfreqs.c | 39 enum DisplayMode { LINE, BAR, DOT, NB_MODES }; enumerator 87 { "line", "show lines", 0, AV_OPT_TYPE_CONST, {.i64=LINE}, 0, 0, FLAGS, "mode" }, 348 case LINE: in plot_freq()
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | intltest.h | 136 #define XLINE(s) LINE(s) 137 #define LINE(s) #s macro
|