Home
last modified time | relevance | path

Searched refs:generate (Results 1 – 25 of 102) sorted by relevance

12345

/system/bt/build/dpkg/libchrome/debian/patches/
D0001-common-mk-rebase_path-output-location-of-generate-pc.patch4 Subject: [PATCH] common-mk: rebase_path output location of generate-pc.py
6 Without rebase_path, the generate-pc.py would be called like
7 `generate-pc.py --output //out/Release` if the output is inside the
28 script = "//common-mk/generate-pc.py"
Dseries1 0001-common-mk-rebase_path-output-location-of-generate-pc.patch
/system/bt/build/dpkg/modp_b64/debian/patches/
D0001-common-mk-rebase_path-output-location-of-generate-pc.patch4 Subject: [PATCH] common-mk: rebase_path output location of generate-pc.py
6 Without rebase_path, the generate-pc.py would be called like
7 `generate-pc.py --output //out/Release` if the output is inside the
28 script = "//common-mk/generate-pc.py"
Dseries1 0001-common-mk-rebase_path-output-location-of-generate-pc.patch
/system/security/keystore2/src/
Dec_crypto.rs30 pub fn generate() -> Result<ECDHPrivateKey> { in generate() method
88 Self::generate().context("In ECDHPrivateKey::encrypt_message: generate failed")?; in encrypt_message()
127 let recipient = ECDHPrivateKey::generate()?; in test_crypto_roundtrip()
/system/bt/gd/packet/parser/
Dbison.gni22 # Note: We generate C++ output for Bison. We also set --language to C++
23 # (equivalent to %language c++) which forces Bison to generate a C++ parser.
26 # sources: Grammar files used to generate the parsers.
Dflex.gni21 # Note: We generate .cc files for Flex. However, you must set %option c++ if you
22 # want to generate a C++ scanner class. We don't use --c++ in case you have
26 # sources: Files used to generate the lexers.
/system/sepolicy/reqd_mask/
Dseapp_contexts1 # empty seapp_contexts file - used to generate an empty seapp_contexts for
Dservice_contexts1 # empty service_contexts file - this file is used to generate an empty
Dproperty_contexts1 # empty property_contexts file - this file is used to generate an empty
/system/timezone/testing/data/
DREADME2 generate them.
/system/chre/platform/shared/idl/
DREADME.md4 Use the included update.sh script to generate the header files used in CHRE,
/system/sepolicy/prebuilts/api/27.0/private/
Ddomain.te17 # Limit ability to generate hardware unique device ID attestations to priv_apps
/system/sepolicy/prebuilts/api/26.0/private/
Ddomain.te17 # Limit ability to generate hardware unique device ID attestations to priv_apps
/system/linkerconfig/testdata/
DREADME.md18 bin/.keep # indicates to generate ld.config.txt for this apex
/system/chre/apps/power_test/common/idl/
DREADME.md4 Use the included update.sh script to generate the header files used in CHRE,
/system/bt/build/
DAndroid.bp147 "-fprofile-instr-generate",
165 "-fprofile-instr-generate",
/system/core/toolbox/
DAndroid.bp30 tool_files: ["generate-input.h-labels.py"],
/system/tools/hidl/test/vendor/android/1.0/
DIVendor.hal19 // Used for testing that packages with an 'android' atom generate
/system/tools/hidl/hidl2aidl/test/3.0/
DIFoo.hal21 // minimal type to get translate libraries to generate and build
/system/bt/build/dpkg/
DREADME.txt4 To generate the Debian packages, you need:
/system/tools/hidl/
Dmain.cpp96 status_t generate(const FQName& fqName, const Coordinator* coordinator, in generate() function
135 status_t generate(const FQName& fqName, const Coordinator* coordinator) const;
212 status_t OutputHandler::generate(const FQName& fqName, const Coordinator* coordinator) const { in generate() function in OutputHandler
219 status_t err = file.generate(fqName, coordinator, mLocation); in generate()
261 static FileGenerator::GenerationFunction astGenerationFunction(void (AST::*generate)(Formatter&) in astGenerationFunction()
263 return [generate](const FQName& fqName, const Coordinator* coordinator, in astGenerationFunction()
271 if (generate == nullptr) return OK; // just parsing AST in astGenerationFunction()
278 (ast->*generate)(out); in astGenerationFunction()
1590 status_t err = outputFormat->generate(fqName, &coordinator); in main()
/system/sepolicy/prebuilts/api/28.0/public/
Dperformanced.te23 # generate a lot of noise in the log.
/system/sepolicy/private/
Dviewcompiler.te15 # Include write permission for app data files so viewcompiler can generate
/system/core/code_coverage/seccomp_policy/
Dcode_coverage.policy.def4 // this is processed with generate.sh, so we can use appropriate directives

12345