HomeSort by relevance Sort by last modified time
    Searched full:which (Results 126 - 150 of 13430) sorted by null

1 2 3 4 56 7 8 91011>>

  /frameworks/base/cmds/input/
input 1 # Script to start "input" on the device, which has a very rudimentary
  /frameworks/base/cmds/pm/
pm 1 # Script to start "pm" on the device, which has a very rudimentary
  /frameworks/base/cmds/svc/
svc 1 # Script to start "am" on the device, which has a very rudimentary
  /frameworks/base/core/tests/coretests/res/raw/
v21_winmo_65.vcf 6 AGENT:Invalid line which must be handled correctly.
  /system/bluetooth/data/
audio.conf 3 # This section contains options which are not specific to any
14 # SCO routing. Either PCM or HCI (in which case audio is routed to/from ALSA)
24 # Headset interface specific options (i.e. options which affect how the audio
28 # Set to true to support HFP (in addition to HSP only which is the default)
  /system/extras/tests/bionic/libc/bionic/
lib_relocs.c 1 /* this is part of the test_relocs.c test, which is used to check that
  /development/simulator/wrapsim/
SysPower.c 37 int which; member in struct:PowerState
49 powerState->which = -1;
52 powerState->which = i;
57 if (powerState->which == -1) {
84 if (state->which < 0 ||
85 state->which >= (int) (sizeof(gDeviceMap)/sizeof(gDeviceMap[0])))
90 const char* data = gDeviceMap[state->which].data;
  /external/webkit/WebCore/manual-tests/
window-open-features-parsing.html 4 - ,=\twidth: reads as key:width value:0200px|0, which, after strtol/toInt, gives you 200
5 - =height: reads as key:height value:"", which means yes, which means 1, but the minimum size is 100, so 100
7 - left: reads as key:left value:no, which means 0, which means aligned to the left side of the screen
9 - \rstatus: reads as key:status value:"", which means yes
19 Win IE's behavior, except in the case of "resizable," which should always be true.</p>
print-with-height-transition-in-screen-stylesheet.html 16 <div>A1: This is a long paragraph which helps us see the mess you can get with long ones.<br>
17 A2: This is a long paragraph which helps us see the mess you can get with long ones.<br>
18 A3: This is a long paragraph which helps us see the mess you can get with long ones.<br>
21 <div class='outer_slide'><div>B1: This is a long paragraph which helps us see the mess you can get with long ones.</div></div>
23 <div class='outer_slide'><div>C1: This is a long paragraph which helps us see the mess you can get with long ones.</div></div>
  /frameworks/base/awt/javax/imageio/event/
IIOWriteProgressListener.java 39 * the ImageWriter object which calls this method.
49 * the ImageWriter object which calls this method.
59 * the ImageWriter object which calls this method.
67 * the ImageWriter object which calls this method.
79 * the ImageWriter object which calls this method.
90 * the ImageWriter object which calls this method.
98 * the ImageWriter object which calls this method.
IIOReadProgressListener.java 39 * the ImageReader object which calls this method.
47 * the ImageReader object which calls this method.
57 * the ImageReader object which calls this method.
67 * the ImageReader object which calls this method.
76 * the ImageReader object which calls this method.
85 * the ImageReader object which calls this method.
95 * the ImageReader object which calls this method.
103 * the ImageReader object which calls this method.
114 * the ImageReader object which calls this method.
  /frameworks/base/opengl/tools/glgen/src/
Jsr239CodeEmitter.java 39 * @param java10InterfaceStream the PrintStream to which to emit the Java interface for GL 1.0 functions
40 * @param java10ExtInterfaceStream the PrintStream to which to emit the Java interface for GL 1.0 extension functions
41 * @param java11InterfaceStream the PrintStream to which to emit the Java interface for GL 1.1 functions
42 * @param java11ExtInterfaceStream the PrintStream to which to emit the Java interface for GL 1.1 Extension functions
43 * @param java11ExtPackInterfaceStream the PrintStream to which to emit the Java interface for GL 1.1 Extension Pack functions
44 * @param javaImplStream the PrintStream to which to emit the Java implementation
45 * @param cStream the PrintStream to which to emit the C implementation
  /dalvik/libcore/sql/src/main/java/javax/sql/
DataSource.java 25 * An interface for the creation of {@code Connection} objects which represent a
29 * A class which implements the {@code DataSource} interface is typically
35 * which produce connections with different characteristics:
40 * PooledConnection} objects which require a connection pool manager as an
43 * produces {@code XAConnection} objects which can be used to handle distributed
44 * transactions which typically require an intermediary transaction manager
49 * Note that a JDBC driver which is accessed via the {@code DataSource}
59 * @return a {@code Connection} object which is a connection to the
75 * @return the {@code Connection} object which is the connection to the
99 * The log writer is a stream to which all log and trace messages are sen
    [all...]
  /external/icu4c/common/
brkeng.h 53 * @param c A character which begins a run that the engine might handle
54 * @param breakType The type of text break which the caller wants to determine
64 * iterator is left at the end of the run of characters which the engine
122 * kind of break for the set of characters to which the supplied
126 * @param c A character that begins a run for which a LanguageBreakEngine is
128 * @param breakType The kind of text break for which a LanguageBreakEngine is
145 * the entire script to which that character belongs.</p>
178 * @param c A character which begins a run that the engine might handle
179 * @param breakType The type of text break which the caller wants to determine
189 * iterator is left at the end of the run of characters which the engin
    [all...]
  /dalvik/libcore/x-net/src/main/java/javax/net/
ServerSocketFactory.java 33 * Gets the default server socket factory of the system which can be used to
53 * Creates a new server socket which is not bound to any local address. This
67 * Creates a new server socket which is bound to the given port.
70 * the port on which the created socket has to listen.
78 * Creates a new server socket which is bound to the given port and
82 * the port on which the created socket has to listen.
92 * Creates a new server socket which is bound to the given address on the
96 * the port on which the created socket has to listen.
100 * the address of the network interface which is used by the
  /external/icu4c/samples/layout/
ScriptCompositeFontInstance.h 27 * Get a physical font which can render the given text. For composite fonts,
28 * if there is no single physical font which can render all of the text,
29 * return a physical font which can render an initial substring of the text,
33 * font and script, so it is best to call this method with text which is
35 * know the script of the text, you can use zero, which is the script code
39 * <code>LEFontInstance</code> which represent a physical font. It returns
49 * Subclasses which implement composite fonts must override this method.
51 * characters from the COMMON script in the font which is used for the given
56 * which cannot be rendered by the font used for Arabic characters, but which ca
    [all...]
  /external/proguard/src/proguard/classfile/visitor/
ClassNameFilter.java 43 * @param regularExpression the regular expression against which class names
45 * @param classVisitor the <code>ClassVisitor</code> to which visits
58 * @param regularExpression the regular expression against which class names
60 * @param classVisitor the <code>ClassVisitor</code> to which visits
73 * @param regularExpressionMatcher the regular expression against which
75 * @param classVisitor the <code>ClassVisitor</code> to which
  /frameworks/base/awt/java/awt/
PaintContext.java 50 * Gets the Raster which defines the colors of the specified rectangular
54 * the X coordinate of the device space area for which colors are
57 * the Y coordinate of the device space area for which colors are
60 * the width of the device space area for which colors are
63 * the height of the device space area for which colors are
65 * @return the Raster object which contains the colors of the specified
  /dalvik/libcore/sql/src/main/java/java/sql/
Clob.java 80 * Retrieves the character position at which a specified {@code Clob} object
87 * @return a long value with the position at which the specified {@code
95 * Retrieves the character position at which a specified substring appears
101 * the position at which to start the search within this {@code
103 * @return a long value with the position at which the specified string
111 * Retrieves a stream which can be used to write Ascii characters to this
115 * the position at which to start the writing.
116 * @return an OutputStream which can be used to write ASCII characters to
124 * Retrieves a stream which can be used to write a stream of unicode
128 * the position at which to start the writing
    [all...]
  /build/core/
find-jdk-tools-jar.sh 4 JAVAC=$(which javac)
6 echo "Please-install-JDK-5.0,-update-12-or-higher,-which-you-can-download-from-java.sun.com"
  /external/clearsilver/man/man3/
cgiwrap_getenv.3 29 environment variables, which are used to pass data to
32 which gets around problems when wrapping this routine in
hdf_set_value.3 33 of the interstitial nodes which don't exist will be
39 The copy of the value will be made which the dataset
  /external/iptables/extensions/
libipt_set.man 1 This modules macthes IP sets which can be defined by ipset(8).
12 will match packets, for which (depending on the type of the set) the source
libipt_string.man 7 Set the offset from which it starts looking for any matching. If not passed, default is 0.
10 Set the offset from which it starts looking for any matching. If not passed, default is the packet size.
  /external/libpng/projects/beos/
x86-shared.txt 3 It defines PNG_USE_PNGGCCRD, which activates the assembly code in
14 2) copy and png.h, pngconf.h somewhere; /boot/home/config/include (which

Completed in 72 milliseconds

1 2 3 4 56 7 8 91011>>