Home
last modified time | relevance | path

Searched defs:bool (Results 351 – 375 of 452) sorted by relevance

1...<<111213141516171819

/aosp12/build/soong/android/
H A Dnamespace.go90 func NewNameResolver(namespaceExportFilter func(*Namespace) bool) *NameResolver {
H A Dpaths.go589 func pathsForModuleSrcFromFullPath(ctx EarlyModulePathContext, paths []string, incDirs bool) Paths {
782 func FilterPathListPredicate(list []Path, predicate func(Path) bool) (remainder []Path, filtered []…
1372 isNdk, isLlndkOrVndk, isGzip bool) OptionalPath {
1614 func pathForInstall(ctx PathContext, os OsType, arch ArchType, partition string, debug bool,
H A Dsdk.go408 func DependencyTagForSdkMemberType(memberType SdkMemberType, export bool) SdkMemberTypeDependencyTa…
/aosp12/build/soong/cc/
H A Dfuzz.go238 libraryPath android.Path, isHost bool, archString string) string {
H A Dvndk.go246 func vndkModuleLister(predicate func(*Module) bool) moduleListerFunc {
/aosp12/system/extras/simpleperf/scripts/test/
H A Ddo_test.py341 def _write_result(self, test_name: str, test_env: str, test_result: bool):
/aosp12/system/security/keystore2/src/km_compat/
H A Dlib.rs85 fn generate_rsa_key(legacy: &dyn IKeyMintDevice, encrypt: bool, attest: bool) -> Vec<u8> { in generate_rsa_key()
/aosp12/build/soong/apex/
H A Dapex.go1266 func (a *apexBundle) MarkAsCoverageVariant(coverage bool) {
1367 …orNativeLibrary(ctx android.BaseModuleContext, ccMod *cc.Module, handleSpecialLibs bool) apexFile {
2166 func ApexBundleFactory(testApex bool, artApex bool) android.Module {
/aosp12/hardware/interfaces/wifi/supplicant/1.0/vts/functional/
H A Dsupplicant_sta_iface_hidl_test.cpp129 bool /* locallyGenerated */, in onDisconnected() argument
137 bool /*timedOut */) override { in onAssociationRejected() argument
/aosp12/frameworks/av/drm/libdrmframework/
H A DNoOpDrmManagerClientImpl.cpp102 bool /* reserve */) { in consumeRights() argument
/aosp12/frameworks/av/media/codec2/sfplugin/
H A DCCodecBuffers.h945 bool releaseBuffer( in releaseBuffer() argument
/aosp12/system/security/keystore2/selinux/src/
H A Dlib.rs101 fn eq(&self, other: &Self) -> bool { in eq()
/aosp12/system/security/keystore2/src/
H A Dapc.rs380 fn isSupported(&self) -> BinderResult<bool> { in isSupported()
/aosp12/frameworks/av/media/libeffects/downmix/
H A DEffectDownmix.cpp698 static int Downmix_Reset(downmix_object_t* /* pDownmixer */, bool /* init */) { in Downmix_Reset() argument
/aosp12/build/soong/java/
H A Djava.go1003 func InitTestHost(th *TestHost, installable *bool, testSuites []string, autoGenConfig *bool) {
1248 func (j *Import) setStrictUpdatabilityLinting(bool) { argument
1606 func (j *DexImport) setStrictUpdatabilityLinting(bool) { argument
/aosp12/hardware/qcom/gps/msm8909w_3100/core/
H A DLocApiBase.cpp557 initDataServiceClient(bool /*isDueToSsr*/) in initDataServiceClient() argument
/aosp12/frameworks/hardware/interfaces/sensorservice/libsensorndkbridge/
H A DASensorManager.cpp149 int /* type */, bool /* wakeup */) { in getDefaultSensorEx() argument
/aosp12/frameworks/av/media/libstagefright/renderfright/tests/
H A DRenderEngineThreadedTest.cpp209 base::unique_fd*) -> status_t { return NO_ERROR; }); in TEST_F()
/aosp12/frameworks/native/services/surfaceflinger/tests/unittests/
H A DTestableSurfaceFlinger.h768 void setVsyncEnabled(bool) override {} in setVsyncEnabled() argument
771 void kernelTimerChanged(bool) override {} in kernelTimerChanged() argument
/aosp12/art/compiler/utils/x86/
H A Djni_macro_assembler_x86.cc509 void X86JNIMacroAssembler::VerifyObject(ManagedRegister /*src*/, bool /*could_be_null*/) { in VerifyObject() argument
513 void X86JNIMacroAssembler::VerifyObject(FrameOffset /*src*/, bool /*could_be_null*/) { in VerifyObject() argument
/aosp12/bionic/tests/
H A Dgrp_pwd_test.cpp173 bool /* check_username */) { in check_get_passwd() argument
576 static void check_get_group(const char*, gid_t, bool) { in check_get_group() argument
/aosp12/system/tools/aidl/tests/
H A Daidl_test_service.cpp665 virtual Status LogThis(bool, vector<bool>*, int8_t, vector<uint8_t>*, char16_t, vector<char16_t>*, in LogThis() argument
/aosp12/frameworks/base/tools/aapt2/compile/
H A DPng.cpp774 static bool getHorizontalLayoutBoundsTicks(png_bytep row, int width, in getHorizontalLayoutBoundsTicks() argument
812 static bool getVerticalLayoutBoundsTicks(png_bytepp rows, int offset, in getVerticalLayoutBoundsTicks() argument
/aosp14/frameworks/base/tools/aapt2/compile/
H A DPng.cpp768 static bool getHorizontalLayoutBoundsTicks(png_bytep row, int width, in getHorizontalLayoutBoundsTicks() argument
806 static bool getVerticalLayoutBoundsTicks(png_bytepp rows, int offset, in getVerticalLayoutBoundsTicks() argument
/aosp12/packages/modules/Virtualization/authfs/src/
H A Dfusefs.rs317 _delayed_write: bool, in write()

1...<<111213141516171819