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

1 2 3 4 5

  /external/libxkbcommon/xkbcommon/test/
utf8.c 31 #define VALID(lit) assert(is_valid_utf8(lit, sizeof(lit)-1))
42 VALID("ascii");
43 VALID("\xCE\xBA\xE1\xBD\xB9\xCF\x83\xCE\xBC\xCE\xB5");
45 VALID("");
46 VALID("\x00");
47 VALID("\x00\x00");
49 VALID("\x50");
50 VALID("\xC2\x80");
51 VALID("\xE0\xA0\x80");
52 VALID("\xF0\x90\x80\x80")
    [all...]
  /external/tensorflow/tensorflow/core/util/
padding.h 34 // VALID: No padding is carried out.
39 VALID = 1, // No padding.
43 // Return the string containing the list of valid padding types, that can be
  /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,
  /frameworks/native/libs/ui/include/ui/
FenceTime.h 127 VALID,
  /device/google/marlin/dataservices/datatop/src/
datatop_opt.h 49 #define VALID 0
  /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, "");
  /external/libmojo/mojo/public/cpp/bindings/
struct_ptr.h 145 : value_(std::forward<Args>(args)...), state_(VALID) {}
161 DCHECK(state_ == VALID);
165 DCHECK(state_ == VALID);
203 VALID,
  /bionic/tests/
wchar_test.cpp 125 // Given a NULL destination, these functions count valid characters.
346 constexpr const char* VALID = "A" "\xc2\xa2" "\xe2\x82\xac" "\xf0\xa4\xad\xa2" "ef";
351 const char* valid = VALID; local
352 ASSERT_EQ(4U, mbsrtowcs(out, &valid, 4, ps));
357 // Check that valid has advanced to the next unread character.
358 ASSERT_EQ('e', *valid);
361 ASSERT_EQ(2U, mbsrtowcs(out, &valid, 4, ps));
367 // Check that valid has advanced to the end of the string.
368 ASSERT_EQ(nullptr, valid);
    [all...]
  /device/google/marlin/camera/QCamera2/HAL3/
QCamera3HALHeader.h 56 VALID,
  /external/deqp/external/openglcts/modules/common/
glcRobustBufferAccessBehaviorTests.hpp 296 * * valid:
322 * - execute draw call with valid element buffer;
404 VALID,
435 * * valid coordinates for source and destination images;
436 * * invalid coordinates for destination and valid ones for source image;
437 * * valid coordinates for destination and invalid ones for source image.
503 VALID,
549 VALID,
  /hardware/qcom/camera/msm8998/QCamera2/HAL3/
QCamera3HALHeader.h 56 VALID,
  /external/libphonenumber/libphonenumber/src/com/google/i18n/phonenumbers/
PhoneNumberUtil.java 281 // least three leading digits, and only valid punctuation, alpha characters and
283 // The symbol 'x' is allowed here as valid punctuation since it is often used as a placeholder for
349 // Regexp of all known extension prefixes used by different regions followed by 1 or more valid
354 // We append optionally the extension pattern to the end here, as a valid phone number may
449 /** The number length matches that of valid numbers for this region. */
459 /** The number is shorter than all valid numbers for this region. */
462 * The number is longer than the shortest valid numbers for this region, shorter than the
463 * longest valid numbers for this region, and does not itself have a number length that matches
464 * valid numbers for this region. This can also be returned in the case where
469 /** The number is longer than all valid numbers for this region. *
    [all...]
  /external/tensorflow/tensorflow/compiler/xla/python/
xla_client.py 69 VALID = 1
75 """Maps PaddingType (VALID or SAME) to pad values (list of pairs of ints)."""
76 if padding_type == PaddingType.VALID:
724 padding: PaddingType representing either 'SAME' or 'VALID ' padding.
903 padding: PaddingType representing either 'SAME' or 'VALID' padding.
    [all...]
  /frameworks/base/tests/net/java/android/net/ip/
IpClientTest.java 81 private static final String VALID = "VALID";
334 validConf("valid IPv4 configuration",
336 validConf("another valid IPv4 configuration",
338 validConf("valid IPv6 configurations",
342 validConf("valid IPv6 configurations",
344 validConf("valid IPv6/v4 configuration",
348 validConf("valid IPv6 configuration without any GUA.",
392 return isValid ? VALID : INVALID;
  /external/deqp/external/openglcts/modules/gl/
gl4cEnhancedLayoutsTests.hpp     [all...]
  /external/libxml2/
trio.c 117 #define VALID(x) (NULL != (x))
    [all...]
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.core.contenttype_3.5.0.v20150421-2214.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.core.contenttype_3.4.200.v20130326-1255.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.2.0/
lint-checks-22.2.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.4.0/
lint-checks-22.4.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.4.2/
lint-checks-22.4.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.5.0/
lint-checks-22.5.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.5.1/
lint-checks-22.5.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.5.3/
lint-checks-22.5.3.jar 

Completed in 494 milliseconds

1 2 3 4 5