HomeSort by relevance Sort by last modified time
    Searched refs:Z0 (Results 1 - 25 of 30) sorted by null

1 2

  /external/e2fsprogs/lib/ss/
ct_c.sed 96 s/[^a-zA-Z0-9].*//
98 s/[a-zA-Z0-9]*, *//
  /external/webkit/WebKitTools/Scripts/
sort-Xcode-project-file 151 my $aFileName = $1 if $a =~ /^\s*[A-Z0-9]{24} \/\* (.+) \*\/,$/;
152 my $bFileName = $1 if $b =~ /^\s*[A-Z0-9]{24} \/\* (.+) \*\/,$/;
164 my $aFileName = $1 if $a =~ /^\s*[A-Z0-9]{24} \/\* (.+) in /;
165 my $bFileName = $1 if $b =~ /^\s*[A-Z0-9]{24} \/\* (.+) in /;
  /external/webkit/SunSpider/tests/sunspider-0.9/
string-validate-input.js 18 var pattern = /^[a-zA-Z0-9\-\._]+@[a-zA-Z0-9\-_]+(\.?[a-zA-Z0-9\-_]*)\.[a-zA-Z]{2,3}$/;
  /external/webkit/SunSpider/tests/sunspider-0.9.1/
string-validate-input.js 18 var pattern = /^[a-zA-Z0-9\-\._]+@[a-zA-Z0-9\-_]+(\.?[a-zA-Z0-9\-_]*)\.[a-zA-Z]{2,3}$/;
  /external/bluetooth/glib/
acglib.m4 7 [patsubst(translit([[$1]], [*+], [pp]), [[^a-zA-Z0-9_]], [_])])
12 [[^A-Z0-9_]], [_])])
  /external/clearsilver/python/examples/base/
sgmllib.py 46 incomplete = re.compile('&([a-zA-Z][a-zA-Z0-9]*|#[0-9]*)?|'
51 entityref = re.compile('&([a-zA-Z][a-zA-Z0-9]*)[^a-zA-Z0-9]')
55 shorttagopen = re.compile('<[a-zA-Z][a-zA-Z0-9]*/')
56 shorttag = re.compile('<([a-zA-Z][a-zA-Z0-9]*)/([^/]*)/')
62 tagfind = re.compile('[a-zA-Z][a-zA-Z0-9]*')
  /external/webkit/JavaScriptCore/tests/mozilla/ecma_2/RegExp/
properties-001.js 22 AddRegExpCases( /[a-zA-Z0-9]*/gm, "[a-zA-Z0-9]*", true, false, true, 0 );
  /external/elfutils/src/
ldlex.l 65 ID [a-zA-Z0-9_.*?]+
66 FILENAMECHAR1 [a-zA-Z0-9_/.\\~]
  /frameworks/base/libs/rs/
spec.l 10 ID [a-zA-Z_][a-zA-Z0-9_]*
  /external/webkit/WebCore/platform/text/mac/
make-charset-table.pl 89 if ($name !~ /^[-A-Za-z0-9_]+$/) {
95 if ($name !~ /^[a-z0-9]+$/) {
133 } elsif (/^([a-zA-Z0-9_]+)(, (.+))?$/) {
176 $new_canonical_name =~ tr/a-z0-9//cd;
187 $new_alias =~ tr/a-z0-9//cd;
  /external/e2fsprogs/lib/et/
et_h.awk 72 /^[ \t]*(error_table|et)[ \t]+[a-zA-Z][a-zA-Z0-9_]+/ {
et_c.awk 72 /^[ \t]*(error_table|et)[ \t]+[a-zA-Z][a-zA-Z0-9_]+/ {
  /frameworks/base/tools/aidl/
aidl_language_l.l 36 identifier [_a-zA-Z][_a-zA-Z0-9\.]*
  /external/webkit/WebCore/bindings/scripts/
CodeGenerator.pm 93 $name =~ s/[a-zA-Z0-9]*:://;
CodeGeneratorObjC.pm 231 if (!$isProtocol && $line =~ /^\s*\@interface\s*$class\s*:\s*(\w+)\s*([A-Z0-9_]*)/) {
240 } elsif ($isProtocol && $line =~ /^\s*\@protocol $class\s*<[^>]+>\s*([A-Z0-9_]*)/) {
254 $line =~ s/\s([A-Z0-9_]+)\s*;$/;/;
    [all...]
  /external/bluetooth/glib/gobject/
glib-mkenums.in 368 $enumshort =~ s/^[A-Z][A-Z0-9]*_//;
  /external/webkit/WebKitTools/android/flex-2.5.4a/
configure 52 -*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
75 if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then
84 if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then
225 if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then
238 if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then
266 if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then
    [all...]
  /external/jpeg/
configure 75 -*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
109 if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then
118 if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then
349 if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then
362 if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then
392 if test -n "`echo $varname| sed 's/[a-zA-Z0-9_]//g'`"; then
401 if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then
    [all...]
  /external/webkit/WebCore/inspector/front-end/
InjectedScript.js 691 if (!/^[a-zA-Z0-9\-_:]+$/.test(tagNameQuery))
695 if (!/^[a-zA-Z0-9\-_:]+$/.test(attributeNameQuery))
    [all...]
ConsoleView.js 364 if (dotNotation && !/^[a-zA-Z_$][a-zA-Z0-9_$]*$/.test(property))
    [all...]
inspector.js     [all...]
  /external/webkit/JavaScriptCore/tests/mozilla/ecma_3/RegExp/
perlstress-001.js 753 pattern = /[a-zA-Z_][a-zA-Z0-9_]*/;
1438 pattern = /[a-zA-Z_][a-zA-Z0-9_]*/i;
    [all...]
  /external/webkit/WebKitTools/Scripts/webkitpy/
BeautifulSoup.py 101 markupbase._declname_match = re.compile(r'[a-zA-Z][-_.:a-zA-Z0-9]*\s*').match
    [all...]
  /external/genext2fs/
configure     [all...]
  /external/icu4c/
configure     [all...]

Completed in 3573 milliseconds

1 2