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

  /external/v8/tools/
js2c.py 116 pattern_match = name_pattern.search(lines, 0)
117 while pattern_match is not None:
120 start = pattern_match.start()
121 end = pattern_match.end()
145 pattern_match = name_pattern.search(lines, start + len(result))
  /ndk/build/core/
ndk-common.sh 502 pattern_match () function
534 if pattern_match '^no ' "$PROG"; then
555 if pattern_match "^(http|https|ftp):.*" "$1"; then
570 if pattern_match "^(ssh|[^:]+):.*" "$1"; then
584 if pattern_match "^(file://|/).*" "$1"; then
  /external/qemu/android/build/
common.sh 569 # if pattern_match <pattern> <string>; then
573 pattern_match () function
595 if pattern_match '^no ' "$PROG"; then
  /prebuilt/linux-x86/toolchain/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...]

Completed in 866 milliseconds