HomeSort by relevance Sort by last modified time
    Searched refs:VALID (Results 1 - 25 of 138) sorted by null

1 2 3 4 5 6

  /system/netd/netutils_wrappers/
NetUtilsWrapperTest-1.0.cpp 27 #define VALID true
31 bool valid; member in struct:Command
37 {VALID, "/system/bin/tc qdisc del dev root"},
38 {VALID, "/system/bin/ip -6 addr add dev r_rmnet_data6 2001:db8::/64"},
40 {VALID, "/system/bin/ip6tables -w -A INPUT -j qcom_foo"},
42 {VALID, "/system/bin/ip6tables -w -A INPUT -i rmnet_data9 -j routectrl_MANGLE_INPUT"},
43 {VALID, "/system/bin/ip6tables -w -F nm_pre_ip4"},
45 {VALID, "/system/bin/ndc network interface add oem10"},
46 {VALID, "/system/bin/ndc network interface add oem10 v_oem9"},
47 {VALID, "/system/bin/ndc network interface add oem10 oem9"}
    [all...]
  /external/conscrypt/platform/src/main/java/org/conscrypt/ct/
VerifiedSCT.java 29 VALID,
CTVerificationResult.java 33 if (result.status == VerifiedSCT.Status.VALID) {
CTLogInfo.java 139 return VerifiedSCT.Status.VALID;
  /device/google/marlin/dataservices/datatop/src/
datatop_opt.h 49 #define VALID 0
datatop_fileops.c 99 * @return VALID - File does not exist and can be written to.
113 return VALID;
121 * @return VALID - File opened successfully.
128 return VALID;
datatop_opt.c 69 * @return PARSE_FAILURE - CLI arguments and/or input not valid.
95 printf("Argument for -n is not valid. ");
104 printf("Argument for -i is not valid. ");
114 printf("Argument for -t is not valid. ");
121 if (dtop_check_writefile_access(optarg) == VALID) {
130 if (dtop_check_writefile_access(optarg) == VALID)
datatop.c 224 &to_file)) == VALID) {
  /external/libunwind/src/ppc/
Ginit_remote.c 57 #error init_remote :: NO VALID PPC ARCH!
  /sdk/eclipse/plugins/com.android.ide.eclipse.monitor/src/com/android/ide/eclipse/monitor/
SdkToolsLocator.java 90 return SdkInstallStatus.VALID;
97 private SdkInstallStatus(boolean valid, String errorMessage) {
98 mValid = valid;
110 public static final SdkInstallStatus VALID = new SdkInstallStatus(true, "");
MonitorApplication.java 126 // So see if the folder one level up from the install location is a valid SDK.
168 return locator.isValidInstallation() == SdkInstallStatus.VALID;
  /device/google/marlin/camera/QCamera2/HAL3/
QCamera3HALHeader.h 56 VALID,
  /device/huawei/angler/camera/QCamera2/HAL3/
QCamera3HALHeader.h 56 VALID,
  /device/lge/bullhead/camera/QCamera2/HAL3/
QCamera3HALHeader.h 56 VALID,
  /hardware/qcom/camera/msm8998/QCamera2/HAL3/
QCamera3HALHeader.h 56 VALID,
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/binaryxml/
BinaryXMLDescriber.java 64 status = VALID;
  /external/iproute2/examples/
cbq.init-v0.7.3 179 # configuration to check whether it is completely valid.
181 # All CBQ parameters are valid for Ethernet interfaces only, The script was
199 # Example of valid config name:
709 VALID=1
712 [ "$2" = "invalidate" -o ! -f $CBQ_CACHE ] && VALID=0
713 if [ $VALID -eq 1 ]; then
715 wc -l` -gt 0 ] && VALID=0
719 if [ $VALID -ne 1 ]; then
    [all...]
  /external/google-breakpad/android/
run-checks.sh 100 ANDROID_NDK_ROOT in your environment to point to a valid Android NDK
113 - Check the stack trace content for valid source file locations.
135 --abi=<name> to override this. Valid ABI names are:
149 Valid options:
184 panic "Your NDK directory is not valid (missing ndk-build): $NDK_DIR"
303 VALID=
306 VALID=true
311 if [ -z "$VALID" ]; then
312 panic "Unknown CPU ABI '$ABI'. Valid values are: $VALID_ABIS"
539 \[*.cpp|\[*.cc|\[*.h) # These are valid source locations in our executabl
    [all...]
  /frameworks/native/libs/ui/
FenceTime.cpp 50 State::VALID : State::INVALID),
58 State::VALID : State::INVALID),
65 : mState(Fence::isValidTimestamp(signalTime) ? State::VALID : State::INVALID),
76 // Applying Snapshot::State::FENCE, could change the valid state of the
106 // We store the valid state in the constructors and return it here.
107 // This lets release code remember the valid state even after the
  /frameworks/native/libs/ui/include/ui/
FenceTime.h 127 VALID,
  /external/libxml2/os400/
xmllint.cmd 110 (*VALID '--valid') +
  /external/libphonenumber/libphonenumber/test/com/google/i18n/phonenumbers/
PhoneNumberMatcherTest.java 322 // Numbers should not be considered valid, if they are surrounded by Latin characters, but
360 // Numbers should not be considered valid, if they have trailing Latin characters, but should be
373 // Numbers should be considered valid, since they start with punctuation.
384 // Numbers should be considered valid, since they are surrounded by Chinese.
395 // Numbers should be considered valid, since they are surrounded by punctuation.
453 // US numbers cannot start with 7 in the test metadata to be valid.
464 * Strings with number-like things that should only be found up to and including the "valid"
561 doTestNumberMatchesForLeniency(testCases, Leniency.VALID);
568 doTestNumberNonMatchesForLeniency(testCases, Leniency.VALID);
640 * matching is set to VALID; else no test number should be extracted at that leniency leve
    [all...]
  /bionic/tests/
wchar_test.cpp 123 // Given a NULL destination, these functions count valid characters.
344 constexpr const char* VALID = "A" "\xc2\xa2" "\xe2\x82\xac" "\xf0\xa4\xad\xa2" "ef";
349 const char* valid = VALID; local
350 ASSERT_EQ(4U, mbsrtowcs(out, &valid, 4, ps));
355 // Check that valid has advanced to the next unread character.
356 ASSERT_EQ('e', *valid);
359 ASSERT_EQ(2U, mbsrtowcs(out, &valid, 4, ps));
365 // Check that valid has advanced to the end of the string.
366 ASSERT_EQ(nullptr, valid);
    [all...]
  /frameworks/base/tests/net/java/android/net/ip/
IpManagerTest.java 78 private static final String VALID = "VALID";
280 validConf("valid IPv4 configuration",
282 validConf("another valid IPv4 configuration",
284 validConf("valid IPv6 configurations",
288 validConf("valid IPv6 configurations",
290 validConf("valid IPv6/v4 configuration",
294 validConf("valid IPv6 configuration without any GUA.",
338 return isValid ? VALID : INVALID;
  /external/libxml2/
trio.c 117 #define VALID(x) (NULL != (x))
    [all...]

Completed in 1832 milliseconds

1 2 3 4 5 6