/external/lldb/www/ |
varformats.html | 52 subcommands (plus one specific for <i>categories</i>):<br> [all...] |
/external/chromium_org/base/debug/ |
trace_event.h | 17 // Events are issued against categories. Whereas LOG's 18 // categories are statically defined, TRACE categories are created 23 // It is often the case that one trace may belong in multiple categories at the 25 // categories, forming a category group, like: 170 // TRACE_EVENT macros first cache a pointer to a category. The categories are [all...] |
/frameworks/base/docs/html/guide/components/ |
intents-filters.jd | 254 Here are some common categories: 268 categories.</p> [all...] |
/frameworks/base/core/java/android/content/ |
Intent.java | 149 * categories) and matching that with a component that can handle it. 190 * <p>Put together, the set of actions, data types, categories, and extra data 193 * they can extend this language by adding new actions, types, and categories, or 247 * <li> <p>The <b>categories</b>, if supplied, must <em>all</em> be listed 248 * by the activity as categories it handles. That is, if you include 249 * the categories {@link #CATEGORY_LAUNCHER} and 251 * with an intent that lists <em>both</em> of those categories. 470 * also supports two other standard categories: ALTERNATIVE and 472 * these categories allows others to find the special action it provides 545 * <h3>Standard Categories</h3 [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
es_generator.py | 174 # functions with different declarations in different categories 606 for categorySpec in apiutil.Categories(funcName): [all...] |
/external/chromium_org/third_party/webrtc/system_wrappers/interface/ |
trace_event.h | 31 // Events are issued against categories. Whereas LOG's 32 // categories are statically defined, TRACE categories are created [all...] |
/external/mesa3d/src/mesa/main/ |
es_generator.py | 174 # functions with different declarations in different categories 606 for categorySpec in apiutil.Categories(funcName): [all...] |
/frameworks/base/docs/html/guide/topics/media/ |
mediarouter.jd | 208 route providers created by you or other developers. The framework-provided route categories are as 228 the media playback categories (control categories), as shown
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/ |
ManifestTestListAdapter.java | 126 * 3. Flatten the tests and categories into one giant list for the list view.
|
/cts/tests/tests/view/src/android/view/cts/ |
MenuInflaterTest.java | 111 // the orders and categories
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/ |
ANTLRDebugEventProxy.m | 274 // Write categories for Objective-C exceptions to provide those names
|
/external/chromium_org/components/metrics/proto/ |
omnibox_event.proto | 101 // classify the page into those categories, not HOME_PAGE.
|
/external/chromium_org/content/browser/accessibility/ |
browser_accessibility_manager_android.cc | 37 // to jump to certain categories of web elements.
|
/external/chromium_org/ppapi/api/ |
ppb_graphics_3d.idl | 107 * criteria. Attributes can be classified into two categories:
|
/external/chromium_org/ppapi/c/ |
ppb_graphics_3d.h | 117 * criteria. Attributes can be classified into two categories:
|
/external/chromium_org/third_party/WebKit/Source/core/animation/ |
KeyframeEffectModel.cpp | 222 // As an optimization, removes keyframes in the following categories, as
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/audits/ |
AuditsPanel.js | 521 * Contributed audit categories should go into this namespace.
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/models/ |
test_configuration.py | 280 # 3) Abbreviate specifier sets by combining specifiers across categories.
|
/external/chromium_org/third_party/icu/source/common/ |
uprops.h | 248 /** Flags for general categories in the order of UCharCategory. @internal */
|
/external/chromium_org/tools/deep_memory_profiler/ |
accumulate.py | 30 """Visits all categories via a given template.
|
/external/clang/docs/ |
ClangTools.rst | 112 As various categories of Clang Tools are added to the extra repository,
|
/external/clang/include/clang/Basic/ |
DiagnosticIDs.h | 181 /// \brief Return the number of diagnostic categories.
|
/external/clang/include/clang/Serialization/ |
ASTBitCodes.h | 503 /// ObjC categories in a module that are attached to that class. 522 /// \brief Record code for the array of Objective-C categories (including 526 /// categories map. [all...] |
/external/clang/lib/Serialization/ |
ASTCommon.cpp | 123 // Objective C categories, category implementations, and class
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
MallocOverflowSecurityChecker.cpp | 217 D, this, "malloc() size overflow", categories::UnixAPI,
|