HomeSort by relevance Sort by last modified time
    Searched full:explode (Results 76 - 100 of 174) sorted by null

1 2 34 5 6 7

  /frameworks/base/docs/html-intl/intl/es/training/material/
get-started.jd 160 getWindow().setExitTransition(new Explode());
animations.jd 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/in/training/material/
get-started.jd 160 getWindow().setExitTransition(new Explode());
  /frameworks/base/docs/html-intl/intl/pt-br/training/material/
get-started.jd 160 getWindow().setExitTransition(new Explode());
animations.jd 208 <item name="android:windowEnterTransition">@transition/explode</item>
209 <item name="android:windowExitTransition">@transition/explode</item>
241 getWindow().setExitTransition(new Explode());
  /prebuilts/go/darwin-x86/src/encoding/gob/
type_test.go 143 I *Foo // will not explode
  /prebuilts/go/linux-x86/src/encoding/gob/
type_test.go 143 I *Foo // will not explode
  /prebuilts/go/darwin-x86/src/bytes/
bytes.go 26 // explode splits s into a slice of UTF-8 sequences, one per Unicode code point (still slices of bytes),
28 func explode(s []byte, n int) [][]byte {
216 return explode(s, n)
  /prebuilts/go/darwin-x86/src/strings/
strings.go 15 // explode splits s into an array of UTF-8 sequences, one per Unicode character (still strings) up to a maximum of n (n < 0 means no limit).
17 func explode(s string, n int) []string {
286 return explode(s, n)
  /prebuilts/go/linux-x86/src/bytes/
bytes.go 26 // explode splits s into a slice of UTF-8 sequences, one per Unicode code point (still slices of bytes),
28 func explode(s []byte, n int) [][]byte {
216 return explode(s, n)
  /prebuilts/go/linux-x86/src/strings/
strings.go 15 // explode splits s into an array of UTF-8 sequences, one per Unicode character (still strings) up to a maximum of n (n < 0 means no limit).
17 func explode(s string, n int) []string {
286 return explode(s, n)
  /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 {
  /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;
  /external/autotest/site_utils/suite_scheduler/
manifest_versions_unittest.py 216 """Ensure we don't explode if we encounter an unparseable path."""
  /external/guice/core/test/com/google/inject/
ImplicitBindingTest.java 253 // If it still occurs, the bug will explode here.
  /external/jsilver/src/com/google/clearsilver/jsilver/data/
DefaultDataContext.java 125 // can cause the list of local variables to explode.
  /external/replicaisland/src/com/replica/replicaisland/
AnimationComponent.java 286 // by default, explode when hit with the DEATH hit type.
  /external/skia/tests/
PaintTest.cpp 201 // test that our stroke didn't explode
  /frameworks/base/docs/html-intl/intl/vi/training/material/
get-started.jd 160 getWindow().setExitTransition(new Explode());
animations.jd 208 &lt;item name="android:windowEnterTransition">@transition/explode&lt;/item>
209 &lt;item name="android:windowExitTransition">@transition/explode&lt;/item>
241 getWindow().setExitTransition(new Explode());
  /packages/apps/Messaging/src/com/android/messaging/ui/conversationlist/
ConversationListFragment.java 239 // show explode animation themselves, so we explicitly tag the root view to be a non-group.
  /external/v8/test/cctest/compiler/
test-machine-operator-reducer.cc 503 int32_t r = y == -1 ? -x : x / y; // INT_MIN / -1 may explode in C
560 int32_t r = y == -1 ? 0 : x % y; // INT_MIN % -1 may explode in C
  /frameworks/base/core/java/android/transition/
Transition.java 79 * <p>This TransitionSet contains {@link android.transition.Explode} for visibility,
239 // The rectangular region for Transitions like Explode and TransitionPropagations
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
ViewHierarchy.java 147 * explode. Note that these are independent of the explode-all mode where

Completed in 2126 milliseconds

1 2 34 5 6 7