Home
last modified time | relevance | path

Searched refs:RECORD (Results 1 – 25 of 31) sorted by relevance

12

/external/clang/lib/Serialization/
DASTWriter.cpp731 #define RECORD(X) EmitRecordID(X, #X, Stream, Record) in AddStmtsExprs() macro
732 RECORD(STMT_STOP); in AddStmtsExprs()
733 RECORD(STMT_NULL_PTR); in AddStmtsExprs()
734 RECORD(STMT_REF_PTR); in AddStmtsExprs()
735 RECORD(STMT_NULL); in AddStmtsExprs()
736 RECORD(STMT_COMPOUND); in AddStmtsExprs()
737 RECORD(STMT_CASE); in AddStmtsExprs()
738 RECORD(STMT_DEFAULT); in AddStmtsExprs()
739 RECORD(STMT_LABEL); in AddStmtsExprs()
740 RECORD(STMT_ATTRIBUTED); in AddStmtsExprs()
[all …]
DGlobalModuleIndex.cpp462 #define RECORD(X) emitRecordID(X, #X, Stream, Record) in emitBlockInfoBlock() macro
464 RECORD(INDEX_METADATA); in emitBlockInfoBlock()
465 RECORD(MODULE); in emitBlockInfoBlock()
466 RECORD(IDENTIFIER_INDEX); in emitBlockInfoBlock()
467 #undef RECORD in emitBlockInfoBlock()
/external/eigen/blas/testing/
Ddblat3.dat5 F LOGICAL FLAG, T TO REWIND SNAPSHOT FILE AFTER EACH RECORD.
Dsblat3.dat5 F LOGICAL FLAG, T TO REWIND SNAPSHOT FILE AFTER EACH RECORD.
Dzblat3.dat5 F LOGICAL FLAG, T TO REWIND SNAPSHOT FILE AFTER EACH RECORD.
Dcblat3.dat5 F LOGICAL FLAG, T TO REWIND SNAPSHOT FILE AFTER EACH RECORD.
Dsblat2.dat5 F LOGICAL FLAG, T TO REWIND SNAPSHOT FILE AFTER EACH RECORD.
Dzblat2.dat5 F LOGICAL FLAG, T TO REWIND SNAPSHOT FILE AFTER EACH RECORD.
Dcblat2.dat5 F LOGICAL FLAG, T TO REWIND SNAPSHOT FILE AFTER EACH RECORD.
Ddblat2.dat5 F LOGICAL FLAG, T TO REWIND SNAPSHOT FILE AFTER EACH RECORD.
/external/cblas/testing/
Dsin33 F LOGICAL FLAG, T TO REWIND SNAPSHOT FILE AFTER EACH RECORD.
Ddin33 F LOGICAL FLAG, T TO REWIND SNAPSHOT FILE AFTER EACH RECORD.
Dzin33 F LOGICAL FLAG, T TO REWIND SNAPSHOT FILE AFTER EACH RECORD.
Dcin33 F LOGICAL FLAG, T TO REWIND SNAPSHOT FILE AFTER EACH RECORD.
Ddin23 F LOGICAL FLAG, T TO REWIND SNAPSHOT FILE AFTER EACH RECORD.
Dzin23 F LOGICAL FLAG, T TO REWIND SNAPSHOT FILE AFTER EACH RECORD.
Dcin23 F LOGICAL FLAG, T TO REWIND SNAPSHOT FILE AFTER EACH RECORD.
Dsin23 F LOGICAL FLAG, T TO REWIND SNAPSHOT FILE AFTER EACH RECORD.
/external/libvncserver/
Drfbconfig.h.in177 /* RECORD extension build environment present */
Dconfigure.ac169 AH_TEMPLATE(HAVE_RECORD, [RECORD extension build environment present])
DChangeLog1567 detected for reverse SSL connection. Fix RECORD scroll XCopyArea
1568 …ibrary; set X11VNC_SCROLL_MUST_EQUAL to disable. Limit logging of RECORD error messages.
4060 reenable RECORD extension.
5541 x11vnc/x11vnc.c: x11vnc: -scrollcopyrect/RECORD, etc. configure.ac: customizations
/external/libvncserver/x11vnc/
DChangeLog49 reverse SSL connection. Fix RECORD scroll XCopyArea detection
51 to disable. Limit logging of RECORD error messages.
570 * x11vnc: Add tip about how to reenable RECORD extension.
864 * initial support for using RECORD to detect some types of window
DRELEASE-NOTES244 RECORD scroll detection is now working with the new gtk/gdk scroll
1284 -scrollcopyrect: Sniff the X11 protocol via the RECORD extension
1375 -noxrecord: do not use the RECORD extension for anything (currently
DREADME2757 The problem seems to be with the RECORD X extension and so a
2769 The problem seems to be with the RECORD X extension on AIX and so a
6064 other distros the RECORD X extension used by scrollcopyrect is not
6195 To do this x11vnc uses the RECORD X extension to snoop the X11
6206 Currently the RECORD extension is used as little as possible so as to
6216 potential issue is the RECORD stream is delayed from actual view on
6252 between RECORD callbacks and what is actually on the X display.
6264 RECORD and has to wait for a timeout to occur before it does the
6266 * For reasons not yet understood the RECORD extension can stop
6268 attempts to reset the RECORD connection every 60 seconds or so.
[all …]
/external/clang/bindings/python/clang/
Dcindex.py1663 TypeKind.RECORD = TypeKind(105)

12