Searched refs:reading (Results 1 - 25 of 123) sorted by relevance

12345

/macosx-10.9.5/WebCore-7537.78.1/platform/qt/
H A DDeviceOrientationProviderQt.cpp55 bool DeviceOrientationProviderQt::filter(QRotationReading* reading) argument
69 m_lastOrientation = DeviceOrientationData::create(hasAlpha(), reading->z(),
70 /* x available */ true, reading->x(),
71 /* y available */ true, reading->y());
H A DDeviceMotionProviderQt.cpp61 bool DeviceMotionProviderQt::filter(QAccelerometerReading* reading) argument
69 /* x available */ true, reading->x(),
70 /* y available */ true, reading->y(),
71 /* z available */ true, reading->z());
/macosx-10.9.5/less-23/less/
H A Dsignal.c18 * If we happen to be reading from a file [in iread()] at the time
35 extern int reading;
64 if (reading)
79 if (reading)
95 if (reading)
110 if (reading)
H A Dos.c58 public int reading; variable
99 reading = 0;
119 reading = 1;
124 * Don't try reading from a TTY until a character is
158 reading = 0;
/macosx-10.9.5/gnudiff-19/diffutils/src/
H A Ddir.c77 register DIR *reading = opendir (dir->name); local
78 if (!reading)
90 while ((errno = 0, (next = readdir (reading)) != 0))
117 closedir (reading);
122 closedir (reading);
124 if (closedir (reading) != 0)
/macosx-10.9.5/groff-38/groff/src/libs/libgroff/
H A Dsearchpath.cpp151 bool reading = (strchr(mode, 'r') != 0); local
154 *pathp = strsave(reading ? "stdin" : "stdout");
155 return (reading ? stdin : stdout);
157 if (!reading || IS_ABSOLUTE(name) || *dirs == '\0') {
/macosx-10.9.5/ruby-104/ruby/lib/irb/
H A Druby-token.rb238 # {reading => token_class}
239 # {reading => [token_class, *opt]}
243 def RubyToken.def_token(token_n, super_token = Token, reading = nil, *opts)
250 if reading
251 if TkReading2Token[reading]
252 IRB.fail TkReading2TokenDuplicateError, token_n, reading
255 TkReading2Token[reading] = [token_c]
257 TkReading2Token[reading] = [token_c].concat(opts)
/macosx-10.9.5/Heimdal-323.92.1/
H A Dcompile46 right script to run: please start by reading the file `INSTALL'.
/macosx-10.9.5/OpenPAM-20/openpam/
H A Dcompile46 right script to run: please start by reading the file `INSTALL'.
/macosx-10.9.5/SmartcardCCID-55005/ccid/ccid/
H A Dcompile46 right script to run: please start by reading the file `INSTALL'.
/macosx-10.9.5/SmartcardCCID-55005/libusb/libusb/
H A Dcompile46 right script to run: please start by reading the file `INSTALL'.
/macosx-10.9.5/bind9-45.100/bind9/unit/atf-src/admin/
H A Dcompile46 right script to run: please start by reading the file `INSTALL'.
/macosx-10.9.5/file-46/file/
H A Dcompile46 right script to run: please start by reading the file `INSTALL'.
/macosx-10.9.5/iodbc-42.5/iodbc/admin/
H A Dcompile46 right script to run: please start by reading the file `INSTALL'.
/macosx-10.9.5/libarchive-29/libarchive/build/autoconf/
H A Dcompile46 right script to run: please start by reading the file `INSTALL'.
/macosx-10.9.5/ntp-88/sntp/
H A Dcompile46 right script to run: please start by reading the file `INSTALL'.
/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/compat/libtiff/config/
H A Dcompile46 right script to run: please start by reading the file `INSTALL'.
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/crc/
H A Dsum.tcl158 set state(reading) 0
171 set state(reading) 0
222 # If a file was given - open it for binary reading.
243 array set tok [list reading 1 result 0 timeout $opts(-timeout) \
251 vwait [subst $token](reading)
/macosx-10.9.5/ruby-104/ruby/lib/rdoc/
H A Druby_token.rb414 # {reading => token_class}
415 # {reading => [token_class, *opt]}
420 def self.def_token(token_n, super_token = Token, reading = nil, *opts)
427 if reading
428 TkToken2Reading[token_c] = reading
430 return if TkReading2Token[reading]
433 TkReading2Token[reading] = [token_c]
435 TkReading2Token[reading] = [token_c].concat(opts)
/macosx-10.9.5/vim-53/src/proto/
H A Dundo.pro10 char_u *u_get_undo_file_name __ARGS((char_u *buf_ffname, int reading));
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/des/
H A Ddes.tcl236 set state(reading) 1
247 tkwait variable [subst $Key](reading)
249 vwait [subst $Key](reading)
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/rc4/
H A Drc4.tcl270 set state(reading) 0
278 if {!$state(reading) && [llength $state(-command)] != 0} {
360 set state(reading) 1
366 vwait [set State](reading)
/macosx-10.9.5/passwordserver_sasl-170/cyrus_sasl/mac/libdes/src/
H A DFILES25 /* General stuff */ COPYRIGHT - Copyright info. MODES.DES - A description of the features of the different modes of DES. FILES - This file. INSTALL - How to make things compile. Imakefile - For use with kerberos. README - What this package is. VERSION - Which version this is and what was changed. KERBEROS - Kerberos version 4 notes. Makefile.PL - An old makefile to build with perl5, not current. Makefile.ssl - The SSLeay makefile Makefile.uni - The normal unix makefile. GNUmakefile - The makefile for use with glibc. makefile.bc - A Borland C makefile times - Some outputs from 'speed' on some machines. vms.com - For use when compiling under VMS /* My SunOS des(1) replacement */ des.c - des(1) source code. des.man - des(1) manual. /* Testing and timing programs. */ destest.c - Source for libdes.a test program. speed.c - Source for libdes.a timing program. rpw.c - Source for libdes.a testing password reading routines. /* libdes.a source code */ des_crypt.man - libdes.a manual page. des.h - Public libdes (…)
/macosx-10.9.5/vim-53/runtime/plugin/
H A Dgzip.vim21 " Set binary mode before reading the file.
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/md4/
H A Dmd4.tcl428 set state(reading) 0
474 set [subst $tok](reading) 1
478 vwait [subst $tok](reading)
539 set [subst $tok](reading) 1
543 vwait [subst $tok](reading)

Completed in 408 milliseconds

12345