HomeSort by relevance Sort by last modified time
    Searched refs:category (Results 26 - 50 of 609) sorted by null

12 3 4 5 6 7 8 91011>>

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/syserr/syserr.errcat/syserr.errcat.objects/
system_category.pass.cpp 25 assert(e_cond.category() == std::generic_category());
28 assert(e_cond.category() == std::system_category());
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/syserr/syserr.errcode/syserr.errcode.modifiers/
assign.pass.cpp 25 assert(ec.category() == std::system_category());
31 assert(ec.category() == std::generic_category());
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.modifiers/
assign.pass.cpp 25 assert(ec.category() == std::system_category());
31 assert(ec.category() == std::generic_category());
  /packages/apps/UnifiedEmail/src/com/android/mail/analytics/
Tracker.java 29 void sendEvent(String category, String action, String label, long value);
30 void sendMenuItemEvent(String category, int itemResId, String label, long value);
  /frameworks/base/core/java/android/nfc/
INfcCardEmulation.aidl 28 boolean isDefaultServiceForCategory(int userHandle, in ComponentName service, String category);
30 boolean setDefaultServiceForCategory(int userHandle, in ComponentName service, String category);
32 List<ApduServiceInfo> getServices(int userHandle, in String category);
  /external/chromium_org/third_party/mesa/src/src/mapi/glapi/gen/
extension_helper.py 107 [category, num] = api.get_category_for_name( n )
108 if category not in abi:
116 [category, num] = api.get_category_for_name( n )
117 if category in abi:
134 [category, num] = api.get_category_for_name( n )
135 if category not in abi:
136 condition.append( 'defined(need_%s)' % (gl_XML.real_category_name( category )) )
197 [category, num] = api.get_category_for_name( n )
198 if category not in abi:
199 c = gl_XML.real_category_name(category)
    [all...]
  /external/mesa3d/src/mapi/glapi/gen/
extension_helper.py 107 [category, num] = api.get_category_for_name( n )
108 if category not in abi:
116 [category, num] = api.get_category_for_name( n )
117 if category in abi:
134 [category, num] = api.get_category_for_name( n )
135 if category not in abi:
136 condition.append( 'defined(need_%s)' % (gl_XML.real_category_name( category )) )
197 [category, num] = api.get_category_for_name( n )
198 if category not in abi:
199 c = gl_XML.real_category_name(category)
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/
xcodeproj_unittest.py 38 def __call__(self, line_number, category, confidence, message):
39 self.handler(self, line_number, category, confidence, message)
47 def handler(error_handler, line_number, category, confidence, message):
48 self.fail('Unexpected error: %d %s %d %s' % (line_number, category, confidence, message))
57 def handler(error_handler, line_number, category, confidence, message):
xml_unittest.py 38 def __call__(self, line_number, category, confidence, message):
39 self._handle_style_error(self, line_number, category, confidence, message)
47 def handle_style_error(mock_error_handler, line_number, category, confidence, message):
48 self.fail('Unexpected error: %d %s %d %s' % (line_number, category, confidence, message))
56 def handle_style_error(mock_error_handler, line_number, category, confidence, message):
59 self.assertEqual(expected_category, category)
  /external/bluetooth/bluedroid/bta/av/
bta_av_ci.c 70 void bta_av_ci_setconfig(tBTA_AV_HNDL hndl, UINT8 err_code, UINT8 category,
81 p_buf->category = category;
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/
make-hosted 55 my $category = $_;
56 $category =~ s/-.*//;
57 if (!$uniqueCategories{$category}) {
58 push @categories, $category;
59 $uniqueCategories{$category} = $category;
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
PreferenceCategoryTest.java 19 private PreferenceCategory category; field in class:PreferenceCategoryTest
24 category = new PreferenceCategory(new Activity());
25 shadow = Robolectric.shadowOf(category);
  /dalvik/dx/src/com/android/dx/ssa/
InterferenceRegisterMapper.java 63 public void addMapping(int oldReg, int newReg, int category) {
64 super.addMapping(oldReg, newReg, category);
68 if (category == 2) {
79 * @param category category of old namespace register
82 public boolean interferes(int oldReg, int newReg, int category) {
90 } else if (category == 1) {
94 || (interferes(oldReg, newReg+1, category-1));
131 * pinned to the specified new-namespace reg + category. Takes into
132 * account the category of the old-namespace registers
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/ssa/
InterferenceRegisterMapper.java 65 public void addMapping(int oldReg, int newReg, int category) {
66 super.addMapping(oldReg, newReg, category);
70 if (category == 2) {
81 * @param category category of old namespace register
84 public boolean interferes(int oldReg, int newReg, int category) {
92 } else if (category == 1) {
96 || (interferes(oldReg, newReg+1, category-1));
133 * pinned to the specified new-namespace reg + category. Takes into
134 * account the category of the old-namespace registers
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/server2/
manifest_data_source.py 38 for category in ('required', 'only_one', 'recommended', 'optional'):
39 manifest_dict[category] = []
49 def add_property(feature, manifest_key, category):
56 apps[category].append(deepcopy(manifest_key))
59 extensions[category].append(deepcopy(manifest_key))
64 for category in manifest_json:
65 for manifest_key in manifest_json[category]:
69 if add_property(feature, manifest_key, category):
  /external/libsepol/tests/policies/test-cond/
refpolicy-base.conf 547 category c0; category c1; category c2; category c3;
548 category c4; category c5; category c6; category c7;
549 category c8; category c9; category c10; category c11
    [all...]
  /frameworks/support/v4/jellybean-mr1/android/support/v4/hardware/display/
DisplayManagerJellybeanMr1.java 35 public static Display[] getDisplays(Object displayManagerObj, String category) {
36 return ((android.hardware.display.DisplayManager)displayManagerObj).getDisplays(category);
  /bionic/libc/include/
locale.h 52 extern char *setlocale(int category, const char *locale);
  /development/ndk/platforms/android-3/include/
locale.h 52 extern char *setlocale(int category, const char *locale);
  /external/bluetooth/bluedroid/bta/include/
bta_av_ci.h 65 UINT8 category, UINT8 num_seid, UINT8 *p_seid,
  /external/e2fsprogs/intl/
intl-compat.c 77 dcgettext (const char *domainname, const char *msgid, int category)
79 return libintl_dcgettext (domainname, msgid, category);
104 int category)
106 return libintl_dcngettext (domainname, msgid1, msgid2, n, category);
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/
PropertyManager.java 13 import org.eclipse.wb.internal.core.model.property.category.PropertyCategory;
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/category/
PropertyCategoryProvider.java 11 package org.eclipse.wb.internal.core.model.property.category;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/syserr/syserr.errcat/syserr.errcat.virtuals/
default_error_condition.pass.cpp 23 assert(e_cond.category() == e_cat);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/syserr/syserr.errcode/syserr.errcode.nonmembers/
make_error_code.pass.cpp 24 assert(ec.category() == std::generic_category());

Completed in 564 milliseconds

12 3 4 5 6 7 8 91011>>