/external/expat/win32/ |
README.txt | 54 the IDE on the C/C++ tab under the category Code Generation. 75 under the category Code Generation.
|
/external/libffi/ |
acinclude.m4 | 37 # Systems known to be in this category are Windows (all variants), 70 # Systems known to be in this category are Windows, VMS, and SCO Unix.
|
/external/webkit/JavaScriptCore/wtf/unicode/wince/ |
UnicodeWince.cpp | 150 CharCategory category(unsigned int c) function in namespace:WTF::Unicode 152 return static_cast<CharCategory>(TO_MASK((__int8) UnicodeCE::category(c)));
|
/external/webkit/WebCore/bindings/objc/ |
DOMPrivate.h | 69 // All the methods in this category are used by Safari forms autofill and should not be used for any other purpose. 91 // All the methods in this category are used by Safari forms autofill and should not be used for any other purpose.
|
/external/webkit/WebKit/win/Interfaces/ |
DOMPrivate.idl | 53 All the methods in this category are used by Safari forms autofill and should not be used for any other purpose. 120 All the methods in this category are used by Safari forms autofill and should not be used for any other purpose.
|
IWebDesktopNotificationsDelegate.idl | 37 @category WebDesktopNotification 63 @category WebDesktopNotificationsDelegate
|
IWebUIDelegate2.idl | 37 @category WebUIDelegate2
|
/external/webkit/WebKitTools/Scripts/webkitpy/style/processors/ |
common_unittest.py | 47 def _mock_style_error_handler(self, line_number, category, confidence, 50 error = (line_number, category, confidence, message)
|
/frameworks/base/awt/org/apache/harmony/x/imageio/plugins/png/ |
PNGImageReaderSpi.java | 85 public void onRegistration(ServiceRegistry registry, Class<?> category) { 86 super.onRegistration(registry, category);
|
/packages/apps/Phone/src/com/android/phone/ |
OtaStartupReceiver.java | 79 * (category "android.intent.category.HOME") with a priority higher than the default.
|
/frameworks/base/core/java/android/os/ |
BatteryStats.java | 747 * @param category category of data (e.g. "total", "last", "unplugged", "current" ) 751 private static final void dumpLine(PrintWriter pw, int uid, String category, String type, 755 pw.print(category); pw.print(','); 790 String category = STAT_NAMES[which]; local 793 dumpLine(pw, 0 /* uid */, category, BATTERY_DATA, 830 dumpLine(pw, 0 /* uid */, category, MISC_DATA, 841 dumpLine(pw, 0 /* uid */, category, SCREEN_BRIGHTNESS_DATA, args); 848 dumpLine(pw, 0 /* uid */, category, SIGNAL_STRENGTH_TIME_DATA, args); 849 dumpLine(pw, 0 /* uid */, category, SIGNAL_SCANNING_TIME_DATA [all...] |
/bionic/libc/include/ |
locale.h | 52 extern char *setlocale(int category, const char *locale);
|
/cts/tests/tests/provider/src/android/provider/cts/ |
MediaStore_Video_MediaTest.java | 67 values.put(Media.CATEGORY, "test"); 102 assertEquals("test", c.getString(c.getColumnIndex(Media.CATEGORY))); 128 values.put(Media.CATEGORY, "test1"); 155 assertEquals("test1", c.getString(c.getColumnIndex(Media.CATEGORY)));
|
/dalvik/dx/src/com/android/dx/ssa/ |
RegisterMapper.java | 32 * category width is counted) in the new namespace.
|
/external/webkit/WebCore/platform/graphics/mac/ |
WebLayer.h | 37 // Category implemented by WebLayer and WebTiledLayer.
|
/ndk/build/platforms/android-3/arch-arm/usr/include/ |
locale.h | 52 extern char *setlocale(int category, const char *locale);
|
/ndk/build/platforms/android-4/arch-arm/usr/include/ |
locale.h | 52 extern char *setlocale(int category, const char *locale);
|
/ndk/build/platforms/android-5/arch-arm/usr/include/ |
locale.h | 52 extern char *setlocale(int category, const char *locale);
|
/ndk/build/platforms/android-5/arch-x86/usr/include/ |
locale.h | 52 extern char *setlocale(int category, const char *locale);
|
/ndk/build/platforms/android-8/arch-arm/usr/include/ |
locale.h | 52 extern char *setlocale(int category, const char *locale);
|
/ndk/build/platforms/android-8/arch-x86/usr/include/ |
locale.h | 52 extern char *setlocale(int category, const char *locale);
|
/hardware/broadcom/wlan/bcm4329/src/include/proto/ |
802.11.h | 160 uint8 category; member in struct:dot11_action_wifi_vendor_specific 257 uint8 category; member in struct:dot11_action_measure 265 uint8 category; member in struct:dot11_action_ht_ch_width 271 uint8 category; member in struct:dot11_action_ht_mimops 336 uint8 category; member in struct:dot11_action_frmhdr 358 uint8 category; member in struct:dot11_action_switch_channel 379 uint8 category; member in struct:dot11y_action_ext_csa 387 uint8 category; member in struct:dot11_action_ext_csa 675 uint8 category; member in struct:dot11_management_notification 1059 uint8 category; member in struct:dot11_addba_req 1070 uint8 category; member in struct:dot11_addba_resp 1087 uint8 category; member in struct:dot11_delba [all...] |
/packages/apps/QuickSearchBox/res/values/ |
strings.xml | 58 <!-- Title for 'web search' category of search settings --> 61 <!-- Title for 'system search' category of search settings --> 90 <!-- Settings category title for 'Google search settings' settings activity -->
|
/external/webkit/WebCore/inspector/front-end/ |
AuditsPanel.js | 143 var category = categories[i]; 144 var result = new WebInspector.AuditCategoryResult(category); 146 category.runRules(resources, ruleResultReadyCallback.bind(null, result)); 365 WebInspector.AuditCategoryResult = function(category) 367 this.title = category.displayName;
|
/external/stlport/src/ |
c_locale.h | 75 /* Create a category of the locale with the given name. 105 /* Release a category of a locale 107 * These functions are used to release a category acquired with the 120 * category, as a null-terminated string. A NULL value 130 /* Retrieve the name of the given category 148 * functions extracts the name of a single category, stores it in buf 428 * category to determine which catalog to open.
|