/toolchain/binutils/binutils-2.25/gas/testsuite/gas/rx/ |
rx.exp | 26 exec "$srcdir/$subdir/explode" "-I" "$srcdir/$subdir" "$test" "$srcdir/$subdir/$rxbase.s"
|
/external/regex-re2/re2/testing/ |
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));
|
/external/webrtc/webrtc/base/ |
latebindingsymboltable.cc | 101 // versions of the same library to not explode. 108 // library to not explode.
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/projection/cube/ |
CubePresentation.java | 55 renderer.explode();
|
CubeRenderer.java | 41 public void explode() { method in class:CubeRenderer
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/publishingFiles/staticDropFiles/ |
download.php | 7 $parts = explode("-", $dropFile);
|
/packages/apps/Messaging/src/com/android/messaging/ui/animation/ |
ViewGroupItemVerticalExplodeAnimation.java | 42 * Shows a vertical "explode" animation for any view inside a view group (e.g. views inside a 59 * Starts a vertical explode animation for a given view situated in a given container. 61 * @param container the container of the view which determines the explode animation's final 63 * @param viewToAnimate the view to be animated. The view will be highlighted by the explode
|
/cts/tests/tests/transition/src/android/transition/cts/ |
ExplodeTest.java | 18 import android.transition.Explode; 25 Explode mExplode; 34 mExplode = new Explode();
|
/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...] |
/frameworks/base/docs/html-intl/intl/ja/training/material/ |
animations.jd | 154 ???? <em>Explode</em> ? Enter ????????????????????????????????????? 157 <li><strong>Exit</strong> ???????????????????????????????????????? <em>Explode</em> ? Exit ??????????????????????????????? 170 <li><em>explode</em> ????? - ???????????????????????????????????</li> 208 <item name="android:windowEnterTransition">@transition/explode</item> 209 <item name="android:windowExitTransition">@transition/explode</item> 241 getWindow().setExitTransition(new Explode());
|
/frameworks/base/docs/html-intl/intl/ko/training/material/ |
animations.jd | 153 <li><strong>????</strong> ??? ?????? ?? ?? ??? ???? ??? ?????. ?? ??, <em>explode</em> ???? ??? ??, ?? ??? ?? ??? ???? ??? ???? ????. 157 <li><strong>???</strong> ??? ????? ?? ??? ??? ??? ?????. ?? ??, ??? ???? <em>explode</em>? ???? ?? ?????? ??? ?????. 170 <li><em>explode</em> - ?? ??? ???? ??? ??? ?????.</li> 208 <item name="android:windowEnterTransition">@transition/explode</item> 209 <item name="android:windowExitTransition">@transition/explode</item> 241 getWindow().setExitTransition(new Explode());
|
/frameworks/base/docs/html-intl/intl/ru/training/material/ |
animations.jd | 154 ????????, ? ????????? ???????? <em>explode</em> ????????????? ?????????? ?? ?????? ????? ? ???????????? ? ?????? ??????. 157 <li><strong>????????</strong> ??????? ?????????? ??????? ???????????? ? ?????? ????????????? ? ????????. ????????, ? ???????? ???????? <em>explode</em> ????????????? ???????? 170 <li><em>explode</em> ? ??????????? ????????????? ? ????? ?????? ??? ?? ??????;</li> 208 <item name="android:windowEnterTransition">@transition/explode</item> 209 <item name="android:windowExitTransition">@transition/explode</item> 241 getWindow().setExitTransition(new Explode());
|
/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();
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/publishingFiles/dropSiteRootFiles/ |
index.php | 66 $parts = explode("-", $anEntry);
100 $parts = explode("-", $fileName);
132 $parts = explode("-", $innerValue);
|
/frameworks/base/tests/AccessoryDisplay/source/src/com/android/accessorydisplay/source/presentation/ |
DemoPresentation.java | 74 mRenderer.explode();
|
/prebuilts/go/darwin-x86/src/net/ |
conn_test.go | 16 // don't explode when their SetFooDeadline methods are called.
|
/prebuilts/go/linux-x86/src/net/ |
conn_test.go | 16 // don't explode when their SetFooDeadline methods are called.
|
/cts/tests/app/app/src/android/app/stubs/ |
FragmentTestActivity.java | 58 android.R.transition.explode, 59 android.R.transition.explode,
|
/development/samples/ApiDemos/res/values/ |
styles.xml | 124 <item name="android:windowEnterTransition">@transition/explode</item> 125 <item name="android:windowExitTransition">@transition/explode</item>
|
/external/guice/core/test/com/google/inject/ |
MethodInterceptionTest.java | 189 interceptable.explode(); 195 assertEquals("explode", stackTraceElement[0].getMethodName()); 248 public String explode() throws Exception { method in class:MethodInterceptionTest.Interceptable
|
/external/clang/test/CodeGenCXX/ |
unknown-anytype.cpp | 113 // Don't explode on this.
|
/external/clang/test/SemaCXX/ |
alignof.cpp | 32 // sure that these cases don't explode.
|
openmp_default_simd_align.cpp | 30 // sure that these cases don't explode.
|