HomeSort by relevance Sort by last modified time
    Searched refs:category (Results 376 - 400 of 608) sorted by null

<<11121314151617181920>>

  /external/chromium_org/chrome/browser/resources/performance_monitor/
chart.css 18 /* Settings panel category headings */
139 #time-shift-category {
  /external/chromium_org/third_party/WebKit/Tools/TestResultServer/static-dashboards/
timeline_explorer.js 313 function addDelta(category, testIndex)
317 if (!(category in deltas))
318 deltas[category] = [];
324 deltas[category].push(html);
  /external/chromium_org/third_party/icu/source/common/
rbbisetb.cpp 410 // getFirstChar Given a runtime RBBI character category, find
412 // in the category.
414 UChar32 RBBISetBuilder::getFirstChar(int32_t category) const {
418 if (rlRange->fNum == category) {
657 // Character Category Numbers that include characters from
  /external/chromium_org/v8/test/webkit/
string-trim.js 59 {s : '\u200B', t : 'ZERO WIDTH SPACE (category Cf)'}
  /external/e2fsprogs/intl/
localename.c 686 /* XPG3 defines the result of 'setlocale (category, NULL)' as:
687 "Directs 'setlocale()' to query 'category' and return the current
703 _nl_locale_name (int category, const char *categoryname)
712 retval = setlocale (category, NULL);
718 /* Next comes the name of the desired category. */
  /external/icu4c/common/
rbbisetb.cpp 410 // getFirstChar Given a runtime RBBI character category, find
412 // in the category.
414 UChar32 RBBISetBuilder::getFirstChar(int32_t category) const {
418 if (rlRange->fNum == category) {
657 // Character Category Numbers that include characters from
  /external/wpa_supplicant_8/src/ap/
ieee802_11_shared.c 66 mgmt.u.action.category = WLAN_ACTION_SA_QUERY;
104 resp.u.action.category = WLAN_ACTION_SA_QUERY;
  /frameworks/base/core/java/android/view/
MenuInflater.java 345 final int category = a.getInt(com.android.internal.R.styleable.MenuItem_menuCategory, groupCategory); local
347 itemCategoryOrder = (category & Menu.CATEGORY_MASK) | (order & Menu.USER_MASK);
  /frameworks/base/core/java/com/android/internal/widget/
SizeAdaptiveLayout.java 315 @ViewDebug.ExportedProperty(category = "layout")
321 @ViewDebug.ExportedProperty(category = "layout")
  /frameworks/base/media/java/android/media/
MediaRouter.java     [all...]
  /frameworks/support/v7/appcompat/src/android/support/v7/internal/view/
SupportMenuInflater.java 353 final int category = a.getInt(R.styleable.MenuItem_android_menuCategory, groupCategory); local
355 itemCategoryOrder = (category & SupportMenu.CATEGORY_MASK) |
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_getargs2.py 219 category=DeprecationWarning,
226 category=DeprecationWarning,
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_getargs2.py 219 category=DeprecationWarning,
226 category=DeprecationWarning,
  /external/bison/lib/
strtol.c 180 # define _NL_CURRENT(category, item) \
  /external/bluetooth/bluedroid/stack/avdt/
avdt_api.c 537 UINT16 AVDT_ConfigRsp(UINT8 handle, UINT8 label, UINT8 error_code, UINT8 category)
562 evt.msg.hdr.err_param = category;
782 UINT16 AVDT_ReconfigRsp(UINT8 handle, UINT8 label, UINT8 error_code, UINT8 category)
799 evt.msg.hdr.err_param = category;
    [all...]
  /external/chromium-trace/trace-viewer/third_party/web_dev_style/web_dev_style/
js_checker.py 117 warnings.filterwarnings('ignore', category=DeprecationWarning)
  /external/chromium_org/chrome/browser/resources/web_dev_style/
js_checker.py 139 warnings.filterwarnings('ignore', category=DeprecationWarning)
  /external/chromium_org/net/tools/testserver/
testserver_base.py 18 warnings.filterwarnings("ignore", category=DeprecationWarning)
  /external/chromium_org/remoting/host/
local_input_monitor_linux.cc 312 if (data->category == XRecordFromServer) {
  /external/chromium_org/third_party/WebKit/Source/wtf/unicode/icu/
UnicodeIcu.h 199 inline CharCategory category(UChar32 c) function in namespace:WTF::Unicode
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/
error_handlers_unittest.py 42 """The category name for the tests in this class."""
79 category=self._category,
  /external/chromium_org/third_party/mesa/src/src/mapi/glapi/gen/
gl_XML.py 273 """Based on the category name and number, select a numerical class for it.
329 self.category = real_category_name( element.parent.nsProp( "name", None ) )
391 if self.category.startswith( "GL_VERSION_" ):
393 elif self.category.startswith( "GL_ARB_" ):
395 elif self.category.startswith( "GL_EXT_" ):
842 if child.name == "category":
893 """Iterate over functions by category.
895 If cat is None, all known functions are iterated in category
897 Within a category, functions are sorted by name. If cat is
898 not None, then only functions in that category are iterated
    [all...]
  /external/mesa3d/src/mapi/glapi/gen/
gl_XML.py 273 """Based on the category name and number, select a numerical class for it.
329 self.category = real_category_name( element.parent.nsProp( "name", None ) )
391 if self.category.startswith( "GL_VERSION_" ):
393 elif self.category.startswith( "GL_ARB_" ):
395 elif self.category.startswith( "GL_EXT_" ):
842 if child.name == "category":
893 """Iterate over functions by category.
895 If cat is None, all known functions are iterated in category
897 Within a category, functions are sorted by name. If cat is
898 not None, then only functions in that category are iterated
    [all...]
  /external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/
PreInstructionRegisterInfoMethodItem.java 184 if (predecessorRegisterType.category != RegisterType.Category.Unknown &&
  /frameworks/base/core/java/android/app/
ActionBar.java     [all...]

Completed in 751 milliseconds

<<11121314151617181920>>