HomeSort by relevance Sort by last modified time
    Searched full:uncategorized (Results 1 - 25 of 58) sorted by null

1 2 3

  /tools/tradefederation/core/prod-tests/src/com/android/build/tests/
ImageStats.java 54 private static final String LABEL_UNCATEGORIZED = "uncategorized";
80 + "There are 3 built-in aggregations: total, categorized and uncategorized.")
221 // ensure that the resulting label is not the same as the fixed "uncategorized" label
232 * times. The returned map will also include a fixed entry called "uncategorized" that adds the
266 // final pass for uncategorized files
267 long uncategorized = 0; local
269 uncategorized += stats.get(file);
281 ret.put(LABEL_UNCATEGORIZED, Long.toString(uncategorized));
283 ret.put(LABEL_CATEGORIZED, Long.toString(total - uncategorized));
  /external/desugar/java/com/google/devtools/build/android/desugar/
Desugar.java 73 documentationCategory = OptionDocumentationCategory.UNCATEGORIZED,
88 documentationCategory = OptionDocumentationCategory.UNCATEGORIZED,
102 documentationCategory = OptionDocumentationCategory.UNCATEGORIZED,
132 documentationCategory = OptionDocumentationCategory.UNCATEGORIZED,
146 documentationCategory = OptionDocumentationCategory.UNCATEGORIZED,
160 documentationCategory = OptionDocumentationCategory.UNCATEGORIZED,
171 documentationCategory = OptionDocumentationCategory.UNCATEGORIZED,
180 documentationCategory = OptionDocumentationCategory.UNCATEGORIZED,
190 documentationCategory = OptionDocumentationCategory.UNCATEGORIZED,
201 documentationCategory = OptionDocumentationCategory.UNCATEGORIZED,
    [all...]
  /art/tools/runtime_memusage/
symbol_trace_info.py 36 return list_substrings.index("Uncategorized")
115 # All traces (including uncategorized) together
127 "Uncategorized calls")
196 categories.insert(0, "Uncategorized")
sanitizer_logcat_analysis.sh 350 plot_cats="\"Uncategorized $*\""
  /external/desugar/java/com/google/devtools/common/options/
OptionFilterDescriptions.java 37 OptionDocumentationCategory.UNCATEGORIZED
46 OptionDocumentationCategory.UNCATEGORIZED,
OptionDocumentationCategory.java 40 UNCATEGORIZED,
  /platform_testing/tests/functional/notificationtests/src/com/android/notification/functional/
NotificationDNDTests.java 125 mDevice.wait(Until.findObject(By.textContains("Uncategorized")), LONG_TIMEOUT)
139 mDevice.wait(Until.findObject(By.textContains("Uncategorized")), LONG_TIMEOUT)
  /tools/tradefederation/core/prod-tests/tests/src/com/android/build/tests/
ImageStatsTest.java 144 Assert.assertEquals("failed to verify aggregated size for category 'uncategorized'",
145 "0", ret.get("uncategorized"));
  /external/toybox/scripts/
mkstatus.py 49 if unknowns: print "uncategorized: %s" % " ".join(unknowns)
  /test/vts-testcase/kernel/ltp/configs/
disabled_tests.py 8 # The following test cases are uncategorized
  /external/kernel-headers/original/uapi/scsi/fc/
fc_fs.h 68 FC_RCTL_DD_UNCAT = 0x00, /* uncategorized information */
  /external/testng/eclipse-projects/beust.com/web/
site.xsl 86 Uncategorized
  /packages/apps/Settings/src/com/android/settings/notification/
NotificationSettingsBase.java 397 // Uncategorized/miscellaneous legacy channel goes last
  /sdk/eclipse/sites/external/web/
site.xsl 86 Uncategorized
  /sdk/eclipse/sites/internal/web/
site.xsl 86 Uncategorized
  /frameworks/base/core/java/android/bluetooth/
BluetoothClass.java 171 public static final int UNCATEGORIZED = 0x1F00;
BluetoothHidDevice.java 93 * Constant representing uncategorized HID device subclass.
  /external/llvm/lib/Support/
CommandLine.cpp     [all...]
  /external/swiftshader/third_party/llvm-subzero/lib/Support/
CommandLine.cpp     [all...]
  /external/icu/icu4c/source/common/unicode/
ubrk.h 148 /** Upper bound for tags for uncategorized words. */
  /external/skia/tools/skdiff/
skdiff_main.cpp 222 SkDEBUGFAIL("adding uncategorized DiffRecord");
  /external/skqp/tools/skdiff/
skdiff_main.cpp 222 SkDEBUGFAIL("adding uncategorized DiffRecord");
  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
RemoteDevices.java 208 private int mBluetoothClass = BluetoothClass.Device.Major.UNCATEGORIZED;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdiplusflat.h     [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
BreakIterator.java 382 * Upper bound for tags for uncategorized words.
    [all...]

Completed in 1144 milliseconds

1 2 3