Searched refs:upper (Results 1 – 14 of 14) sorted by relevance
/system/tpm/attestation/common/ |
D | proto_print.py | 195 guard_name = '%s_%s_PRINT_%s_PROTO_H_' % (package.upper(), 196 subdir.upper(), 197 proto_name.upper()) 200 guard_name = '%s_PRINT_%s_PROTO_H_' % (package.upper(), proto_name.upper()) 264 guard_name = '%s_%s_PRINT_%s_PROTO_H_' % (package.upper(), 265 subdir.upper(), 266 proto_name.upper()) 268 guard_name = '%s_PRINT_%s_PROTO_H_' % (package.upper(), proto_name.upper())
|
/system/extras/simpleperf/ |
D | generate_event_type_table.py | 41 event_config = "PERF_COUNT_HW_" + config.replace('-', '_').upper() 67 event_config = "PERF_COUNT_SW_" + config.replace('-', '_').upper()
|
/system/media/camera/docs/ |
D | camera_device_info.mako | 59 optional int32 upper = 2; 64 optional int64 upper = 2;
|
D | metadata_helpers.py | 286 newstr = "".join([i.isupper() and ("_" + i) or i for i in newstr]).upper() 397 return 'TYPE_%s' %(what.upper()) 708 return "".join([s[0:1].upper() + s[1:] for s in what.split('.')]) 1133 return "ACAMERA_" + match.group(1).upper() + "_*" 1135 return "ACAMERA_" + match.group(1).upper() + match.group(2).upper() + "_*"
|
D | camera_device_info.proto | 59 optional int32 upper = 2; field 64 optional int64 upper = 2; field
|
/system/update_engine/payload_generator/ |
D | extent_ranges.cc | 202 auto upper = extent_set_.lower_bound(ExtentForRange(block + 1, 0)); in ContainsBlock() local 203 for (auto iter = lower; iter != upper; ++iter) { in ContainsBlock() 270 auto upper = extent_set.lower_bound( in FilterExtentRanges() local 272 for (auto iter = lower; iter != upper; ++iter) { in FilterExtentRanges()
|
/system/connectivity/shill/mobile_operator_db/ |
D | serviceproviders_converter.py | 457 self._SpewEnum(u'provider_type', provider_type.upper()) 496 self._SpewEnum(u'plan', plan_node.get(u'type').upper())
|
/system/core/libmemunreachable/ |
D | README.md | 8 … mode, the returned data on leaks is limited to the address, approximate (upper bound) size, and t…
|
/system/connectivity/shill/test-scripts/ |
D | flimflam.py | 28 value = value.upper()
|
/system/tpm/trunks/generator/ |
D | generator.py | 1983 guard_name = 'TRUNKS_%s_' % _OUTPUT_FILE_H.upper().replace('.', '_')
|
D | raw_structures.txt | 1277 “Definition of Types.” In this specification, defined types have names that use all upper-case char… 2097 the upper limit for an array as it does not indicate 2098 the upper bound of the size. 4318 Each return from the TPM has a 32-bit response code. The TPM will always set the upper 20 bits (31:… 9503 This interface type consists of the handles that may be used as PCR references. The upper end of th…
|
D | raw_structures_fixed.txt | 1277 “Definition of Types.” In this specification, defined types have names that use all upper-case char… 2097 the upper limit for an array as it does not indicate 2098 the upper bound of the size. 4312 Each return from the TPM has a 32-bit response code. The TPM will always set the upper 20 bits (31:… 9531 This interface type consists of the handles that may be used as PCR references. The upper end of th…
|
/system/media/audio_utils/ |
D | Doxyfile.orig | 484 # names in lower-case letters. If set to YES upper-case letters are also
|
D | Doxyfile | 484 # names in lower-case letters. If set to YES upper-case letters are also
|