/ndk/sources/android/support/src/locale/ |
setlocale.c | 31 char *setlocale(int category, const char *locale) {
|
/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/base/debug/ |
trace_event_memory.h | 91 const char* category; member in struct:base::debug::ScopedTraceMemory::ScopeData 95 // Memory for |category| and |name| must be static, for example, literal 97 ScopedTraceMemory(const char* category, const char* name) { 100 Initialize(category, name); 118 void Initialize(const char* category, const char* name); 161 #define INTERNAL_TRACE_MEMORY(category, name) \ 162 base::debug::ScopedTraceMemory INTERNAL_TRACE_MEMORY_ID(category, name); 164 #define INTERNAL_TRACE_MEMORY(category, name)
|
/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/chromium_org/tools/telemetry/telemetry/core/timeline/ |
event.py | 15 def __init__(self, category, name, start, duration, thread_start=None, 17 self.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/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;
|