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

1 2 3 4 5 67 8 91011>>

  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_locale.h 107 typedef int category; typedef in class:locale
108 _STLP_STATIC_CONSTANT(category, none = 0x000);
109 _STLP_STATIC_CONSTANT(category, collate = 0x010);
110 _STLP_STATIC_CONSTANT(category, ctype = 0x020);
111 _STLP_STATIC_CONSTANT(category, monetary = 0x040);
112 _STLP_STATIC_CONSTANT(category, numeric = 0x100);
113 _STLP_STATIC_CONSTANT(category, time = 0x200);
114 _STLP_STATIC_CONSTANT(category, messages = 0x400);
115 _STLP_STATIC_CONSTANT(category, all = collate | ctype | monetary | numeric | time | messages);
121 locale(const locale&, const char*, category);
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_locale.h 107 typedef int category; typedef in class:locale
108 _STLP_STATIC_CONSTANT(category, none = 0x000);
109 _STLP_STATIC_CONSTANT(category, collate = 0x010);
110 _STLP_STATIC_CONSTANT(category, ctype = 0x020);
111 _STLP_STATIC_CONSTANT(category, monetary = 0x040);
112 _STLP_STATIC_CONSTANT(category, numeric = 0x100);
113 _STLP_STATIC_CONSTANT(category, time = 0x200);
114 _STLP_STATIC_CONSTANT(category, messages = 0x400);
115 _STLP_STATIC_CONSTANT(category, all = collate | ctype | monetary | numeric | time | messages);
121 locale(const locale&, const char*, category);
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_locale.h 109 typedef int category; typedef in class:locale
110 _STLP_STATIC_CONSTANT(category, none = 0x000);
111 _STLP_STATIC_CONSTANT(category, collate = 0x010);
112 _STLP_STATIC_CONSTANT(category, ctype = 0x020);
113 _STLP_STATIC_CONSTANT(category, monetary = 0x040);
114 _STLP_STATIC_CONSTANT(category, numeric = 0x100);
115 _STLP_STATIC_CONSTANT(category, time = 0x200);
116 _STLP_STATIC_CONSTANT(category, messages = 0x400);
117 _STLP_STATIC_CONSTANT(category, all = collate | ctype | monetary | numeric | time | messages);
123 locale(const locale&, const char*, category);
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_locale.h 109 typedef int category; typedef in class:locale
110 _STLP_STATIC_CONSTANT(category, none = 0x000);
111 _STLP_STATIC_CONSTANT(category, collate = 0x010);
112 _STLP_STATIC_CONSTANT(category, ctype = 0x020);
113 _STLP_STATIC_CONSTANT(category, monetary = 0x040);
114 _STLP_STATIC_CONSTANT(category, numeric = 0x100);
115 _STLP_STATIC_CONSTANT(category, time = 0x200);
116 _STLP_STATIC_CONSTANT(category, messages = 0x400);
117 _STLP_STATIC_CONSTANT(category, all = collate | ctype | monetary | numeric | time | messages);
123 locale(const locale&, const char*, category);
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_locale.h 109 typedef int category; typedef in class:locale
110 _STLP_STATIC_CONSTANT(category, none = 0x000);
111 _STLP_STATIC_CONSTANT(category, collate = 0x010);
112 _STLP_STATIC_CONSTANT(category, ctype = 0x020);
113 _STLP_STATIC_CONSTANT(category, monetary = 0x040);
114 _STLP_STATIC_CONSTANT(category, numeric = 0x100);
115 _STLP_STATIC_CONSTANT(category, time = 0x200);
116 _STLP_STATIC_CONSTANT(category, messages = 0x400);
117 _STLP_STATIC_CONSTANT(category, all = collate | ctype | monetary | numeric | time | messages);
123 locale(const locale&, const char*, category);
    [all...]
  /packages/apps/CellBroadcastReceiver/tests/src/com/android/cellbroadcastreceiver/tests/
SendTestMessages.java 388 private static SmsCbMessage createFromPdu(byte[] pdu, int serialNumber, int category) {
391 return createFromPdus(pdus, serialNumber, category);
394 private static SmsCbMessage createFromPdus(byte[][] pdus, int serialNumber, int category) {
402 if (category != 0) {
403 Log.d(TAG, "setting GSM message identifier to " + category);
404 pdu[2] = (byte) ((category >>> 8) & 0xff);
405 pdu[3] = (byte) (category & 0xff);
412 if (category != 0) {
413 Log.d(TAG, "setting UMTS message identifier to " + category);
414 pdu[1] = (byte) ((category >>> 8) & 0xff)
    [all...]
  /frameworks/base/core/java/android/nfc/cardemulation/
ApduServiceInfo.java 101 this.mCategoryToGroup.put(aidGroup.category, aidGroup);
181 // Get category of AID group
193 groupCategory + " category");
203 if (!mCategoryToGroup.containsKey(currentGroup.category)) {
205 mCategoryToGroup.put(currentGroup.category, currentGroup);
246 public boolean hasCategory(String category) {
247 return mCategoryToGroup.containsKey(category);
372 final String category; field in class:ApduServiceInfo.AidGroup
375 AidGroup(ArrayList<String> aids, String category, String description) {
377 this.category = category
    [all...]
  /dalvik/dx/src/com/android/dx/ssa/back/
FirstFitLocalCombiningAllocator.java 252 // Compute max category for remaining unmapped registers.
256 int category = ssaSpec.getCategory(); local
258 && category > maxCategory) {
259 maxCategory = category;
281 * @param maxAllowedCategory {@code 1..2;} maximum category
301 // the widest category used, but <shrug>
313 * @param maxAllowedCategory {@code 1..2;} the maximum category
333 * @param category {@code > 0;} width to reserve
335 private void markReserved(int ropReg, int category) {
336 reservedRopRegs.set(ropReg, ropReg + category, true)
492 int category = checkRegSpec.getCategory(); local
559 int category = ssaSpec.getCategory(); local
598 int category = ssaSpec.getCategory(); local
709 int category = ssaSpec.getCategory(); local
710 mapper.addMapping(ssaSpec.getReg(), ropReg, category); local
733 int category = source.getCategory(); local
790 int category = sources.get(i).getCategory(); local
933 int category = categoriesForIndex[i]; local
1023 int category = result.getCategory(); local
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/ssa/back/
FirstFitLocalCombiningAllocator.java 248 // Compute max category for remaining unmapped registers.
252 int category = ssaSpec.getCategory(); local
254 && category > maxCategory) {
255 maxCategory = category;
277 * @param maxAllowedCategory {@code 1..2;} maximum category
297 // the widest category used, but <shrug>
309 * @param maxAllowedCategory {@code 1..2;} the maximum category
329 * @param category {@code > 0;} width to reserve
331 private void markReserved(int ropReg, int category) {
332 reservedRopRegs.set(ropReg, ropReg + category, true)
488 int category = checkRegSpec.getCategory(); local
555 int category = ssaSpec.getCategory(); local
594 int category = ssaSpec.getCategory(); local
705 int category = ssaSpec.getCategory(); local
706 mapper.addMapping(ssaSpec.getReg(), ropReg, category); local
729 int category = source.getCategory(); local
786 int category = sources.get(i).getCategory(); local
929 int category = categoriesForIndex[i]; local
1019 int category = result.getCategory(); local
    [all...]
  /packages/apps/Settings/src/com/android/settings/nfc/
PaymentDefaultDialog.java 58 String category = intent.getStringExtra(CardEmulation.EXTRA_CATEGORY); local
61 if (!buildDialog(component, category)) {
79 private boolean buildDialog(ComponentName component, String category) {
80 if (component == null || category == null) {
81 Log.e(TAG, "Component or category are null");
85 if (!CardEmulation.CATEGORY_PAYMENT.equals(category)) {
86 Log.e(TAG, "Don't support defaults for category " + category);
  /external/chromium_org/chrome/common/extensions/docs/server2/
object_store_creator.py 49 category=None,
62 for component in (category, app_version):
69 ('category', category),
  /external/smack/src/org/jivesoftware/smackx/provider/
DiscoverInfoProvider.java 41 String category = ""; local
52 category = parser.getAttributeValue("", "category");
69 identity = new DiscoverInfo.Identity(category, name, type);
  /cts/tests/tests/opengl/src/android/opengl/cts/
OpenGLES20NativeActivityOne.java 88 public OpenGLES20View(Context context, int category, int testCase, CountDownLatch latch) {
91 mRenderer = new GL2Renderer(category, testCase, latch);
114 public GL2Renderer(int category, int testcase, CountDownLatch latch) {
115 this.mCategory = category;
  /docs/source.android.com/scripts/
build.py 57 category = 'home' variable
66 # Step A: split path, and update cached category name if needed
71 category = outdir[-1]
116 sidebar3=sidebar3, category=category, title=get_title(absfilename))
  /external/chromium_org/cc/debug/
traced_value.h 25 const char* category,
traced_value.cc 25 const char* category,
29 dict->SetString("cat", category);
  /external/chromium_org/tools/telemetry/telemetry/core/timeline/
counter.py 39 def __init__(self, parent, category, name):
41 self.category = category
42 self.full_name = category + '.' + name
slice.py 16 def __init__(self, parent_thread, category, name, timestamp,
19 category, name, timestamp, duration, args=args)
  /external/llvm/include/llvm/Support/
system_error.h 73 const error_category& category() const;
102 const error_category& category() const;
704 const error_category& category() const {return *_cat_;} function in class:llvm::error_condition
720 return _x.category() < _y.category()
721 || (_x.category() == _y.category() && _x.value() < _y.value());
767 const error_category& category() const {return *_cat_;} function in class:llvm::error_code
787 return _x.category() < _y.category()
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/performance_monitor/
performance_monitor_handler.cc 30 std::set<MetricType> GetMetricSetForCategory(MetricCategory category) {
32 switch (category) {
55 std::set<EventType> GetEventSetForCategory(EventCategory category) {
57 switch (category) {
80 Unit GetUnitForMetricCategory(MetricCategory category) {
81 switch (category) {
152 scoped_ptr<ListValue> GetMetricDetailsForCategory(MetricCategory category) {
154 std::set<MetricType> metric_set = GetMetricSetForCategory(category);
168 // Returns a dictionary for the metric category. Metric categories contain
169 // an id representing the category; localized strings for the category name
    [all...]
performance_monitor_l10n.cc 55 string16 GetLocalizedStringFromEventCategory(const EventCategory category) {
57 switch (category) {
75 const EventCategory category) {
77 switch (category) {
260 const MetricCategory category) {
263 switch (category) {
284 const MetricCategory category) {
287 switch (category) {
  /external/bison/lib/
gettext.h 71 # define dcgettext(Domainname, Msgid, Category) \
72 ((void) (Category), dgettext (Domainname, Msgid))
82 # define dcngettext(Domainname, Msgid1, Msgid2, N, Category) \
83 ((void) (Category), dngettext (Domainname, Msgid1, Msgid2, N))
126 #define dcpgettext(Domainname, Msgctxt, Msgid, Category) \
127 pgettext_aux (Domainname, Msgctxt GETTEXT_CONTEXT_GLUE Msgid, Msgid, Category)
137 #define dcnpgettext(Domainname, Msgctxt, Msgid, MsgidPlural, N, Category) \
138 npgettext_aux (Domainname, Msgctxt GETTEXT_CONTEXT_GLUE Msgid, Msgid, MsgidPlural, N, Category)
150 int category)
152 const char *translation = dcgettext (domain, msg_ctxt_id, category);
    [all...]
  /external/chromium_org/base/debug/
trace_event_memory.h 139 // TODO(jamescook): Make it record both category and name.
141 #define INTERNAL_TRACE_MEMORY(category, name) \
144 #define INTERNAL_TRACE_MEMORY(category, name)
  /frameworks/base/telephony/java/android/telephony/cdma/
CdmaSmsCbProgramResults.java 23 * CDMA Service Category Program Results from SCPT teleservice SMS.
38 /** Program result: category already opted in. */
41 /** Program result: category already opted in. */
50 /** Program result: invalid service category name. */
56 /** Service category to modify. */
59 /** Language used for service category name (defined in BearerData.LANGUAGE_*). */
62 /** Result of service category programming for this category. */
66 public CdmaSmsCbProgramResults(int category, int language, int categoryResult) {
67 mCategory = category;
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/lib/
gettext.h 73 # define dcgettext(Domainname, Msgid, Category) \
74 ((void) (Category), dgettext (Domainname, Msgid))
84 # define dcngettext(Domainname, Msgid1, Msgid2, N, Category) \
85 ((void) (Category), dngettext(Domainname, Msgid1, Msgid2, N))
122 #define dcpgettext(Domainname, Msgctxt, Msgid, Category) \
123 pgettext_aux (Domainname, Msgctxt GETTEXT_CONTEXT_GLUE Msgid, Msgid, Category)
133 #define dcnpgettext(Domainname, Msgctxt, Msgid, MsgidPlural, N, Category) \
134 npgettext_aux (Domainname, Msgctxt GETTEXT_CONTEXT_GLUE Msgid, Msgid, MsgidPlural, N, Category)
146 int category)
148 const char *translation = dcgettext (domain, msg_ctxt_id, category);
    [all...]

Completed in 426 milliseconds

1 2 3 4 5 67 8 91011>>