/external/chromium_org/base/debug/ |
trace_event_android.cc | 83 // to trace android categories other than 'webview' and chromium categories.
|
/external/chromium_org/chrome/browser/ |
shell_integration_linux.h | 96 const std::string& categories, 108 const std::string& categories,
|
/external/chromium_org/content/browser/tracing/ |
tracing_controller_browsertest.cc | 38 const std::set<std::string>& categories) { 40 EXPECT_TRUE(categories.size() > 0);
|
/external/chromium_org/third_party/WebKit/public/web/ |
WebFormControlElement.h | 78 // and select element categories, a null string is returned. 86 // textarea element and select element categories, a null string is returned.
|
/external/chromium_org/third_party/icu/source/common/ |
rbbidata.h | 69 uint32_t fCatCount; /* Number of character categories. */ 84 uint32_t fTrie; /* Offset to Trie data for character categories */
|
/external/clang/docs/ |
DataFlowSanitizer.rst | 54 additional categories for those functions, a call to one of those functions 56 is unknown. The other supported categories are ``discard``, ``functional``
|
/external/eclipse-windowbuilder/propertysheet/ |
README.txt | 22 persistent storage of categories. 74 default" (and for certain categories to be excluded, such as
|
/external/harfbuzz_ng/src/ |
hb-ot-shape-complex-indic-private.hh | 106 /* Categories used in IndicSyllabicCategory.txt from UCD. */ 142 /* Categories used in IndicSMatraCategory.txt from UCD */
|
/external/icu/icu4c/source/common/ |
rbbidata.h | 70 uint32_t fCatCount; /* Number of character categories. */ 85 uint32_t fTrie; /* Offset to Trie data for character categories */
|
/external/valgrind/main/coregrind/m_demangle/ |
safe-ctype.h | 55 /* Categories. */ 69 /* Extra categories useful to cpplib. */
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/iterator/detail/ |
facade_iterator_category.hpp | 142 // Make sure this isn't used to build any categories where 190 , mpl::identity<CategoryOrTraversal> // old-style categories are fine as-is
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/ |
safe-ctype.h | 55 /* Categories. */ 69 /* Extra categories useful to cpplib. */
|
/external/chromium_org/chrome/browser/resources/performance_monitor/ |
chart.js | 255 * Metrics fall into categories that have common units and thus may 280 * Events fall into categories just like metrics, above. This category 283 * all charts. But grouping of event categories in the event-selection 478 * Receive a list of all metric categories, each with its corresponding 492 * }>} categories All metric categories needing charts and checkboxes. 494 getMetricTypesCallback: function(categories) { 495 categories.forEach(function(category) { 523 * Receive a list of all event categories, each with its correspoinding 536 * }>} categories All event categories needing charts and checkboxes [all...] |
/frameworks/base/docs/html/tools/help/ |
monkey.jd | 21 categories:</p> 168 <td>If you specify one or more categories this way, the Monkey will <i>only</i> allow the 169 system to visit activities that are listed with one of the specified categories. 170 If you don't specify any categories, the Monkey will select activities listed with the category 171 Intent.CATEGORY_LAUNCHER or Intent.CATEGORY_MONKEY. To specify multiple categories, use the -c
|
/external/owasp/sanitizer/tools/findbugs/src/xsl/ |
fancy-hist.xsl | 399 displayMessage("Loading stats (categories)...");
400 container.innerHTML = displayLevel1("lbc", "Stats by Bug Categories");
451 // list by categories, display bug cat>codes
462 // list by categories, display bug package>codes
473 // list by categories, display bug cat>codes>patterns
493 // list by categories, display bug cat>codes>patterns>bugs
532 max = categories.length;
541 id = categories[x][idxCatKey];
542 label = categories[x][idxCatDescr];
543 containerId = "categories-" + id; [all...] |
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/background/ |
options.js | 196 var categories = cvox.CommandStore.categories(); 197 for (var i = 0; i < categories.length; i++) { 199 if (categories[i] == 'braille') { 204 headerElement.setAttribute('msgid', categories[i]); 205 headerElement.id = categories[i]; 207 var commands = cvox.CommandStore.commandsForCategory(categories[i]);
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/ |
optparser.py | 53 displays all available categories and which are reported by default. 60 All categories start out passing. Boolean filter rules are then evaluated 261 all_categories: The set of all available style categories. 303 filter_help = ('set a filter to control what categories of style ' 307 'all categories and which are enabled by default, pass ' 375 """Exit and print the style categories and default filter rules.""" 376 self.stderr_write('\nAll categories:\n')
|
/external/lldb/source/API/ |
SBDebugger.cpp | 1157 if (DataVisualization::Categories::GetCategory(ConstString(category_name), category_sp, false)) 1171 if (DataVisualization::Categories::GetCategory(ConstString(category_name), category_sp, true)) 1183 return DataVisualization::Categories::Delete(ConstString(category_name)); 1189 return DataVisualization::Categories::GetCount(); 1195 return SBTypeCategory(DataVisualization::Categories::GetCategoryAtIndex(index)); 1242 SBDebugger::EnableLog (const char *channel, const char **categories) [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/bits/ |
locale_classes.h | 150 * @param cat Set of categories defining the facets to use from s. 164 * @param cat Set of categories defining the facets to use from add. 289 // Names of underlying locale categories. 291 // underlying categories, not just the ones required by the C++ 295 // Number of standard categories. For C++, these categories are 300 // In addition to the standard categories, the underlying
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/ |
locale_classes.h | 148 * @param __cat Set of categories defining the facets to use from __s. 162 * @param __cat Set of categories defining the facets to use from add. 288 // Names of underlying locale categories. 290 // underlying categories, not just the ones required by the C++ 294 // Number of standard categories. For C++, these categories are 299 // In addition to the standard categories, the underlying
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/ |
locale_classes.h | 148 * @param __cat Set of categories defining the facets to use from __s. 162 * @param __cat Set of categories defining the facets to use from add. 288 // Names of underlying locale categories. 290 // underlying categories, not just the ones required by the C++ 294 // Number of standard categories. For C++, these categories are 299 // In addition to the standard categories, the underlying
|
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/ |
locale_classes.h | 147 * @param cat Set of categories defining the facets to use from s. 161 * @param cat Set of categories defining the facets to use from add. 286 // Names of underlying locale categories. 288 // underlying categories, not just the ones required by the C++ 292 // Number of standard categories. For C++, these categories are 297 // In addition to the standard categories, the underlying
|
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/ |
locale_classes.h | 147 * @param cat Set of categories defining the facets to use from s. 161 * @param cat Set of categories defining the facets to use from add. 286 // Names of underlying locale categories. 288 // underlying categories, not just the ones required by the C++ 292 // Number of standard categories. For C++, these categories are 297 // In addition to the standard categories, the underlying
|
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/ |
locale_classes.h | 147 * @param cat Set of categories defining the facets to use from s. 161 * @param cat Set of categories defining the facets to use from add. 286 // Names of underlying locale categories. 288 // underlying categories, not just the ones required by the C++ 292 // Number of standard categories. For C++, these categories are 297 // In addition to the standard categories, the underlying
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/ |
locale_classes.h | 147 * @param cat Set of categories defining the facets to use from s. 161 * @param cat Set of categories defining the facets to use from add. 286 // Names of underlying locale categories. 288 // underlying categories, not just the ones required by the C++ 292 // Number of standard categories. For C++, these categories are 297 // In addition to the standard categories, the underlying
|