HomeSort by relevance Sort by last modified time
    Searched refs:getCategory (Results 101 - 125 of 652) sorted by null

1 2 3 45 6 7 8 91011>>

  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/ADT/
APFloat.h 354 fltCategory getCategory() const { return category; }
623 fltCategory getCategory() const;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
APFloat.h 354 fltCategory getCategory() const { return category; }
617 fltCategory getCategory() const;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/ADT/
APFloat.h 354 fltCategory getCategory() const { return category; }
623 fltCategory getCategory() const;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/ADT/
APFloat.h 354 fltCategory getCategory() const { return category; }
623 fltCategory getCategory() const;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/ADT/
APFloat.h 354 fltCategory getCategory() const { return category; }
623 fltCategory getCategory() const;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/ADT/
APFloat.h 354 fltCategory getCategory() const { return category; }
623 fltCategory getCategory() const;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/ADT/
APFloat.h 354 fltCategory getCategory() const { return category; }
623 fltCategory getCategory() const;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/ADT/
APFloat.h 354 fltCategory getCategory() const { return category; }
623 fltCategory getCategory() const;
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/
PropertyFactory.java 317 if (property.getCategory() == PropertyCategory.PREFERRED) {
377 PropertyCategory c = p.getCategory();
484 String category = PropertyMetadata.getCategory(firstName);
510 if (property.getCategory() != PropertyCategory.PREFERRED
528 if (next.getCategory() == PropertyCategory.PREFERRED) {
593 PropertyCategory c = p.getCategory();
630 PropertyCategory c = p.getCategory();
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
LintColumn.java 244 delta = issue1.getCategory().compareTo(issue2.getCategory());
293 return issue.getCategory().getFullName();
  /dalvik/dx/src/com/android/dx/ssa/
SsaBasicBlock.java 656 if (rs.getCategory() > 1) {
672 int category = rs.getCategory();
756 parent.borrowSpareRegister(result.getCategory()));
917 originalResultSpec.getCategory());
    [all...]
  /dalvik/dx/src/com/android/dx/ssa/back/
RegisterAllocator.java 86 return definition.getResult().getCategory();
  /development/samples/training/multiscreen/newsreader/src/com/example/android/newsreader/
NewsReaderActivity.java 173 mCurrentCat = NewsSource.getInstance().getCategory(categoryIndex);
  /external/skia/tests/
ImageCacheTest.cpp 29 const char* getCategory() const override { return "test_cache"; }
  /external/skqp/tests/
ImageCacheTest.cpp 29 const char* getCategory() const override { return "test_cache"; }
  /frameworks/base/core/java/android/metrics/
MetricsReader.java 98 if (log.getCategory() == MetricsEvent.METRICS_CHECKPOINT) {
  /frameworks/base/core/java/android/nfc/cardemulation/
AidGroup.java 91 public String getCategory() {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/descriptors/
TextAttributeDescriptor.java 243 public String getCategory() {
  /tools/loganalysis/src/com/android/loganalysis/item/
LogcatItem.java 143 if (item.getCategory().equals(category)) {
  /dalvik/dx/src/com/android/dx/dex/code/
InsnFormat.java 221 if (lastReg.getCategory() == 2) {
407 next += one.getCategory();
  /development/samples/HoneycombGallery/src/com/example/android/hcgallery/
ContentFragment.java 168 String title = Directory.getCategory(mCategory).getEntry(mCurPosition).getName();
292 mBitmap = Directory.getCategory(category).getEntry(position)
  /external/clang/utils/analyzer/
CmpRuns.py 63 def getCategory(self):
84 self.getColumn(), self.getCategory(),
  /frameworks/base/tests/JankBench/app/src/main/java/com/android/benchmark/registry/
BenchmarkRegistry.java 97 @BenchmarkCategory int getCategory(int category) {
139 int category = getCategory(testCategory);
  /prebuilts/gradle-plugin/com/android/tools/asset-studio/25.5.0-alpha-preview-02/
asset-studio-25.5.0-alpha-preview-02.jar 
  /packages/apps/Nfc/src/com/android/nfc/cardemulation/
RegisteredServicesCache.java 383 dynAids.aidGroups.put(group.getCategory(), group);
479 dynAids.aidGroups.put(aidGroup.getCategory(), aidGroup);
486 dynAids.aidGroups.remove(aidGroup.getCategory());

Completed in 1006 milliseconds

1 2 3 45 6 7 8 91011>>