HomeSort by relevance Sort by last modified time
    Searched full:speed (Results 1 - 25 of 1517) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/webkit/WebCore/css/
WCSSPropertyNames.in 3 -wap-marquee-speed
  /external/openssl/crypto/des/times/
usparc.cc 4 gives a speed of 475,000 des/s while 'speed' gives 417,000 des/s.
6 is able to perform when the code is 'inlined'. For 'speed', the DES
8 speed since if performance is everything, you can always inline
14 actual 'speed' numbers look better which is a realistic version of
aix.cc 5 P.Speed : 100Mhz
8 PCI BUS Speed : 33 Mhz
  /external/elfutils/
README 5 greatly simplified and speed increases. Since no change violating this
  /external/bluetooth/bluez/tools/
hciattach.8 12 .IR speed \|]
17 .I speed
38 .BI \-s " speed"
39 Specify an initial speed instead of the hardware default.
102 .I speed
104 .I speed
105 specifies the UART speed to use. Baudrates higher than 115.200bps require
hciattach_tialt.c 72 /* Parse speed-change reply */
96 uint32_t speed; member in struct:__anon1807
99 static int texas_change_speed(int fd, struct termios *ti, uint32_t speed)
101 /* Send a speed-change request */
108 cmd.speed = speed;
110 fprintf(stderr, "Setting speed to %d\n", speed);
113 perror("Failed to write speed-set command");
121 /* Parse speed-change reply *
    [all...]
hciattach.h 45 int set_speed(int fd, struct termios *ti, int speed);
49 int texasalt_init(int fd, int speed, struct termios *ti);
  /external/webkit/WebCore/rendering/style/
StyleMarqueeData.cpp 31 , speed(RenderStyle::initialMarqueeSpeed())
41 , speed(o.speed)
50 return increment == o.increment && speed == o.speed && direction == o.direction &&
  /external/kernel-headers/original/linux/raid/
xor.h 13 int speed; member in struct:xor_block_template
  /external/webkit/WebCore/page/
Coordinates.h 39 static PassRefPtr<Coordinates> create(double latitude, double longitude, bool providesAltitude, double altitude, double accuracy, bool providesAltitudeAccuracy, double altitudeAccuracy, bool providesHeading, double heading, bool providesSpeed, double speed) { return adoptRef(new Coordinates(latitude, longitude, providesAltitude, altitude, accuracy, providesAltitudeAccuracy, altitudeAccuracy, providesHeading, heading, providesSpeed, speed)); }
47 double speed() const { return m_speed; } function in class:WebCore::Coordinates
55 Coordinates(double latitude, double longitude, bool providesAltitude, double altitude, double accuracy, bool providesAltitudeAccuracy, double altitudeAccuracy, bool providesHeading, double heading, bool providesSpeed, double speed)
62 , m_speed(speed)
GeolocationPosition.h 41 static PassRefPtr<GeolocationPosition> create(double timestamp, double latitude, double longitude, double accuracy, bool providesAltitude, double altitude, bool providesAltitudeAccuracy, double altitudeAccuracy, bool providesHeading, double heading, bool providesSpeed, double speed) { return adoptRef(new GeolocationPosition(timestamp, latitude, longitude, accuracy, providesAltitude, altitude, providesAltitudeAccuracy, altitudeAccuracy, providesHeading, heading, providesSpeed, speed)); }
51 double speed() const { return m_speed; } function in class:WebCore::GeolocationPosition
75 GeolocationPosition(double timestamp, double latitude, double longitude, double accuracy, bool providesAltitude, double altitude, bool providesAltitudeAccuracy, double altitudeAccuracy, bool providesHeading, double heading, bool providesSpeed, double speed)
83 , m_speed(speed)
  /external/quake/quake/src/QW/progs/
buttons.qc 24 SUB_CalcMove (self.pos1, self.speed, button_done);
44 SUB_CalcMove (self.pos2, self.speed, button_wait);
76 "speed" override the default 40 speed
129 if (!self.speed)
130 self.speed = 40;
  /external/openssl/crypto/des/
makefile.bc 19 all: $(LIB) destest.exe rpw.exe des.exe speed.exe
47 speed.exe: speed.obj libdes.lib
INSTALL 5 #undef TIMES in speed.c
18 run './speed' to see how fast those optimisations make the library run :-)
26 The file options.txt has the options listed for best speed on quite a
67 a %10 speed difference depending on the link order. It is rather anoying
69 'x*0.9' the speed.
  /development/apps/SpareParts/res/values/
strings.xml 37 <string name="summary_window_animations">Speed of animations in individual windows</string>
38 <string name="dialog_title_window_animations">Select window speed</string>
41 <string name="summary_transition_animations">Speed of animations moving between screens</string>
42 <string name="dialog_title_transition_animations">Select transition speed</string>
  /external/grub/netboot/
sis900.c 83 static void sis900_read_mode(struct nic *nic, int phy_addr, int *speed, int *duplex);
84 static void amd79c901_read_mode(struct nic *nic, int phy_addr, int *speed, int *duplex);
85 static void ics1893_read_mode(struct nic *nic, int phy_addr, int *speed, int *duplex);
86 static void rtl8201_read_mode(struct nic *nic, int phy_addr, int *speed, int *duplex);
92 void (*read_mode) (struct nic *nic, int phy_addr, int *speed, int *duplex);
692 int speed, duplex;
695 mii.chip_info->read_mode(nic, cur_phy, &speed, &duplex);
700 if (speed == HW_SPEED_HOME || speed == HW_SPEED_10_MBPS) {
722 * Description: retrieves and displays speed and duple
679 int speed, duplex; local
    [all...]
  /external/libvpx/vp8/common/
proposed.h 31 int (*set_mode)(codec_ptr, MODE mode, int Speed, char *File);
32 int (*get_mode)(codec_ptr, MODE *mode, int *Speed, char **File);
39 int (*set_mode)(codec_ptr, MODE mode, int Speed, char *File);
40 int (*get_mode)(codec_ptr, MODE *mode, int *Speed, char **File);
  /frameworks/base/wifi/java/android/net/wifi/
package.html 7 link speed, IP address, negotiation state, and more, plus information about other
  /packages/apps/Mms/src/org/w3c/dom/smil/
ElementTimeManipulation.java 25 * Defines the playback speed of element time. The value is specified as
26 * a multiple of normal (parent time container) play speed. Legal values
28 * default is <code>1.0</code> (no modification of speed).
33 public void setSpeed(float speed)
  /external/quake/quake/src/WinQuake/
snd_next.cpp 36 shm->speed = desired_speed;
48 shm->samplepos = (int)(realtime*shm->speed*shm->channels) & (shm->samples-1);
snd_linux.cpp 95 // set sample bits & speed
109 if (s) shm->speed = atoi(s);
111 shm->speed = atoi(com_argv[i+1]);
116 shm->speed = tryrates[i];
158 rc = ioctl(audio_fd, SNDCTL_DSP_SPEED, &shm->speed);
162 Con_Printf("Could not set /dev/dsp speed to %d", shm->speed);
  /frameworks/base/tests/LocationTracker/src/com/android/locationtracker/data/
TrackerEntry.java 46 static final String SPEED = "Speed";
59 ALTITUDE, SPEED, BEARING, DIST_NET_LOCATION, LOC_TIME, DEBUG_INFO};
184 cValues.put(SPEED, mLocation.getSpeed());
233 Float speed = getNullableFloat(cursor, SPEED); local
234 if (speed != null) {
235 location.setSpeed(speed);
  /external/quake/quake/src/QW/client/
snd_linux.c 76 // set sample bits & speed
90 if (s) shm->speed = atoi(s);
92 shm->speed = atoi(com_argv[i+1]);
97 shm->speed = tryrates[i];
139 rc = ioctl(audio_fd, SNDCTL_DSP_SPEED, &shm->speed);
143 Con_Printf("Could not set /dev/dsp speed to %d", shm->speed);
  /external/protobuf/src/google/protobuf/
unittest_embed_optimize_for.proto 41 // We optimize for speed here, but we are importing a proto that is optimized
43 option optimize_for = SPEED;
47 // one optimized for speed works.
  /external/qemu/android/
android.h 34 /* list of supported network speed names and values in bits/seconds */
90 /* parses a network speed parameter and sets qemu_net_upload_speed and
92 extern int android_parse_network_speed(const char* speed);

Completed in 460 milliseconds

1 2 3 4 5 6 7 8 91011>>