Home
last modified time | relevance | path

Searched +defs:record +defs:mode (Results 1 – 25 of 1105) sorted by relevance

12345678910>>...45

/aosp_15_r20/external/python/cpython2/Lib/logging/
Dhandlers.py58 def __init__(self, filename, mode, encoding=None, delay=0): argument
68 def emit(self, record): argument
89 def __init__(self, filename, mode='a', maxBytes=0, backupCount=0, encoding=None, delay=0): argument
146 def shouldRollover(self, record): argument
283 def shouldRollover(self, record): argument
390 def __init__(self, filename, mode='a', encoding=None, delay=0): argument
400 def emit(self, record): argument
532 def makePickle(self, record): argument
554 def handleError(self, record): argument
568 def emit(self, record): argument
[all …]
D__init__.py405 def formatTime(self, record, datefmt=None): argument
452 def format(self, record): argument
567 def filter(self, record): argument
607 def filter(self, record): argument
730 def format(self, record): argument
743 def emit(self, record): argument
753 def handle(self, record): argument
803 def handleError(self, record): argument
856 def emit(self, record): argument
902 def __init__(self, filename, mode='a', encoding=None, delay=0): argument
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/logging/
Dhandlers.py54 def __init__(self, filename, mode, encoding=None, delay=False, errors=None): argument
65 def emit(self, record): argument
124 def __init__(self, filename, mode='a', maxBytes=0, backupCount=0, argument
183 def shouldRollover(self, record): argument
344 def shouldRollover(self, record): argument
475 def __init__(self, filename, mode='a', encoding=None, delay=False, argument
518 def emit(self, record): argument
631 def makePickle(self, record): argument
653 def handleError(self, record): argument
667 def emit(self, record): argument
[all …]
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/logging/
H A Dhandlers.py54 def __init__(self, filename, mode, encoding=None, delay=False, errors=None): argument
65 def emit(self, record): argument
124 def __init__(self, filename, mode='a', maxBytes=0, backupCount=0, argument
183 def shouldRollover(self, record): argument
344 def shouldRollover(self, record): argument
475 def __init__(self, filename, mode='a', encoding=None, delay=False, argument
518 def emit(self, record): argument
631 def makePickle(self, record): argument
653 def handleError(self, record): argument
667 def emit(self, record): argument
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/logging/
Dhandlers.py54 def __init__(self, filename, mode, encoding=None, delay=False, errors=None): argument
65 def emit(self, record): argument
124 def __init__(self, filename, mode='a', maxBytes=0, backupCount=0, argument
183 def shouldRollover(self, record): argument
344 def shouldRollover(self, record): argument
475 def __init__(self, filename, mode='a', encoding=None, delay=False, argument
518 def emit(self, record): argument
631 def makePickle(self, record): argument
653 def handleError(self, record): argument
667 def emit(self, record): argument
[all …]
/aosp_15_r20/external/python/cpython3/Lib/logging/
Dhandlers.py54 def __init__(self, filename, mode, encoding=None, delay=False, errors=None): argument
65 def emit(self, record): argument
124 def __init__(self, filename, mode='a', maxBytes=0, backupCount=0, argument
183 def shouldRollover(self, record): argument
344 def shouldRollover(self, record): argument
475 def __init__(self, filename, mode='a', encoding=None, delay=False, argument
518 def emit(self, record): argument
631 def makePickle(self, record): argument
653 def handleError(self, record): argument
667 def emit(self, record): argument
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/logging/
Dhandlers.py54 def __init__(self, filename, mode, encoding=None, delay=False, errors=None): argument
65 def emit(self, record): argument
124 def __init__(self, filename, mode='a', maxBytes=0, backupCount=0, argument
183 def shouldRollover(self, record): argument
344 def shouldRollover(self, record): argument
475 def __init__(self, filename, mode='a', encoding=None, delay=False, argument
518 def emit(self, record): argument
631 def makePickle(self, record): argument
653 def handleError(self, record): argument
667 def emit(self, record): argument
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/logging/
Dhandlers.py54 def __init__(self, filename, mode, encoding=None, delay=False, errors=None): argument
65 def emit(self, record): argument
124 def __init__(self, filename, mode='a', maxBytes=0, backupCount=0, argument
183 def shouldRollover(self, record): argument
344 def shouldRollover(self, record): argument
475 def __init__(self, filename, mode='a', encoding=None, delay=False, argument
518 def emit(self, record): argument
631 def makePickle(self, record): argument
653 def handleError(self, record): argument
667 def emit(self, record): argument
[all …]
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/display/
H A DLocalDisplayAdapter.java341 SurfaceControl.DisplayMode mode = displayModes[i]; in updateDisplayModesLocked() local
373 DisplayModeRecord record = findDisplayModeRecord(mode, alternativeRefreshRates); in updateDisplayModesLocked() local
461 mSupportedModes.put(record.mMode.getModeId(), record); in updateDisplayModesLocked() local
670 private DisplayModeRecord findDisplayModeRecord(SurfaceControl.DisplayMode mode, in findDisplayModeRecord()
673 DisplayModeRecord record = mSupportedModes.valueAt(i); in findDisplayModeRecord() local
919 final int mode = getPowerModeForState(state); in requestDisplayStateLocked() local
1080 public void setUserPreferredDisplayModeLocked(Display.Mode mode) { in setUserPreferredDisplayModeLocked()
1352 DisplayModeRecord record = mSupportedModes.get(displayModeId); in findSfDisplayModeIdLocked() local
1408 SurfaceControl.DisplayMode mode = getModeById(mSfDisplayModes, sfModeId); in findMatchingModeIdLocked() local
1414 DisplayModeRecord record = mSupportedModes.valueAt(i); in findMatchingModeIdLocked() local
[all …]
/aosp_15_r20/external/deqp/external/vulkancts/framework/vulkan/
H A DvkAllocationCallbackUtil.cpp133 AllocationCallbackRecord record; in allocation() local
147 AllocationCallbackRecord record; in reallocation() local
161 AllocationCallbackRecord record; in free() local
172 AllocationCallbackRecord record; in internalAllocation() local
185 AllocationCallbackRecord record; in internalFree() local
289 …inisticFailAllocator::DeterministicFailAllocator(const VkAllocationCallbacks *allocator, Mode mode, in DeterministicFailAllocator()
300 void DeterministicFailAllocator::reset(Mode mode, uint32_t numPassingAllocs) in reset()
343 AllocationCallbackRecord record; member
355 size_t getAlignment(const AllocationCallbackRecord &record) in getAlignment()
381 const AllocationCallbackRecord &record = *callbackIter; in validateAllocationCallbacks() local
[all …]
/aosp_15_r20/cts/tests/tests/media/audio/src/android/media/audio/cts/
H A DCallAudioInterceptionTest.java223 AudioRecord record = mAudioManager.getCallDownlinkExtractionAudioRecord(null); in testGetCallDownlinkExtractionAudioRecordFail() local
232 AudioRecord record = mAudioManager.getCallDownlinkExtractionAudioRecord(format); in testGetCallDownlinkExtractionAudioRecordFail() local
240 AudioRecord record = mAudioManager.getCallDownlinkExtractionAudioRecord(format); in testGetCallDownlinkExtractionAudioRecordFail() local
259 AudioRecord record = mAudioManager.getCallDownlinkExtractionAudioRecord(format); in testGetCallDownlinkExtractionAudioRecordFail() local
303 AudioRecord record = in testGetCallDownlinkExtractionAudioRecordSuccess() local
315 private boolean setAudioMode(int mode) { in setAudioMode()
/aosp_15_r20/packages/modules/DnsResolver/
DPrivateDnsConfiguration.cpp102 PrivateDnsModes convertEnumType(PrivateDnsMode mode) { in convertEnumType()
208 const auto mode = mPrivateDnsModes.find(netId); in getStatusLocked() local
443 const auto mode = mPrivateDnsModes.find(netId); in recordDotValidation() local
503 RecordEntry record(netId, identity, state); in updateServerState() local
572 for (const auto& record : mPrivateDnsLog.copy()) { in dump() local
627 RecordEntry record(netId, {IPSockAddr::toIPSockAddr(dohId.ipAddr, kDohPort), name}, in setDoh() local
713 RecordEntry record(netId, identity, status); in onDohStatusUpdate() local
/aosp_15_r20/external/skia/src/core/
H A DSkRecorder.cpp94 SkRecorder::SkRecorder(SkRecord* record, int width, int height) in SkRecorder()
101 SkRecorder::SkRecorder(SkRecord* record, const SkRect& bounds) in SkRecorder()
108 void SkRecorder::reset(SkRecord* record, const SkRect& bounds) { in reset()
181 void SkRecorder::onDrawPoints(PointMode mode, in onDrawPoints()
294 const SkColor colors[], int count, SkBlendMode mode, in onDrawAtlas2()
317 QuadAAFlags aa, const SkColor4f& color, SkBlendMode mode) { in onDrawEdgeAAQuad()
/aosp_15_r20/external/libtraceevent/plugins/
H A Dplugin_kvm.c31 int mode; in disassemble() local
257 static int print_exit_reason(struct trace_seq *s, struct tep_record *record, in print_exit_reason()
279 struct tep_record *record, in tep_plugin_kvm_get_func()
290 static void add_rip_function(struct trace_seq *s, struct tep_record *record, in add_rip_function()
306 static int kvm_exit_handler(struct trace_seq *s, struct tep_record *record, in kvm_exit_handler()
329 static int kvm_entry_handler(struct trace_seq *s, struct tep_record *record, in kvm_entry_handler()
351 struct tep_record *record, in kvm_emulate_insn_handler()
390 static int kvm_nested_vmexit_inject_handler(struct trace_seq *s, struct tep_record *record, in kvm_nested_vmexit_inject_handler()
404 static int kvm_nested_vmexit_handler(struct trace_seq *s, struct tep_record *record, in kvm_nested_vmexit_handler()
436 static int kvm_mmu_print_role(struct trace_seq *s, struct tep_record *record, in kvm_mmu_print_role()
[all …]
/aosp_15_r20/frameworks/av/services/audiopolicy/service/
H A DSpatializer.cpp89 std::vector<float> record{ in recordFromTranslationRotationVector() local
181 int mode; in onMessageReceived() local
623 Status Spatializer::setDesiredHeadTrackingMode(HeadTracking::Mode mode) { in setDesiredHeadTrackingMode()
651 Status Spatializer::getActualHeadTrackingMode(HeadTracking::Mode *mode) { in getActualHeadTrackingMode()
886 const auto record = recordFromTranslationRotationVector(headToStage); in onHeadToStagePoseMsg() local
897 void Spatializer::onActualModeChange(HeadTrackingMode mode) { in onActualModeChange()
905 void Spatializer::onActualModeChangeMsg(HeadTrackingMode mode) { in onActualModeChangeMsg()
1276 for (auto& mode : mHeadTrackingModes) { in toString() local
1284 for (auto& mode : mSpatializationModes) { in toString() local
/aosp_15_r20/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/animation/
H A DTransitionAnimatorTest.kt95 private val mode = in <lambda>() constant
177 private fun record( in <lambda>() method
/aosp_15_r20/external/python/bumble/apps/
Dpair.py75 def __init__(self, mode, connection, capability_string, do_prompt): argument
196 async def get_peer_name(peer, mode): argument
304 mode, argument
451 def emit(self, record): argument
516 mode, argument
/aosp_15_r20/device/google/cuttlefish/host/commands/modem_simulator/
Dsim_service.cpp238 bool SimService::PinStatus::ChangePIN(ChangeMode mode, in ChangePIN()
715 std::string record = final->GetText(); in IsFixedDialNumber() local
750 std::string record = final->GetText(); in GetPhoneNumber() local
776 std::string record = elem->GetText(); in SetPhoneNumber() local
1143 bool SimService::ChangePin1AndAdjustSimStatus(PinStatus::ChangeMode mode, in ChangePin1AndAdjustSimStatus()
1370 int mode = cmd.GetNextInt(); in HandleFacilityLock() local
/aosp_15_r20/frameworks/base/packages/SystemUI/animation/lib/src/com/android/systemui/animation/server/
H A DIOriginTransitionsImpl.java83 OriginTransitionRecord record = in makeOriginTransition() local
85 mRecords.put(record.getToken(), record); in makeOriginTransition() local
369 int mode = change.getMode(); in createFilterForReverseTransition() local
/aosp_15_r20/external/angle/src/libANGLE/renderer/d3d/d3d11/
H A DStateManager11.cpp244 ViewRecord<DescType> *record = &mCurrentViews[resourceIndex]; in update() local
774 const ViewRecord<D3D11_SHADER_RESOURCE_VIEW_DESC> &record = (*currentSRVs)[resourceSlot]; in setShaderResourceInternal() local
819 const ViewRecord<D3D11_UNORDERED_ACCESS_VIEW_DESC> &record = mCurComputeUAVs[resourceSlot]; in setUnorderedAccessViewInternal() local
1373 gl::PrimitiveMode mode) in syncRasterizerState()
1849 auto &record = (*currentSRVs)[resourceIndex]; in unsetConflictingSRVs() local
1888 auto &record = mCurComputeUAVs[resourceIndex]; in unsetConflictingUAVs() local
1914 auto &record = viewCache[resourceIndex]; in unsetConflictingRTVs() local
2235 gl::PrimitiveMode mode, in updateState()
3093 gl::PrimitiveMode mode, in syncVertexBuffersAndInputLayout()
3138 gl::PrimitiveMode mode, in applyVertexBuffers()
/aosp_15_r20/frameworks/base/core/jni/
H A Dandroid_media_AudioRecord.cpp368 void envReleaseArrayElements(JNIEnv *env, jbyteArray array, jbyte *elems, jint mode) { in envReleaseArrayElements()
378 void envReleaseArrayElements(JNIEnv *env, jshortArray array, jshort *elems, jint mode) { in envReleaseArrayElements()
388 void envReleaseArrayElements(JNIEnv *env, jfloatArray array, jfloat *elems, jint mode) { in envReleaseArrayElements()
783 sp<AudioRecord> record = getAudioRecord(env, thiz); in android_media_AudioRecord_setLogSessionId() local
801 sp<AudioRecord> record = getAudioRecord(env, thiz); in android_media_AudioRecord_shareAudioHistory() local
/aosp_15_r20/external/tensorflow/tensorflow/core/profiler/convert/
H A Dxplane_to_tf_functions.cc45 absl::string_view function_name, absl::string_view mode) { in Decode()
67 const auto mode = mode_metrics.first; in ComputeExpensiveCallPercent() local
165 absl::string_view mode; in TfFunctionExecutions() local
223 for (const auto& record : activations_) { in ConvertToTfFunctionDb() local
/aosp_15_r20/system/extras/simpleperf/
H A Drecord_file_reader.cpp85 std::string mode = std::string("rb") + CLOSE_ON_EXEC_MODE; in CreateInstance() local
270 std::unique_ptr<Record> record; in ReadDataSection() local
282 bool RecordFileReader::ReadRecord(std::unique_ptr<Record>& record) { in ReadRecord()
450 size_t RecordFileReader::GetAttrIndexOfRecord(const Record* record) { in GetAttrIndexOfRecord()
540 BuildIdRecord record; in ReadBuildIdFeature() local
958 ReadDataSection([&](std::unique_ptr<Record> record) { in DataSection()
/aosp_15_r20/packages/services/Mtp/src/com/android/mtp/
DMtpDocumentsProvider.java282 String documentId, String mode, CancellationSignal signal) in openDocument()
393 final MtpDeviceRecord record; in createDocument() local
758 MtpDeviceRecord record) { in DeviceToolkit()
793 final MtpDeviceRecord record = getDeviceToolkit(identifier.mDeviceId).mDeviceRecord; in onRead() local
/aosp_15_r20/tools/test/connectivity/acts/framework/acts/controllers/fuchsia_lib/bt/
Dsdp_lib.py25 def addService(self, record): argument
100 def connectL2cap(self, identifier, psm, mode): argument

12345678910>>...45