Home
last modified time | relevance | path

Searched defs:gate (Results 1 – 25 of 114) sorted by relevance

12345

/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/runtime/tests/
Dloom_multi_thread.rs363 let gate = Arc::new(AtomicBool::new(false)); in gated2() localVariable
368 let gate = gate.clone(); in gated2() localVariable
402 let gate = Arc::new(Gate { in multi_gated() localVariable
408 let gate = gate.clone(); in multi_gated() localVariable
Dloom_multi_thread_alt.rs473 let gate = Arc::new(AtomicBool::new(false)); in gated2() localVariable
478 let gate = gate.clone(); in gated2() localVariable
512 let gate = Arc::new(Gate { in multi_gated() localVariable
518 let gate = gate.clone(); in multi_gated() localVariable
/aosp_15_r20/system/nfc/src/nfa/hci/
H A Dnfa_hci_api.cc209 tNFA_STATUS NFA_HciAllocGate(tNFA_HANDLE hci_handle, uint8_t gate) { in NFA_HciAllocGate()
254 tNFA_STATUS NFA_HciDeallocGate(tNFA_HANDLE hci_handle, uint8_t gate) { in NFA_HciDeallocGate()
736 uint8_t gate, uint8_t pipe) { in NFA_HciAddStaticPipe()
/aosp_15_r20/external/trusty/arm-trusted-firmware/drivers/st/clk/
Dclk-stm32-core.c193 const struct gate_cfg *gate = &priv->gates[gate_id]; in _clk_stm32_gate_disable() local
205 const struct gate_cfg *gate = &priv->gates[gate_id]; in _clk_stm32_gate_enable() local
795 const struct gate_cfg *gate = &priv->gates[gate_id]; in _clk_stm32_gate_wait_ready() local
826 const struct gate_cfg *gate = &priv->gates[cfg->id]; in clk_stm32_gate_enable() local
843 const struct gate_cfg *gate = &priv->gates[cfg->id]; in clk_stm32_gate_disable() local
855 const struct gate_cfg *gate; in _clk_stm32_gate_is_enabled() local
Dstm32mp1_clk.c646 static bool gate_is_non_secure(const struct stm32mp1_clk_gate *gate) in gate_is_non_secure()
1052 static void __clk_enable(struct stm32mp1_clk_gate const *gate) in __clk_enable()
1065 static void __clk_disable(struct stm32mp1_clk_gate const *gate) in __clk_disable()
1079 static bool __clk_is_enabled(struct stm32mp1_clk_gate const *gate) in __clk_is_enabled()
1116 const struct stm32mp1_clk_gate *gate; in __stm32mp1_clk_enable() local
1161 const struct stm32mp1_clk_gate *gate; in __stm32mp1_clk_disable() local
/aosp_15_r20/system/nfc/src/nfa/include/
H A Dnfa_hci_api.h135 uint8_t gate[NFA_HCI_MAX_GATE_CB]; /* List of generic gates allocated to the member
145 uint8_t gate; /* The gate allocated to the application */ member
151 uint8_t gate; /* The gate deallocated from the application */ member
H A Dnfa_hci_int.h153 uint8_t gate; member
160 uint8_t gate; member
228 uint8_t gate; member
/aosp_15_r20/external/arm-trusted-firmware/drivers/st/clk/
H A Dstm32mp1_clk.c1031 static void __clk_enable(struct stm32mp1_clk_gate const *gate) in __clk_enable()
1044 static void __clk_disable(struct stm32mp1_clk_gate const *gate) in __clk_disable()
1058 static bool __clk_is_enabled(struct stm32mp1_clk_gate const *gate) in __clk_is_enabled()
1106 const struct stm32mp1_clk_gate *gate; in __stm32mp1_clk_enable() local
1134 const struct stm32mp1_clk_gate *gate; in __stm32mp1_clk_disable() local
/aosp_15_r20/prebuilts/jdk/jdk8/darwin-x86/sample/nio/server/
DDispatcherN.java72 private Object gate = new Object(); field in DispatcherN
/aosp_15_r20/prebuilts/jdk/jdk8/linux-x86/sample/nio/server/
DDispatcherN.java72 private Object gate = new Object(); field in DispatcherN
/aosp_15_r20/external/cronet/base/test/android/javatests/src/org/chromium/base/test/transit/
H A DViewElementInState.java37 ViewElementInState(ViewElement viewElement, @Nullable Condition gate) { in ViewElementInState()
H A DElements.java77 public ViewElementInState declareViewIf(ViewElement viewElement, Condition gate) { in declareViewIf()
H A DViewConditions.java49 public GatedDisplayedCondition(Matcher<View> matcher, Condition gate) { in GatedDisplayedCondition()
/aosp_15_r20/art/test/114-ParallelGC/src/
H A DMain.java34 private final static Object gate = new Object(); field in Main
/aosp_15_r20/external/oboe/apps/OboeTester/app/src/main/cpp/synth/
H A DEnvelopeADSR.h54 void setGate(bool gate) { in setGate()
/aosp_15_r20/libcore/ojluni/annotations/hiddenapi/java/nio/charset/
H A DCharset.java173 private static java.lang.ThreadLocal<java.lang.ThreadLocal<?>> gate; field in Charset
/aosp_15_r20/external/webrtc/modules/audio_processing/agc2/rnn_vad/
H A Drnn_gru.cc62 rtc::ArrayView<float> gate) { in ComputeUpdateResetGate()
/aosp_15_r20/external/crosvm/devices/src/
H A Dpit.rs144 gate: BitField1, field
429 gate: bool, field
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/
H A Dlstm_eval.cc189 const TfLiteFusedActivation activation, float* gate, in CalculateLstmGateFloat()
361 const float* layer_norm_coefficients, const float* gate_bias, in CalculateLstmGateHybrid()
551 int16_t* gate, in CalculateLstmGateInteger8x8_16()
716 int16_t* gate, in CalculateLstmGateInteger8x8_8()
/aosp_15_r20/external/toybox/toys/pending/
H A Droute.c145 char dest[INET6_ADDRSTRLEN], gate[INET6_ADDRSTRLEN], netmask[32], in display_routes() local
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
Dtree-pass.h53 bool (*gate) (void); member
/aosp_15_r20/external/webrtc/modules/audio_processing/agc/legacy/
H A Ddigital_agc.cc287 int16_t gate, gain_adj; in WebRtcAgc_ComputeDigitalGains() local
/aosp_15_r20/external/toybox/toys/net/
H A Dnetstat.c283 unsigned dest, gate, mask; in display_routes() local
/aosp_15_r20/build/soong/mk2rbc/
H A Dnode.go266 gate starlarkNode member
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/common/
H A Dlstm_parser.cc243 Value* gate = CreateNewSimilarValue(graph, reweighted_normalized_gate); in BuildLstmGate() local

12345