/frameworks/base/core/java/android/util/ |
LayoutDirection.java | 48 public static final int INHERIT = 2;
|
/external/apache-xml/src/main/java/org/apache/xml/dtm/ |
DTMWSFilter.java | 40 * Inherit whitespace stripping behavior of the parent node. 42 public static final short INHERIT = 3; 52 * @return one of NOTSTRIP, STRIP, or INHERIT.
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_getinheritsched/ |
1-1.c | 27 #define INHERIT PTHREAD_INHERIT_SCHED 40 case INHERIT: 41 if (inheritsched != INHERIT) { 67 rc = pthread_attr_setinheritsched(&attr, INHERIT); 72 verify_inheritsched(&attr, INHERIT);
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_setinheritsched/ |
1-1.c | 27 #define INHERIT PTHREAD_INHERIT_SCHED 40 case INHERIT: 41 if (inheritsched != INHERIT) { 67 rc = pthread_attr_setinheritsched(&attr, INHERIT); 72 verify_inheritsched(&attr, INHERIT);
|
/libcore/ojluni/src/main/java/java/lang/ |
ProcessImpl.java | 100 else if (redirects[0] == Redirect.INHERIT) 109 else if (redirects[1] == Redirect.INHERIT) 119 else if (redirects[2] == Redirect.INHERIT)
|
ProcessBuilder.java | 445 * <li>the special value {@link #INHERIT Redirect.INHERIT} 470 * The type of {@link Redirect#INHERIT Redirect.INHERIT}. 472 INHERIT, 522 * Redirect.INHERIT.file() == null && 523 * Redirect.INHERIT.type() == Redirect.Type.INHERIT 526 public static final Redirect INHERIT = new Redirect() { 527 public Type type() { return Type.INHERIT; } [all...] |
/libcore/luni/src/test/java/libcore/java/lang/ |
ProcessBuilderTest.java | 44 import static java.lang.ProcessBuilder.Redirect.INHERIT; 99 * Tests that a child process can INHERIT this parent process's 107 .redirectInput(Redirect.INHERIT) 108 .redirectOutput(Redirect.INHERIT) 109 .redirectError(Redirect.INHERIT) 335 * Checks that INHERIT and PIPE tend to have different hashCodes 343 assertIdentityHashCode(INHERIT); 374 INHERIT, 400 assertRedirectFileAndType(null, Type.INHERIT, INHERIT); [all...] |
/external/icu/icu4c/source/config/ |
mh-os400 | 23 COMPILE.c= $(CC) $(DEFS) $(CPPFLAGS) $(CFLAGS) -c -qTERASPACE=*YES -qSTGMDL=*INHERIT -qPFROPT=*STRDONLY 24 COMPILE.cc= $(CXX) $(DEFS) $(CPPFLAGS) $(CXXFLAGS) -c -qTERASPACE=*YES -qSTGMDL=*INHERIT -qPFROPT=*STRDONLY -qRTTIALL
|
/tools/metalava/src/main/java/com/android/tools/metalava/doclava1/ |
Errors.java | 30 import static com.android.tools.metalava.Severity.INHERIT; 49 * When {@code level} is set to {@link Severity#INHERIT}, this is the parent from 50 * which the error will inherit its level. 64 this.level = Severity.INHERIT; 65 this.defaultLevel = Severity.INHERIT; 73 * If the level is {@link Severity#INHERIT}, the level will be returned for the 76 * @throws IllegalStateException if the level is {@link Severity#INHERIT} and the 80 if (level == INHERIT) { 82 throw new IllegalStateException("Error with level INHERIT must have non-null parent"); 102 if (level == INHERIT) { [all...] |
/tools/metalava/src/main/java/com/android/tools/metalava/ |
Reporter.kt | 22 import com.android.tools.metalava.Severity.INHERIT 43 INHERIT("inherit"), 251 INHERIT, HIDDEN -> { 267 INHERIT, HIDDEN -> { 277 INHERIT, HIDDEN -> {
|
/external/doclava/src/com/google/doclava/ |
Errors.java | 148 public static final int INHERIT = -1; 188 * When {@code level} is set to {@link #INHERIT}, this is the parent from 189 * which the error will inherit its level. 210 * If the level is {@link #INHERIT}, the level will be returned for the 214 * @throws IllegalStateException if the level is {@link #INHERIT} and the 218 if (level == INHERIT) { 220 throw new IllegalStateException("Error with level INHERIT must have non-null parent"); 240 if (level == INHERIT) { 241 throw new IllegalArgumentException("Error level may not be set to INHERIT");
|
/external/ipsec-tools/src/racoon/ |
cfparse.h | 119 INHERIT = 335, 284 #define INHERIT 335
|
cfparse.y | 214 %token REMOTE ANONYMOUS INHERIT [all...] |
cftoken.l | 303 <S_RMT>inherit { YYD; return(INHERIT); }
|
/external/apache-xml/src/main/java/org/apache/xalan/transformer/ |
TransformerImpl.java | [all...] |
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/dom2dtm/ |
DOM2DTM.java | 367 boolean shouldStrip = (DTMWSFilter.INHERIT == wsv) [all...] |
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/sax2dtm/ |
SAX2DTM.java | [all...] |
SAX2DTM2.java | [all...] |
/prebuilts/tools/common/m2/repository/net/sourceforge/cssparser/cssparser/0.9.13/ |
cssparser-0.9.13.jar | |
/prebuilts/devtools/tools/lib/ |
common.jar | |
/prebuilts/gradle-plugin/com/android/tools/common/25.2.0/ |
common-25.2.0.jar | |
/prebuilts/gradle-plugin/com/android/tools/common/25.2.0-alpha1/ |
common-25.2.0-alpha1.jar | |
/prebuilts/gradle-plugin/com/android/tools/common/25.2.0-alpha3/ |
common-25.2.0-alpha3.jar | |
/prebuilts/gradle-plugin/com/android/tools/common/25.2.0-alpha4/ |
common-25.2.0-alpha4.jar | |
/prebuilts/gradle-plugin/com/android/tools/common/25.2.0-alpha6/ |
common-25.2.0-alpha6.jar | |