Home
last modified time | relevance | path

Searched defs:sg (Results 1 – 25 of 459) sorted by relevance

12345678910>>...19

/aosp_15_r20/tools/test/connectivity/acts/framework/acts/controllers/anritsu_lib/
Dmg3710a.py129 def sg(self): member in MG3710A
141 def sg(self, sg_number): member in MG3710A
153 def get_modulation_state(self, sg=1): argument
165 def set_modulation_state(self, state, sg=1): argument
179 def get_rf_output_state(self, sg=1): argument
191 def set_rf_output_state(self, state, sg=1): argument
205 def get_frequency(self, sg=1): argument
217 def set_frequency(self, freq, sg=1): argument
231 def get_frequency_offset_state(self, sg=1): argument
243 def set_frequency_offset_state(self, state, sg=1): argument
[all …]
/aosp_15_r20/frameworks/rs/driver/
H A DrsdScriptGroup.cpp35 bool rsdScriptGroupInit(const Context *rsc, ScriptGroupBase *sg) { in rsdScriptGroupInit()
42 void rsdScriptGroupSetInput(const Context *rsc, const ScriptGroup *sg, in rsdScriptGroupSetInput()
46 void rsdScriptGroupSetOutput(const Context *rsc, const ScriptGroup *sg, in rsdScriptGroupSetOutput()
50 void rsdScriptGroupExecute(const Context *rsc, const ScriptGroupBase *sg) { in rsdScriptGroupExecute()
56 void rsdScriptGroupDestroy(const Context *rsc, const ScriptGroupBase *sg) { in rsdScriptGroupDestroy()
63 const ScriptGroup *sg, in rsdScriptGroupUpdateCachedObject()
/aosp_15_r20/external/trusty/arm-trusted-firmware/plat/imx/imx8ulp/upower/
Dupower_api.c19 #define UPWR_SG_BUSY(sg) ((sg_busy & (1U << (sg))) == 1U) argument
22 #define UPWR_USR_CALLB(sg, cb) { user_callback[(sg)] = (cb); } argument
25 #define UPWR_MSG_HDR(hdr, sg, fn) { \ argument
129 upwr_sg_t sg, in upwr_ptr2offset()
211 upwr_sg_t sg = (upwr_sg_t)0U; in upwr_next_req() local
247 upwr_sg_t sg; /* service group number */ in upwr_mu_int_callback() local
312 static void upwr_srv_req(upwr_sg_t sg, in upwr_srv_req()
496 upwr_sg_t sg; /* service group number */ in upwr_init() local
2859 upwr_req_status_t upwr_req_status(upwr_sg_t sg, in upwr_req_status()
2911 upwr_req_status_t upwr_poll_req_status(upwr_sg_t sg, in upwr_poll_req_status()
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/graph_analyzer/
H A Dsubgraph_test.cc96 Subgraph sg(id); in TEST() local
159 Subgraph sg(id); in TEST() local
209 Subgraph sg(id); in TEST() local
267 Subgraph* sg; in TEST() local
313 Subgraph sg(id); in TEST() local
H A Dgraph_analyzer.cc128 Subgraph* sg = sg_set.ExtendParent(parent->id(), neighbor.node); in ExtendSubgraph() local
197 auto sg = std::make_unique<Subgraph>(id); in AddExtendedSubgraph() local
224 bool GraphAnalyzer::HasInvalidMultiInputs(Subgraph* sg) { in HasInvalidMultiInputs()
H A Dsig_node_test.cc72 Subgraph sg(id); in BuildSigMap() local
618 Subgraph sg(id); in TestGraphEveryWay() local
1043 Subgraph sg(id); in TEST_F() local
1093 Subgraph sg(id); in TEST_F() local
/aosp_15_r20/external/libese/libese/tests/
H A Dsg_unittests.cpp35 struct EseSgBuffer sg = { in TEST_F() local
50 struct EseSgBuffer sg = { in TEST_F() local
66 struct EseSgBuffer sg[] = { in TEST_F() local
100 struct EseSgBuffer sg[] = { in TEST_F() local
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/bpf/progs/
H A Dloop6.c34 #define sg_is_chain(sg) ((sg)->page_link & SG_CHAIN) argument
35 #define sg_is_last(sg) ((sg)->page_link & SG_END) argument
36 #define sg_chain_ptr(sg) \ argument
41 struct scatterlist sg; in __sg_next() local
/aosp_15_r20/external/ComputeLibrary/examples/
H A Dgraph_ssd_mobilenet.cpp129 SubStream sg(main_graph); in get_node_A_float() local
165 SubStream sg(main_graph); in get_node_B_float() local
200 SubStream sg(main_graph); in get_node_C_float() local
390 SubStream sg(main_graph); in get_node_A_qasymm() local
417 SubStream sg(main_graph); in get_node_B_qasymm() local
443 SubStream sg(main_graph); in get_node_C_qasymm() local
H A Dgraph_mobilenet.cpp285 SubStream sg(graph); in get_dwsc_node_float() local
324 SubStream sg(graph); in get_dwsc_node_qasymm() local
/aosp_15_r20/external/skia/gm/
H A Dhsl.cpp93 float* sr, float* sg, float* sb) { in hue()
106 float* sr, float* sg, float* sb) { in saturation()
119 float* sr, float* sg, float* sb) { in color()
131 float* sr, float* sg, float* sb) { in luminosity()
/aosp_15_r20/frameworks/rs/
H A DrsScriptGroup.cpp207 ScriptGroup *sg = new ScriptGroup(rsc); in create() local
383 void rsi_ScriptGroupSetInput(Context *rsc, RsScriptGroup sg, RsScriptKernelID kid, in rsi_ScriptGroupSetInput()
390 void rsi_ScriptGroupSetOutput(Context *rsc, RsScriptGroup sg, RsScriptKernelID kid, in rsi_ScriptGroupSetOutput()
397 void rsi_ScriptGroupExecute(Context *rsc, RsScriptGroup sg) { in rsi_ScriptGroupExecute()
/aosp_15_r20/external/llvm/test/MC/ARM/
H A Dthumbv8m.s144 sg label
236 sg #0 label
239 sg r0 label
/aosp_15_r20/external/trusty/musl/src/math/
Dlgammal.c92 long double __lgammal_r(long double x, int *sg) in __lgammal_r()
223 long double __lgammal_r(long double x, int *sg) { in __lgammal_r()
342 long double __lgammal_r(long double x, int *sg) in __lgammal_r()
/aosp_15_r20/external/musl/src/math/
H A Dlgammal.c92 long double __lgammal_r(long double x, int *sg) in __lgammal_r()
223 long double __lgammal_r(long double x, int *sg) { in __lgammal_r()
342 long double __lgammal_r(long double x, int *sg) in __lgammal_r()
/aosp_15_r20/external/webrtc/media/base/
H A Dtest_utils.cc24 cricket::SsrcGroup sg(cricket::kSimSsrcGroupSemantics, ssrcs); in CreateSimStreamParams() local
53 cricket::SsrcGroup sg(cricket::kFecFrSsrcGroupSemantics, in CreatePrimaryWithFecFrStreamParams() local
/aosp_15_r20/external/libcxx/test/std/algorithms/alg.modifying.operations/alg.rotate/
H A Drotate.pass.cpp156 const int sg = static_cast<int>(sizeof(ig)/sizeof(ig[0])); in test() local
360 const int sg = static_cast<int>(sizeof(ig)/sizeof(ig[0])); in test1() local
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/algorithms/alg.modifying.operations/alg.rotate/
H A Drotate.pass.cpp155 const int sg = static_cast<int>(sizeof(ig)/sizeof(ig[0])); in test() local
361 const int sg = static_cast<int>(sizeof(ig)/sizeof(ig[0])); in test1() local
/aosp_15_r20/external/libcxx/test/std/algorithms/alg.modifying.operations/alg.unique/
H A Dunique.pass.cpp77 const unsigned sg = sizeof(ig)/sizeof(ig[0]); in test() local
154 const unsigned sg = sizeof(ig)/sizeof(ig[0]); in test1() local
H A Dunique_pred.pass.cpp97 const unsigned sg = sizeof(ig)/sizeof(ig[0]); in test() local
190 const unsigned sg = sizeof(ig)/sizeof(ig[0]); in test1() local
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/algorithms/alg.modifying.operations/alg.unique/
H A Dunique.pass.cpp76 const unsigned sg = sizeof(ig)/sizeof(ig[0]); in test() local
153 const unsigned sg = sizeof(ig)/sizeof(ig[0]); in test1() local
H A Dunique_pred.pass.cpp96 const unsigned sg = sizeof(ig)/sizeof(ig[0]); in test() local
189 const unsigned sg = sizeof(ig)/sizeof(ig[0]); in test1() local
/aosp_15_r20/external/wmediumd/wmediumd/lib/
H A Dvhost.c921 size_t iov_len(struct iovec *sg, unsigned int nsg) in iov_len()
932 size_t iov_fill(struct iovec *sg, unsigned int nsg, in iov_fill()
953 struct iovec *sg, unsigned int nsg) in iov_read()
/aosp_15_r20/external/virtio-media/driver/
H A Dscatterlist_filler.c28 struct scatterlist *sg) in scatterlist_filler_add_sg()
149 struct scatterlist *sg, void *data, in scatterlist_filler_retrieve_data()
/aosp_15_r20/external/webrtc/modules/third_party/g722/
H A Dg722_enc_dec.h81 int sg[7]; member
117 int sg[7]; member

12345678910>>...19