HomeSort by relevance Sort by last modified time
    Searched full:specified (Results 351 - 375 of 15610) sorted by null

<<11121314151617181920>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/asm-generic/
poll.h 4 /* These are specified by iBCS2 */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
atmsap.h 22 #define ATM_L2_NONE 0 /* L2 not specified */
34 #define ATM_L2_USER 0x10 /* user-specified */
44 #define ATM_L3_NONE 0 /* L3 not specified */
53 #define ATM_L3_USER 0x10 /* user-specified */
62 #define ATM_HL_NONE 0 /* HL not specified */
75 #define ATM_IMD_NONE 0 /* mode not specified */
84 #define ATM_TT_NONE 0 /* terminal type not specified */
111 unsigned char user; /* user-specified l2 information */
122 unsigned char user; /* user specified l3 information */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/pulse/
utf8.h 36 /** Test if the specified strings qualifies as valid UTF8. Return the string if so, otherwise NULL */
39 /** Test if the specified strings qualifies as valid 7-bit ASCII. Return the string if so, otherwise NULL. \since 0.9.15 */
42 /** Filter all invalid UTF8 characters from the specified string, returning a new fully UTF8 valid string. Don't forget to free the returned string with pa_xfree() */
45 /** Filter all invalid ASCII characters from the specified string, returning a new fully ASCII valid string. Don't forget to free the returned string with pa_xfree(). \since 0.9.15 */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
poll.h 4 /* These are specified by iBCS2 */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
atmsap.h 22 #define ATM_L2_NONE 0 /* L2 not specified */
34 #define ATM_L2_USER 0x10 /* user-specified */
44 #define ATM_L3_NONE 0 /* L3 not specified */
53 #define ATM_L3_USER 0x10 /* user-specified */
62 #define ATM_HL_NONE 0 /* HL not specified */
75 #define ATM_IMD_NONE 0 /* mode not specified */
84 #define ATM_TT_NONE 0 /* terminal type not specified */
111 unsigned char user; /* user-specified l2 information */
122 unsigned char user; /* user specified l3 information */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/pulse/
utf8.h 36 /** Test if the specified strings qualifies as valid UTF8. Return the string if so, otherwise NULL */
39 /** Test if the specified strings qualifies as valid 7-bit ASCII. Return the string if so, otherwise NULL. \since 0.9.15 */
42 /** Filter all invalid UTF8 characters from the specified string, returning a new fully UTF8 valid string. Don't forget to free the returned string with pa_xfree() */
45 /** Filter all invalid ASCII characters from the specified string, returning a new fully ASCII valid string. Don't forget to free the returned string with pa_xfree(). \since 0.9.15 */
  /external/clang/test/Sema/
warn-type-safety-mpi-hdf5.c 159 MPI_Send(long_buf1, 1, MPI_INT); // expected-warning {{argument type 'long *' doesn't match specified 'mpi' type tag that requires 'int *'}}
162 MPI_Send(pii, 1, MPI_FLOAT_INT); // expected-warning {{argument type 'struct pair_int_int *' doesn't match specified 'mpi' type tag}}
163 MPI_Send(pfi, 1, MPI_2INT); // expected-warning {{argument type 'struct pair_float_int *' doesn't match specified 'mpi' type tag}}
166 MPI_Send(long_buf1, 1, MPI_2INT); // expected-warning {{argument type 'long *' doesn't match specified 'mpi' type tag}}
169 MPI_Gather(long_buf1, 1, MPI_INT, // expected-warning {{argument type 'long *' doesn't match specified 'mpi' type tag that requires 'int *'}}
170 long_buf2, 1, MPI_INT); // expected-warning {{argument type 'long *' doesn't match specified 'mpi' type tag that requires 'int *'}}
177 MPI_Send((int *) char_buf, 255, MPI_CHAR); // expected-warning {{argument type 'int *' doesn't match specified 'mpi' type tag that requires 'char *'}}
191 MPI_Gather(int_buf, 0, MPI_DATATYPE_NULL, // expected-warning {{specified mpi type tag requires a null pointer}}
214 MPI_Send(long_buf, 1, my_int_datatype); // expected-warning {{argument type 'long *' doesn't match specified 'mpi' type tag that requires 'int *'}}
217 MPI_Send(s1_buf, 1, my_s2_datatype); // expected-warning {{argument type 'struct S1 *' doesn't match specified 'mpi' type tag that requires 'struct S2 *'}
    [all...]
  /external/openssh/
sftp.0 19 compression. sftp connects and logs into the specified host, then enters
93 Limits the used bandwidth, specified in Kbit/s.
221 directory (or path if specified). If the -h flag is specified,
231 the local path name is not specified, it is given the same name
234 local-path is specified, then local-path must specify a
237 If the -a flag is specified, then attempt to resume partial
243 If the -f flag is specified, then fsync(2) will be called after
246 If either the -P or -p flag is specified, then full file
249 If the -r flag is specified then directories will be copie
    [all...]
sftp.1 71 connects and logs into the specified
177 Limits the used bandwidth, specified in Kbit/s.
347 if specified).
350 flag is specified, the capacity information will be displayed using
370 path name is not specified, it is given the same name it has on the
378 is specified, then
384 flag is specified, then attempt to resume partial transfers of existing files.
392 flag is specified, then
401 flag is specified, then full file permissions and access times are
406 flag is specified then directories will be copied recursively
    [all...]
  /libcore/luni/src/main/java/java/sql/
CallableStatement.java 60 * Gets the value of a specified JDBC {@code ARRAY} parameter as a
73 * Gets the value of a specified JDBC {@code ARRAY} parameter as a {@code
86 * NUMERIC} parameter specified by the input index.
92 * specified parameter. The value {@code null} is returned if
101 * NUMERIC} parameter specified by the input index. The number of digits
102 * after the decimal point is specified by {@code scale}.
110 * specified parameter. The value {@code null} is returned if
122 * NUMERIC} parameter specified by the input name.
127 * specified parameter. The value {@code null} is returned if
135 * Gets the value of a specified JDBC {@code BLOB} parameter as a {@cod
    [all...]
Clob.java 58 * Gets a copy of a specified substring in this {@code Clob}.
80 * Retrieves the character position at which a specified {@code Clob} object
84 * the specified {@code Clob} to search for.
87 * @return a long value with the position at which the specified {@code
95 * Retrieves the character position at which a specified substring appears
103 * @return a long value with the position at which the specified string
112 * {@code Clob} object, starting at specified position.
125 * characters to this {@code Clob} object, at a specified position.
137 * Writes a given Java String to this {@code Clob} object at a specified
151 * Writes {@code len} characters of a string, starting at a specified
    [all...]
  /libcore/luni/src/main/java/java/security/
KeyStoreSpi.java 47 * @return the key with the specified alias, or {@code null} if the
48 * specified alias is not bound to an entry.
63 * {@code null} if the specified alias is not bound to an entry.
73 * {@code null} if the specified alias is not bound to an entry.
82 * @return the creation date, or {@code null} if the specified alias is not
90 * If the specified alias already exists, it will be reassigned.
101 * if the specified key can not be protected, or if this
113 * If the specified alias already exists, it will be reassigned.
133 * If the specified alias already exists, it will be reassigned.
185 * Indicates whether the specified alias is associated with either
    [all...]
  /libcore/luni/src/main/java/java/lang/
Short.java 65 * Constructs a new {@code Short} from the specified string.
78 * Constructs a new {@code Short} with the specified primitive short value.
93 * Compares this object to the specified short object to determine their
121 * Parses the specified string and returns a {@code Short} instance if the
148 * Compares this instance with the specified object and indicates if they
154 * @return {@code true} if the specified object is equal to this
183 * Parses the specified string as a signed decimal short value. The ASCII
197 * Parses the specified string as a signed short value using the specified
237 * specified short value with radix 10
    [all...]
  /libcore/luni/src/main/java/javax/sql/
RowSetMetaData.java 38 * Sets automatic numbering for a specified column in the {@code RowSet}. If
55 * Sets the case sensitive property for a specified column in the {@code
71 * Sets the catalog name for a specified column in the {@code RowSet}.
95 * Sets the normal maximum width in characters for a specified column in the
125 * Sets the column name for a specified column in the {@code RowSet}.
139 * Sets the SQL type for a specified column in the {@code RowSet}.
153 * Sets the type name for a specified column in the {@code RowSet}, where
168 * Sets whether a specified column is a currency value. The default value is
185 * Sets whether a specified column can contain SQL {@code NULL} values.
207 * Sets the number of decimal digits for a specified column in the {@cod
    [all...]
RowSet.java 222 * {@code DataSource} object specified, the {@code RowSet} uses the URL to
251 * Removes a specified {@link RowSetListener} object from the set of
261 * Sets the specified {@code ARRAY} parameter in the {@code RowSet} command
276 * Sets the value of the specified parameter in the {@code RowSet} command
294 * Sets the value of the specified parameter in the RowSet command with the
312 * Sets the value of the specified parameter in the RowSet command with the
329 * Sets the value of the specified parameter in the RowSet command with the
347 * Sets the value of the specified SQL {@code NUMERIC} parameter in the
363 * Sets the value of the specified SQL NUMERIC parameter in the RowSet
377 * Sets the value of the specified parameter in the {@code RowSet} comman
    [all...]
  /external/apache-harmony/crypto/src/test/api/java/org/apache/harmony/crypto/tests/javax/crypto/spec/
RC5ParameterSpecTest.java 73 assertFalse("The change of iv specified in the constructor "
123 assertFalse("The change of iv specified in the constructor "
138 * equal to the value specified in the constructor.
147 + "value specified in the constructor.",
153 * equal to the value specified in the constructor.
162 + "value specified in the constructor.",
168 * equal to the value specified in the constructor.
177 + "value specified in the constructor.",
183 * array specified in the constructor. Checks that modification
185 * that getIV() method returns null if iv is not specified
    [all...]
  /frameworks/base/libs/hwui/
Program.h 278 * Logs the specified message followed by the key identifying this program.
315 * Creates a new program with the specified vertex and fragment
333 * Returns the OpenGL name of the specified attribute.
338 * Returns the OpenGL name of the specified uniform.
358 * Binds the program with the specified projection, modelView and
386 * Adds an attribute with the specified name.
393 * Binds the specified attribute name to the specified slot.
398 * Adds a uniform with the specified name.
406 * Compiles the specified shader of the specified type
    [all...]
  /frameworks/base/telecomm/java/android/telecom/
InCallAdapter.java 47 * Instructs Telecom to answer the specified call.
60 * Instructs Telecom to reject the specified call.
74 * Instructs Telecom to disconnect the specified call.
86 * Instructs Telecom to put the specified call on hold.
98 * Instructs Telecom to release the specified call from hold.
136 * Any other currently playing DTMF tone in the specified call is immediately stopped.
192 * Instructs Telecom to add a PhoneAccountHandle to the specified call.
207 * Instructs Telecom to conference the specified call.
220 * Instructs Telecom to split the specified call from any conference call with which it may be
234 * Instructs Telecom to merge child calls of the specified conference call
    [all...]
  /libcore/luni/src/main/java/java/security/cert/
CertificateFactory.java 80 * if the specified certificate type is not available at any
98 * Creates a new {@code CertificateFactory} instance from the specified
105 * specified type.
108 * if the specified certificate type is not available by the
109 * specified provider.
111 * if no provider with the specified name can be found.
130 * Creates a new {@code CertificateFactory} instance from the specified
138 * specified type.
141 * if the specified certificate type is not available at the
142 * specified provider
    [all...]
  /system/core/adf/libadf/include/adf/
adf.h 68 * Atomically posts a new display configuration to the specified interfaces.
78 * Attaches the specified interface and overlay engine.
83 * Detaches the specified interface and overlay engine.
96 * Enumerates all interfaces which can be attached to the specified overlay
150 * Allocates a single-plane RGB buffer of the specified size and format.
157 * Posts a single-plane RGB buffer to the display using the specified
175 * Enumerates all overlay engines which can be attached to the specified
185 * Returns the overlay engines which support at least one of the specified
213 * Returns whether the overlay engine supports the specified format.
218 * Subscribes or unsubscribes from the specified hardware event
    [all...]
  /external/proguard/docs/manual/
gradle.html 66 <li>Some settings are specified as named arguments.</li>
113 <dd>Keep the specified directories in the output jars (or aars, wars, ears,
126 <dd>Preserve the specified classes <i>and</i> class members.</dd>
131 <dd>Preserve the specified class members, if their classes are preserved as
137 <dd>Preserve the specified classes <i>and</i> class members, if all of the
138 specified class members are present.</dd>
142 <dd>Preserve the names of the specified classes <i>and</i> class members (if
147 <dd>Preserve the names of the specified class members (if they aren't removed
152 <dd>Preserve the names of the specified classes <i>and</i> class members, if
153 all of the specified class members are present (after the shrinkin
    [all...]
  /bootable/recovery/minzip/
DirUtil.h 31 * specified in path are present, creating as many directories
32 * as necessary. The specified mode is passed to all mkdir
  /cts/tools/signature-tools/src/signature/model/
ITypeVariableDefinition.java 27 * Returns the upper bounds for this type variable as specified by the
28 * extends clause. If no upper bounds are explicitly specified then
  /dalvik/tools/
get-hprof 17 # Grab an hprof file using adb. If an argument is specified, grab
18 # the so-named file. If no argument is specified, grab the last such file
  /development/perftests/panorama/feature_stab/src/dbregtest/
targetver.h 22 // including the version specified.
24 // Modify the following defines if you have to target a platform prior to the ones specified below.

Completed in 267 milliseconds

<<11121314151617181920>>