HomeSort by relevance Sort by last modified time
    Searched full:explode (Results 1 - 25 of 30) sorted by null

1 2

  /development/samples/JetBoy/res/values/
strings.xml 7 <string name="helpText">Help JET BOY get through the asteroid field! Blast the asteroids in time with the beat and listen to the music respond!\n\nUse your FIRE button to explode each asteroid as it passes through the laser guide.</string>
  /external/skia/tests/
PaintTest.cpp 31 // test that our stroke didn't explode
  /packages/apps/Email/src/com/android/email/mail/
PackedString.java 60 mExploded = explode(mString);
72 mExploded = explode(mString);
80 private static HashMap<String, String> explode(String packed) { method in class:PackedString
134 mMap = explode(packed);
  /external/quake/quake/src/QW/progs/
spectate.qc 8 // have any weapons and things can explode.
weapons.qc 372 return; // don't explode on owner
531 // explode if under water
615 return; // don't explode on owner
misc.qc 305 return; // don't explode on owner
  /external/zlib/contrib/blast/
blast.h 27 * format. It provides the same functionality as the explode() function in
blast.c 7 * This function provides functionality similar to the explode() function of
  /external/chromium/base/
time.h 289 return Explode(false, exploded);
292 return Explode(true, exploded);
352 void Explode(bool is_local, Exploded* exploded) const;
time_mac.cc 81 void Time::Explode(bool is_local, Exploded* exploded) const {
time_posix.cc 122 void Time::Explode(bool is_local, Exploded* exploded) const {
time_win.cc 195 void Time::Explode(bool is_local, Exploded* exploded) const {
  /external/libvpx/examples/includes/geshi/geshi/
lotusformulas.php 241 '@Explode', '@Exp', '@Eval', '@Error', '@Environment', '@Ends',
php-brief.php 81 'constant', 'bin2hex', 'sleep', 'usleep', 'time', 'mktime', 'gmmktime', 'strftime', 'gmstrftime', 'strtotime', 'date', 'gmdate', 'getdate', 'localtime', 'checkdate', 'flush', 'wordwrap', 'htmlspecialchars', 'htmlentities', 'html_entity_decode', 'md5', 'md5_file', 'crc32', 'getimagesize', 'image_type_to_mime_type', 'phpinfo', 'phpversion', 'phpcredits', 'strnatcmp', 'strnatcasecmp', 'substr_count', 'strspn', 'strcspn', 'strtok', 'strtoupper', 'strtolower', 'strpos', 'strrpos', 'strrev', 'hebrev', 'hebrevc', 'nl2br', 'basename', 'dirname', 'pathinfo', 'stripslashes', 'stripcslashes', 'strstr', 'stristr', 'strrchr', 'str_shuffle', 'str_word_count', 'strcoll', 'substr', 'substr_replace', 'quotemeta', 'ucfirst', 'ucwords', 'strtr', 'addslashes', 'addcslashes', 'rtrim', 'str_replace', 'str_repeat', 'count_chars', 'chunk_split', 'trim', 'ltrim', 'strip_tags', 'similar_text', 'explode', 'implode', 'setlocale', 'localeconv',
php.php 247 'exif_thumbnail','exit','exp','explode','expm1','extension_loaded',
    [all...]
  /external/libvpx/examples/includes/geshi/contrib/
langcheck.php 15 $time_start = explode(' ', microtime());
    [all...]
cssgen.php 343 $l = explode("\r\n", $extra_langs);
  /libcore/support/src/test/java/tests/support/
Support_Configuration.java 108 public static String hTTPURLwLastModified = "http://www.php.net/manual/en/function.explode.php";
  /external/libvpx/examples/includes/PHP-Markdown-Extra-1.2.3/
markdown.php 135 $mdwp_hidden_tags = explode(' ',
137 $mdwp_placeholders = explode(' ', str_rot13(
    [all...]
  /development/samples/LunarLander/src/com/example/android/lunarlander/
LunarView.java     [all...]
  /sdk/eclipse/
changes.txt 25 - Explode mode in the Visual Layout Editor adds a margin to all layout objects so that it's easier to see embedded layouts
  /external/grub/stage2/
gunzip.c 436 #define BMAX 16 /* maximum bit length of any code (16 for explode) */
    [all...]
  /external/libvpx/examples/includes/geshi/
geshi.php     [all...]
  /frameworks/base/docs/html/sdk/
eclipse-adt.jd 431 <li>Explode mode in the Visual Layout Editor adds a margin to all layout objects
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle1/
GraphicalLayoutEditor.java 243 "Explode",
    [all...]

Completed in 332 milliseconds

1 2