HomeSort by relevance Sort by last modified time
    Searched defs:category (Results 51 - 75 of 671) sorted by null

1 23 4 5 6 7 8 91011>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
locale_classes.h 66 /// Definition of locale::category.
67 typedef int category; typedef in class:locale
90 * @brief Category values.
92 * The standard category values are none, ctype, numeric, collate, time,
94 * intersection. The category all is the union of these values.
98 static const category none = 0;
99 static const category ctype = 1L << 0;
100 static const category numeric = 1L << 1;
101 static const category collate = 1L << 2;
102 static const category time = 1L << 3
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
locale_classes.h 66 /// Definition of locale::category.
67 typedef int category; typedef in class:locale
90 * @brief Category values.
92 * The standard category values are none, ctype, numeric, collate, time,
94 * intersection. The category all is the union of these values.
98 static const category none = 0;
99 static const category ctype = 1L << 0;
100 static const category numeric = 1L << 1;
101 static const category collate = 1L << 2;
102 static const category time = 1L << 3
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
locale_classes.h 66 /// Definition of locale::category.
67 typedef int category; typedef in class:locale
90 * @brief Category values.
92 * The standard category values are none, ctype, numeric, collate, time,
94 * intersection. The category all is the union of these values.
98 static const category none = 0;
99 static const category ctype = 1L << 0;
100 static const category numeric = 1L << 1;
101 static const category collate = 1L << 2;
102 static const category time = 1L << 3
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/bsddb/
dbshelve.py 62 category=DeprecationWarning) variable
dbtables.py 49 category=DeprecationWarning) variable
  /prebuilts/gdb/linux-x86/lib/python2.7/bsddb/
dbshelve.py 62 category=DeprecationWarning) variable
dbtables.py 49 category=DeprecationWarning) variable
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
locale_classes.h 66 /// Definition of locale::category.
67 typedef int category; typedef in class:locale
90 * @brief Category values.
92 * The standard category values are none, ctype, numeric, collate, time,
94 * intersection. The category all is the union of these values.
98 static const category none = 0;
99 static const category ctype = 1L << 0;
100 static const category numeric = 1L << 1;
101 static const category collate = 1L << 2;
102 static const category time = 1L << 3
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/
dbshelve.py 62 category=DeprecationWarning) variable
dbtables.py 49 category=DeprecationWarning) variable
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/
dbshelve.py 62 category=DeprecationWarning) variable
dbtables.py 49 category=DeprecationWarning) variable
  /development/samples/HoneycombGallery/src/com/example/android/hcgallery/
ContentFragment.java 161 mCategory = savedInstanceState.getInt("category");
193 outState.putInt("category", mCategory);
239 // Attempt to parse clip data with expected format: category||entry_id.
251 int category = -1; local
254 category = Integer.parseInt(tokenizer.nextToken());
259 updateContentAndRecycleBitmap(category, entryId);
273 * @param category Index position of the image category
276 void updateContentAndRecycleBitmap(int category, int position) {
277 mCategory = category;
    [all...]
  /external/chromium-trace/catapult/third_party/Paste/paste/
httpheaders.py 203 ``category``
276 category = 'general' variable in class:HTTPHeader
318 def __new__(cls, name, category=None, reference=None, version=None):
332 assert self.category == category, \
333 "duplicate registration with different category"
341 self.category = category or self.category
346 'response': 3, 'entity': 4 }[self.category]
    [all...]
  /external/fio/
parse.h 72 unsigned int category; /* what type of option */ member in struct:fio_option
  /external/libchrome/base/trace_event/
trace_config.cc 190 << "Disallowed category string";
215 // One of the category of category_group_name is not present in
216 // excluded_ list. So, if it's not a disabled-by-default category,
230 // If the category group is not excluded, and there are no included patterns
231 // we consider this category group enabled, as long as it had categories
344 // category enabled. So, use the default periodic dump config.
362 std::string category = *iter; local
364 if (category.empty())
367 if (category.find(kSyntheticDelayCategoryFilterPrefix) == 0 &&
368 category.at(category.size() - 1) == ')')
427 std::string category; local
443 std::string category; local
    [all...]
  /external/libmicrohttpd/src/examples/
demo.c 88 "<input type=\"radio\" name=\"category\" value=\"books\">Book</input>"\
89 "<input type=\"radio\" name=\"category\" value=\"images\">Image</input>"\
90 "<input type=\"radio\" name=\"category\" value=\"music\">Music</input>"\
91 "<input type=\"radio\" name=\"category\" value=\"software\">Software</input>"\
92 "<input type=\"radio\" name=\"category\" value=\"videos\">Videos</input>\n"\
93 "<input type=\"radio\" name=\"category\" value=\"other\" checked>Other</input></dd>"\
311 const char *category; local
338 category = categories[category_idx];
342 category);
351 category);
404 char *category; member in struct:UploadContext
    [all...]
demo_https.c 89 "<input type=\"radio\" name=\"category\" value=\"books\">Book</input>"\
90 "<input type=\"radio\" name=\"category\" value=\"images\">Image</input>"\
91 "<input type=\"radio\" name=\"category\" value=\"music\">Music</input>"\
92 "<input type=\"radio\" name=\"category\" value=\"software\">Software</input>"\
93 "<input type=\"radio\" name=\"category\" value=\"videos\">Videos</input>\n"\
94 "<input type=\"radio\" name=\"category\" value=\"other\" checked>Other</input></dd>"\
312 const char *category; local
339 category = categories[category_idx];
343 category);
352 category);
405 char *category; member in struct:UploadContext
    [all...]
  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/
SuggestionParser.java 115 private void readSuggestions(SuggestionCategory category, List<Tile> suggestions) {
118 intent.addCategory(category.category);
119 if (category.pkg != null) {
120 intent.setPackage(category.pkg);
132 if (!category.multiple && suggestions.size() > (countBefore + 1)) {
142 // If category is marked as done, do not add any item.
143 if (!isCategoryDone(category.category)) {
182 public boolean isCategoryDone(String category) {
238 public String category; field in class:SuggestionParser.SuggestionCategory
319 SuggestionCategory category = new SuggestionCategory(); local
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/car/
CarNavigationBarController.java 93 String category = getPackageCategory(packageName); local
94 if (category != null) {
95 setCurrentFacet(mFacetCategoryMap.get(category));
107 String category = getPackageCategory(packageName); local
108 if (mFacetCategoryMap.containsKey(category)) {
109 int index = mFacetCategoryMap.get(category);
182 String category = categories[j]; local
186 intent.addCategory(category);
191 mFacetPackageMap.put(packageName, mFacetCategoryMap.get(category));
192 return category;
224 String category = categories[i]; local
    [all...]
  /frameworks/base/sax/tests/saxtests/src/android/sax/
SafeSaxTest.java 280 mediaGroup.getChild(MEDIA_NAMESPACE, "category")
283 video.category = body;
414 || localName.equals("category")
511 if (localName.equals("category")) {
512 video.category = takeText();
536 public String category; field in class:SafeSaxTest.YouTubeVideo
  /frameworks/opt/telephony/src/java/android/telephony/
CellBroadcastMessage.java 134 int category = cursor.getInt( local
238 SmsCbMessage msg = new SmsCbMessage(format, geoScope, serialNum, location, category,
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/category/
Action.java 17 package com.android.gallery3d.filtershow.category;
CategoryAdapter.java 17 package com.android.gallery3d.filtershow.category;
75 public void initializeSelection(int category) {
76 mCategory = category;
78 if (category == MainPanel.LOOKS) {
82 if (category == MainPanel.BORDERS) {
85 if (category == MainPanel.VERSIONS) {
IconView.java 17 package com.android.gallery3d.filtershow.category;

Completed in 4100 milliseconds

1 23 4 5 6 7 8 91011>>