/external/llvm/test/CodeGen/X86/ |
dag-optnone.ll | 7 ; selection patterns that depend on the legalizations and transforms that the 12 ; re-enabled in r233153 because of problems with instruction selection patterns
|
/external/ltrace/testsuite/ltrace.main/ |
system_calls.exp | 108 proc Match {d patterns} { 109 foreach line $patterns {
|
/external/skia/resources/ |
slides_content2.lua | 46 -- SVG patterns, masks 58 - SkPictureShader for device-independent patterns
|
/external/v8/test/mjsunit/regress/ |
regress-1708.js | 29 // array caused invalid marking bit patterns on lazily swept pages. 62 // that marking bit patterns are still sane.
|
/external/valgrind/VEX/priv/ |
ir_match.h | 45 /* Patterns are simply IRExpr* trees, with IRExpr_Binder nodes at the 47 declare and define patterns. */
|
/frameworks/base/docs/html/training/design-navigation/ |
descendant-lateral.jd | 30 <li><a href="{@docRoot}design/patterns/swipe-views.html">Android Design: Swipe Views</a></li> 55 <p>Descendant and lateral navigation can be provided using lists, tabs, and other user interface patterns. <em>User interface patterns</em>, much like software design patterns, are generalized, common solutions to recurring interaction design problems. We explore a few common lateral navigation patterns in the sections below.</p> 77 <p>More sophisticated user interfaces can make use of a variety of other user interaction patterns to improve content immediacy and presentation uniqueness, all the while remaining intuitive.</p> 127 href="{@docRoot}design/patterns/actionbar.html">pattern docs</a> at Android Design) are sometimes 146 href="{@docRoot}design/patterns/swipe-views.html">Swipe Views</a> pattern guides.</p>
|
/frameworks/base/docs/html/training/implementing-navigation/ |
index.jd | 40 <p>This class demonstrates how to implement the key navigation design patterns detailed in the 45 implement navigation patterns with tabs, swipe views, and a navigation drawer. You should also
|
/frameworks/base/docs/html/training/notify-user/ |
index.jd | 30 <a href="{@docRoot}design/patterns/notifications.html">Notifications</a> Design Guide 53 The <a href="{@docRoot}design/patterns/notifications.html">Notifications design guide</a> shows
|
/frameworks/base/docs/html/training/system-ui/ |
index.jd | 30 <a href="{@docRoot}design/patterns/fullscreen.html"> 79 guidelines and usage patterns. You should carefully consider your users'
|
/frameworks/minikin/include/minikin/ |
Hyphenator.h | 52 // apply soft hyphens only, ignoring patterns 59 // calculate hyphenation from patterns, assuming alphabet lookup has already been done
|
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/ |
BluetoothOppLauncherActivity.java | 54 import android.util.Patterns; 274 + Patterns.WEB_URL.pattern() + ")|(" 275 + Patterns.EMAIL_ADDRESS.pattern() + ")|(" 276 + Patterns.PHONE.pattern() + ")"); 284 if (Patterns.WEB_URL.matcher(matchStr).matches()) { 292 // Patterns.WEB_URL matches URL without protocol part, 298 } else if (Patterns.EMAIL_ADDRESS.matcher(matchStr).matches()) { 302 } else if (Patterns.PHONE.matcher(matchStr).matches()) {
|
/packages/services/Car/car_product/build/ |
car.mk | 55 $(call inherit-product-if-exists, external/hyphenation-patterns/patterns.mk)
|
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
fnmatch.py | 1 """Filename matching with shell patterns. 27 Patterns are Unix shell style:
|
glob.py | 24 patterns. 35 patterns.
|
/prebuilts/gdb/linux-x86/lib/python2.7/ |
fnmatch.py | 1 """Filename matching with shell patterns. 27 Patterns are Unix shell style:
|
glob.py | 24 patterns. 35 patterns.
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
fnmatch.py | 1 """Filename matching with shell patterns. 27 Patterns are Unix shell style:
|
glob.py | 24 patterns. 35 patterns.
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
fnmatch.py | 1 """Filename matching with shell patterns. 27 Patterns are Unix shell style:
|
glob.py | 24 patterns. 35 patterns.
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
MeasureFormat.java | 719 * Sink for a table of display patterns. For example, 723 String[] patterns; field in class:MeasureFormat.UnitDataSink.UnitPatternSink 726 if (patterns == null) { 734 patterns = styleToPatterns.get(width); 736 if (patterns == null) { 737 patterns = new String[MeasureFormatData.PATTERN_COUNT]; 738 styleToPatterns.put(width, patterns); 741 if (patterns[index] == null) { 742 patterns[index] = SimplePatternFormatter.compileToStringMinMaxPlaceholders( 775 // Trigger a fresh lookup of the patterns for this unit+width 918 String[] patterns = styleToPatterns.get(width); local [all...] |
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
MeasureFormat.java | 746 * Sink for a table of display patterns. For example, 750 String[] patterns; field in class:MeasureFormat.UnitDataSink.UnitPatternSink 753 if (patterns == null) { 761 patterns = styleToPatterns.get(width); 763 if (patterns == null) { 764 patterns = new String[MeasureFormatData.PATTERN_COUNT]; 765 styleToPatterns.put(width, patterns); 768 if (patterns[index] == null) { 769 patterns[index] = SimplePatternFormatter.compileToStringMinMaxPlaceholders( 802 // Trigger a fresh lookup of the patterns for this unit+width 945 String[] patterns = styleToPatterns.get(width); local [all...] |
/external/autotest/client/site_tests/policy_JavaScriptAllowedForUrls/ |
control | 25 on a test page with a URL that matches one or more of the URL patterns listed
|
/external/autotest/client/site_tests/policy_JavaScriptBlockedForUrls/ |
control | 26 on a test page with a URL that matches one or more of the URL patterns listed
|
/external/chromium-trace/catapult/dashboard/dashboard/models/ |
anomaly_config_test.py | 33 anomaly_config.AnomalyConfig(config=my_config, patterns=my_patterns).put()
|