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

12 3 4 5 6 7 8 9

  /external/apache-http/src/org/apache/commons/codec/language/
DoubleMetaphone.java     [all...]
  /dalvik/libcore/sql/src/main/java/javax/sql/
RowSetWriter.java 46 * a row set that fulfills the following criteria:
  /dalvik/libcore/security/src/main/java/org/bouncycastle/asn1/cmp/
PKIFailureInfo.java 14 * badCertId (4), -- no certificate could be found matching the provided criteria
43 public static final int badCertId = (1 << 3); // no certificate could be found matching the provided criteria
PKIStatusInfo.java 137 * badCertId (4), -- no certificate could be found matching the provided criteria
  /external/opencore/fileformats/mp4/parser/src/
assetinfoatoms.cpp 314 addnlratingInfo += _STRLIT_WCHAR(";rating-criteria=");
315 char Criteria[4];
316 oscl_memset(Criteria, 0, 4*sizeof(char));
317 UInt32ToFourChar(_ratingCriteria, Criteria);
319 oscl_UTF8ToUnicode(Criteria, 4, wCriteria, 5);
  /packages/apps/Gallery3D/src/com/cooliris/media/
ReverseGeocoder.java 31 import android.location.Criteria;
47 private static Criteria LOCATION_CRITERIA = new Criteria();
51 LOCATION_CRITERIA.setAccuracy(Criteria.ACCURACY_COARSE);
52 LOCATION_CRITERIA.setPowerRequirement(Criteria.NO_REQUIREMENT);
  /frameworks/base/location/java/android/location/provider/
LocationProvider.java 224 * constants Criteria.POWER_REQUIREMENT_*.
231 * {@link Criteria#ACCURACY_FINE} is returned, otherwise if the
232 * location is only approximate then {@link Criteria#ACCURACY_COARSE}
  /dalvik/libcore/security/src/main/java/java/security/cert/
X509CRLSelector.java 36 * X509CRL}s that match the specified criteria.
38 * When constructed, all criteria are set to default values that will match any
395 * Returns whether the specified CRL matches all the criteria collected in
400 * @return {@code true} if the CRL matches all the criteria, otherwise
X509CertSelector.java 51 * X509Certificate}s that match the specified criteria.
55 // match criteria
89 * the certificate to match, or null to not check this criteria.
98 * @return the certificate to match, or null if this criteria is not
    [all...]
  /external/apache-http/src/org/apache/http/cookie/
CookiePathComparator.java 39 * a common criteria are ordered in the <tt>Cookie</tt> header such
  /frameworks/base/core/java/android/accessibilityservice/
AccessibilityServiceInfo.java 101 * One can think of the timeout as a criteria to determine when event generation has
  /external/opencore/engines/player/test/src/
test_pv_player_engine.h     [all...]
  /frameworks/base/docs/html/guide/appendix/
glossary.jd 123 {@link android.content.Intent}. It includes several criteria fields that you can
125 what the receiver does when handling the Intent. Available criteria include
133 based on the criteria supplied in the Intent and the Intent Filters
143 accept and with what criteria. Through an intent filter, an application
147 application/activity that best matches the Intent and criteria. For more
  /external/iproute2/man/man8/
tc.8 121 them returns with a verdict. If no verdict was made, other criteria may be
211 to one of the classes within. Three criteria are available, although not all
  /system/extras/showslab/
showslab.c 293 fprintf(stderr, " -s S specify sort criteria S\n");
295 fprintf(stderr, "Valid sort criteria:\n");
  /external/opencore/nodes/common/include/
pvmf_nodes_sync_control.h 74 * Configure the criteria to determine whether media data is early or late.
pvmf_node_registry.h 554 ** Method to find all entries that match a given criteria.
618 ** Method to find all entries that match a given criteria.
  /external/opencore/pvmi/pvmf/include/
pvmf_sync_util.h 77 * Configure the criteria to determine whether media data is early or late.
pvmf_node_interface.h 276 * meet the filter criteria We can add fancier iterators and
336 * Requests the node to return a port meeting certain criteria for
  /frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/
NetworkState.java 55 // set the transition criteria, transitionDir could be:
  /external/bluetooth/glib/gobject/
gsignal.c 92 * There are certain criteria for skipping user handlers in stages 2 and 4
    [all...]
  /external/webkit/WebCore/accessibility/
AccessibilityTable.cpp 126 // check enough of the cells to find if the table matches our criteria
127 // Criteria:
  /external/webkit/WebCore/bindings/objc/
WebScriptObject.h 67 type meets the export criteria are exposed. Valid types are Objective-C instances
139 script environment. Only instance variables that meet the export criteria will
  /external/emma/core/java12/com/vladium/emma/report/
IItemAttribute.java 46 boolean passes (IItem item, int criterion); // ideally, criteria should come from a double-dispatched API
  /external/iproute2/include/linux/
pkt_sched.h 328 __u64 rtwork; /* work done by real-time criteria */

Completed in 529 milliseconds

12 3 4 5 6 7 8 9