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

  /external/v8/tools/
js2c.py 98 pattern_match = name_pattern.search(lines, pos)
99 while pattern_match is not None:
102 start = pattern_match.start()
103 end = pattern_match.end()
131 pattern_match = name_pattern.search(lines, start + len(result))
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/
build-lucid-multilib-toolchain.sh 537 pattern_match () function
559 if pattern_match '^no ' "$PROG"; then
594 if pattern_match "^(http|https|ftp):.*" "$1"; then
609 if pattern_match "^(ssh|[^:]+):.*" "$1"; then
623 if pattern_match "^(file://|/).*" "$1"; then
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/
build-precise-multilib-toolchain.sh 539 pattern_match () function
561 if pattern_match '^no ' "$PROG"; then
596 if pattern_match "^(http|https|ftp):.*" "$1"; then
611 if pattern_match "^(ssh|[^:]+):.*" "$1"; then
625 if pattern_match "^(file://|/).*" "$1"; then
    [all...]
  /ndk/build/tools/
ndk-common.sh 575 pattern_match () function
636 if pattern_match "^(http|https|ftp):.*" "$1"; then
651 if pattern_match "^(ssh|[^:]+):.*" "$1"; then
665 if pattern_match "^(file://|/).*" "$1"; then

Completed in 72 milliseconds