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

12 3 4 5 6 7 8 91011>>

  /external/clang/test/CXX/dcl.dcl/dcl.attr/dcl.align/
p6.cpp 18 int n6; // expected-error {{'alignas' must be specified on definition if it is specified on any declaration}}
25 int n8; // expected-error {{'alignas' must be specified on definition if it is specified on any declaration}}
27 int n9; // expected-error {{'alignas' must be specified on definition if it is specified on any declaration}}
32 enum E : char {}; // expected-error {{'alignas' must be specified on definition if it is specified on any declaration}}
41 enum H : char {}; // expected-error {{'alignas' must be specified on definition if it is specified on any declaration}
    [all...]
  /frameworks/base/keystore/tests/src/android/security/
KeyPairGeneratorSpecTest.java 46 assertEquals("Context should be the one specified", getContext(), spec.getContext());
48 assertEquals("Alias should be the one specified", TEST_ALIAS_1, spec.getKeystoreAlias());
50 assertEquals("Key algorithm should be the one specified", "RSA", spec.getKeyType());
52 assertEquals("Key size should be the one specified", 1024, spec.getKeySize());
54 assertEquals("subjectDN should be the one specified", TEST_DN_1, spec.getSubjectDN());
56 assertEquals("startDate should be the one specified", NOW, spec.getStartDate());
58 assertEquals("endDate should be the one specified", NOW_PLUS_10_YEARS, spec.getEndDate());
73 assertEquals("Context should be the one specified", getContext(), spec.getContext());
75 assertEquals("Alias should be the one specified", TEST_ALIAS_1, spec.getKeystoreAlias());
77 assertEquals("Key algorithm should be the one specified", "RSA", spec.getKeyType())
    [all...]
  /external/selinux/policycoreutils/semanage/
semanage-node.8 18 Do not print heading when listing the specified object type
30 Add a record of the specified object type
33 Delete a record of the specified object type
36 Modify a record of the specified object type
39 List records of the specified object type
58 Protocol for the specified port (tcp|udp) or internet protocol version for the specified node (ipv4|ipv6).
  /frameworks/base/core/java/android/text/
SpanWatcher.java 26 * This method is called to notify you that the specified object
27 * has been attached to the specified range of the text.
31 * This method is called to notify you that the specified object
32 * has been detached from the specified range of the text.
36 * This method is called to notify you that the specified object
  /libcore/luni/src/main/java/org/xml/sax/ext/
Attributes2Impl.java 23 * <p>The <em>specified</em> flag for each attribute will always
27 * always be false, except for defaulted attributes (<em>specified</em>
41 private boolean[] specified; field in class:Attributes2Impl
49 specified = EmptyArray.BOOLEAN;
56 * <em>specified</em> and <em>declared</em> flags for each
123 * Returns the current value of an attribute's "specified" flag.
135 return specified [index];
140 * Returns the current value of an attribute's "specified" flag.
157 return specified [index];
162 * Returns the current value of an attribute's "specified" flag
    [all...]
  /external/llvm/test/MC/ARM/
unwind-stack-diagnostics.s 21 @ CHECK: note: .personality was specified here
24 @ CHECK: note: .personality was specified here
27 @ CHECK: note: .personality was specified here
  /external/selinux/policycoreutils/newrole/
newrole.1 21 option is specified, then the new context will have the role specified by
27 option is specified, then the new context will have the type (domain)
28 specified by
30 If a role is specified, but no type is specified, the default type is derived
31 from the specified role. If the
35 option is specified, then the new context will have the sensitivity level
36 specified by
41 specified by that range
    [all...]
  /libcore/luni/src/main/java/java/util/concurrent/
TimeoutException.java 11 * operations for which a timeout is specified need a means to
24 * Constructs a {@code TimeoutException} with no specified detail
30 * Constructs a {@code TimeoutException} with the specified detail
  /external/squashfs-tools/RELEASE-READMEs/
README-4.0 18 and block devices to be specified and added to the Squashfs filesystem being
23 Two options are supported, -p allows one pseudo file to be specified on the
24 command line, and -pf allows a pseudo file to be specified containing a
27 Pseudo device nodes are specified using 7 arguments
37 Uid and gid can be either specified as a decimal number, or by name.
44 Directories are specified using 5 arguments
  /frameworks/base/libs/hwui/renderstate/
TextureState.h 33 * Activate the specified texture unit. The texture unit must
34 * be specified using an integer number (0 for GL_TEXTURE0 etc.)
44 * Binds the specified texture as a GL_TEXTURE_2D texture.
51 * Binds the specified texture with the specified render target.
58 * Deletes the specified texture and clears it from the cache
  /packages/apps/Messaging/src/com/android/messaging/mmslib/pdu/
PduBody.java 33 * Appends the specified part to the end of this body.
48 * Inserts the specified part at the specified position.
50 * @param index index at which the specified part is to be inserted
70 * Get the part at the specified position.
73 * @return part at the specified index
  /external/clang/test/CXX/lex/lex.charset/
p2-cxx98.cpp 6 char c20 = '\u0020'; // ' ', expected-error {{character ' ' cannot be specified by a universal character name}}
7 char c22 = '\u0022'; // ", expected-error {{character '"' cannot be specified by a universal character name}}
8 char c23 = '\u0023'; // #, expected-error {{character '#' cannot be specified by a universal character name}}
10 char c25 = '\u0025'; // %, expected-error {{character '%' cannot be specified by a universal character name}}
11 char c27 = '\u0027'; // ', expected-error {{character ''' cannot be specified by a universal character name}}
12 char c3f = '\u003f'; // ?, expected-error {{character '?' cannot be specified by a universal character name}}
14 char c41 = '\u0041'; // A, expected-error {{character 'A' cannot be specified by a universal character name}}
15 char c5f = '\u005f'; // _, expected-error {{character '_' cannot be specified by a universal character name}}
17 char c7e = '\u007e'; // ~, expected-error {{character '~' cannot be specified by a universal character name}}
33 const char *s20 = "\u0020"; // ' ', expected-error {{character ' ' cannot be specified by a universal character name}
    [all...]
  /external/clang/test/Sema/
2009-03-09-WeakDeclarations-1.c 8 int decl_weak_import __attribute__ ((__weak_import__)); // expected-warning {{'weak_import' attribute cannot be specified on a definition}}
9 int decl_initialized_weak_import __attribute__ ((__weak_import__)) = 13; // expected-warning {{'weak_import' attribute cannot be specified on a definition}}
  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/materials/
IAlphaMask.java 18 * This method returns the alpha value for the specified texture position.
23 * @return the alpha value for the specified texture position
  /external/libcap-ng/libcap-ng-0.7/docs/
capng_have_capability.3 11 capng_have_capability will check the specified internal capabilities set to see if the specified capability is set. The capabilities sets must be previously setup with calls to capng_get_caps_process, capng_get_caps_fd, or in some other way setup. The values for which should be one of: CAPNG_EFFECTIVE, CAPNG_PERMITTED, CAPNG_INHERITABLE, or CAPNG_BOUNDING_SET.
  /external/selinux/libselinux/man/man3/
matchmediacon.3 3 matchmediacon \- get the default SELinux security context for the specified mediatype from the policy
12 matches the specified media type with the media contexts configuration and
  /external/selinux/libselinux/man/man8/
selinuxexeccon.8 12 reports the SELinux process context for the specified command from the specified context or the current context.
  /external/toybox/toys/android/
runcon.c 1 /* runcon.c - Run command in specified security context
14 Run a command in a specified security context.
  /libcore/luni/src/main/java/java/security/spec/
package.html 13 Keys may be specified via algorithm or in a more abstract and general way with ASN.1.
14 The parameters for the Elliptic Curve (EC) encryption algorithm are only specified as
  /libcore/luni/src/main/java/javax/crypto/spec/
package.html 11 <p>Keys may be specified via algorithm or in a more abstract and general way
14 <p>Keys and algorithm parameters are specified for the following procedures:
  /libcore/luni/src/main/java/javax/net/ssl/
X509TrustManager.java 30 * Checks whether the specified certificate chain (partial or complete) can
31 * be validated and is trusted for client authentication for the specified
41 * if the specified certificate chain is empty or {@code null},
42 * or if the specified authentication type is {@code null} or an
50 * Checks whether the specified certificate chain (partial or complete) can
51 * be validated and is trusted for server authentication for the specified
61 * if the specified certificate chain is empty or {@code null},
62 * or if the specified authentication type is {@code null} or an
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/pulse/
timeval.h 65 /** Calculate the difference between the two specified timeval
72 /** Return the time difference between now and the specified timestamp */
75 /** Add the specified time inmicroseconds to the specified timeval structure */
78 /** Subtract the specified time inmicroseconds to the specified timeval structure. \since 0.9.11 */
81 /** Store the specified uec value in the timeval struct. \since 0.9.7 */
84 /** Load the specified tv value and return it in usec. \since 0.9.7 */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/pulse/
timeval.h 65 /** Calculate the difference between the two specified timeval
72 /** Return the time difference between now and the specified timestamp */
75 /** Add the specified time in microseconds to the specified timeval structure */
78 /** Subtract the specified time in microseconds to the specified timeval structure. \since 0.9.11 */
81 /** Store the specified usec value in the timeval struct. \since 0.9.7 */
84 /** Load the specified tv value and return it in usec. \since 0.9.7 */
  /external/iproute2/man/man8/
ip-link.8 189 specified group. If only a group is specified, then the command operates on
284 must be specified using the
290 - change the station address for the specified VF. The
292 parameter must be specified.
296 - change the assigned VLAN for the specified VF. When specified, all traffic
297 sent from the VF will be tagged with the specified VLAN ID. Incoming traffic
298 will be filtered for the specified VLAN ID, and will have all VLAN tags
302 parameter must be specified
    [all...]
ip-link.8.in 183 specified group. If only a group is specified, then the command operates on
266 must be specified using the
272 - change the station address for the specified VF. The
274 parameter must be specified.
278 - change the assigned VLAN for the specified VF. When specified, all traffic
279 sent from the VF will be tagged with the specified VLAN ID. Incoming traffic
280 will be filtered for the specified VLAN ID, and will have all VLAN tags
284 parameter must be specified
    [all...]

Completed in 194 milliseconds

12 3 4 5 6 7 8 91011>>