Home
last modified time | relevance | path

Searched defs:term (Results 1 – 25 of 429) sorted by relevance

12345678910>>...18

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/tools/internal/typeparams/
Dtypeterm.go17 type term struct { struct
18 tilde bool // valid if typ != nil
19 typ types.Type
22 func (x *term) String() string {
36 func (x *term) equal(y *term) bool {
50 func (x *term) union(y *term) (_, _ *term) {
82 func (x *term) intersect(y *term) *term {
110 func (x *term) includes(t types.Type) bool {
128 func (x *term) subsetOf(y *term) bool {
156 func (x *term) disjoint(y *term) bool {
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/types2/
Dtypeterm.go13 type term struct { struct
14 tilde bool // valid if typ != nil
15 typ Type
18 func (x *term) String() string {
32 func (x *term) equal(y *term) bool {
46 func (x *term) union(y *term) (_, _ *term) {
78 func (x *term) intersect(y *term) *term {
106 func (x *term) includes(t Type) bool {
124 func (x *term) subsetOf(y *term) bool {
152 func (x *term) disjoint(y *term) bool {
/aosp_15_r20/prebuilts/go/linux-x86/src/go/types/
Dtypeterm.go16 type term struct { struct
17 tilde bool // valid if typ != nil
18 typ Type
21 func (x *term) String() string {
35 func (x *term) equal(y *term) bool {
49 func (x *term) union(y *term) (_, _ *term) {
81 func (x *term) intersect(y *term) *term {
109 func (x *term) includes(t Type) bool {
127 func (x *term) subsetOf(y *term) bool {
155 func (x *term) disjoint(y *term) bool {
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/proto/include/boost/proto/detail/preprocessed/
Dargs.hpp14 struct term struct
16 static const long arity = 0;
17 typedef Arg0 child0;
18 …oid_ child4; typedef mpl::void_ child5; typedef mpl::void_ child6; typedef mpl::void_ child7; type…
21 typedef Arg0 back_;
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/proto/include/boost/proto/detail/
Dargs.hpp41 struct term struct
43 static const long arity = 0;
44 typedef Arg0 child0;
49 typedef Arg0 back_;
/aosp_15_r20/external/AFLplusplus/instrumentation/
H A Dsplit-compares-pass.so.cc349 auto term = bb->getTerminator(); in simplifyFPCompares() local
447 auto term = bb->getTerminator(); in simplifyOrEqualsCompare() local
570 auto term = bb->getTerminator(); in simplifySignedCompare() local
694 auto term = bb->getTerminator(); in splitCompare() local
774 auto term = bb->getTerminator(); in splitCompare() local
1144 auto term = bb->getTerminator(); in splitFPCompares() local
/aosp_15_r20/external/icing/icing/index/lite/
H A Ddoc-hit-info-iterator-term-lite.h39 const std::string& term, in DocHitInfoIteratorTermLite()
133 const std::string& term, in DocHitInfoIteratorTermLiteExact()
152 const std::string& term, in DocHitInfoIteratorTermLitePrefix()
H A Dlite-index_test.cc811 const std::string term = "foo"; in TEST_F() local
884 const std::string term = "foo"; in TEST_F() local
957 const std::string term = "foo"; in TEST_F() local
/aosp_15_r20/external/icing/icing/index/main/
H A Ddoc-hit-info-iterator-term-main.h52 const std::string& term, in DocHitInfoIteratorTermMain()
161 const std::string& term, in DocHitInfoIteratorTermMainExact()
179 const std::string& term, in DocHitInfoIteratorTermMainPrefix()
H A Dmain-index_test.cc67 const std::string& term, SectionIdMask section_mask = kSectionIdMaskAll) { in GetExactHits()
76 const std::string& term, SectionIdMask section_mask = kSectionIdMaskAll) { in GetPrefixHits()
571 const std::string term = "foot"; in TEST_F() local
/aosp_15_r20/external/coreboot/payloads/libpayload/curses/PDCurses/pdcurses/
H A Dterminfo.c110 int restartterm(const char *term, int filedes, int *errret) in restartterm()
127 int setterm(const char *term) in setterm()
134 int setupterm(const char *term, int filedes, int *errret) in setupterm()
/aosp_15_r20/external/icing/icing/transform/icu/
H A Dicu-normalizer.cc268 const UNormalizer2* normalizer2, std::string_view term, in FindNormalizedLatinMatchEndPosition()
297 std::string_view term, CharacterIterator char_itr, in FindNormalizedNonLatinMatchEndPosition()
353 std::string_view term, std::string_view normalized_term) const { in FindNormalizedMatchEndPosition()
/aosp_15_r20/external/mesa3d/src/compiler/nir/
H A Dnir_opt_loop_unroll.c77 get_first_blocks_in_terminator(nir_loop_terminator *term, in get_first_blocks_in_terminator()
212 move_cf_list_into_loop_term(nir_cf_list *lst, nir_loop_terminator *term) in move_cf_list_into_loop_term()
611 is_access_out_of_bounds(nir_loop_terminator *term, nir_deref_instr *deref, in is_access_out_of_bounds()
659 nir_loop_terminator *term, in remove_out_of_bounds_induction_use()
/aosp_15_r20/external/skia/infra/bots/
H A Dfind_tasks.py32 def match_dimensions(term, task): argument
40 def match_name(term, name): argument
/aosp_15_r20/external/pytorch/torch/csrc/jit/tensorexpr/
H A Dir_simplifier.cpp310 const TermPtr& term) { in addOrUpdateTerm()
350 const TermPtr& term) { in insertTerm()
363 auto term = alloc<Term>(hasher_, newScalar, v->variables()); in insertTerm() local
470 TermPtr term = lhsTerm ? lhsTerm : rhsTerm; in mutate() local
798 const TermPtr& term) { in polyByTerm()
880 const TermPtr& term, in insertIntoTerm()
1013 auto term = alloc<Term>(hasher_, immLike(rhs_new, 1), rhs_new); in mutate() local
1017 auto term = alloc<Term>(hasher_, immLike(lhs_new, 1), lhs_new); in mutate() local
2337 TermPtr term = alloc<Term>( in mutate() local
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/sysroot/usr/include/
Dterm.h699 typedef struct term { /* describe an actual terminal */ struct
700 TERMTYPE type; /* terminal type description */ argument
702 TTY Ottyb, /* original state of the terminal */ argument
703 Nttyb; /* current state of the terminal */ argument
705 char * _termname; /* used for termname() */ argument
/aosp_15_r20/external/coreboot/src/soc/intel/braswell/include/soc/
H A Dgpio.h220 #define GPI(int_type, int_sel, term, int_msk, glitch_cfg, wake_msk, gpe_val) { \ argument
228 #define GPO_FUNC(term, tx_state) {\ argument
233 #define NATIVE_FUNC(mode, term, inv_rx_tx) {\ argument
238 #define NATIVE_FUNC_TX_RX(tx_rx_enable, mode, term, inv_rx_tx) {\ argument
244 #define NATIVE_FUNC_CSEN(mode, term, inv_rx_tx) {\ argument
/aosp_15_r20/external/icing/icing/transform/map/
H A Dmap-normalizer_test.cc251 std::string term = "MDI"; in TEST() local
300 std::string term = "MDI"; in TEST() local
/aosp_15_r20/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
H A DParseRDF.java1207 private static boolean isPropertyElementName(int term) in isPropertyElementName()
1227 private static boolean isOldTerm(int term) in isOldTerm()
1241 private static boolean isCoreSyntaxTerm(int term) in isCoreSyntaxTerm()
/aosp_15_r20/external/parameter-framework/upstream/doc/requirements/
H A Drequirements.md1069 ### Custom parameter types
1085 ### Structure tunning
1091 ### Immutable parameters
1100 ### Endianess adaptation
/aosp_15_r20/external/icing/icing/result/
H A Dsnippet-retriever_benchmark.cc132 std::string term; in BM_SnippetOneProperty() local
262 std::string term; in BM_SnippetRfcOneProperty() local
/aosp_15_r20/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DNgramContext.java148 final String term = wordInfo.mWord.toString(); in extractPrevWordsContext() local
171 final String term = wordInfo.mWord.toString(); in extractPrevWordsContextArray() local
/aosp_15_r20/external/icing/icing/scoring/
H A Dbm25f-calculator.cc68 const std::string& term = iter.first; in PrepareToScore() local
140 float Bm25fCalculator::GetCorpusIdfWeightForTerm(std::string_view term, in GetCorpusIdfWeightForTerm()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/pip/_vendor/pygments/
Dutil.py280 def guess_decode_from_terminal(text, term): argument
297 def terminal_encoding(term): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/pip/_vendor/pygments/
Dutil.py280 def guess_decode_from_terminal(text, term): argument
297 def terminal_encoding(term): argument

12345678910>>...18