HomeSort by relevance Sort by last modified time
    Searched refs:category (Results 351 - 375 of 1669) sorted by null

<<11121314151617181920>>

  /prebuilts/go/linux-x86/src/unicode/
maketables.go 157 var category = map[string]bool{ var
217 category string
273 char.category = field[FGeneralCategory]
274 category[char.category] = true
275 switch char.category {
327 a := make([]string, 0, len(category))
328 for k := range category {
367 category := chars[code].category
    [all...]
graphic.go 79 // The C (Other) Unicode category includes more code points
89 // IsLetter reports whether the rune is a letter (category L).
97 // IsMark reports whether the rune is a mark character (category M).
103 // IsNumber reports whether the rune is a number (category N).
112 // (category P).
124 // Other definitions of spacing characters are set by category
  /external/fio/profiles/
act.c 98 .category = FIO_OPT_C_PROFILE,
108 .category = FIO_OPT_C_PROFILE,
118 .category = FIO_OPT_C_PROFILE,
128 .category = FIO_OPT_C_PROFILE,
138 .category = FIO_OPT_C_PROFILE,
148 .category = FIO_OPT_C_PROFILE,
157 .category = FIO_OPT_C_PROFILE,
  /tools/tradefederation/core/src/com/android/tradefed/device/
CpuStatsCollector.java 84 * Get the percentage of cycles used on a given category.
86 public Double getPercentage(TimeCategory category) {
87 if (!mPercentageStats.containsKey(category)) {
88 mPercentageStats.put(category, 100.0 * mTimeStats.get(category) / getTotalTime());
90 return mPercentageStats.get(category);
100 * where {@code c_time} is the time for a given category, {@code idle} is the time in the
487 private static Double getPercentageMean(List<CpuStats> cpuStats, TimeCategory category) {
490 stats.add(s.getPercentage(category));
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_warnings.py 73 self.module.filterwarnings("error", category=UserWarning)
81 self.module.filterwarnings("ignore", category=UserWarning)
89 self.module.filterwarnings("always", category=UserWarning)
100 self.module.filterwarnings("default", category=UserWarning)
116 self.module.filterwarnings("module", category=UserWarning)
128 self.module.filterwarnings("once", category=UserWarning)
144 self.module.filterwarnings("error", category=Warning)
152 self.module.filterwarnings("ignore", category=UserWarning)
153 self.module.filterwarnings("error", category=UserWarning,
174 self.assertTrue(w[-1].category is UserWarning
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_warnings.py 73 self.module.filterwarnings("error", category=UserWarning)
81 self.module.filterwarnings("ignore", category=UserWarning)
89 self.module.filterwarnings("always", category=UserWarning)
100 self.module.filterwarnings("default", category=UserWarning)
116 self.module.filterwarnings("module", category=UserWarning)
128 self.module.filterwarnings("once", category=UserWarning)
144 self.module.filterwarnings("error", category=Warning)
152 self.module.filterwarnings("ignore", category=UserWarning)
153 self.module.filterwarnings("error", category=UserWarning,
174 self.assertTrue(w[-1].category is UserWarning
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_warnings.py 73 self.module.filterwarnings("error", category=UserWarning)
81 self.module.filterwarnings("ignore", category=UserWarning)
89 self.module.filterwarnings("always", category=UserWarning)
100 self.module.filterwarnings("default", category=UserWarning)
116 self.module.filterwarnings("module", category=UserWarning)
128 self.module.filterwarnings("once", category=UserWarning)
144 self.module.filterwarnings("error", category=Warning)
152 self.module.filterwarnings("ignore", category=UserWarning)
153 self.module.filterwarnings("error", category=UserWarning,
174 self.assertTrue(w[-1].category is UserWarning
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_warnings.py 73 self.module.filterwarnings("error", category=UserWarning)
81 self.module.filterwarnings("ignore", category=UserWarning)
89 self.module.filterwarnings("always", category=UserWarning)
100 self.module.filterwarnings("default", category=UserWarning)
116 self.module.filterwarnings("module", category=UserWarning)
128 self.module.filterwarnings("once", category=UserWarning)
144 self.module.filterwarnings("error", category=Warning)
152 self.module.filterwarnings("ignore", category=UserWarning)
153 self.module.filterwarnings("error", category=UserWarning,
174 self.assertTrue(w[-1].category is UserWarning
    [all...]
  /prebuilts/ndk/r11/sources/cxx-stl/stlport/src/
locale.cpp 76 what += " facet category, unable to create facet for ";
194 locale::category c) {
207 // Give L a name where all facets except those in category c
208 // are taken from name1, and those in category c are taken from name2.
211 locale::category c) {
225 locale::category c) {
246 // in category c are instead constructed by name.
247 locale::locale(const locale& L, const char* name, locale::category c)
294 // Contruct a new locale where all facets that aren't in category c
295 // come from L1, and all those that are in category c come from L2
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/stlport/src/
locale.cpp 76 what += " facet category, unable to create facet for ";
194 locale::category c) {
207 // Give L a name where all facets except those in category c
208 // are taken from name1, and those in category c are taken from name2.
211 locale::category c) {
225 locale::category c) {
246 // in category c are instead constructed by name.
247 locale::locale(const locale& L, const char* name, locale::category c)
294 // Contruct a new locale where all facets that aren't in category c
295 // come from L1, and all those that are in category c come from L2
    [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...]
  /packages/apps/Settings/src/com/android/settings/datausage/
DataPlanUsageSummary.java 186 TemplatePreferenceCategory category = (TemplatePreferenceCategory) local
188 category.setTemplate(getNetworkTemplate(subId), subId, services);
189 category.pushTemplates(services);
191 Preference title = category.findPreference(KEY_MOBILE_USAGE_TITLE);
197 TemplatePreferenceCategory category = (TemplatePreferenceCategory) local
199 category.setTemplate(NetworkTemplate.buildTemplateWifiWildcard(), 0 /* subId */, services);
201 (NetworkRestrictionsPreference) category.findPreference(KEY_NETWORK_RESTRICTIONS);
205 TemplatePreferenceCategory category = (TemplatePreferenceCategory) local
207 category.setTemplate(NetworkTemplate.buildTemplateEthernet(), 0 /* subId */, services);
DataUsageSummary.java 197 TemplatePreferenceCategory category = (TemplatePreferenceCategory) local
199 category.setTemplate(getNetworkTemplate(subId), subId, services);
200 category.pushTemplates(services);
202 Preference title = category.findPreference(KEY_MOBILE_USAGE_TITLE);
208 TemplatePreferenceCategory category = (TemplatePreferenceCategory) local
210 category.setTemplate(NetworkTemplate.buildTemplateWifiWildcard(), 0, services);
212 (NetworkRestrictionsPreference) category.findPreference(KEY_NETWORK_RESTRICTIONS);
216 TemplatePreferenceCategory category = (TemplatePreferenceCategory) local
218 category.setTemplate(NetworkTemplate.buildTemplateEthernet(), 0, services);
  /cts/hostsidetests/atrace/src/android/atrace/cts/
AtraceHostTest.java 178 for (String category : categories) {
179 int dashIndex = category.indexOf("-");
181 assertTrue(dashIndex > 1); // must match category output format
182 category = category.substring(0, dashIndex).trim();
184 requiredCategories.remove(category);
189 System.err.println("missing category: " + missingCategory);
  /frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/suggestions/
SuggestionParserTest.java 74 mMultipleCategory.category = "category1";
77 mExclusiveCategory.category = "category2";
80 mExpiredExclusiveCategory.category = "category3";
159 .putLong(mExpiredExclusiveCategory.category + "_setup_time",
210 new Intent(Intent.ACTION_MAIN).addCategory(mMultipleCategory.category),
  /bionic/libc/bionic/
locale.cpp 158 char* setlocale(int category, const char* locale_name) {
159 // Is 'category' valid?
160 if (category < LC_CTYPE || category > LC_IDENTIFICATION) {
  /external/desugar/java/com/google/devtools/common/options/
OptionsParser.java 532 * intuitive short description for the options. Options of the same category (see {@link
533 * Option#category}) will be grouped together.
535 * @param categoryDescriptions a mapping from category names to category descriptions.
536 * Descriptions are optional; if omitted, a string based on the category name will be used.
555 String category = option.category(); local
556 if (!category.equals(prevCategory)
558 String description = categoryDescriptions.get(category);
560 description = "Options category '" + category + "'"
598 String category = option.category(); local
    [all...]
  /frameworks/base/services/usage/java/com/android/server/usage/
IntervalStats.java 124 void updateChooserCounts(String packageName, String category, String action) {
137 int currentCount = chooserCounts.getOrDefault(category, 0);
138 chooserCounts.put(category, currentCount + 1);
  /packages/apps/TV/common/src/com/android/tv/common/ui/setup/
SetupActivity.java 133 public boolean onActionClick(String category, int actionId, Bundle params) {
137 return executeAction(category, actionId, params);
150 protected boolean executeAction(String category, int actionId, Bundle params) {
  /packages/apps/TV/src/com/android/tv/tuner/setup/
PostalCodeFragment.java 68 protected void setOnClickAction(View view, final String category, final int actionId) {
80 onActionClick(category, actionId);
92 super.setOnClickAction(view, category, ACTION_SKIP);
  /prebuilts/go/darwin-x86/src/unicode/
graphic.go 79 // The C (Other) Unicode category includes more code points
89 // IsLetter reports whether the rune is a letter (category L).
97 // IsMark reports whether the rune is a mark character (category M).
103 // IsNumber reports whether the rune is a number (category N).
112 // (category P).
124 // Other definitions of spacing characters are set by category
  /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/llvm/include/llvm/ADT/
APFloat.h 180 /// Category of internally-represented number.
419 bool isZero() const { return category == fcZero; }
426 bool isInfinity() const { return category == fcInfinity; }
429 bool isNaN() const { return category == fcNaN; }
439 fltCategory getCategory() const { return category; }
441 bool isNonZero() const { return category != fcZero; }
639 fltCategory category : 3;
  /external/webrtc/webrtc/modules/utility/source/
helpers_ios.mm 62 NSString* category = [[AVAudioSession sharedInstance] category];
63 return StdStringFromNSString(category);

Completed in 1723 milliseconds

<<11121314151617181920>>