/aosp_15_r20/external/icing/icing/testing/ |
H A D | iterator-test-utils.cc | 29 std::vector<std::string_view> terms; in GetAllTermsAdvance() local 41 std::vector<std::string_view> terms; in GetAllTermsResetAfterUtf32() local 60 std::vector<std::string_view> terms; in GetAllTermsAdvanceAndResetAfterUtf32() local 83 std::vector<std::string_view> terms; in GetAllTermsResetBeforeUtf32() local
|
H A D | random-string.cc | 23 std::vector<std::string> terms; in GenerateUniqueTerms() local
|
/aosp_15_r20/system/update_engine/ |
H A D | test_http_server.cc | 103 vector<string> terms = android::base::Tokenize(lines[0], " "); in ParseRequest() local 515 vector<string> terms; member in chromeos_update_engine::UrlTerms 527 const UrlTerms terms(url, 2); in HandleConnection() local 530 const UrlTerms terms(url, 5); in HandleConnection() local 542 const UrlTerms terms(url, 3); in HandleConnection() local
|
/aosp_15_r20/external/skia/infra/bots/ |
H A D | find_tasks.py | 45 def match_task(terms, name, task): argument 53 def main(terms): argument
|
/aosp_15_r20/packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/preprovisioning/terms/ |
D | TermsProviderTest.java | 56 final TermsDocument terms = in getGeneralDisclaimer_presentAsFirst_profileOwner() local 66 TermsDocument terms = createTermsProvider(DEVICE_OWNER_PARAMS).getGeneralDisclaimer(); in getGeneralDisclaimer_presentAsFirst_deviceOwner() local
|
D | TermsViewModelTest.java | 96 final List<TermsDocument> terms = viewModel.getTerms(); in getTerms_hasExpectedResults() local
|
/aosp_15_r20/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/preprovisioning/terms/ |
D | TermsActivityBridgeImpl.java | 56 public void initiateUi(final Activity activity, final List<TermsDocument> terms, in initiateUi() 97 private void setupTermsListForHandhelds(Activity activity, List<TermsDocument> terms, in setupTermsListForHandhelds()
|
D | TermsActivityBridge.java | 30 void initiateUi(Activity activty, List<TermsDocument> terms, TermsDocument generalTerms); in initiateUi()
|
D | TermsProvider.java | 128 List<TermsDocument> terms = new ArrayList<>(); in getSystemAppTerms() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/ |
H A D | SSAContext.cpp | 58 void SSAContext::appendBlockTerms(SmallVectorImpl<Instruction *> &terms, in appendBlockTerms() 63 void SSAContext::appendBlockTerms(SmallVectorImpl<const Instruction *> &terms, in appendBlockTerms()
|
/aosp_15_r20/external/libgav1/src/dsp/x86/ |
H A D | obmc_sse4.cc | 56 const __m128i terms = _mm_unpacklo_epi8(pred_val, obmc_pred_val); in OverlapBlendFromLeft2xH_SSE4_1() local 93 const __m128i terms = _mm_unpacklo_epi8(pred_val, obmc_pred_val); in OverlapBlendFromLeft4xH_SSE4_1() local 221 const __m128i terms = _mm_unpacklo_epi8(obmc_pred_val, pred_val); in OverlapBlendFromTop4xH_SSE4_1() local 364 const __m128i terms = _mm_unpacklo_epi16(pred_val, obmc_pred_val); in OverlapBlendFromLeft2xH_SSE4_1() local
|
/aosp_15_r20/packages/services/Car/packages/CarManagedProvisioning/src/com/android/managedprovisioning/preprovisioning/terms/ |
D | CarTermsActivity.java | 94 List<TermsDocument> terms = mViewModel.getTerms(); in onCreate() local
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/tools/internal/typeparams/ |
D | normalize.go | 120 terms termlist member
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/ |
H A D | MachineSSAContext.cpp | 36 SmallVectorImpl<const MachineInstr *> &terms, in appendBlockTerms()
|
/aosp_15_r20/prebuilts/go/linux-x86/src/go/types/ |
D | union.go | 18 terms []*Term // list of syntactical terms (not a canonicalized termlist) member
|
D | typeset.go | 31 terms termlist // type terms of the type set member
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/types2/ |
D | union.go | 17 terms []*Term // list of syntactical terms (not a canonicalized termlist) member
|
D | typeset.go | 28 terms termlist // type terms of the type set member
|
/aosp_15_r20/external/icing/icing/tokenization/reverse_jni/ |
H A D | reverse-jni-language-segmenter.cc | 308 std::vector<std::string_view> terms; in GetAllTerms() local
|
/aosp_15_r20/device/google/tangorpro/lights/ |
D | led_lut_calibrator.cpp | 134 std::string terms{color}; in MakeLutKey() local
|
/aosp_15_r20/external/libwebsockets/lib/roles/h2/ |
H A D | minihuf.c | 314 unsigned char terms[2000]; variable
|
/aosp_15_r20/frameworks/av/media/module/foundation/ |
H A D | ADebug.cpp | 107 const char *terms[] = { "omx", "video", "audio" }; in GetDebugName() local
|
/aosp_15_r20/external/icing/icing/query/advanced_query_parser/ |
H A D | parser.cc | 292 std::vector<std::unique_ptr<Node>> terms; in ConsumeFactor() local
|
/aosp_15_r20/external/icing/icing/tokenization/icu/ |
H A D | icu-language-segmenter.cc | 388 std::vector<std::string_view> terms; in GetAllTerms() local
|
/aosp_15_r20/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/ |
D | NgramContext.java | 141 final ArrayList<String> terms = new ArrayList<>(); in extractPrevWordsContext() local
|