Home
last modified time | relevance | path

Searched defs:oldstate (Results 1 – 25 of 92) sorted by relevance

1234

/aosp_15_r20/out/soong/.intermediates/frameworks/opt/telephony/telephony-common/android_common/gen/logtags/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DEventLogTags.java143 public static void writeGsmDataStateChange(String oldstate, String newstate) { in writeGsmDataStateChange()
147 …public static void writeGsmServiceStateChange(int oldstate, int oldgprsstate, int newstate, int ne… in writeGsmServiceStateChange()
151 public static void writeCdmaDataStateChange(String oldstate, String newstate) { in writeCdmaDataStateChange()
155 …public static void writeCdmaServiceStateChange(int oldstate, int olddatastate, int newstate, int n… in writeCdmaServiceStateChange()
/aosp_15_r20/trusty/kernel/lib/trusty/
H A Devent.c207 int oldstate; in event_source_poll() local
527 int oldstate; in event_client_poll() local
570 int oldstate; in event_client_destroy() local
H A Dtrusty_virtio.c475 int oldstate; in virtio_start() local
561 int oldstate; in virtio_stop() local
/aosp_15_r20/external/crosvm/cros_async/src/sync/
H A Dcv.rs176 let mut oldstate = self.state.load(Ordering::Relaxed); in add_waiter() localVariable
225 let mut oldstate = self.state.load(Ordering::Relaxed); in notify_one() localVariable
285 let mut oldstate = self.state.load(Ordering::Relaxed); in notify_all() localVariable
330 let mut oldstate = self.state.load(Ordering::Relaxed); in cancel_waiter() localVariable
H A Dmu.rs274 let oldstate = self.state.load(Ordering::Relaxed); in lock_slow() localVariable
391 let oldstate = self.state.fetch_sub(LOCKED, Ordering::Release); in unlock() localVariable
416 let oldstate = self.state.fetch_sub(READ_LOCK, Ordering::Release); in read_unlock() localVariable
444 let oldstate = self.state.load(Ordering::Relaxed); in unlock_slow() localVariable
522 let mut oldstate = self.state.load(Ordering::Relaxed); in cancel_waiter() localVariable
/aosp_15_r20/external/crosvm/cros_async/src/
H A Dcommon_executor.rs107 let oldstate = self.state.swap(WOKEN, Ordering::AcqRel); in wake() localVariable
132 let oldstate = self.state.compare_exchange( in run_internal() localVariable
/aosp_15_r20/external/libxml2/
H A Drelaxng.c2982 xmlAutomataStatePtr oldstate = ctxt->state; in xmlRelaxNGCompile() local
3024 xmlAutomataStatePtr oldstate = ctxt->state; in xmlRelaxNGCompile() local
3066 xmlAutomataStatePtr oldstate = ctxt->state; in xmlRelaxNGCompile() local
3077 xmlAutomataStatePtr oldstate; in xmlRelaxNGCompile() local
3093 xmlAutomataStatePtr oldstate; in xmlRelaxNGCompile() local
3113 xmlAutomataStatePtr oldstate = ctxt->state; in xmlRelaxNGCompile() local
3147 xmlAutomataStatePtr oldstate; in xmlRelaxNGCompile() local
8066 xmlRelaxNGValidStatePtr state, oldstate; in xmlRelaxNGValidateProgressiveCallback() local
9134 xmlRelaxNGValidStatePtr oldstate; in xmlRelaxNGValidateInterleave() local
9696 xmlRelaxNGValidStatePtr oldstate = NULL, state; in xmlRelaxNGValidateState() local
/aosp_15_r20/external/compiler-rt/test/msan/
H A Dpthread_setcancelstate.cc8 int oldstate; in main() local
/aosp_15_r20/external/rust/android-crates-io/crates/oorandom/src/
Dlib.rs92 let oldstate: u64 = self.state; in rand_u32() localVariable
215 let oldstate: u128 = self.state; in rand_u64() localVariable
/aosp_15_r20/external/perfetto/protos/perfetto/trace/ftrace/
H A Dsock.proto13 optional int32 oldstate = 5; field
/aosp_15_r20/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/testfrmw/
H A Dtestfrmw.c47 int oldstate; in output() local
/aosp_15_r20/external/bcc/libbpf-tools/
H A Dtcpstates.h15 int oldstate; member
H A Dtcptracer.bpf.c245 u8 oldstate = BPF_CORE_READ(sk, __sk_common.skc_state); in BPF_KPROBE() local
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/bpf/progs/
H A Dtest_sk_storage_tracing.c33 int BPF_PROG(trace_inet_sock_set_state, struct sock *sk, int oldstate, in BPF_PROG()
/aosp_15_r20/external/trusty/musl/src/thread/
Dpthread_cond_timedwait.c65 int e, seq, clock = c->_c_clock, cs, shared=0, oldstate, tmp; in __pthread_cond_timedwait() local
/aosp_15_r20/external/musl/src/thread/
H A Dpthread_cond_timedwait.c65 int e, seq, clock = c->_c_clock, cs, shared=0, oldstate, tmp; in __pthread_cond_timedwait() local
/aosp_15_r20/external/iperf3/src/
H A Diperf_client_api.c296 signed char oldstate = test->state; in iperf_handle_message_client() local
H A Diperf_server_api.c203 signed char oldstate = test->state; in iperf_handle_message_server() local
/aosp_15_r20/external/rust/android-crates-io/crates/glam/benches/
Dsupport.rs29 let oldstate = self.state; in next_u32() localVariable
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/lex/lexer/lexertl/
Dfunctor.hpp248 std::size_t oldstate = mp.shared()->ftor.get_state(); in set_state() local
/aosp_15_r20/out/soong/.intermediates/external/perfetto/perfetto_protos_perfetto_trace_ftrace_zero_gen_headers/gen/external/perfetto/protos/perfetto/trace/ftrace/
Dsock.pbzero.h34 int32_t oldstate() const { return at<5>().as_int32(); } in oldstate() function
/aosp_15_r20/prebuilts/runtime/mainline/platform/sdk/include_gen/external/perfetto/perfetto_protos_perfetto_trace_ftrace_zero_gen_headers/gen/external/perfetto/protos/perfetto/trace/ftrace/
H A Dsock.pbzero.h34 int32_t oldstate() const { return at<5>().as_int32(); } in oldstate() function
/aosp_15_r20/external/python/cpython2/Python/
Dpystate.c638 PyGILState_Release(PyGILState_STATE oldstate) in PyGILState_Release()
/aosp_15_r20/packages/modules/Bluetooth/system/audio_hearing_aid_hw/src/
Daudio_hearing_aid_hw.cc821 int oldstate = common->state; in start_audio_datapath() local
850 int oldstate = common->state; in stop_audio_datapath() local
/aosp_15_r20/external/sg3_utils/src/
H A Dsg_stpg.c227 int i,oldstate; in transition_tpgs_states() local

1234