Home
last modified time | relevance | path

Searched defs:bool (Results 76 – 100 of 766) sorted by relevance

12345678910>>...31

/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/sync/mpsc/bounded/
H A Dmod.rs246 pub fn is_closed(&self) -> bool { in is_closed()
260 pub fn is_same(&self, other: &Self) -> bool { in is_same()
303 pub fn is_empty(&self) -> bool { in is_empty()
345 pub fn is_empty(&self) -> bool { in is_empty()
/aosp12/system/core/libcutils/
H A Dtrace-host.cpp23 void atrace_set_debuggable(bool /*debuggable*/) {} in atrace_set_debuggable() argument
24 void atrace_set_tracing_enabled(bool /*enabled*/) {} in atrace_set_tracing_enabled() argument
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/unix/
H A Dkqueue.rs253 fn is_readable(&self) -> bool { in is_readable()
257 fn is_writable(&self) -> bool { in is_writable()
261 fn is_read_closed(&self) -> bool { in is_read_closed()
265 fn is_write_closed(&self) -> bool { in is_write_closed()
269 fn is_error(&self) -> bool { in is_error()
/ohos5.0/base/security/asset/services/db_operator/src/
H A Dtable.rs92 fn build_sql_where(conditions: &DbMap, filter: bool, sql: &mut String) { in build_sql_where()
205 pub(crate) fn exist(&self) -> Result<bool> { in exist()
323 is_filter_sync: bool, in delete_row()
369 …pub(crate) fn update_row(&self, condition: &DbMap, is_filter_sync: bool, datas: &DbMap) -> Result<… in update_row()
403 is_filter_sync: bool, in query_row()
469 pub(crate) fn is_data_exists(&self, cond: &DbMap, is_filter_sync: bool) -> Result<bool> { in is_data_exists()
515 …pub(crate) fn replace_row(&self, condition: &DbMap, is_filter_sync: bool, datas: &DbMap) -> Result… in replace_row()
/aosp12/build/soong/android/
H A Dsingleton.go205 func predAdaptor(pred func(Module) bool) func(blueprint.Module) bool {
223 func (s *singletonContextAdaptor) VisitAllModulesIf(pred func(Module) bool, visit func(Module)) {
231 func (s *singletonContextAdaptor) VisitDirectDepsIf(module Module, pred func(Module) bool, visit fu…
239 func (s *singletonContextAdaptor) VisitDepsDepthFirstIf(module Module, pred func(Module) bool, visi…
/ohos5.0/base/request/request/services/src/utils/
H A Dmod.rs117 pub(crate) fn check_permission(permission: &str) -> bool { in check_permission()
146 fn PublishStateChangeEvent(bundleName: &str, taskId: u32, state: i32, uid: i32) -> bool; in PublishStateChangeEvent()
157 fn IsSystemAPI(token_id: u64) -> bool; in IsSystemAPI()
158 fn CheckPermission(token_id: u64, permission: &str) -> bool; in CheckPermission()
/ohos5.0/base/msdp/device_status/rust/subsystem/distributed_hardware/sys/src/
H A Ddm_binding.rs143 pub fn CInitDeviceManager(pkg_name: *const c_char, on_device_init: OnDeviceInit) -> bool; in CInitDeviceManager()
148 ) -> bool; in CRegisterDevState()
149 pub fn CUnRegisterDevState(pkg_name: *const c_char, extra: *const c_char) -> bool; in CUnRegisterDevState()
/aosp12/hardware/interfaces/gnss/1.1/default/
H A DGnssConfiguration.cpp13 Return<bool> GnssConfiguration::setSuplEs(bool) { in setSuplEs() argument
43 Return<bool> GnssConfiguration::setEmergencySuplPdn(bool) { in setEmergencySuplPdn() argument
/aosp12/build/soong/cc/
H A Dvendor_snapshot_test.go1009 …rtExcludeFromVendorSnapshotIs(t *testing.T, ctx *android.TestContext, name string, expected bool) {
1017 …ExcludeFromRecoverySnapshotIs(t *testing.T, ctx *android.TestContext, name string, expected bool) {
H A Dimage.go351 func (m *Module) SetRamdiskVariantNeeded(b bool) {
355 func (m *Module) SetVendorRamdiskVariantNeeded(b bool) {
359 func (m *Module) SetRecoveryVariantNeeded(b bool) {
363 func (m *Module) SetCoreVariantNeeded(b bool) {
/ohos5.0/base/update/updater/services/rust/hash_signed_data/src/
H A Dimg_hash_check.rs88 fn read_from_le_bytes(&mut self, buffer: &[u8]) -> bool; in read_from_le_bytes()
96 fn read_from_le_bytes(&mut self, buffer: &[u8]) -> bool { in read_from_le_bytes()
117 fn read_from_le_bytes(&mut self, buffer: &[u8]) -> bool { in read_from_le_bytes()
136 fn read_from_le_bytes(&mut self, buffer: &[u8]) -> bool { in read_from_le_bytes()
154 fn read_from_le_bytes(&mut self, buffer: &[u8]) -> bool { in read_from_le_bytes()
/aosp12/frameworks/native/libs/renderengine/include/renderengine/mock/
H A DRenderEngine.h61 void mapExternalTextureBuffer(const sp<GraphicBuffer>&, bool) {} in mapExternalTextureBuffer() argument
/aosp12/frameworks/native/libs/gui/
H A DBufferHubConsumer.cpp65 bool /*controlledByApp*/) { in consumerConnect() argument
124 status_t BufferHubConsumer::setConsumerIsProtected(bool /*isProtected*/) { in setConsumerIsProtected() argument
140 bool /*forceFlush*/, std::vector<OccupancyTracker::Segment>* /*outHistory*/) { in getOccupancyHistory() argument
/aosp12/build/soong/zip/
H A Dzip.go91 func (b *FileArgsBuilder) JunkPaths(v bool) *FileArgsBuilder {
399 nonDeflatedFiles map[string]bool, noCompression bool) error {
436 …ZipWriter) write(f io.Writer, pathMappings []pathMapping, manifest string, emulateJar, srcJar bool,
580 func (z *ZipWriter) addFile(dest, src string, method uint16, emulateJar, srcJar bool) error {
804 func (z *ZipWriter) compressPartialFile(r io.Reader, dict []byte, last bool, resultChan chan io.Rea…
818 func (z *ZipWriter) compressBlock(r io.Reader, dict []byte, last bool) (*bytes.Buffer, error) {
925 func (z *ZipWriter) writeDirectory(dir string, src string, emulateJar bool) error {
/aosp12/hardware/interfaces/gnss/2.0/default/
H A DGnssMeasurement.cpp60 const sp<V1_1::IGnssMeasurementCallback>&, bool) { in setCallback_1_1() argument
67 const sp<V2_0::IGnssMeasurementCallback>& callback, bool) { in setCallback_2_0() argument
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/executor/
H A Dcurrent_thread.rs59 fn schedule(&self, task: Task, _lifo: bool) { in schedule()
98 fn park(&self) -> bool { in park()
110 fn park_on_driver(&self, driver: &mut Driver) -> (bool, bool) { in park_on_driver()
142 fn park_on_condvar(&self) -> bool { in park_on_condvar()
173 fn unpark(&self, wake: bool) { in unpark()
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/net/
H A Dready.rs71 pub fn is_empty(self) -> bool { in is_empty()
75 pub fn is_readable(self) -> bool { in is_readable()
79 pub fn is_writable(self) -> bool { in is_writable()
83 pub fn is_read_closed(self) -> bool { in is_read_closed()
87 pub fn is_write_closed(self) -> bool { in is_write_closed()
119 pub(crate) fn satisfies(self, interest: Interest) -> bool { in satisfies()
/aosp12/build/soong/ui/terminal/
H A Dstatus.go29 func NewStatusOutput(w io.Writer, statusFormat string, forceSimpleOutput, quietBuild bool) status.S…
/aosp12/build/pesto/experiments/prepare_bazel_test_env/
H A Dprepare_bazel_test_env.py32 def _configure_logging(verbose: bool) -> None:
/aosp12/system/chre/platform/linux/
H A Dplatform_debug_dump_manager.cc22 bool /*complete*/) {} in sendDebugDump() argument
/ohos5.0/build/lite/
H A Dcopy_files.py26 def copytree(src: str, dst: str, symlinks: bool = False, ignore=None):
/aosp12/system/extras/simpleperf/scripts/
H A Dsimpleperf_utils.py311 def __init__(self, enable_switch_to_root: bool = True):
322 def run(self, adb_args: List[str], log_output: bool = False, log_stderr: bool = False) -> bool:
325 def run_and_return_output(self, adb_args: List[str], log_output: bool = False,
326 log_stderr: bool = False) -> Tuple[bool, str]:
347 def check_run(self, adb_args: List[str], log_output: bool = False):
350 def check_run_and_return_output(self, adb_args: List[str], log_output: bool = False,
351 log_stderr: bool = False) -> str:
553 binary_finder: BinaryFinder, with_function_name: bool):
H A Dreport_html.py95 def get_sample_info(self, gen_addr_hit_map: bool) -> Dict[str, Any]:
135 def get_sample_info(self, gen_addr_hit_map: bool) -> Dict[str, Any]:
173 build_addr_hit_map: bool):
224 def get_sample_info(self, gen_addr_hit_map: bool) -> Dict[str, Any]:
261 def gen_sample_info(self, gen_addr_hit_map: bool) -> Dict[str, Any]:
312 def gen_sample_info(self, gen_addr_hit_map: bool) -> Dict[str, Any]:
606 build_addr_hit_map: bool, proguard_mapping_files: Optional[List[str]] = None):
622 def load_record_file(self, record_file: str, show_art_frames: bool):
714 def add_source_code(self, source_dirs: List[str], filter_lib: Callable[[str], bool]): argument
783 def add_disassembly(self, filter_lib: Callable[[str], bool], jobs: int): argument
/aosp12/system/bt/gd/rust/linux/stack/src/
H A Dbluetooth.rs29 fn enable(&mut self) -> bool; in enable()
34 fn disable(&mut self) -> bool; in disable()
178 fn enable(&mut self) -> bool { in enable()
182 fn disable(&mut self) -> bool { in disable()
/aosp12/build/soong/java/
H A Ddexpreopt_test.go167 func enabledString(enabled bool) string {

12345678910>>...31