HomeSort by relevance Sort by last modified time
    Searched refs:category (Results 401 - 425 of 642) sorted by null

<<11121314151617181920>>

  /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/chrome/common/extensions/docs/server2/
compiled_file_system_test.py 63 'category=CompiledFileSystemTest/TestFileSystem/file&'
66 'category=CompiledFileSystemTest/TestFileSystem/list&'
71 'category=CompiledFileSystemTest/TestFileSystem/foo/file&'
74 'category=CompiledFileSystemTest/TestFileSystem/foo/list&'
76 compiled_fs_creator(f, CompiledFileSystemTest, category='foo'))
  /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 311 if (data->category == XRecordFromServer) {
  /external/chromium_org/third_party/WebKit/Source/wtf/unicode/icu/
UnicodeIcu.h 200 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...]
  /frameworks/base/core/java/android/widget/
ProgressBar.java 430 @ViewDebug.ExportedProperty(category = "progress")
767 @ViewDebug.ExportedProperty(category = "progress")
784 @ViewDebug.ExportedProperty(category = "progress")
798 @ViewDebug.ExportedProperty(category = "progress")
    [all...]
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/cdma/
CdmaSmsCbTest.java 53 * @param serviceCategory the CDMA service category
130 * @param serviceCategory the CDMA service category
135 * @param cmasCategory CMAS category (or -1 to skip adding CMAS type 1 elements record)
182 * @param serviceCategory the CDMA service category
530 int category = 0x0ff0 + r.nextInt(32); // half CMAS, half non-CMAS local
531 Parcel p = createBroadcastParcel(category);
549 int category = 0x0ff0 + r.nextInt(32); // half CMAS, half non-CMAS local
550 Parcel p = createBroadcastParcel(category);
575 * Initialize a Parcel for incoming Service Category Program Data teleservice. The caller will
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/category/
Action.java 17 package com.android.gallery3d.filtershow.category;
CategoryView.java 17 package com.android.gallery3d.filtershow.category;
IconView.java 17 package com.android.gallery3d.filtershow.category;
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/
EditorPanel.java 32 import com.android.gallery3d.filtershow.category.MainPanel;
  /packages/apps/MusicFX/src/com/android/musicfx/seekbar/
ProgressBar.java 419 @ViewDebug.ExportedProperty(category = "progress")
718 @ViewDebug.ExportedProperty(category = "progress")
735 @ViewDebug.ExportedProperty(category = "progress")
749 @ViewDebug.ExportedProperty(category = "progress")
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/test/
test_early_close.py 19 category=RuntimeWarning) variable
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/test/
test_early_close.py 19 category=RuntimeWarning) variable
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/wizards/templates/
TemplateHandlerTest.java 47 import com.android.tools.lint.detector.api.Category;
280 private void checkCreateTemplate(String category, String name) throws Exception {
283 File templateFile = findTemplate(category, name);
292 private static File findTemplate(String category, String name) {
295 File file = new File(templateRootFolder, category + File.separator + name);
782 if (issue.getCategory() == Category.ICONS){
    [all...]
  /external/chromium_org/gpu/config/
gpu_control_list.cc 859 MultiGpuCategory category = local
861 if (category == kMultiGpuCategoryNone)
863 multi_gpu_category_ = category;
    [all...]

Completed in 1824 milliseconds

<<11121314151617181920>>