HomeSort by relevance Sort by last modified time
    Searched refs:supported_values (Results 1 - 5 of 5) sorted by null

  /external/tpm2/generator/
structure_generator.py 641 supported_values: String literal indicating the name of a list of supported
671 uint16_t supported_values[] = %(supported_values)s;
672 size_t length = sizeof(supported_values)/sizeof(supported_values[0]);
677 if (*target == supported_values[i]) {
726 supported_values, and error_code attributes new values during parsing.
738 self.supported_values = None
772 if self.supported_values:
774 {'supported_values': self.supported_values}
    [all...]
tpm_table.py 488 new_if.supported_values = alg_base + '_' + '_'.join(
491 new_if.supported_values = new_value[1:]
522 new_if.supported_values = new_value[1:]
  /device/google/cuttlefish_common/guest/hals/camera/
EmulatedCamera.cpp 55 bool CheckParameterValue(const char* value, const char** supported_values) {
56 for (int index = 0; supported_values[index] != NULL; ++index) {
57 if (!strcmp(value, supported_values[index])) return true;
    [all...]
  /external/tpm2/
tpm_generated.c 1865 uint16_t supported_values[] = AES_KEY_SIZES_BITS; local
1895 uint16_t supported_values[] = SM4_KEY_SIZES_BITS; local
1925 uint16_t supported_values[] = CAMELLIA_KEY_SIZES_BITS; local
2569 uint16_t supported_values[] = RSA_KEY_SIZES_BITS; local
3013 uint16_t supported_values[] = ECC_CURVES; local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/
Xlib.h 1391 char **supported_values; member in struct:__anon61413
    [all...]

Completed in 767 milliseconds