Home
last modified time | relevance | path

Searched refs:dline (Results 1 – 8 of 8) sorted by relevance

/external/python/cpython2/Demo/curses/
Dtclock.py24 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/
Dcpu-aarch64.cc303 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/
Dcpu-arm64.cc110 : [dline] "+r"(dstart), [iline] "+r"(istart) in FlushICache()
/external/libchrome/third_party/ply/
Dyacc.py2727 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/
Dyacc.py2902 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/
Dyacc.py2900 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/
Dyacc.py2902 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/
Daudio_mixer_manager_win.cc1686 MIXERLINE dline; in SourceLines() local
1687 if (!GetDestinationLineInfo(mixId, destId, dline)) in SourceLines()
1691 return (dline.cConnections); in SourceLines()