/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/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/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/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. 290 // Names of underlying locale categories. 292 // underlying categories, not just the ones required by the C++ 296 // Number of standard categories. For C++, these categories are 301 // In addition to the standard categories, the underlying
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/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/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/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. 290 // Names of underlying locale categories. 292 // underlying categories, not just the ones required by the C++ 296 // Number of standard categories. For C++, these categories are 301 // In addition to the standard categories, the underlying
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/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/9/sources/cxx-stl/gnu-libstdc++/4.9/include/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
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/ |
ViewMetadataRepository.java | 87 * categories 92 * List of categories (which contain views); constructed lazily so use 112 List<CategoryData> categories = getCategories(); local 113 for (CategoryData category : categories) { 201 /** Returns an ordered list of categories and views, parsed from a metadata file */ 317 * @param createCategories if true, organize the items into categories 456 // Implements Comparable<CategoryData> such that categories can be naturally sorted [all...] |
/bionic/libc/upstream-netbsd/lib/libc/regex/ |
regex2.h | 172 /* stuff for character categories */ 196 size_t ncategories; /* how many character categories */ 197 cat_t *categories; /* ->catspace[-CHAR_MIN] */ member in struct:re_guts
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/ |
TestListAdapter.java | 77 /** Test name with class and test ID to uniquely identify the test. Null for categories. */ 80 /** Intent used to launch the activity from the list. Null for categories. */ 287 // Section headers for test categories are not clickable.
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/ |
optparser_unittest.py | 70 # We do not want the usage string or style categories 103 # filter categories help. 107 # Request default filter rules and available style categories.
|
/external/chromium_org/tools/grit/grit/format/policy_templates/writers/ |
admx_writer_unittest.py | 51 node_list = doc.getElementsByTagName('categories') 75 ' <categories>\n' 80 ' </categories>\n'
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
CheckObjCDealloc.cpp | 179 BR.EmitBasicReport(D, Checker, name, categories::CoreFoundationObjectiveC, 197 BR.EmitBasicReport(MD, Checker, name, categories::CoreFoundationObjectiveC, 262 categories::CoreFoundationObjectiveC, os.str(), SDLoc);
|
/frameworks/base/docs/html/tools/help/ |
lint.jd | 50 <td>The <code><list></code> must be a comma-separated list of {@code lint} issue IDs or categories.</td> 56 <td>The <code><list></code> must be a comma-separated list of {@code lint} issue IDs or categories.</td> 62 <td>The <code><list></code> must be a comma-separated list of {@code lint} issue IDs or categories.</td>
|
/frameworks/base/docs/html/training/design-navigation/ |
wireframing.jd | 41 <p>Finally, let's look at how we present news stories. The first option to simplify navigation across different story categories is to use horizontal paging, with a set of labels above the horizontal swiping surface, indicating the currently visible and adjacently accessible categories. On tablets in the landscape orientation, we can go a step further and present the horizontally-pageable <em>Story List</em> screen as a left pane, and the <em>Story View</em> screen as the primary content pane on the right.</p> 58 <p>At this point, it's a good idea to think of screen map variations, in case your chosen patterns don't apply well in practice (when you sketch the application's screen layouts). Below is an example screen map variation for tablets that presents story lists for different categories side-by-side, with story view screens remaining independent.</p>
|
/prebuilts/misc/common/tradefed/ |
tradefed-prebuilt.jar | |
/external/apache-http/src/org/apache/commons/codec/ |
package.html | 27 simple framework for String encoding and decoding in three categories:
|
/external/bison/po/ |
Makevars | 51 # This is the list of locale categories, beyond LC_MESSAGES, for which the
|
/external/bison/runtime-po/ |
Makevars | 53 # This is the list of locale categories, beyond LC_MESSAGES, for which the
|
/external/bluetooth/bluedroid/stack/include/ |
avrc_api.h | 92 /* Supported categories */ 192 ** categories: Supported categories. 204 char *p_provider_name, UINT16 categories, UINT32 sdp_handle);
|
/external/chromium_org/chrome/browser/extensions/ |
extension_creator.h | 39 // Categories of error that may need special handling on the UI end.
|
/external/chromium_org/content/browser/accessibility/ |
browser_accessibility_manager_android.h | 63 // BrailleBack indicating general categories of web content like
|
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/ |
TODO | 2 * Add more test cases. Categories we'd like to cover (with reasonably
|
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/hosted/ |
sunspider.html | 60 categories, the individual tests were balanced to take similar amounts
|
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/resources/ |
sunspider-compare-results.js | 73 for (var i = 0; i < categories.length; i++) { 74 var category = categories[i]; 108 for (var i = 0; i < categories.length; i++) { 109 var category = categories[i];
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/ |
common_unittest.py | 33 # of a checker's categories are covered by the unit tests.
|