Searched refs:READ (Results 26 - 50 of 112) sorted by relevance

12345

/macosx-10.9.5/CPANInternal-140/Test-Simple/t/Tester/
H A Dtbt_02fhrestore.t55 sub READ {}
/macosx-10.9.5/WebCore-7537.78.1/bridge/
H A Dtestqtbindings.cpp43 Q_PROPERTY(QString testString READ testString WRITE setTestString)
44 Q_PROPERTY(int testInt READ testInt WRITE setTestInt)
/macosx-10.9.5/CPANInternal-140/IO-Socket-SSL/t/
H A Dnonblock.t383 READ:
388 last READ;
405 last READ;
410 last READ;
414 last READ;
/macosx-10.9.5/WebKit-7537.78.2/qt/WidgetApi/
H A Dqwebpage.h71 Q_PROPERTY(bool modified READ isModified)
72 Q_PROPERTY(QString selectedText READ selectedText)
73 Q_PROPERTY(QString selectedHtml READ selectedHtml)
74 Q_PROPERTY(bool hasSelection READ hasSelection)
75 Q_PROPERTY(QSize viewportSize READ viewportSize WRITE setViewportSize)
76 Q_PROPERTY(QSize preferredContentsSize READ preferredContentsSize WRITE setPreferredContentsSize)
77 Q_PROPERTY(bool forwardUnsupportedContent READ forwardUnsupportedContent WRITE setForwardUnsupportedContent)
78 Q_PROPERTY(LinkDelegationPolicy linkDelegationPolicy READ linkDelegationPolicy WRITE setLinkDelegationPolicy)
79 Q_PROPERTY(QPalette palette READ palette WRITE setPalette)
80 Q_PROPERTY(bool contentEditable READ isContentEditabl
[all...]
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/contrib/slapd-modules/nssov/nss-pam-ldapd/
H A Dnslcd-prot.h150 /* READ macros, used for reading data, on read error they will
157 #define READ(fp,ptr,size) \ macro
160 DEBUG_PRINT("READ : var="__STRING(ptr)" error: %s",strerror(errno)); \
163 DEBUG_PRINT("READ : var="__STRING(ptr)" size=%d",(int)size); \
167 READ(fp,&(field),sizeof(type))
183 DEBUG_PRINT("READ : buffer error: %d bytes too large",(tmpint32-sizeof(buffer))+1); \
188 { READ(fp,buffer,(size_t)tmpint32); } \
194 /* READ BUF macros that read data into a pre-allocated buffer.
212 DEBUG_PRINT("READ : buffer error: %d bytes too small",(bufptr+(sz)-(buflen))); \
244 READ(f
[all...]
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/sfio/
H A Dsfpopen.c34 #define READ 0 macro
214 { pkeep = READ; ckeep = WRITE; }
215 else { pkeep = WRITE; ckeep = READ; }
248 { pkeep = WRITE; ckeep = READ; }
249 else { pkeep = READ; ckeep = WRITE; }
/macosx-10.9.5/curl-78.94.1/curl/src/
H A Dmkhelp.pl89 open(READ, "<$README") ||
92 while(<READ>) {
95 close(READ);
/macosx-10.9.5/ICU-511.35/icuSources/data/translit/
H A Dtrnsfiles.mk6 # If you are thinking of modifying this file, READ THIS.
/macosx-10.9.5/WebKit-7537.78.2/qt/docs/webkitsnippets/
H A Dqtwebkit_bridge_snippets.cpp25 Q_PROPERTY(QPixmap myPixmap READ getPixmap)
159 Q_PROPERTY(bool enabled READ enabled WRITE setEnabled)
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/qt/
H A DWebColorChooserProxyQt.cpp36 Q_PROPERTY(QColor currentColor READ currentColor CONSTANT FINAL)
37 Q_PROPERTY(QRectF elementRect READ elementRect CONSTANT FINAL)
H A DWebPopupMenuProxyQt.cpp100 Q_PROPERTY(QRectF elementRect READ elementRect CONSTANT FINAL)
101 Q_PROPERTY(QObject* items READ items CONSTANT FINAL)
102 Q_PROPERTY(bool allowMultiSelect READ allowMultiSelect CONSTANT FINAL)
/macosx-10.9.5/cxxfilt-11/cxxfilt/binutils/
H A Ddefparse.y34 %token READ WRITE EXECUTE SHARED NONSHARED NONAME PRIVATE
112 READ { $$ = 1; }
/macosx-10.9.5/tcl-102/tcl_ext/tclx/tclx/tests/
H A Dfcntl.test46 fcntl $testRWFH READ
67 fcntl $testRFH READ
88 fcntl $testWFH READ
153 } {1 {unknown attribute name "BAZ", expected one of RDONLY, WRONLY, RDWR, READ, WRITE, APPEND, CLOEXEC, NONBLOCK, LINEBUF, NOBUF, or KEEPALIVE}}
/macosx-10.9.5/vim-53/runtime/indent/
H A Dcobol.vim143 if line =~? '^\%(IF\|THEN\|ELSE\|READ\|EVALUATE\|SEARCH\|SELECT\)\>'
149 let ind = s:optionalblock(a:lnum,ind,'DELETE\|REWRITE\|START\|WRITE\|READ','INVALID\s\+KEY\|AT\s\+END\|NO\s\+DATA\|AT\s\+END-OF-PAGE')
153 " We also search for READ so that contained AT ENDs are skipped
154 let lastclause = searchpair('\c-\@<!\<\%(SEARCH\|EVALUATE\|READ\)\>','\c\<\%(WHEN\|AT\s\+END\)\>','\c\<END-\%(SEARCH\|EVALUATE\|READ\)\>','bW',s:skip)
157 "&& s:stripped(lastclause) !~? '^\%(SEARCH\|EVALUATE\|READ\)\>'
196 elseif beginword =~? '^\%(DELETE\|REWRITE\|START\|READ\|WRITE\)$'
199 if beginword =~? '^READ'
211 elseif cline =~? '^\(END-\(READ\|EVALUATE\|SEARCH\|PERFORM\)\)\>'
/macosx-10.9.5/Security-55471.14.18/include/security_codesigning/
H A Dxar++.cpp47 if ((mXar = ::xar_open(path, READ)) == NULL)
/macosx-10.9.5/Security-55471.14.18/libsecurity_codesigning/lib/
H A Dxar++.cpp47 if ((mXar = ::xar_open(path, READ)) == NULL)
/macosx-10.9.5/WebKit-7537.78.2/qt/declarative/experimental/
H A Dplugin.cpp40 Q_PROPERTY(QQuickWebViewExperimental* experimental READ experimental CONSTANT FINAL)
/macosx-10.9.5/mail_cmds-29/mail/
H A Dpopen.c49 #define READ 0 macro
120 (void)fcntl(p[READ], F_SETFD, 1);
123 myside = p[READ];
128 hisside = fd0 = p[READ];
133 (void)close(p[READ]);
/macosx-10.9.5/WebKit-7537.78.2/qt/tests/qobjectbridge/
H A Dtst_qobjectbridge.cpp42 Q_PROPERTY(int intProperty READ intProperty WRITE setIntProperty)
43 Q_PROPERTY(QVariant variantProperty READ variantProperty WRITE setVariantProperty)
44 Q_PROPERTY(QVariantList variantListProperty READ variantListProperty WRITE setVariantListProperty)
45 Q_PROPERTY(QVariantMap variantMapProperty READ variantMapProperty WRITE setVariantMapProperty)
46 Q_PROPERTY(QString stringProperty READ stringProperty WRITE setStringProperty)
47 Q_PROPERTY(QStringList stringListProperty READ stringListProperty WRITE setStringListProperty)
48 Q_PROPERTY(QByteArray byteArrayProperty READ byteArrayProperty WRITE setByteArrayProperty)
49 Q_PROPERTY(QBrush brushProperty READ brushProperty WRITE setBrushProperty)
50 Q_PROPERTY(double hiddenProperty READ hiddenProperty WRITE setHiddenProperty SCRIPTABLE false)
52 Q_PROPERTY(int readOnlyProperty READ readOnlyPropert
[all...]
/macosx-10.9.5/ICU-511.35/icuSources/data/misc/
H A Dmiscfiles.mk6 # If you are thinking of modifying this file, READ THIS.
/macosx-10.9.5/ICU-511.35/icuSources/data/sprep/
H A Dsprepfiles.mk6 # If you are thinking of modifying this file, READ THIS.
/macosx-10.9.5/tcl-102/tcl_ext/snack/snack/generic/
H A DjkSoundEngine.c330 if (s->readStatus != READ) {
391 if (s->readStatus != READ) {
438 if (s->readStatus != READ) {
451 if (s->readStatus != READ) {
703 if (s->writeStatus == WRITE && s->readStatus == READ) {
711 if ((rop == READ || rop == PAUSED) && (s->readStatus == READ)) {
725 if (rsoundQueue == NULL && rop == READ) {
797 if ((rop == READ || rop == PAUSED) && (s->readStatus == READ)) {
[all...]
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dtsscl.vim91 " *READ/unit=unit_number[/LOCAL | /GLOBAL ] sym1 [sym2, [sym3 ...]]
113 syn match tssclDirective "\*READ"
146 " I/O: *PROMPT, *WRITE, *READ
/macosx-10.9.5/xar-202/xarsig/
H A Dxar-sig.c178 x = xar_open(filename, READ);
262 x = xar_open(filename, READ);
383 old_xar = xar_open(filename, READ);
486 new_xar = xar_open(new_xar_path, READ);
523 xar_t x = xar_open(filename, READ);
598 x = xar_open(xar_path, READ);
759 x = xar_open(filename, READ);
777 x = xar_open(filename, READ);
860 x = xar_open(filename, READ);
879 x = xar_open(filename, READ);
[all...]
/macosx-10.9.5/ICU-511.35/icuSources/data/brkitr/
H A Dbrkfiles.mk7 # If you are thinking of modifying this file, READ THIS.

Completed in 319 milliseconds

12345