HomeSort by relevance Sort by last modified time
    Searched defs:getEntityCount (Results 1 - 25 of 29) sorted by null

1 2

  /cts/tests/tests/view/src/android/view/textclassifier/cts/
TextClassificationManagerTest.java 112 assertEquals(0, selection.getEntityCount());
118 assertEquals(0, classification.getEntityCount());
174 assertTrue(selection.getEntityCount() >= 0);
175 for (int i = 0; i < selection.getEntityCount(); i++) {
186 assertTrue(classification.getEntityCount() >= 0);
187 for (int i = 0; i < classification.getEntityCount(); i++) {
200 assertTrue(link.getEntityCount() > 0);
203 for (int i = 0; i < link.getEntityCount(); i++) {
  /frameworks/base/core/java/android/view/textclassifier/
TextClassification.java 161 public int getEntityCount() {
170 * @see #getEntityCount() for the number of entities available.
TextSelection.java 71 public int getEntityCount() {
80 * @see #getEntityCount() for the number of entities available.
TextLinks.java 236 public int getEntityCount() {
  /frameworks/support/textclassifier/src/main/java/androidx/textclassifier/
TextSelection.java 72 public int getEntityCount() {
81 * @see #getEntityCount() for the number of entities available.
TextLinks.java 224 public int getEntityCount() {
TextClassification.java 122 public int getEntityCount() {
131 * @see #getEntityCount() for the number of entities available.
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Object/
ELFTypes.h 185 unsigned getEntityCount() const {
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Object/
ELFTypes.h 185 unsigned getEntityCount() const {
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Object/
ELFTypes.h 185 unsigned getEntityCount() const {
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Object/
ELFTypes.h 185 unsigned getEntityCount() const {
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Object/
ELFTypes.h 185 unsigned getEntityCount() const {
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Object/
ELFTypes.h 185 unsigned getEntityCount() const {
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Object/
ELFTypes.h 185 unsigned getEntityCount() const {
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Object/
ELFTypes.h 185 unsigned getEntityCount() const {
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Object/
ELFTypes.h 185 unsigned getEntityCount() const {
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Object/
ELFTypes.h 185 unsigned getEntityCount() const {
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Object/
ELFTypes.h 185 unsigned getEntityCount() const {
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Object/
ELFTypes.h 185 unsigned getEntityCount() const {
  /external/llvm/include/llvm/Object/
ELFTypes.h 181 unsigned getEntityCount() const {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Object/
ELFTypes.h 180 unsigned getEntityCount() const {
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Object/
ELFTypes.h 180 unsigned getEntityCount() const {
  /external/swiftshader/third_party/LLVM/lib/Object/
ELFObjectFile.cpp 131 unsigned getEntityCount() const {
411 if (Symb.d.a >= SymbolTableSection->getEntityCount()) {
    [all...]
  /prebuilts/devtools/tools/lib/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/jfreechart/
jfreechart-1.0.9.jar 

Completed in 950 milliseconds

1 2