| /external/regex-re2/re2/testing/ |
| exhaustive1_test.cc | 20 ExhaustiveTest(3, 2, Explode("abc."), ops, 21 6, Explode("ab"), "(?:%s)", ""); 22 ExhaustiveTest(3, 2, Explode("abc."), ops, 23 40, Explode("a"), "(?:%s)", ""); 33 7, Explode("ab"), "(?:%s)", ""); 38 100, Explode("a"), "(?:%s)", "");
|
| random_test.cc | 45 RandomTest(5, 5, Explode("abc."), RegexpGenerator::EgrepOps(), 46 15, Explode("abc"), 52 RandomTest(10, 10, Explode("abc."), RegexpGenerator::EgrepOps(), 53 15, Explode("abc"), 61 15, Explode("abc"), 69 15, Explode("abc"), 90 vector<string> alphabet = Explode("abc123\001\002\003\t\r\n\v\f\a");
|
| exhaustive2_test.cc | 24 vector<string> alphabet = Explode("()*+?{}[]\\^$."); 38 4, Explode("ab\n"), "", ""); 66 // 4, Explode("a\n"), "");
|
| exhaustive3_test.cc | 17 5, Explode("ab"), "", ""); 25 5, Explode("ab"), "a%sb", "");
|
| regexp_generator.h | 62 vector<string> Explode(const StringPiece& s);
|
| string_generator_test.cc | 34 StringGenerator g(len, Explode(alphabet));
|
| regexp_generator.cc | 229 vector<string> Explode(const StringPiece& s) { 248 return Explode(s);
|
| possible_match_test.cc | 234 stringlen, Explode("ab4"));
|
| /cts/tests/tests/app.usage/src/android/app/usage/cts/ |
| ActivityTransitionActivity.java | 26 import android.transition.Explode; 132 final Transition transition = isExplode ? new Explode() : new Fade(); 139 final Transition transition = isExplode ? new Explode() : new Fade();
|
| /cts/tests/tests/transition/src/android/transition/cts/ |
| ExplodeTest.java | 18 import android.transition.Explode; 25 Explode mExplode; 34 mExplode = new Explode();
|
| /frameworks/base/core/java/android/transition/ |
| Explode.java | 40 public class Explode extends Visibility { 43 private static final String TAG = "Explode"; 44 private static final String PROPNAME_SCREEN_BOUNDS = "android:explode:screenBounds"; 48 public Explode() { 52 public Explode(Context context, AttributeSet attrs) {
|
| TransitionInflater.java | 154 } else if ("explode".equals(name)) { 155 transition = new Explode(mContext, attrs);
|
| /external/clang/test/SemaCXX/ |
| cxx0x-initializer-stdinitializerlist.cpp | 299 void Explode(F p1) { 309 Explode<ContainsIncomplete, 4>([](int) {});
|
| /external/libchrome/base/time/ |
| time.h | 543 return Explode(false, exploded); 546 return Explode(true, exploded); 560 void Explode(bool is_local, Exploded* exploded) const;
|
| time_mac.cc | 187 void Time::Explode(bool is_local, Exploded* exploded) const {
|
| time_posix.cc | 174 void Time::Explode(bool is_local, Exploded* exploded) const {
|
| /external/libweave/third_party/chromium/base/time/ |
| time.h | 528 return Explode(false, exploded); 531 return Explode(true, exploded); 545 void Explode(bool is_local, Exploded* exploded) const;
|
| time_posix.cc | 154 void Time::Explode(bool is_local, Exploded* exploded) const {
|
| /packages/apps/Messaging/src/com/android/messaging/ui/contact/ |
| ContactPickerFragment.java | 31 import android.transition.Explode; 363 // the view to "explode." 386 // manager can properly track the visibility change for the explode. 502 * items via explode animation. 507 // Explode animation is not supported pre-L. 510 final Explode transition = new Explode(); 522 // Kick off the delayed scene explode transition. Anything happens after this line in this 533 * the transition manager for pending explode transition. 537 // Explode animation is not supported pre-L [all...] |
| /prebuilts/sdk/22/ |
| android.jar | |
| /frameworks/base/ |
| compiled-classes-phone | [all...] |