/developers/build/lib/ |
assetstudio.jar | |
/external/fio/engines/ |
e4defrag.c | 50 .category = FIO_OPT_C_ENGINE, 60 .category = FIO_OPT_C_ENGINE,
|
glusterfs.c | 17 .category = FIO_OPT_C_ENGINE, 26 .category = FIO_OPT_C_ENGINE,
|
/external/harfbuzz_ng/src/hb-ucdn/ |
ucdn.c | 22 unsigned char category; member in struct:__anon13135 184 return get_ucd_record(code)->category;
|
/external/libvpx/libvpx/tools/ |
cpplint.py | 69 To suppress false-positive errors of a certain category, add a 70 'NOLINT(category)' comment to the line. NOLINT or NOLINT(*) 87 Specify a comma-separated list of category-filters to apply: only 88 error messages whose category names pass the filters will be printed. 89 (Category names are printed with the message and look like 106 is provided for each category like 'build/class'. 140 # If you add a new error message with a new category, add it to the list 207 # The default state of the category filter. This is overrided by the --filter= 471 category = matched.group(1) 472 if category in (None, '(*)'): # => "suppress all [all...] |
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/ |
AnalyzedInstruction.java | 344 if (preInstructionDestRegisterType.category != RegisterType.UNINIT_REF && 345 preInstructionDestRegisterType.category != RegisterType.UNINIT_THIS) {
|
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/ |
StreamDescriptor.cpp | 148 float StreamDescriptorCollection::volIndexToDb(audio_stream_type_t stream, device_category category, 152 return Gains::volIndexToDb(streamDesc.getVolumeCurvePoint(category),
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/ |
TaskStackViewScroller.java | 68 @ViewDebug.ExportedProperty(category="recents") 70 @ViewDebug.ExportedProperty(category="recents")
|
/frameworks/base/telephony/java/android/telephony/ |
TelephonyHistogram.java | 36 // Unique Id identifying a sample within particular category of histogram 65 * Constant for Telephony category 80 public TelephonyHistogram (int category, int id, int bucketCount) { 84 mCategory = category;
|
/frameworks/support/compat/api24/android/support/v4/app/ |
NotificationCompatApi24.java | 58 String category, ArrayList<String> people, Bundle extras, int color, 93 .setCategory(category)
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/tools/ |
cpplint.py | 69 To suppress false-positive errors of a certain category, add a 70 'NOLINT(category)' comment to the line. NOLINT or NOLINT(*) 87 Specify a comma-separated list of category-filters to apply: only 88 error messages whose category names pass the filters will be printed. 89 (Category names are printed with the message and look like 106 is provided for each category like 'build/class'. 140 # If you add a new error message with a new category, add it to the list 207 # The default state of the category filter. This is overrided by the --filter= 471 category = matched.group(1) 472 if category in (None, '(*)'): # => "suppress all [all...] |
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/presets/ |
UserPresetsAdapter.java | 29 import com.android.gallery3d.filtershow.category.Action; 30 import com.android.gallery3d.filtershow.category.CategoryView;
|
/packages/apps/TV/usbtuner/src/com/android/usbtuner/setup/ |
TunerSetupActivity.java | 75 protected void executeAction(String category, int actionId) { 76 switch (category) {
|
/platform_testing/tests/functional/settingstests/src/com/android/settings/functional/ |
MainSettingsTests.java | 90 private void launchMainSettingsCategory(String category, String[] items) throws Exception { 93 launchSettingItems(category);
|
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
stringprep.py | 13 if unicodedata.category(code) != 'Cn': return False 211 return unicodedata.category(code) == "Zs" and code != u" " 214 return unicodedata.category(code) == "Zs" 218 return ord(code) < 128 and unicodedata.category(code) == "Cc" 224 if unicodedata.category(code) == "Cc": return True 228 return unicodedata.category(code) == "Cc" or \ 233 return unicodedata.category(code) == "Co" 244 return unicodedata.category(code) == "Cs"
|
/prebuilts/gdb/linux-x86/lib/python2.7/ |
stringprep.py | 13 if unicodedata.category(code) != 'Cn': return False 211 return unicodedata.category(code) == "Zs" and code != u" " 214 return unicodedata.category(code) == "Zs" 218 return ord(code) < 128 and unicodedata.category(code) == "Cc" 224 if unicodedata.category(code) == "Cc": return True 228 return unicodedata.category(code) == "Cc" or \ 233 return unicodedata.category(code) == "Co" 244 return unicodedata.category(code) == "Cs"
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
stringprep.py | 13 if unicodedata.category(code) != 'Cn': return False 211 return unicodedata.category(code) == "Zs" and code != u" " 214 return unicodedata.category(code) == "Zs" 218 return ord(code) < 128 and unicodedata.category(code) == "Cc" 224 if unicodedata.category(code) == "Cc": return True 228 return unicodedata.category(code) == "Cc" or \ 233 return unicodedata.category(code) == "Co" 244 return unicodedata.category(code) == "Cs"
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
stringprep.py | 13 if unicodedata.category(code) != 'Cn': return False 211 return unicodedata.category(code) == "Zs" and code != u" " 214 return unicodedata.category(code) == "Zs" 218 return ord(code) < 128 and unicodedata.category(code) == "Cc" 224 if unicodedata.category(code) == "Cc": return True 228 return unicodedata.category(code) == "Cc" or \ 233 return unicodedata.category(code) == "Co" 244 return unicodedata.category(code) == "Cs"
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/ |
ViewMetadataRepository.java | 113 for (CategoryData category : categories) { 114 for (ViewData view : category) { 227 if (element.getNodeName().equals("category")) { //$NON-NLS-1$ 229 CategoryData category = new CategoryData(name); local 237 category.addView(view); 240 mCategories.add(category); 318 * @return a list of pairs where each pair contains of the category label and an 319 * ordered list of elements to be included in that category 355 for (CategoryData category : getCategories()) { 359 for (ViewData view : category) { [all...] |
/prebuilts/gradle-plugin/com/android/tools/lint/lint/22.2.0/ |
lint-22.2.0.jar | |
/prebuilts/gradle-plugin/com/android/tools/lint/lint/22.4.0/ |
lint-22.4.0.jar | |
/prebuilts/gradle-plugin/com/android/tools/lint/lint/22.4.2/ |
lint-22.4.2.jar | |
/prebuilts/gradle-plugin/com/android/tools/lint/lint/22.5.0/ |
lint-22.5.0.jar | |
/prebuilts/gradle-plugin/com/android/tools/lint/lint/22.5.1/ |
lint-22.5.1.jar | |
/prebuilts/gradle-plugin/com/android/tools/lint/lint/22.5.3/ |
lint-22.5.3.jar | |