/external/clang/tools/scan-build/ |
scan-build | 641 my $category = $val->[1]; 642 if (!defined $last_category or $last_category ne $category) { 643 $last_category = $category; 644 print OUT "<tr><th>$category</th><th colspan=2></th></tr>\n"; [all...] |
/external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/ |
PreInstructionRegisterInfoMethodItem.java | 184 if (predecessorRegisterType.category != RegisterType.Category.Unknown &&
|
/external/webkit/Source/JavaScriptCore/wtf/unicode/icu/ |
UnicodeIcu.h | 203 inline CharCategory category(UChar32 c) function in namespace:WTF::Unicode
|
/external/webkit/Source/WebCore/css/ |
CSSPrimitiveValue.h | 216 static UnitTypes canonicalUnitTypeForCategory(UnitCategory category);
|
CSSPrimitiveValue.cpp | 430 CSSPrimitiveValue::UnitTypes CSSPrimitiveValue::canonicalUnitTypeForCategory(UnitCategory category) 433 // in each category (based on unitflags). 434 switch (category) { 474 // We interpret conversion to CSS_NUMBER as conversion to a canonical unit in this value's category.
|
/external/webkit/Tools/Scripts/webkitpy/style/ |
error_handlers_unittest.py | 42 """The category name for the tests in this class.""" 79 category=self._category,
|
/external/wpa_supplicant_8/wpa_supplicant/ |
p2p_supplicant.h | 64 u8 category, const u8 *data, size_t len, int freq);
|
/frameworks/base/core/java/android/app/ |
ActionBar.java | [all...] |
/frameworks/base/core/java/android/widget/ |
ProgressBar.java | 423 @ViewDebug.ExportedProperty(category = "progress") 767 @ViewDebug.ExportedProperty(category = "progress") 784 @ViewDebug.ExportedProperty(category = "progress") 798 @ViewDebug.ExportedProperty(category = "progress") [all...] |
/frameworks/base/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...] |
/hardware/ti/wlan/wl1271/stad/src/Sta_Management/ |
mlmeApi.h | 179 TI_UINT8 category; member in struct:__anon19296
|
mlmeParser.c | [all...] |
/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...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/121/1/.cp/lib/ |
apitooling-ant.jar | |
/frameworks/base/core/java/android/content/ |
Intent.java | 120 * <li> <p><b>category</b> -- Gives additional information about the action 147 * <li> <p><b>{@link #ACTION_MAIN} with category {@link #CATEGORY_HOME}</b> -- 157 * <i>*{@literal /}*</i> and category {@link #CATEGORY_OPENABLE}</b> 167 * <p>There are a variety of standard Intent action and category constants 212 * resolution: the action, type, and category. Using this information, a query 256 * <category android:name="android.intent.category.LAUNCHER" /> 262 * <category android:name="android.intent.category.DEFAULT" /> 267 * <category android:name="android.intent.category.DEFAULT" /> [all...] |
/external/icu4c/common/ |
putil.c | [all...] |
/frameworks/base/core/java/android/view/ |
ViewDebug.java | 170 * Specifies the category the property falls into, such as measurement, 173 * @return the category as String 175 String category() default ""; 911 property.category().length() != 0 ? property.category() + ":" : ""; [all...] |
/external/webkit/Tools/Scripts/webkitpy/style/checkers/ |
cpp_unittest.py | 49 # function for the unit tests. We also verify each category we see 65 def __call__(self, unused_linenum, 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)) 69 if self._filter.should_check(category, ""): 70 self._seen_style_categories[category] = 1 71 self._errors.append('%s [%s] [%d]' % (message, category, confidence)) 83 """Fails if there's a category in _all_style_categories - _seen_style_categories. 91 for category in self._all_style_categories [all...] |
/dalvik/dx/src/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/bluetooth/bluez/tools/ |
avinfo.c | 135 uint8_t category; member in struct:avdtp_service_capability 415 switch (cap->category) {
|
/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)'}
|
/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. */
|
/sdk/chimpchat/src/com/android/chimpchat/adb/ |
AdbChimpDevice.java | 414 // [-c <CATEGORY> [-c <CATEGORY>] ...] 438 for (String category : categories) { 440 parts.add(category);
|