HomeSort by relevance Sort by last modified time
    Searched full:categories (Results 226 - 250 of 1300) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/libcxx/test/localization/locale.categories/category.time/locale.time.get/locale.time.get.virtuals/
Android.mk 17 test_makefile := external/libcxx/test/localization/locale.categories/category.time/locale.time.get/locale.time.get.virtuals/Android.mk
19 test_name := localization/locale.categories/category.time/locale.time.get/locale.time.get.virtuals/tested_elsewhere
  /external/libcxx/test/localization/locale.categories/category.time/locale.time.put/locale.time.put.virtuals/
Android.mk 17 test_makefile := external/libcxx/test/localization/locale.categories/category.time/locale.time.put/locale.time.put.virtuals/Android.mk
19 test_name := localization/locale.categories/category.time/locale.time.put/locale.time.put.virtuals/tested_elsewhere
  /external/libcxx/test/localization/locale.categories/category.time/locale.time.put.byname/
Android.mk 17 test_makefile := external/libcxx/test/localization/locale.categories/category.time/locale.time.put.byname/Android.mk
19 test_name := localization/locale.categories/category.time/locale.time.put.byname/put1
  /external/libcxx/test/localization/locale.categories/facet.numpunct/locale.numpunct/facet.numpunct.virtuals/
Android.mk 17 test_makefile := external/libcxx/test/localization/locale.categories/facet.numpunct/locale.numpunct/facet.numpunct.virtuals/Android.mk
19 test_name := localization/locale.categories/facet.numpunct/locale.numpunct/facet.numpunct.virtuals/tested_elsewhere
  /external/lldb/source/Plugins/Process/MacOSX-Kernel/
ProcessKDPLog.cpp 49 ProcessKDPLog::DisableLog (const char **categories, Stream *feedback_strm)
56 if (categories[0] != NULL)
59 for (size_t i = 0; categories[i] != NULL; ++i)
61 const char *arg = categories[i];
96 ProcessKDPLog::EnableLog (StreamSP &log_stream_sp, uint32_t log_options, const char **categories, Stream *feedback_strm)
116 for (size_t i=0; categories[i] != NULL; ++i)
118 const char *arg = categories[i];
156 strm->Printf ("Logging categories for '%s':\n"
157 " all - turn on all available logging categories\n"
161 " default - enable the default set of logging categories for liblldb\n
    [all...]
ProcessKDPLog.h 42 DisableLog (const char **categories, lldb_private::Stream *feedback_strm);
45 EnableLog (lldb::StreamSP &log_stream_sp, uint32_t log_options, const char **categories, lldb_private::Stream *feedback_strm);
  /external/lldb/source/Plugins/Process/gdb-remote/
ProcessGDBRemoteLog.cpp 59 ProcessGDBRemoteLog::DisableLog (const char **categories, Stream *feedback_strm)
66 if (categories[0] != NULL)
69 for (size_t i = 0; categories[i] != NULL; ++i)
71 const char *arg = categories[i];
107 ProcessGDBRemoteLog::EnableLog (StreamSP &log_stream_sp, uint32_t log_options, const char **categories, Stream *feedback_strm)
127 for (size_t i=0; categories[i] != NULL; ++i)
129 const char *arg = categories[i];
167 strm->Printf ("Logging categories for '%s':\n"
168 " all - turn on all available logging categories\n"
172 " default - enable the default set of logging categories for liblldb\n
    [all...]
ProcessGDBRemoteLog.h 45 DisableLog (const char **categories, lldb_private::Stream *feedback_strm);
48 EnableLog (lldb::StreamSP &log_stream_sp, uint32_t log_options, const char **categories, lldb_private::Stream *feedback_strm);
  /frameworks/support/v7/mediarouter/src/android/support/v7/media/
MediaRouteSelector.java 63 * Gets the list of {@link MediaControlIntent media control categories} in the selector.
65 * @return The list of categories.
259 * Adds a list of {@link MediaControlIntent media control categories} to the builder.
261 * @param categories The list categories to add to the set of desired capabilities,
266 public Builder addControlCategories(@NonNull Collection<String> categories) {
267 if (categories == null) {
268 throw new IllegalArgumentException("categories must not be null");
271 if (!categories.isEmpty()) {
272 for (String category : categories) {
    [all...]
  /external/chromium-trace/trace-viewer/src/about_tracing/
profiling_view.js 174 var categories = event.categories;
175 var categories_length = categories.length;
176 // Do not allow categories with ,'s in their name.
178 var split = categories[i].split(',');
179 categories[i] = split.shift();
181 categories = categories.concat(split);
185 dlg.categories = categories;
    [all...]
  /external/chromium_org/third_party/libxml/src/
genUnicode.py 87 # Next process the Categories file. This is more complex, since
103 Categories = {}
131 Categories[name].append(value)
134 Categories[name] = [value]
139 Categories[name[0]].append(value)
142 Categories[name[0]] = [value]
147 print "Parsed %d char generating %d categories" % (nbchar, len(Categories.keys()))
153 for cat in Categories.keys():
154 list = Categories[cat
    [all...]
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowIntent.java 37 private final Set<String> categories = new HashSet<String>(); field in class:ShadowIntent
63 categories.addAll(other.categories);
108 categories.add(category);
114 categories.remove(category);
119 return categories.contains(category);
124 return categories;
441 if (!other.categories.isEmpty()
442 && (categories.isEmpty() || (flags & FILL_IN_CATEGORIES) != 0)) {
443 categories.addAll(other.categories)
    [all...]
  /external/chromium_org/third_party/re2/re2/testing/
unicode_test.py 172 """Test the Categories function (and the UnicodeDataReader)."""
178 for category, codes in self.categories.items():
189 self.categories = unicode.Categories(unicode_dir=_UNICODE_DIR)
197 self.assertTrue(ord("a") in self.categories["L"])
198 self.assertTrue(ord("0") in self.categories["N"])
199 self.assertTrue(0x8B5A in self.categories["L"])
200 self.assertTrue(0x6C38 in self.categories["L"])
201 self.assertTrue(0x92D2 in self.categories["L"])
  /external/regex-re2/re2/testing/
unicode_test.py 172 """Test the Categories function (and the UnicodeDataReader)."""
178 for category, codes in self.categories.items():
189 self.categories = unicode.Categories(unicode_dir=_UNICODE_DIR)
197 self.assertTrue(ord("a") in self.categories["L"])
198 self.assertTrue(ord("0") in self.categories["N"])
199 self.assertTrue(0x8B5A in self.categories["L"])
200 self.assertTrue(0x6C38 in self.categories["L"])
201 self.assertTrue(0x92D2 in self.categories["L"])
  /external/chromium_org/tools/perf/measurements/
timeline_controller.py 34 categories = [self.trace_categories] + \
37 categories = page.GetSyntheticDelayCategories()
38 tab.browser.StartTracing(','.join(categories))
  /external/lldb/source/Plugins/SymbolFile/DWARF/
LogChannelDWARF.h 62 Disable (const char** categories, lldb_private::Stream *feedback_strm);
71 const char **categories); // The categories to enable within this logging stream, if empty, enable default set
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/systrace/
SystraceVersionDetector.java 87 String[] categories = listCategoriesOutput.split("\n"); local
88 List<SystraceTag> tags = new ArrayList<SystraceTag>(categories.length);
91 for (String category : categories) {
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/
make-hosted 45 my @categories = ();
58 push @categories, $category;
97 $prefix .= "var categories = [ " . join(", ", map { '"' . $_ . '"' } @categories) . " ];\n";
  /external/clang/include/clang/Basic/
DiagnosticCategories.h 1 //===- DiagnosticCategories.h - Diagnostic Categories Enumerators-*- C++ -*===//
  /external/clang/test/SemaObjC/
ivar-in-class-extension.m 35 int categoryIvar; // expected-error {{instance variables may not be placed in categories}}
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/
if_pppol2tp.h 37 * DEBUG - bitmask of debug message categories
54 /* Debug message categories for the DEBUG socket option */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
if_pppol2tp.h 37 * DEBUG - bitmask of debug message categories
54 /* Debug message categories for the DEBUG socket option */
  /external/chromium_org/tools/telemetry/telemetry/web_perf/
timeline_based_measurement.py 118 categories = tracing_backend.MINIMAL_TRACE_CATEGORIES
121 categories = ''
123 categories = '*,disabled-by-default-cc.debug'
124 categories = ','.join([categories] + page.GetSyntheticDelayCategories())
125 tab.browser.StartTracing(categories)
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/
checker.py 38 from checkers.common import categories as CommonCategories
63 # FIXME: For style categories we will never want to have, remove them.
64 # For categories for which we want to have similar functionality,
74 # any user-specified filter rules. Since by default all categories are
97 # List Python pep8 categories last.
240 """Return the set of all categories used by check-webkit-style."""
242 categories = CommonCategories.union(CppChecker.categories)
243 categories = categories.union(JSONChecker.categories
    [all...]
  /external/lldb/source/
lldb-log.cpp 105 lldb_private::DisableLog (const char **categories, Stream *feedback_strm)
112 if (categories[0] != NULL)
115 for (size_t i = 0; categories[i] != NULL; ++i)
117 const char *arg = categories[i];
164 lldb_private::EnableLog (StreamSP &log_stream_sp, uint32_t log_options, const char **categories, Stream *feedback_strm)
185 for (size_t i=0; categories[i] != NULL; ++i)
187 const char *arg = categories[i];
235 strm->Printf("Logging categories for 'lldb':\n"
236 " all - turn on all available logging categories\n"
240 " default - enable the default set of logging categories for liblldb\n
    [all...]

Completed in 2443 milliseconds

1 2 3 4 5 6 7 8 91011>>