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

1 2 3

  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/publishingFiles/staticDropFiles/
buildNotes.php 4 $parts = explode("/", getcwd());
5 $parts2 = explode("-", $parts[count($parts) - 1]);
14 $parts = explode(",", $aLine);
43 $parts = explode("_", $anEntry);
45 $parts = explode(".", $baseName);
consoleLogs.php 4 $parts = explode("/", getcwd());
5 $parts2 = explode("-", $parts[count($parts) - 1]);
14 $parts = explode(",", $aLine);
download.php 7 $parts = explode("-", $dropFile);
  /external/clang/test/CodeGen/
attr-naked.c 12 // Make sure this doesn't explode in the verifier.
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/publishingFiles/templateFiles/
testResults.php.template 5 $parts = explode("/", getcwd());
6 $parts2 = explode("-", $parts[count($parts) - 1]);
15 $parts = explode(",", $aLine);
  /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>
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/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/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);
  /external/quake/quake/src/QW/progs/
spectate.qc 8 // have any weapons and things can explode.
  /frameworks/base/libs/hwui/
Debug.h 46 // Turn on to "explode" 9patch objects
  /external/webkit/LayoutTests/http/tests/resources/
network-simulator.php 93 $pieces = explode(" ", $resourceCount);
116 $pieces = explode(" ", $resourceCount);
  /external/skia/tests/
PaintTest.cpp 96 // test that our stroke didn't explode
  /external/zlib/src/contrib/blast/
blast.h 27 * format. It provides the same functionality as the explode() function in
  /external/chromium/base/
time_mac.cc 81 void Time::Explode(bool is_local, Exploded* exploded) const {
time_posix.cc 76 void Time::Explode(bool is_local, Exploded* exploded) const {
time.h 328 return Explode(false, exploded);
331 return Explode(true, exploded);
394 void Explode(bool is_local, Exploded* exploded) const;
  /external/chromium/chrome/common/extensions/docs/examples/apps/hello-php/
index.php 70 $url = explode('?', $request->to_url());
  /external/jsilver/src/com/google/clearsilver/jsilver/data/
DefaultDataContext.java 125 // can cause the list of local variables to explode.
  /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',
  /external/replicaisland/src/com/replica/replicaisland/
AnimationComponent.java 286 // by default, explode when hit with the DEATH hit type.
  /libcore/support/src/test/java/tests/support/
Support_Configuration.java 94 public static String hTTPURLwLastModified = "http://www.php.net/manual/en/function.explode.php";
  /external/chromium/chrome/common/extensions/docs/examples/apps/hello-php/lib/lightopenid/
openid.php 198 $headers = explode("\n",$this->request($url, 'HEAD'));
464 foreach (explode(',', $this->data['openid_signed']) as $item) {
  /external/chromium/chrome/common/extensions/docs/examples/apps/hello-php/lib/oauth/
OAuth.php 821 $pairs = explode('&', $input);
825 $split = explode('=', $pair, 2);
  /external/libvpx/examples/includes/geshi/contrib/
langcheck.php 15 $time_start = explode(' ', microtime());
    [all...]

Completed in 2505 milliseconds

1 2 3