HomeSort by relevance Sort by last modified time
    Searched full:constrains (Results 1 - 25 of 100) sorted by null

1 2 3 4

  /hardware/intel/bootstub/
bootstub.h 1 /* define bootstub constrains here, like memory map etc.
spi-uart.h 1 /* define spi-uart debug constrains */
  /external/selinux/libsepol/cil/src/
cil_policy.c 60 #define CONSTRAINS 8
513 fprintf(file_arr[CONSTRAINS], "%s %s", kind, cp->class->datum.name);
514 cil_perms_to_policy(file_arr, CONSTRAINS, cp->perms);
515 fprintf(file_arr[CONSTRAINS], "\n\t");
516 cil_expr_to_policy(file_arr, CONSTRAINS, expr);
517 fprintf(file_arr[CONSTRAINS], ";\n");
1063 cil_constrain_to_policy(file_arr, CONSTRAINS, (struct cil_constrain*)current->data, flavor);
1066 cil_constrain_to_policy(file_arr, CONSTRAINS, (struct cil_constrain*)current->data, flavor);
1070 fprintf(file_arr[CONSTRAINS], "validatetrans");
1071 fprintf(file_arr[CONSTRAINS], " %s ", ((struct cil_class*)vt->class)->datum.name)
    [all...]
  /external/iproute2/man/man8/
tc-bfifo.8 22 constrains the queue size as measured in packets.
  /cts/tests/tests/text/src/android/text/method/cts/
TouchTest.java 35 "coordinates, except constrains the X scrolling position to the horizontal regions " +
39 "coordinates, except constrains the X scrolling position to the horizontal regions " +
  /libcore/ojluni/src/main/java/sun/security/x509/
GeneralSubtrees.java 201 switch (current.constrains(subsequent)) {
364 switch (thisEntry.constrains(otherEntry)) {
405 thisAltEntry.constrains(othAltEntry);
445 switch (thisEntry.constrains(otherEntry)) {
504 switch (excludedName.constrains(permitted)) {
GeneralNameInterface.java 92 int constrains(GeneralNameInterface inputName) throws UnsupportedOperationException; method in interface:GeneralNameInterface
OtherName.java 192 result = (otherGNI.constrains(this) == NAME_MATCH);
244 public int constrains(GeneralNameInterface inputName) { method in class:OtherName
URIName.java 320 public int constrains(GeneralNameInterface inputName) method in class:URIName
350 // Run DNSName.constrains.
351 constraintType = hostDNS.constrains(otherDNS);
GeneralName.java 206 return name.constrains(otherGNI) == GeneralNameInterface.NAME_MATCH;
OIDName.java 150 public int constrains(GeneralNameInterface inputName) throws UnsupportedOperationException { method in class:OIDName
NameConstraintsExtension.java 511 switch (exName.constrains(name)) {
542 switch (perName.constrains(name)) {
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/
BoundedRect.java 67 * Sets inner, and re-constrains it to fit within the rotated bounding rect.
80 * Sets rotation, and re-constrains inner to fit within the rotated bounding rect.
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/security/
ScreenLockBoundKeysTest.java 121 // and the constrains (purposes) in the constructor of the Builder
FingerprintBoundKeysTest.java 137 // and the constrains (purposes) in the constructor of the Builder
  /developers/build/prebuilts/gradle/ConfirmCredential/Application/src/main/java/com/example/android/confirmcredential/
MainActivity.java 147 // and the constrains (purposes) in the constructor of the Builder
  /developers/samples/android/security/ConfirmCredential/Application/src/main/java/com/example/android/confirmcredential/
MainActivity.java 147 // and the constrains (purposes) in the constructor of the Builder
  /development/samples/browseable/ConfirmCredential/src/com.example.android.confirmcredential/
MainActivity.java 147 // and the constrains (purposes) in the constructor of the Builder
  /frameworks/base/core/java/android/text/method/
Touch.java 33 * constrains the X scrolling position to the horizontal regions of
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/
MimeBoundaryInputStream.java 27 * Stream that constrains itself to a single MIME body part.
  /packages/services/Telephony/src/org/apache/james/mime4j/
MimeBoundaryInputStream.java 27 * Stream that constrains itself to a single MIME body part.
  /external/apache-xml/src/main/java/org/apache/xalan/processor/
XSLTElementProcessor.java 62 * @return The element definition object that produced and constrains this element.
72 * @param def The element definition object that produced and constrains this element.
  /libcore/ojluni/src/main/java/sun/security/provider/certpath/
Builder.java 146 switch (base.constrains(test)) {
192 int baseRtest = base.constrains(test);
  /developers/build/prebuilts/gradle/AsymmetricFingerprintDialog/Application/src/main/java/com/example/android/asymmetricfingerprintdialog/
MainActivity.java 182 // and the constrains (purposes) in the constructor of the Builder
  /developers/samples/android/security/AsymmetricFingerprintDialog/Application/src/main/java/com/example/android/asymmetricfingerprintdialog/
MainActivity.java 182 // and the constrains (purposes) in the constructor of the Builder

Completed in 1360 milliseconds

1 2 3 4