OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:pattern_match
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/v8/tools/
js2c.py
120
pattern_match
= name_pattern.search(lines, pos)
121
while
pattern_match
is not None:
124
start =
pattern_match
.start()
125
end =
pattern_match
.end()
150
pattern_match
= name_pattern.search(lines, start + len(result))
/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/tools/
ndk-common.sh
593
pattern_match
()
function
654
if
pattern_match
"^(http|https|ftp):.*" "$1"; then
669
if
pattern_match
"^(ssh|[^:]+):.*" "$1"; then
683
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 413 milliseconds