Home
last modified time | relevance | path

Searched defs:atoms (Results 1 – 25 of 39) sorted by relevance

12

/external/libtextclassifier/java/tests/instrumentation/src/com/android/textclassifier/common/statsd/
DTextClassifierEventLoggerTest.java107 ImmutableList<Atom> atoms = StatsdTestUtils.getLoggedAtoms(CONFIG_ID, SHORT_TIMEOUT_MS); in writeEvent_textSelectionEvent() local
124 ImmutableList<Atom> atoms = StatsdTestUtils.getLoggedAtoms(CONFIG_ID, SHORT_TIMEOUT_MS); in writeEvent_textSelectionEvent_autoToSingle() local
142 ImmutableList<Atom> atoms = StatsdTestUtils.getLoggedAtoms(CONFIG_ID, SHORT_TIMEOUT_MS); in writeEvent_textSelectionEvent_autoToMulti() local
160 ImmutableList<Atom> atoms = StatsdTestUtils.getLoggedAtoms(CONFIG_ID, SHORT_TIMEOUT_MS); in writeEvent_textSelectionEvent_keepAuto() local
194 ImmutableList<Atom> atoms = StatsdTestUtils.getLoggedAtoms(CONFIG_ID, SHORT_TIMEOUT_MS); in writeEvent_textLinkifyEvent() local
228 ImmutableList<Atom> atoms = StatsdTestUtils.getLoggedAtoms(CONFIG_ID, SHORT_TIMEOUT_MS); in writeEvent_textConversationActionEvent() local
259 ImmutableList<Atom> atoms = StatsdTestUtils.getLoggedAtoms(CONFIG_ID, SHORT_TIMEOUT_MS); in writeEvent_languageDetectionEvent() local
/external/regex-re2/re2/testing/
Dexhaustive3_test.cc20 std::vector<string> atoms = Split(" ", in TEST() local
28 std::vector<string> atoms = Split(" ", in TEST() local
73 std::vector<string> atoms = Split(" ", in TEST() local
86 std::vector<string> atoms = Split(" ", in TEST() local
Dfiltered_re2_test.cc22 std::vector<string> atoms; member
77 const char* atoms[20]; member
156 bool CheckExpectedAtoms(const char* atoms[], in CheckExpectedAtoms()
203 void FindAtomIndices(const std::vector<string>& atoms, in FindAtomIndices()
250 std::vector<string> atoms; in TEST() local
Dregexp_generator.cc55 const std::vector<string>& atoms, in RegexpGenerator()
107 int ops, int atoms) { in GeneratePostfix()
143 int ops, int atoms) { in GenerateRandomPostfix()
Drandom_test.cc90 std::vector<string> atoms = Split(" ", in TEST() local
/external/cronet/third_party/re2/src/re2/testing/
Dexhaustive3_test.cc20 std::vector<std::string> atoms = Split(" ", in TEST() local
28 std::vector<std::string> atoms = Split(" ", in TEST() local
73 std::vector<std::string> atoms = Split(" ", in TEST() local
86 std::vector<std::string> atoms = Split(" ", in TEST() local
Dfiltered_re2_test.cc24 std::vector<std::string> atoms; member
79 const char* atoms[20]; member
159 bool CheckExpectedAtoms(const char* atoms[], in CheckExpectedAtoms()
206 void FindAtomIndices(const std::vector<std::string>& atoms, in FindAtomIndices()
253 std::vector<std::string> atoms; in TEST() local
291 const char* atoms[] = {"", "-r", "add=;aa", "}"}; in TEST() local
Dregexp_generator.cc57 const std::vector<std::string>& atoms, in RegexpGenerator()
109 int nstk, int ops, int atoms) { in GeneratePostfix()
145 int nstk, int ops, int atoms) { in GenerateRandomPostfix()
Drandom_test.cc94 std::vector<std::string> atoms = Split(" ", in TEST() local
/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/testing/
Dexhaustive3_test.cc20 std::vector<std::string> atoms = Split(" ", in TEST() local
28 std::vector<std::string> atoms = Split(" ", in TEST() local
73 std::vector<std::string> atoms = Split(" ", in TEST() local
86 std::vector<std::string> atoms = Split(" ", in TEST() local
Dfiltered_re2_test.cc23 std::vector<std::string> atoms; member
78 const char* atoms[20]; member
157 bool CheckExpectedAtoms(const char* atoms[], in CheckExpectedAtoms()
204 void FindAtomIndices(const std::vector<std::string>& atoms, in FindAtomIndices()
251 std::vector<std::string> atoms; in TEST() local
289 const char* atoms[] = {"", "-r", "add=;aa", "}"}; in TEST() local
Dregexp_generator.cc55 const std::vector<std::string>& atoms, in RegexpGenerator()
107 int nstk, int ops, int atoms) { in GeneratePostfix()
143 int nstk, int ops, int atoms) { in GenerateRandomPostfix()
Drandom_test.cc93 std::vector<std::string> atoms = Split(" ", in TEST() local
/external/libtextclassifier/java/tests/instrumentation/src/com/android/textclassifier/downloader/
DModelDownloadWorkerTest.java264 List<TextClassifierDownloadReported> atoms = loggerTestRule.getLoggedDownloadReportedAtoms(); in downloadSucceed_downloadMultipleModels() local
308 List<TextClassifierDownloadReported> atoms = loggerTestRule.getLoggedDownloadReportedAtoms(); in downloadSucceed_shareSingleModelDownloadForMultipleManifest() local
350 List<TextClassifierDownloadReported> atoms = loggerTestRule.getLoggedDownloadReportedAtoms(); in downloadSucceed_shareManifest() local
485 List<TextClassifierDownloadReported> atoms = loggerTestRule.getLoggedDownloadReportedAtoms(); in downloadSucceeded_multiLanguageSupportEnabled() local
615 List<TextClassifierDownloadReported> atoms = loggerTestRule.getLoggedDownloadReportedAtoms(); in oneDownloadFailed_multiLanguageSupportEnabled() local
673 List<TextClassifierDownloadReported> atoms = loggerTestRule.getLoggedDownloadReportedAtoms(); in downloadSucceeded_multiLanguageSupportEnabled_checkLimit() local
DModelDownloadManagerTest.java213 List<TextClassifierDownloadWorkScheduled> atoms = in onTextClassifierDeviceConfigChanged_newWorkDoNotReplaceOldWork() local
/external/regex-re2/re2/
Dfiltered_re2.cc52 void FilteredRE2::Compile(std::vector<string>* atoms) { in Compile()
95 const std::vector<int>& atoms, in AllMatches()
107 const std::vector<int>& atoms, in AllPotentials()
/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/
Dfiltered_re2.cc68 void FilteredRE2::Compile(std::vector<std::string>* atoms) { in Compile()
111 const std::vector<int>& atoms, in AllMatches()
123 const std::vector<int>& atoms, in AllPotentials()
/external/cronet/third_party/re2/src/re2/
Dfiltered_re2.cc67 void FilteredRE2::Compile(std::vector<std::string>* atoms) { in Compile()
109 const std::vector<int>& atoms, in AllMatches()
120 void FilteredRE2::AllPotentials(const std::vector<int>& atoms, in AllPotentials()
/external/mesa3d/src/gallium/drivers/i915/
Di915_state_derived.c168 static struct i915_tracked_state *atoms[] = { variable
Di915_state_immediate.c208 static const struct i915_tracked_state *atoms[] = { variable
Di915_state_dynamic.c276 static const struct i915_tracked_state *atoms[] = { variable
/external/cldr/tools/cldr-code/src/test/java/org/unicode/cldr/unittest/
DTestPluralRuleGeneration.java78 Set<String> atoms = new TreeSet(); in TestAtoms() local
/external/cronet/third_party/re2/src/python/
D_re2.cc205 std::vector<std::string> atoms; in Compile() local
224 std::vector<int> atoms; in Match() local
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_state.c216 const struct svga_tracked_state *atoms[], in update_state()
/external/OpenCSD/decoder/source/etmv3/
Dtrc_pkt_decode_etmv3.cpp555 Etmv3Atoms atoms(m_config->isCycleAcc()); in processPHdr() local

12