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

<<11121314151617181920>>

  /external/v8/test/mjsunit/third_party/
string-trim.js 69 {s : '\u200B', t : 'ZERO WIDTH SPACE (category Cf)'}
  /frameworks/base/core/java/android/appwidget/
AppWidgetHostView.java 563 int category = options.getInt(AppWidgetManager.OPTION_APPWIDGET_HOST_CATEGORY); local
564 if (category == AppWidgetProviderInfo.WIDGET_CATEGORY_KEYGUARD) {
  /ndk/sources/cxx-stl/stlport/src/c_locale_glibc/
c_locale_glibc2.c 104 try to see locale category LC should be used from environment;
107 2. category (LC_CTYPE, LC_NUMERIC, ... )
222 static char const*__Extract_locale_name( const char *loc, const char *category, char *buf )
228 expr = strstr( (char*)loc, category );
230 return NULL; /* Category not found. */
  /packages/apps/Launcher3/src/com/android/launcher3/
DeleteDropTarget.java 269 for (String category : categories) {
270 if (category.equals(Intent.CATEGORY_LAUNCHER)) {
  /development/tools/labpretest/
labpretest.sh 569 $ADB -s $device shell monkey -p com.android.alarmclock -p com.android.browser -p com.android.calculator2 -p com.android.calendar -p com.android.camera -p com.android.contacts -p com.google.android.gm -p com.android.im -p com.android.launcher -p com.google.android.apps.maps -p com.android.mms -p com.android.music -p com.android.phone -p com.android.settings -p com.google.android.street -p com.android.vending -p com.google.android.youtube -p com.android.email -p com.google.android.voicesearch -c android.intent.category.LAUNCHER --ignore-security-exceptions -s $seed $MEVENTS
  /external/chromium/chrome/browser/resources/picasaweb_uploader/js/
picasa_client.js 351 postData += '<category scheme="http://schemas.google.com/g/2005#kind" ' +
352 'term="http://schemas.google.com/photos/2007#album"></category>' + eol;
  /external/chromium_org/base/test/
trace_event_analyzer_unittest.cc 110 event.category = "category";
122 other.category = "category2";
137 Query event_category = Query::EventCategoryIs(event.category);
151 Query other_category = Query::OtherCategoryIs(other.category);
  /external/chromium_org/gpu/config/
gpu_control_list.h 427 const std::string& category);
  /external/clang/tools/scan-build/
scan-build 666 my $category = $val->[1];
667 if (!defined $last_category or $last_category ne $category) {
668 $last_category = $category;
669 print OUT "<tr><th>$category</th><th colspan=2></th></tr>\n";
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.commons.logging_1.0.4.v201005080501.jar 
  /external/wpa_supplicant_8/src/ap/
wmm.c 152 m->u.action.category = WLAN_ACTION_WMM;
  /external/wpa_supplicant_8/wpa_supplicant/
p2p_supplicant.h 75 u8 category, const u8 *data, size_t len, int freq);
events.c     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
pickletester.py 33 category = getattr(locale, catstr)
34 orig_locale = locale.setlocale(category)
36 # if the test author gives us an invalid category string
44 locale.setlocale(category, loc)
54 locale.setlocale(category, orig_locale)
    [all...]
test_support.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
pickletester.py 33 category = getattr(locale, catstr)
34 orig_locale = locale.setlocale(category)
36 # if the test author gives us an invalid category string
44 locale.setlocale(category, loc)
54 locale.setlocale(category, orig_locale)
    [all...]
test_support.py     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
TemplateHandler.java 249 static TemplateHandler createFromName(String category, String name) {
254 List<File> templates = manager.getTemplates(category);
256 if (file.getName().equals(name) && category.equals(file.getParentFile().getName())) {
262 category + File.separator + name), manager);
480 } else if (!name.equals("template") && !name.equals("category")
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSPrimitiveValue.cpp 188 switch (m_value.calc->category()) {
679 CSSPrimitiveValue::UnitTypes CSSPrimitiveValue::canonicalUnitTypeForCategory(UnitCategory category)
682 // in each category (based on unitflags).
683 switch (category) {
728 // We interpret conversion to CSS_NUMBER as conversion to a canonical unit in this value's category.
    [all...]
  /frameworks/support/v7/mediarouter/src/android/support/v7/media/
SystemMediaRouteProvider.java 281 String category = categories.get(i); local
282 if (category.equals(MediaControlIntent.CATEGORY_LIVE_AUDIO)) {
284 } else if (category.equals(MediaControlIntent.CATEGORY_LIVE_VIDEO)) {
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/preferences/
LintPreferencePage.java 29 import com.android.tools.lint.detector.api.Category;
578 private Map<Category, List<Issue>> mCategoryToIssues;
588 return element instanceof Category;
619 mCategoryToIssues = new HashMap<Category, List<Issue>>();
641 // Preserve the current category order, so instead of
644 List<Category> categories = new ArrayList<Category>(mCategoryToIssues.size());
645 for (Category category : mRegistry.getCategories()) {
646 if (mCategoryToIssues.containsKey(category)) {
    [all...]
  /external/stlport/src/c_locale_win32/
c_locale_win32.c 239 static char const* __Extract_locale_name(const char* loc, const char* category, char* buf);
    [all...]
  /ndk/sources/cxx-stl/stlport/src/c_locale_win32/
c_locale_win32.c 239 static char const* __Extract_locale_name(const char* loc, const char* category, char* buf);
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
PyShell.py 60 def idle_showwarning(message, category, filename, lineno,
65 file.write(warnings.formatwarning(message, category, filename,
70 def idle_formatwarning(message, category, filename, lineno, line=None):
79 s += "%s: %s\n>>> " % (category.__name__, message)
641 warnings.filterwarnings(action="error", category=SyntaxWarning)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
PyShell.py 60 def idle_showwarning(message, category, filename, lineno,
65 file.write(warnings.formatwarning(message, category, filename,
70 def idle_formatwarning(message, category, filename, lineno, line=None):
79 s += "%s: %s\n>>> " % (category.__name__, message)
641 warnings.filterwarnings(action="error", category=SyntaxWarning)
    [all...]

Completed in 5160 milliseconds

<<11121314151617181920>>