HomeSort by relevance Sort by last modified time
    Searched refs:reading (Results 1 - 25 of 67) sorted by null

1 2 3

  /external/webkit/Source/WebKit/qt/WebCoreSupport/
DeviceMotionProviderQt.cpp 51 bool DeviceMotionProviderQt::filter(QAccelerometerReading* reading)
54 /* x available */ true, reading->x(),
55 /* y available */ true, reading->y(),
56 /* z available */ true, reading->z());
DeviceOrientationProviderQt.cpp 51 bool DeviceOrientationProviderQt::filter(QRotationReading* reading)
64 m_orientation = DeviceOrientation::create(hasAlpha(), reading->z(),
65 /* x available */ true, reading->x(),
66 /* y available */ true, reading->y());
  /external/valgrind/main/gdbserver_tests/
mchelp.stderrB.exp 5 error reading packet
mcinvokeRU.stderrB.exp 14 error reading packet
mcinvokeWS.stderrB.exp 14 error reading packet
mcwatchpoints.stderr.exp 6 before reading 0/4/8
  /external/proguard/src/proguard/optimize/info/
ReadWriteFieldMarker.java 44 private boolean reading = true; field in class:ReadWriteFieldMarker
63 reading = true;
71 reading = true;
79 reading = false;
114 if (reading)
  /packages/apps/Phone/src/com/android/phone/
TimeConsumingPreferenceActivity.java 17 public void onStarted(Preference preference, boolean reading);
18 public void onFinished(Preference preference, boolean reading);
134 public void onStarted(Preference preference, boolean reading) {
137 + ", reading=" + reading);
141 if (reading) {
151 public void onFinished(Preference preference, boolean reading) {
154 + ", reading=" + reading);
158 if (reading) {
    [all...]
GsmUmtsAdditionalCallOptions.java 75 public void onFinished(Preference preference, boolean reading) {
83 super.onFinished(preference, reading);
GsmUmtsCallForwardOptions.java 124 public void onFinished(Preference preference, boolean reading) {
130 super.onFinished(preference, reading);
  /development/tools/axl/
chewie.py 52 # thread, queued, opened, send, sent, reading, read, uri, server, y
158 thread, queued, opened, send, sent, reading, read, uri, server, y = val
165 arrow = pylab.Arrow(reading, y, read - reading, 0)
  /external/grub/
compile 46 right script to run: please start by reading the file `INSTALL'.
  /external/libffi/
compile 46 right script to run: please start by reading the file `INSTALL'.
  /external/libogg/
compile 46 right script to run: please start by reading the file `INSTALL'.
  /external/libusb/
compile 46 right script to run: please start by reading the file `INSTALL'.
  /external/libusb-compat/
compile 46 right script to run: please start by reading the file `INSTALL'.
  /external/libvorbis/
compile 46 right script to run: please start by reading the file `INSTALL'.
  /ndk/sources/host-tools/make-3.81/config/
compile 46 right script to run: please start by reading the file `INSTALL'.
  /external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/
AttributedCharacterIteratorAttributeTest.java 52 assertFalse(Attribute.LANGUAGE.equals(Attribute.READING));
120 * java.text.AttributedCharacterIterator$Attribute#READING
128 Attribute reading = Attribute.READING; local
  /external/skia/gm/tests/
run.sh 72 grep --regexp=^reading --regexp=^writing --regexp=^drawing \
  /external/openssl/crypto/des/
FILES0 25 rpw.c - Source for libdes.a testing password reading routines.
  /external/zlib/
Android.mk 71 # step towards killing libunz. If you're reading this in the K release or
  /external/zlib/src/contrib/pascal/
zlibpas.pas 57 extra_max: Integer; (* space at extra (only when reading header) *)
59 name_max: Integer; (* space at name (only when reading header) *)
61 comm_max: Integer; (* space at comment (only when reading header) *)
63 done: Integer; (* true when done reading gzip header *)
  /external/libvorbis/doc/
02-bitpacking.tex 85 Decoding follows the same process as encoding, but by reading bits
175 Reading from the beginning of the bytestream encoded in the above example:
195 four-bit integer, reading some other combination of bit-widths from the
227 handle reading past the end of a packet as a typical mode of
233 \subsubsection{reading zero bits}
235 Reading a zero-bit-wide integer returns the value '0' and does not
236 increment the stream cursor. Reading to the end of the packet (but
238 and then reading a zero bit integer shall succeed, returning 0, and
239 not trigger an end-of-packet condition. Reading a zero-bit-wide
  /external/bison/build-aux/
compile 211 right script to run: please start by reading the file `INSTALL'.

Completed in 474 milliseconds

1 2 3