Home
last modified time | relevance | path

Searched refs:constants (Results 1 – 25 of 38) sorted by relevance

12

/system/tpm/trunks/generator/
Dgenerator_test.py193 types, constants, structs, defines, typemap = parser.Parse()
195 self.assertIsNotNone(constants)
206 types, constants, structs, defines, typemap = parser.Parse()
209 self.assertGreaterEqual(len(constants), 1)
217 self.assertEqual(constants[0].const_type, 'const_type')
218 self.assertEqual(constants[0].name, 'const_name')
219 self.assertEqual(constants[0].value, 'const_value')
Dgenerator.py983 constants = []
991 constants += self._ParseConstants(types, typemap)
1020 return types, constants, structs, defines, typemap
1084 constants = []
1090 return constants
1096 return constants
1106 return constants
1113 return constants
1115 constants.append(Constant(constant_typename, name, value))
1118 return constants
[all …]
/system/update_engine/common/
Dplatform_constants_android.cc20 namespace constants { namespace
Dplatform_constants_chromeos.cc20 namespace constants { namespace
Dplatform_constants.h21 namespace constants {
/system/update_engine/
Domaha_response_handler_action.cc41 constants::kOmahaResponseDeadlineFile) {} in OmahaResponseHandlerAction()
47 key_path_(constants::kUpdatePayloadPublicKeyPath), in OmahaResponseHandlerAction()
Domaha_request_params.cc79 os_platform_ = constants::kOmahaPlatformName; in Init()
122 return (update_url_ == constants::kOmahaDefaultAUTestURL || in IsUpdateUrlOfficial()
Dimage_properties_android.cc85 result.omaha_url = constants::kOmahaDefaultProductionURL; in LoadImageProperties()
Dhardware_android.cc162 base::FilePath local_path(constants::kNonVolatileDirectory); in GetNonVolatileDirectory()
Dhardware_chromeos.cc176 *path = base::FilePath(constants::kNonVolatileDirectory); in GetNonVolatileDirectory()
Dimage_properties_chromeos.cc117 constants::kOmahaDefaultProductionURL); in LoadImageProperties()
Domaha_response_handler_action_unittest.cc121 constants::kOmahaResponseDeadlineFile : test_deadline_file)); in DoTest()
417 params.set_update_url(constants::kOmahaDefaultAUTestURL); in TEST_F()
Domaha_request_params.h48 os_platform_(constants::kOmahaPlatformName), in OmahaRequestParams()
Dupdate_attempter.cc804 forced_omaha_url_ = constants::kOmahaDefaultAUTestURL; in CheckForUpdate()
810 forced_omaha_url_ = constants::kOmahaDefaultAUTestURL; in CheckForUpdate()
1265 constants::kOmahaDefaultProductionURL) { in GetErrorCodeFlags()
Domaha_request_action_unittest.cc221 constants::kOmahaPlatformName,
1062 constants::kOmahaPlatformName, in TEST_F()
1261 constants::kOmahaPlatformName, in TEST_F()
1302 constants::kOmahaPlatformName, in TEST_F()
Dlibcurl_http_fetcher.cc253 constants::kCACertificatesPath), in SetCurlOptionsForHttps()
/system/core/liblog/
Devent.logtags34 # TODO: generate ".java" and ".h" files with integer constants from this file.
/system/bt/
DEventLogTags.logtags34 # TODO: generate ".java" and ".h" files with integer constants from this file.
/system/core/logd/
Devent.logtags34 # TODO: generate ".java" and ".h" files with integer constants from this file.
/system/tools/aidl/docs/
Daidl-cpp.md33 - cross-language integer constants
183 error codes consistent across services by using interface constants (see
188 AIDL has been enhanced to support defining integer constants as part of an
200 These map to appropriate 32 bit integer class constants in Java and C++ (e.g.
/system/tpm/trunks/
DREADME40 Extracts structured information about types, constants, structures, and unions
/system/update_engine/payload_consumer/
Ddelta_performer.h382 std::string public_key_path_{constants::kUpdatePayloadPublicKeyPath};
Dpostinstall_runner_action.cc151 constants::kPostinstallMountOptions)) { in PerformPartitionPostinstall()
/system/media/camera/docs/
Dndk_camera_metadata_tags.mako31 * Do not change the value of constants.
/system/core/logcat/
Devent.logtags35 # TODO: generate ".java" and ".h" files with integer constants from this file.

12