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

1 2

  /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());
  /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);
124 public void onStarted(Preference preference, boolean reading) {
127 + ", reading=" + reading);
131 if (reading) {
140 public void onFinished(Preference preference, boolean reading) {
143 + ", reading=" + reading);
147 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);
  /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)
  /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/valgrind/main/
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/openssl/crypto/des/
FILES0 25 rpw.c - Source for libdes.a testing password reading routines.
  /external/mesa3d/src/glsl/builtins/tools/
generate_builtins.py 166 printf("error reading builtin: %.35s ...\\n", functions[i]);
  /external/qemu/android/
charmap.c 609 derror("Error reading charmap file %s : %s",
  /bootable/recovery/updater/
Android.mk 47 # During the first pass of reading the makefiles, we dump the list of
  /dalvik/dx/etc/
dx.bat 56 REM Note that when reading the input arguments with %1, the cmd.exe
  /external/valgrind/main/exp-bbv/tests/ppc32-linux/
ll.S 8 # And to avoid reading from /proc
  /ndk/sources/host-tools/make-3.81/
variable.c 447 If we're READing a makefile, don't do the pattern variable search now,
451 initialize_file_variables (struct file *file, int reading)
471 initialize_file_variables (file->double_colon, reading);
480 initialize_file_variables (file->parent, reading);
484 /* If we're not reading makefiles and we haven't looked yet, see if
487 if (!reading && !file->pat_searched)
    [all...]
  /external/libvpx/vp8/common/ppc/
loopfilter_filters_altivec.asm 162 ;# We begin by reading the data 32 bits at a time (using scalar operations)
163 ;# into a temporary array, reading the rows of the array into vector registers,
641 ;# and 4 after for a total of 8 bytes. Reading 16 bytes inorder to get 4 is a bit
682 la r9, -48(r1) ;# temporary space for reading in vectors
1021 la r9, -48(r1) ;# temporary space for reading in vectors
1048 la r9, -48(r1) ;# temporary space for reading in vectors
1166 la r5, -96(r1) ;# temporary space for reading in vectors
    [all...]
  /external/libpng/
CHANGES 32 fixed many reading and writing bugs
118 into a binary when only reading or writing functionality is used
261 Add parentheses for easier reading of pngget.c, fixed "||" should be "&&".
274 Added row callback feature when reading and writing nonprogressive rows
    [all...]
  /external/v8/test/mjsunit/
const-redecl.js 69 // reading it through this.
  /external/libyuv/files/source/
rotate_neon.s 27 @ by another 8. reading is done sequentially, from left to
  /external/valgrind/main/exp-bbv/tests/arm-linux/
ll.S 8 # And to avoid reading from /proc
  /external/elfutils/
elfutils.spec 57 The elfutils-libelf package provides a DSO which allows reading and

Completed in 3088 milliseconds

1 2