/aosp_15_r20/external/selinux/restorecond/ |
H A D | user.c | 62 if (debug_mode) in on_name_acquired() 73 if (debug_mode) in on_name_lost() 139 if (debug_mode) in io_channel_callback() 181 if (debug_mode) in start() 204 if (debug_mode) in start() 218 if (debug_mode) in local_server() 223 if (debug_mode) in local_server() 228 if (debug_mode) in local_server() 233 if (debug_mode) in local_server() 259 if (debug_mode) in sigterm_handler()
|
H A D | watch.c | 111 if (debug_mode) in watch_list_add() 130 if (debug_mode) in watch_list_find() 146 if (debug_mode) in watch_list_find() 198 if (debug_mode) in watch() 269 if (debug_mode) in read_config()
|
H A D | restorecond.c | 75 int debug_mode = 0; variable 171 debug_mode = 1; in main() 212 if (!debug_mode) { in main()
|
/aosp_15_r20/external/tensorflow/tensorflow/python/client/ |
H A D | virtual_gpu_test.py | 126 debug_mode=False): argument 146 if debug_mode: 156 debug_mode = False 160 debug_mode = True 164 debug_mode = True 171 sess, random_seed, op_placement, self.devices, debug_mode=debug_mode) 177 debug_mode=debug_mode)
|
/aosp_15_r20/hardware/invensense/65xx/libsensors_iio/software/core/mllite/ |
H A D | data_builder.c | 50 int debug_mode; member 71 inv_data_builder.debug_mode = RD_RECORD; in inv_turn_on_data_logging() 80 inv_data_builder.debug_mode = RD_NO_DEBUG; in inv_turn_off_data_logging() 247 if (inv_data_builder.debug_mode == RD_RECORD) { in inv_set_gyro_orientation_and_scale() 264 if (inv_data_builder.debug_mode == RD_RECORD) { in inv_set_gyro_sample_rate() 283 if (inv_data_builder.debug_mode == RD_RECORD) { in inv_set_accel_sample_rate() 302 if (inv_data_builder.debug_mode == RD_RECORD) { in inv_set_compass_sample_rate() 336 if (inv_data_builder.debug_mode == RD_RECORD) { in inv_set_quat_sample_rate() 440 if (inv_data_builder.debug_mode == RD_RECORD) { in inv_set_accel_orientation_and_scale() 463 if (inv_data_builder.debug_mode == RD_RECORD) { in inv_set_compass_orientation_and_scale() [all …]
|
/aosp_15_r20/hardware/invensense/6515/libsensors_iio/software/core/mllite/ |
H A D | data_builder.c | 51 int debug_mode; member 72 inv_data_builder.debug_mode = RD_RECORD; in inv_turn_on_data_logging() 81 inv_data_builder.debug_mode = RD_NO_DEBUG; in inv_turn_off_data_logging() 248 if (inv_data_builder.debug_mode == RD_RECORD) { in inv_set_gyro_orientation_and_scale() 265 if (inv_data_builder.debug_mode == RD_RECORD) { in inv_set_gyro_sample_rate() 284 if (inv_data_builder.debug_mode == RD_RECORD) { in inv_set_accel_sample_rate() 505 if (inv_data_builder.debug_mode == RD_RECORD) { in inv_set_compass_sample_rate() 539 if (inv_data_builder.debug_mode == RD_RECORD) { in inv_set_quat_sample_rate() 645 if (inv_data_builder.debug_mode == RD_RECORD) { in inv_set_accel_orientation_and_scale() 668 if (inv_data_builder.debug_mode == RD_RECORD) { in inv_set_compass_orientation_and_scale() [all …]
|
/aosp_15_r20/packages/modules/AdServices/adservices/tests/unittest/service-core/measurement/assets/msmt_e2e_tests/source_destination_limits/ |
D | fifo_destination_without_reports_deletion.json | 471 "debug_mode": "enabled", string 499 "debug_mode": "enabled", string 528 "debug_mode": "enabled", string 557 "debug_mode": "enabled", string 586 "debug_mode": "enabled", string 617 "debug_mode": "enabled", string 645 "debug_mode": "enabled", string 673 "debug_mode": "enabled", string 701 "debug_mode": "enabled", string 729 "debug_mode": "enabled", string
|
D | fifo_destination_with_reports_deletion.json | 471 "debug_mode": "enabled", string 499 "debug_mode": "enabled", string 529 "debug_mode": "enabled", string 557 "debug_mode": "enabled", string 585 "debug_mode": "enabled", string 613 "debug_mode": "enabled", string 641 "debug_mode": "enabled", string
|
/aosp_15_r20/external/libwebsockets/ |
H A D | gen_lws_config_h.sh | 7 debug_mode="false" 9 debug_mode="true" 57 if [[ $debug_mode == "true" ]]; then 119 if [[ $debug_mode == "true" ]]; then 131 if [[ $debug_mode != "true" ]]; then
|
/aosp_15_r20/hardware/invensense/6515/libsensors_iio/software/simple_apps/playback/linux/ |
H A D | and_constructor.c | 34 int debug_mode; member 120 if (inv_construct.debug_mode != RD_PLAYBACK) { in inv_playback() 121 MPL_LOGE("%s|%s|%d error: debug_mode != RD_PLAYBACK\n", in inv_playback() 139 inv_construct.debug_mode = RD_NO_DEBUG; in inv_playback() 275 inv_construct.debug_mode = RD_NO_DEBUG; in inv_playback() 288 inv_construct.debug_mode = mode; in inv_set_debug_mode()
|
/aosp_15_r20/external/pytorch/torch/ |
H A D | __init__.py | 1357 def set_deterministic_debug_mode(debug_mode: _Union[builtins.int, str]) -> None: 1365 debug_mode(str or int): If "default" or 0, don't error or warn on 1373 if not isinstance(debug_mode, (builtins.int, str)): 1374 raise TypeError(f"debug_mode must be str or int, but got {type(debug_mode)}") 1376 if isinstance(debug_mode, str): 1377 if debug_mode == "default": 1378 debug_mode = 0 1379 elif debug_mode == "warn": 1380 debug_mode = 1 1381 elif debug_mode == "error": [all …]
|
/aosp_15_r20/external/pytorch/torch/cuda/ |
H A D | __init__.py | 1012 def set_sync_debug_mode(debug_mode: Union[int, str]) -> None: 1016 debug_mode(str or int): if "default" or 0, don't error or warn on synchronizing operations, 1024 if isinstance(debug_mode, str): 1025 if debug_mode == "default": 1026 debug_mode = 0 1027 elif debug_mode == "warn": 1028 debug_mode = 1 1029 elif debug_mode == "error": 1030 debug_mode = 2 1033 "invalid value of debug_mode, expected one of `default`, `warn`, `error`" [all …]
|
/aosp_15_r20/cts/apps/CameraITS/ |
H A D | config_sample_parallel_testing.yml | 27 debug_mode: "False" # quotes are needed here 44 debug_mode: "False" # quotes are needed here 61 debug_mode: "False" # quotes are needed here 80 debug_mode: "False" # quotes are needed here
|
/aosp_15_r20/prebuilts/cmake/linux-x86/share/cmake-3.22/Help/policy/ |
D | CMP0043.rst | 23 COMPILE_DEFINITIONS_DEBUG DEBUG_MODE 31 COMPILE_DEFINITIONS $<$<CONFIG:Debug>:DEBUG_MODE> 33 target_compile_definitions(tgt PRIVATE $<$<CONFIG:Debug>:DEBUG_MODE>)
|
/aosp_15_r20/external/walt/pywalt/pywalt/ |
H A D | walt.py | 61 debug_mode = True variable 65 if debug_mode: 318 global debug_mode 319 debug_mode = args.debug 366 if not debug_mode: 446 if not debug_mode:
|
/aosp_15_r20/packages/modules/AdServices/adservices/tests/unittest/service-core/measurement/assets/msmt_e2e_tests/aggregatable/ |
D | aggregatable_debug_source_success.json | 213 "debug_mode": "enabled", string 267 "debug_mode": "enabled", string 349 "debug_mode": "enabled", string 378 "debug_mode": "enabled", string
|
/aosp_15_r20/external/autotest/client/site_tests/platform_PrinterPpds/ |
H A D | platform_PrinterPpds.py | 90 debug_mode=False, argument 99 @param debug_mode: if set to True, then the autotest temporarily 120 self._configurator.configure(debug_mode) 167 if debug_mode:
|
/aosp_15_r20/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/ |
D | PointerTracker.java | 55 private static boolean DEBUG_MODE = DebugFlags.DEBUG_ENABLED || DEBUG_EVENT; field in PointerTracker 627 if (DEBUG_MODE) in onDownEvent() 794 if (DEBUG_MODE) { in processPhantomSuddenMoveHack() 808 if (DEBUG_MODE) { in processProximateBogusDownMoveUpEventHack() 863 if (DEBUG_MODE) { in dragFingerFromOldKeyToNewKey() 1094 if (DEBUG_MODE) { in isMajorEnoughMoveToBeOnNewKey() 1104 if (DEBUG_MODE) { in isMajorEnoughMoveToBeOnNewKey()
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/lite/experimental/tac/ |
H A D | tac_module.cc | 82 absl::Status TacModule::RunTacPasses(mlir::ModuleOp* module, bool debug_mode) { in RunTacPasses() argument 86 if (!debug_mode) { in RunTacPasses() 135 auto status = RunTacPasses(&module, options_.debug_mode); in Run()
|
/aosp_15_r20/cts/tests/tests/media/projection/src/android/media/projection/cts/ |
H A D | MediaProjectionMirroringTest.java | 95 private static final boolean DEBUG_MODE = false; field in MediaProjectionMirroringTest 142 if (DEBUG_MODE) { in setUp() 284 if (DEBUG_MODE) { in createVirtualDisplay() 433 if (DEBUG_MODE) { in waitForLatestScreenshot()
|
/aosp_15_r20/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/reporting/ |
D | AggregateReportBody.java | 79 String DEBUG_MODE = "debug_mode"; field 159 sharedInfoJson.put(SharedInfoKeys.DEBUG_MODE, mDebugMode); in sharedInfoToJson()
|
/aosp_15_r20/external/s2-geometry-library-java/tests/com/google/common/geometry/ |
H A D | S2CellTest.java | 25 public static final boolean DEBUG_MODE = true; field in S2CellTest 281 if (forceSubdivide || cell.level() < (DEBUG_MODE ? 5 : 6) in testSubdivide() 282 || random(DEBUG_MODE ? 10 : 4) == 0) { in testSubdivide() 422 static final int MAX_LEVEL = DEBUG_MODE ? 6 : 10;
|
/aosp_15_r20/cts/apps/CameraITS/tests/ |
H A D | its_base_test.py | 73 if self.user_params.get('debug_mode'): 74 self.debug_mode = self.user_params['debug_mode'] == 'True'
|
/aosp_15_r20/cts/apps/CameraITS/tests/feature_combination/ |
H A D | test_feature_combination.py | 113 debug_mode = self.debug_mode 136 if debug_mode:
|
/aosp_15_r20/cts/apps/CameraITS/tests/scene5/ |
H A D | test_lens_shading_and_color_uniformity.py | 148 debug_mode = self.debug_mode 167 if debug_mode:
|