HomeSort by relevance Sort by last modified time
    Searched full:specified (Results 51 - 75 of 17969) sorted by null

1 23 4 5 6 7 8 91011>>

  /cts/tools/signature-tools/src/signature/model/
IWildcardType.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
36 * Returns the lower bounds for this type variable as specified by the super
37 * clause. If no lower bounds are explicitly specified then null is returned
  /external/bzip2/
bzdiff.1 22 program on bzip2 compressed files. All options specified are passed
27 If only 1 file is specified, then the files compared are
31 If two files are specified, then they are uncompressed if necessary and fed to
47 programs refer to temporary filenames instead of those specified.
  /external/chromium_org/apps/
switches.cc 9 // Loads an app from the specified directory and launches it.
  /external/chromium_org/chrome/utility/importer/
importer_creator.h 14 // Creates an Importer of the specified |type|.
  /external/chromium_org/media/filters/
stream_parser_factory.h 21 // Checks to see if the specified |type| and |codecs| list are supported.
26 // Creates a new StreamParser object if the specified |type| and |codecs| list
31 // |has_audio| is true if an audio codec was specified.
32 // |has_video| is true if a video codec was specified.
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/bin/tests/multisect/
bin-align.errwarn 3 -:1: warning: map file already specified
  /external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.stc/
p2.cpp 13 auto int ao; // expected-error {{storage class specified for a member declaration}}
14 auto void af(); // expected-error {{storage class specified for a member declaration}}
16 register int ro; // expected-error {{storage class specified for a member declaration}}
17 register void rf(); // expected-error {{storage class specified for a member declaration}}
  /external/clang/test/CodeGen/
arm-asm-warn.c 26 : [r0] "=r"(r.val[0]), // expected-warning {{value size does not match register size specified by the constraint and modifier}}
27 [r1] "=r"(r.val[1]), // expected-warning {{value size does not match register size specified by the constraint and modifier}}
28 [r2] "=r"(r.val[2]), // expected-warning {{value size does not match register size specified by the constraint and modifier}}
29 [r3] "=r"(r.val[3]) // expected-warning {{value size does not match register size specified by the constraint and modifier}}
  /external/clang/test/CodeGenCXX/
constructor-convert.cpp 14 error("cl::location(x) specified more than once!");
  /external/clang/test/OpenMP/
predefined_macro.c 5 // -fopenmp option is specified
12 // No -fopenmp option is specified
22 // -fopenmp option is specified
29 // No -fopenmp option is specified
  /external/guava/guava/src/com/google/common/collect/
BstRangeOps.java 33 * Returns the total value of the specified aggregation function on the specified tree restricted
34 * to the specified range. Assumes that the tree satisfies the binary search ordering property
54 // Returns total value strictly to the specified side of the specified range.
71 * Returns a balanced tree containing all nodes from the specified tree that were <i>not</i> in
72 * the specified range, using the specified balance policy. Assumes that the tree satisfies the
91 * Returns a balanced tree containing all nodes in the specified tree that are strictly to the
92 * specified side of the specified range
    [all...]
  /external/icu4c/samples/layout/
FontMap.GDI 5 # Fonts are specified by font name, as shown
FontMap.Gnome 4 # Fonts are specified by file names.
  /external/iptables/extensions/
libxt_connmark.man 6 specified, this is logically ANDed with the mark before the comparison).
libxt_mark.man 8 specified, this is logically ANDed with the \fImask\fP before the
  /external/llvm/test/FileCheck/
check-not-diaginfo.txt 5 DIAG: CHECK-NOT: pattern specified here
  /external/sepolicy/
adbd.te 1 # adbd seclabel is specified in init.rc since
  /external/smack/src/org/xbill/DNS/
InvalidDClassException.java 6 * An exception thrown when an invalid dclass code is specified.
InvalidTTLException.java 6 * An exception thrown when an invalid TTL is specified.
InvalidTypeException.java 6 * An exception thrown when an invalid type code is specified.
  /libcore/luni/src/main/java/java/security/
KeyFactory.java 47 * Constructs a new instance of {@code KeyFactory} with the specified
66 * Returns a new instance of {@code KeyFactory} that utilizes the specified
71 * @return a new instance of {@code KeyFactory} that utilizes the specified
86 * Returns a new instance of {@code KeyFactory} that utilizes the specified
87 * algorithm from the specified provider.
93 * @return a new instance of {@code KeyFactory} that utilizes the specified
94 * algorithm from the specified provider.
114 * Returns a new instance of {@code KeyFactory} that utilizes the specified
115 * algorithm from the specified provider.
121 * @return a new instance of {@code KeyFactory} that utilizes the specified
    [all...]
  /libcore/luni/src/main/java/javax/crypto/interfaces/
PBEKey.java 33 * Returns the iteration count, 0 if not specified.
35 * @return the iteration count, 0 if not specified.
40 * Returns a copy of the salt data or null if not specified.
42 * @return a copy of the salt data or null if not specified.
package.html 5 Diffie-Hellman (DH) key agreement's algorithm as specified by PKCS#3.
  /packages/apps/Contacts/src/com/android/contacts/list/
OnContactBrowserActionListener.java 32 * Opens the specified contact for viewing.
44 * Opens the specified contact for editing.
54 * Adds the specified contact to favorites
59 * Removes the specified contact from favorites.
  /external/chromium/chrome/browser/extensions/
extension_info_map.h 39 // Gets the name for the specified extension.
42 // Gets the path to the directory for the specified extension.
45 // Gets the path to the directory for the specified disabled extension.
48 // Returns true if the specified extension exists and has a non-empty web
52 // Returns true if the specified extension exists and can load in incognito
64 // Determine whether a URL has access to the specified extension permission.
68 // Returns true if the specified URL references the icon for an extension.

Completed in 3002 milliseconds

1 23 4 5 6 7 8 91011>>