OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:supported_values
(Results
1 - 6
of
6
) sorted by null
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/
AvrcpControllerClasses.java
297
public byte []
supported_values
;
field in class:PlayerApplicationSettings
331
plAppSetting.
supported_values
= new byte[numSupportedVals];
333
plAppSetting.
supported_values
[i] = bb.get();
421
for(int j = 0; j < plAppSetting.
supported_values
.length; j++) {
422
if(val == plAppSetting.
supported_values
[j]) {
/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:]
/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
2565
uint16_t
supported_values
[] = RSA_KEY_SIZES_BITS;
local
3009
uint16_t
supported_values
[] = ECC_CURVES;
local
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/
Xlib.h
1394
char **
supported_values
;
member in struct:__anon36502
[
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:__anon38365
[
all
...]
Completed in 158 milliseconds