/external/chromium_org/net/dns/ |
host_resolver_impl.cc | 769 enum Category { // Used in HISTOGRAM_ENUMERATION. 776 int category = RESOLVE_MAX; // Illegal value for later DCHECK only. local 781 category = RESOLVE_SUCCESS; 784 category = RESOLVE_SPECULATIVE_SUCCESS; 803 category = RESOLVE_FAIL; 806 category = RESOLVE_SPECULATIVE_FAIL; 826 DCHECK_LT(category, static_cast<int>(RESOLVE_MAX)); // Be sure it was set. 828 UMA_HISTOGRAM_ENUMERATION("DNS.ResolveCategory", category, RESOLVE_MAX); [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/121/1/.cp/lib/ |
apitooling-ant.jar | |
/external/wpa_supplicant_8/src/drivers/ |
driver_atheros.c | 812 if (&mgmt->u.action.category > buf + len) 818 event.rx_action.category = mgmt->u.action.category; 819 event.rx_action.data = &mgmt->u.action.category; 856 if (len < IEEE80211_HDRLEN + sizeof(mgmt->u.action.category) + 865 mgmt->u.action.category != WLAN_ACTION_PUBLIC) 909 if (&mgmt->u.action.category > buf + len) 915 event.rx_action.category = mgmt->u.action.category; 916 event.rx_action.data = &mgmt->u.action.category; [all...] |
/external/chromium_org/chrome/third_party/chromevox/ |
chromeVoxChromeBackgroundScript.js | [all...] |
chromeVoxChromeOptionsScript.js | 53 cvox.KeyMap.readJSON_=function(a){var b=chrome.extension.getURL(a);if(!b)throw"Invalid path: "+a;a=new XMLHttpRequest;a.open("GET",b,!1);a.send();return a.responseText};cvox.KeyMap.prototype.resetModifier=function(){localStorage.cvoxKey=cvox.ChromeVox.modKeyStr};cvox.KeyMap.prototype.buildCommandToKey_=function(){for(var a=0;a<this.bindings_.length;a++){var b=this.bindings_[a];void 0==this.commandToKey_[b.command]&&(this.commandToKey_[b.command]=b.sequence)}};cvox.CommandStore={};cvox.CommandStore.categories=function(){var a={},b;for(b in cvox.CommandStore.CMD_WHITELIST){var c=cvox.CommandStore.CMD_WHITELIST[b];c.category&&(a[c.category]=!0)}b=[];for(var d in a)b.push(d);return b};cvox.CommandStore.messageForCommand=function(a){return(cvox.CommandStore.CMD_WHITELIST[a]||{}).msgId};cvox.CommandStore.categoryForCommand=function(a){return(cvox.CommandStore.CMD_WHITELIST[a]||{}).category}; 54 cvox.CommandStore.commandsForCategory=function(a){var b=[],c;for(c in cvox.CommandStore.CMD_WHITELIST){var d=cvox.CommandStore.CMD_WHITELIST[c];a==d.category&&b.push(c)}return b}; 55 cvox.CommandStore.CMD_WHITELIST={toggleStickyMode:{announce:!1,msgId:"toggle_sticky_mode",disallowOOBE:!0,category:"modifier_keys"},toggleKeyPrefix:{announce:!1,skipInput:!0,msgId:"prefix_key",disallowOOBE:!0,category:"modifier_keys"},passThroughMode:{announce:!1,msgId:"pass_through_key_description",category:"modifier_keys"},stopSpeech:{announce:!1,disallowContinuation:!0,doDefault:!0,msgId:"stop_speech_key",category:"controlling_speech"},toggleChromeVox:{announce:!1,platformFilter:cvox.PlatformFilter.WML, 56 msgId:"toggle_chromevox_active",category:"controlling_speech"},decreaseTtsRate:{announce:!1,msgId:"decrease_tts_rate",category:"controlling_speech"},increaseTtsRate:{announce:!1,msgId:"increase_tts_rate",category:"controlling (…) [all...] |
chromeVoxChromePageScript.js | [all...] |
/external/chromium_org/third_party/icu/source/common/ |
putil.c | [all...] |
/external/icu4c/common/ |
putil.cpp | [all...] |
/frameworks/base/core/java/android/view/ |
ViewDebug.java | 177 * Specifies the category the property falls into, such as measurement, 180 * @return the category as String 182 String category() default ""; [all...] |
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
TimelinePanel.js | 587 var category = categories[categoryName]; 588 if (category.overviewStripGroupIndex < 0) 590 var filter = new WebInspector.CheckboxFilterUI(category.name, category.title); 591 filter.addEventListener(WebInspector.FilterUI.Events.FilterChanged, this._categoriesFilterChanged.bind(this, category.name), this); 593 this._categoryFiltersUI[category.name] = filter; [all...] |
timelinePanel.css | 348 .timeline-aggregated-category { 359 .popover .timeline-aggregated-category.timeline-loading { 659 .memory-category-value {
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/ |
cpp_unittest.py | 48 # function for the unit tests. We also verify each category we see 65 def __call__(self, line_number, category, confidence, message): 66 self._assert_fn(category in self._all_style_categories, 67 'Message "%s" has category "%s",' 68 ' which is not in STYLE_CATEGORIES' % (message, category)) 73 if self._filter.should_check(category, ""): 74 self._seen_style_categories[category] = 1 75 self._errors.append('%s [%s] [%d]' % (message, category, confidence)) 88 """Fails if there's a category in _all_style_categories - _seen_style_categories. 96 for category in self._all_style_categories [all...] |
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/ |
FilterShowActivity.java | 73 import com.android.gallery3d.filtershow.category.Action; 74 import com.android.gallery3d.filtershow.category.CategoryAdapter; 75 import com.android.gallery3d.filtershow.category.CategorySelected; 76 import com.android.gallery3d.filtershow.category.CategoryView; 77 import com.android.gallery3d.filtershow.category.MainPanel; 78 import com.android.gallery3d.filtershow.category.SwipableView; [all...] |
/dalvik/dx/src/com/android/dx/ssa/ |
SsaBasicBlock.java | 648 * category/width. 662 * into account its category/width. 671 int category = rs.getCategory(); local 674 || (category == 2 ? regsUsed.get(reg + 1) : false); [all...] |
/external/chromium_org/chrome/browser/resources/chromeos/wallpaper_manager/css/ |
wallpaper_manager.css | 121 #category-container {
|
/external/chromium_org/google_apis/gcm/engine/ |
mcs_client_unittest.cc | 35 const std::string& category, 40 data_message.set_category(category); 244 MCSMessage message(BuildDataMessage("from", "category", 1, "")); 256 MCSMessage message(BuildDataMessage("from", "category", 1, "1")); 270 MCSMessage message(BuildDataMessage("from", "category", 1, "1")); 299 MCSMessage message(BuildDataMessage("from", "category", 1, "1")); 328 BuildDataMessage("from", "category", 1, base::IntToString(i))); 362 BuildDataMessage("from", "category", 1, id_list.back())); 396 BuildDataMessage("from", "category", 1, id_list.back())); 419 "category", [all...] |
/external/chromium_org/ui/gl/ |
generate_bindings.py | [all...] |
/external/chromium_org/v8/test/mjsunit/third_party/ |
string-trim.js | 69 {s : '\u200B', t : 'ZERO WIDTH SPACE (category Cf)'}
|
/external/dexmaker/src/dx/java/com/android/dx/ssa/ |
SsaBasicBlock.java | 649 * category/width. 663 * into account its category/width. 672 int category = rs.getCategory(); local 675 || (category == 2 ? regsUsed.get(reg + 1) : false); [all...] |
/external/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. */
|
/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. */
|
/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;
|