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

<<11121314151617181920>>

  /development/samples/VoiceRecognitionService/src/com/example/android/voicerecognitionservice/
VoiceRecognitionSettings.java 31 // Identical to the value specified in res/values/strings.xml.
35 // Identical to the values specified in res/values/strings.xml.
  /external/apache-harmony/security/src/test/impl/java.injected/java/security/cert/
X509CRLSelectorTest.java 180 * null issuerNames criteria, if specified issuers match the selector,
181 * and if not specified issuer does not match the selector.
212 * null issuerNames criteria, if specified issuers match the selector,
213 * if not specified issuer does not match the selector, and if the
257 * Tests if CRLs with specified issuers match the selector,
258 * and if not specified issuer does not match the selector.
279 * Tests if CRLs with specified issuers match the selector,
280 * and if not specified issuer does not match the selector.
311 * Tests if CRLs with specified issuers match the selector,
312 * and if not specified issuer does not match the selector
    [all...]
  /external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.stc/
p1.cpp 3 // A storage-class-specifier shall not be specified in an explicit
32 template<> static int X<float>::value; // expected-error{{'static' can only be specified inside the class definition}}
  /external/clang/test/FixIt/
fixit-missing-method-return-type.m 13 - initWithFoo:(id)foo; // expected-warning {{method has no return type specified; defaults to 'id' [-Wmissing-method-return-type]}}
19 - initWithFoo:(id)foo { return 0; } // expected-warning {{method has no return type specified; defaults to 'id' [-Wmissing-method-return-type]}}
  /external/clang/test/SemaCXX/
inherit.cpp 31 class H : G_copy, A, G_copy_2, // expected-error{{base class 'G_copy' (aka 'G') specified more than once as a direct base class}}
32 public G_copy_3 { }; // expected-error{{base class 'G_copy' (aka 'G') specified more than once as a direct base class}}
  /external/clang/test/SemaObjC/
conflicting-ivar-test-1.m 24 int IVAR1; // expected-error {{inconsistent number of instance variables specified}}
49 int IVAR1; // expected-error {{inconsistent number of instance variables specified}}
protocols.m 4 @required // expected-error {{directive may only be specified in protocols only}}
8 @optional // expected-error {{directive may only be specified in protocols only}}
  /external/iptables/extensions/
libip6t_ipv6header.man 4 Matches if the packet includes \fBany\fP of the headers specified with
8 Matches the packet which EXACTLY includes all specified headers. The headers
libxt_limit.man 11 Maximum average matching rate: specified as a number, with an optional
17 recharged by one every time the limit specified above is not reached,
  /external/iptables/include/linux/netfilter/
xt_hashlimit.h 31 /* user specified */
55 /* user specified */
  /external/jsilver/src/org/clearsilver/
HDF.java 36 * Loads the contents of the specified HDF file from disk into the current
70 * Retrieves the integer value at the specified path in this HDF node's
77 * Retrieves the value at the specified path in this HDF node's subtree.
82 * Sets the value at the specified path in this HDF node's subtree.
87 * Remove the specified subtree.
97 * Export a date to a clearsilver tree using a specified timezone
102 * Export a date to a clearsilver tree using a specified timezone
172 * starting at the specified HDF path node.
  /external/kernel-headers/original/uapi/linux/netfilter/
xt_hashlimit.h 32 /* user specified */
56 /* user specified */
  /external/libvncserver/test/
bmp.h 30 // specified pixel format, scanline alignment, and orientation. The width and
36 // This will save a buffer with the specified pixel format, pitch, orientation,
  /external/libxml2/
xml2-config.1 24 If specified, use PREFIX instead of the installation prefix that
26 \-\-cflags and \-\-libs options. This option must be specified before
  /external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/fake/filesystem/
AbstractFakeFileSystem.java 89 * Add each of the entries in the specified List to this filesystem. Note that this does not affect
102 * Add the specified file system entry (file or directory) to this file system
132 * Delete the file or directory specified by the path. Return true if the file is successfully
153 * Return true if there exists a file or directory at the specified path
166 * Return true if the specified path designates an existing directory, false otherwise
180 * Return true if the specified path designates an existing file, false otherwise
194 * Return the List of FileSystemEntry objects for the files in the specified directory or group of
200 * @return the List of FileSystemEntry objects for the specified directory or file; may be empty
220 * Return the List of filenames in the specified directory path or file path. If the path specifies
226 * @return the List of filenames (not including paths) for all files in the specified directory
    [all...]
  /external/mockftpserver/MockFtpServer/src/test/java/org/mockftpserver/core/socket/
StubServerSocketFactory.java 23 * ServerSocket instance specified on the constructor.
33 * Construct a new factory instance that always returns the specified
  /external/mockftpserver/branches/1.x_Branch/src/test/java/org/mockftpserver/core/socket/
StubServerSocketFactory.java 25 * ServerSocket instance specified on the constructor.
35 * Construct a new factory instance that always returns the specified
  /external/selinux/libsepol/include/sepol/policydb/
flask_types.h 34 * the object. The access vector interpretations are specified
43 * The set of security classes is specified in flask/security_classes,
  /external/skia/debugger/QT/
SkInspectorWidget.h 41 Constructs a widget with the specified parent for layout purposes.
51 Sets the text in tab at the specified index.
  /external/skia/include/c/
sk_paint.h 57 * Set the paint's shader to the specified parameter. This will automatically call unref() on
63 * Set the paint's maskfilter to the specified parameter. This will automatically call unref() on
  /external/skia/include/effects/
SkRectShaderImageFilter.h 19 * produced by the given SkShader. If no rectangle is specified, an output
25 * If NULL or a given crop edge is not specified, the source
  /external/skia/src/core/
SkBuffer.h 18 The RBuffer is given the buffer to read from, with either a specified size
25 /** Initialize RBuffer with a data pointer, but no specified length.
49 specified in the constructor or in a call to reset().
53 Only defined if the length was specified in the constructor or in a call
54 to reset(). Always returns true if the length was not specified.
58 /** Read the specified number of bytes from the data pointer. If buffer is not
104 /** Read the specified number of bytes from the data pointer. If buffer is not
120 The WBuffer is given the buffer to write into, with either a specified size
  /external/toybox/tests/
du.test 24 # if -H and -L are specified, the last takes priority
28 testing "du -H follows specified symlinks" "du -ksH du_test/xyz" "8\tdu_test/xyz\n" "" ""
  /external/v8/src/
disasm.h 46 // Write disassembly into specified file 'f' using specified NameConverter
  /frameworks/base/core/java/android/content/
ISyncServiceAdapter.aidl 24 * Provider specified). See {@link android.content.AbstractThreadedSyncAdapter}.
30 * Initiate a sync. SyncAdapter-specific parameters may be specified in

Completed in 171 milliseconds

<<11121314151617181920>>