Searched refs:dline (Results 1 – 8 of 8) sorted by relevance
/external/python/cpython2/Demo/curses/ |
D | tclock.py | 24 def dline(pair, from_x, from_y, x2, y2, ch): function 119 dline(3, cx, cy, cx + mdx, cy - mdy, ord('#')) 122 dline(2, cx, cy, cx + hdx, cy - hdy, ord('.')) 144 dline(0, cx, cy, cx + hdx, cy - hdy, ord(' ')) 145 dline(0, cx, cy, cx + mdx, cy - mdy, ord(' '))
|
/external/vixl/src/aarch64/ |
D | cpu-aarch64.cc | 303 uintptr_t dline = start & ~(dsize - 1); in EnsureIAndDCacheCoherency() local 324 : [dline] "r"(dline) in EnsureIAndDCacheCoherency() 328 dline += dsize; in EnsureIAndDCacheCoherency() 329 } while (dline < end); in EnsureIAndDCacheCoherency()
|
/external/v8/src/codegen/arm64/ |
D | cpu-arm64.cc | 110 : [dline] "+r"(dstart), [iline] "+r"(istart) in FlushICache()
|
/external/libchrome/third_party/ply/ |
D | yacc.py | 2727 dline = line 2729 dline += 1 2736 raise SyntaxError("%s:%d: Misplaced '|'" % (file,dline)) 2745 raise SyntaxError("%s:%d: Syntax error. Expected ':'" % (file,dline)) 2747 grammar.append((file,dline,prodname,syms)) 2751 raise SyntaxError("%s:%d: Syntax error in rule '%s'" % (file,dline,ps.strip()))
|
/external/selinux/python/sepolgen/src/sepolgen/ |
D | yacc.py | 2902 dline = line 2904 dline += 1 2912 raise SyntaxError("%s:%d: Misplaced '|'" % (file, dline)) 2921 raise SyntaxError("%s:%d: Syntax error. Expected ':'" % (file, dline)) 2923 grammar.append((file, dline, prodname, syms)) 2927 raise SyntaxError('%s:%d: Syntax error in rule %r' % (file, dline, ps.strip()))
|
/external/python/pycparser/pycparser/ply/ |
D | yacc.py | 2900 dline = line 2902 dline += 1 2910 raise SyntaxError("%s:%d: Misplaced '|'" % (file, dline)) 2919 raise SyntaxError("%s:%d: Syntax error. Expected ':'" % (file, dline)) 2921 grammar.append((file, dline, prodname, syms)) 2925 raise SyntaxError('%s:%d: Syntax error in rule %r' % (file, dline, ps.strip()))
|
/external/ply/ply/ply/ |
D | yacc.py | 2902 dline = line 2904 dline += 1 2912 raise SyntaxError("%s:%d: Misplaced '|'" % (file, dline)) 2921 raise SyntaxError("%s:%d: Syntax error. Expected ':'" % (file, dline)) 2923 grammar.append((file, dline, prodname, syms)) 2927 raise SyntaxError('%s:%d: Syntax error in rule %r' % (file, dline, ps.strip()))
|
/external/webrtc/webrtc/modules/audio_device/win/ |
D | audio_mixer_manager_win.cc | 1686 MIXERLINE dline; in SourceLines() local 1687 if (!GetDestinationLineInfo(mixId, destId, dline)) in SourceLines() 1691 return (dline.cConnections); in SourceLines()
|