HomeSort by relevance Sort by last modified time
    Searched full:pattern_match (Results 1 - 6 of 6) sorted by null

  /external/v8/tools/
js2c.py 123 pattern_match = name_pattern.search(lines, 0)
124 while pattern_match is not None:
127 start = pattern_match.start()
128 end = pattern_match.end()
153 pattern_match = name_pattern.search(lines, start + len(result))
  /external/qemu/android/build/
common.sh 582 # if pattern_match <pattern> <string>; then
586 pattern_match () function
608 if pattern_match '^no ' "$PROG"; then
  /ndk/build/core/
ndk-common.sh 586 pattern_match () function
647 if pattern_match "^(http|https|ftp):.*" "$1"; then
662 if pattern_match "^(ssh|[^:]+):.*" "$1"; then
676 if pattern_match "^(file://|/).*" "$1"; then
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/
build-hardy-toolchain.sh 446 pattern_match () function
468 if pattern_match '^no ' "$PROG"; then
502 if pattern_match "^(http|https|ftp):.*" "$1"; then
517 if pattern_match "^(ssh|[^:]+):.*" "$1"; then
531 if pattern_match "^(file://|/).*" "$1"; then
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/
build-hardy-toolchain.sh 523 pattern_match () function
545 if pattern_match '^no ' "$PROG"; then
580 if pattern_match "^(http|https|ftp):.*" "$1"; then
595 if pattern_match "^(ssh|[^:]+):.*" "$1"; then
609 if pattern_match "^(file://|/).*" "$1"; then
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/
build-hardy-toolchain.sh 523 pattern_match () function
545 if pattern_match '^no ' "$PROG"; then
580 if pattern_match "^(http|https|ftp):.*" "$1"; then
595 if pattern_match "^(ssh|[^:]+):.*" "$1"; then
609 if pattern_match "^(file://|/).*" "$1"; then
    [all...]

Completed in 381 milliseconds