/external/srec/config/en.us/dictionary/ |
cmu2nuance.cpp | 33 static const char* xlate(const char* phone, const char* cmu, const char* nuance) { function 80 (next=xlate(p, "AA1 R", ")r")) || // odd AA D 81 (next=xlate(p, "AA0", "o")) || // odd AA D 82 (next=xlate(p, "AA1", "o")) || // odd AA D 83 (next=xlate(p, "AA2", "o")) || // odd AA D 85 (next=xlate(p, "AE0", "a")) || // at AE T 86 (next=xlate(p, "AE1", "a")) || // at AE T 87 (next=xlate(p, "AE2", "a")) || // at AE T 89 // (next=xlate(p, "AH0 L", "L")) || // drops accuracy by 1% 90 (next=xlate(p, "AH0 N", "~")) || // hut HH AH T - from jea [all...] |
/external/chromium_org/third_party/openssl/openssl/crypto/ |
ppccpuid.pl | 6 ( $xlate="${dir}ppc-xlate.pl" and -f $xlate ) or 7 ( $xlate="${dir}perlasm/ppc-xlate.pl" and -f $xlate) or 8 die "can't locate ppc-xlate.pl"; 10 open STDOUT,"| $^X $xlate $flavour ".shift || die "can't call $xlate: $!";
|
x86_64cpuid.pl | 10 ( $xlate="${dir}x86_64-xlate.pl" and -f $xlate ) or 11 ( $xlate="${dir}perlasm/x86_64-xlate.pl" and -f $xlate) or 12 die "can't locate x86_64-xlate.pl"; 14 open OUT,"| \"$^X\" $xlate $flavour $output";
|
/external/openssl/crypto/ |
ppccpuid.pl | 6 ( $xlate="${dir}ppc-xlate.pl" and -f $xlate ) or 7 ( $xlate="${dir}perlasm/ppc-xlate.pl" and -f $xlate) or 8 die "can't locate ppc-xlate.pl"; 10 open STDOUT,"| $^X $xlate $flavour ".shift || die "can't call $xlate: $!";
|
x86_64cpuid.pl | 10 ( $xlate="${dir}x86_64-xlate.pl" and -f $xlate ) or 11 ( $xlate="${dir}perlasm/x86_64-xlate.pl" and -f $xlate) or 12 die "can't locate x86_64-xlate.pl"; 14 open OUT,"| \"$^X\" $xlate $flavour $output";
|
/external/chromium_org/third_party/openssl/openssl/crypto/bn/asm/ |
ppc64-mont.pl | 90 ( $xlate="${dir}ppc-xlate.pl" and -f $xlate ) or 91 ( $xlate="${dir}../../perlasm/ppc-xlate.pl" and -f $xlate) or 92 die "can't locate ppc-xlate.pl"; 94 open STDOUT,"| $^X $xlate $flavour ".shift || die "can't call $xlate: $!";
|
x86_64-gf2m.pl | 30 ( $xlate="${dir}x86_64-xlate.pl" and -f $xlate ) or 31 ( $xlate="${dir}../../perlasm/x86_64-xlate.pl" and -f $xlate) or 32 die "can't locate x86_64-xlate.pl"; 34 open STDOUT,"| \"$^X\" $xlate $flavour $output";
|
ppc-mont.pl | 74 ( $xlate="${dir}ppc-xlate.pl" and -f $xlate ) or 75 ( $xlate="${dir}../../perlasm/ppc-xlate.pl" and -f $xlate) or 76 die "can't locate ppc-xlate.pl"; 78 open STDOUT,"| $^X $xlate $flavour ".shift || die "can't call $xlate: $!";
|
/external/openssl/crypto/bn/asm/ |
ppc64-mont.pl | 90 ( $xlate="${dir}ppc-xlate.pl" and -f $xlate ) or 91 ( $xlate="${dir}../../perlasm/ppc-xlate.pl" and -f $xlate) or 92 die "can't locate ppc-xlate.pl"; 94 open STDOUT,"| $^X $xlate $flavour ".shift || die "can't call $xlate: $!";
|
x86_64-gf2m.pl | 30 ( $xlate="${dir}x86_64-xlate.pl" and -f $xlate ) or 31 ( $xlate="${dir}../../perlasm/x86_64-xlate.pl" and -f $xlate) or 32 die "can't locate x86_64-xlate.pl"; 34 open STDOUT,"| \"$^X\" $xlate $flavour $output";
|
ppc-mont.pl | 74 ( $xlate="${dir}ppc-xlate.pl" and -f $xlate ) or 75 ( $xlate="${dir}../../perlasm/ppc-xlate.pl" and -f $xlate) or 76 die "can't locate ppc-xlate.pl"; 78 open STDOUT,"| $^X $xlate $flavour ".shift || die "can't call $xlate: $!";
|
/external/e2fsprogs/lib/ext2fs/ |
dir_iterate.c | 134 struct xlate { struct 148 struct xlate *xl = (struct xlate *) priv_data; 164 struct xlate xl;
|
block.c | 510 struct xlate { struct 526 struct xlate *xl = (struct xlate *) priv_data; 541 struct xlate xl;
|
/external/chromium_org/third_party/openssl/openssl/crypto/sha/asm/ |
sha1-ppc.pl | 42 ( $xlate="${dir}ppc-xlate.pl" and -f $xlate ) or 43 ( $xlate="${dir}../../perlasm/ppc-xlate.pl" and -f $xlate) or 44 die "can't locate ppc-xlate.pl"; 46 open STDOUT,"| $^X $xlate $flavour ".shift || die "can't call $xlate: $!";
|
sha512-x86_64.pl | 50 ( $xlate="${dir}x86_64-xlate.pl" and -f $xlate ) or 51 ( $xlate="${dir}../../perlasm/x86_64-xlate.pl" and -f $xlate) or 52 die "can't locate x86_64-xlate.pl"; 54 open OUT,"| \"$^X\" $xlate $flavour $output";
|
sha512-ppc.pl | 60 ( $xlate="${dir}ppc-xlate.pl" and -f $xlate ) or 61 ( $xlate="${dir}../../perlasm/ppc-xlate.pl" and -f $xlate) or 62 die "can't locate ppc-xlate.pl"; 64 open STDOUT,"| $^X $xlate $flavour $output" || die "can't call $xlate: $!";
|
/external/openssl/crypto/sha/asm/ |
sha1-ppc.pl | 42 ( $xlate="${dir}ppc-xlate.pl" and -f $xlate ) or 43 ( $xlate="${dir}../../perlasm/ppc-xlate.pl" and -f $xlate) or 44 die "can't locate ppc-xlate.pl"; 46 open STDOUT,"| $^X $xlate $flavour ".shift || die "can't call $xlate: $!";
|
sha512-x86_64.pl | 50 ( $xlate="${dir}x86_64-xlate.pl" and -f $xlate ) or 51 ( $xlate="${dir}../../perlasm/x86_64-xlate.pl" and -f $xlate) or 52 die "can't locate x86_64-xlate.pl"; 54 open OUT,"| \"$^X\" $xlate $flavour $output";
|
/dalvik/vm/hprof/ |
Hprof.cpp | 179 static const hprof_heap_tag_t xlate[] = { local 201 assert(type < NELEM(xlate)); 207 ctx->gcScanState = xlate[type];
|
/external/chromium_org/third_party/openssl/openssl/crypto/rc4/asm/ |
rc4-md5-x86_64.pl | 49 $0 =~ m/(.*[\/\\])[^\/\\]+$/; my $dir=$1; my $xlate; 50 ( $xlate="${dir}x86_64-xlate.pl" and -f $xlate ) or 51 ( $xlate="${dir}../../perlasm/x86_64-xlate.pl" and -f $xlate) or 52 die "can't locate x86_64-xlate.pl"; 54 open OUT,"| \"$^X\" $xlate $flavour $output";
|
rc4-x86_64.pl | 111 ( $xlate="${dir}x86_64-xlate.pl" and -f $xlate ) or 112 ( $xlate="${dir}../../perlasm/x86_64-xlate.pl" and -f $xlate) or 113 die "can't locate x86_64-xlate.pl"; 115 open OUT,"| \"$^X\" $xlate $flavour $output";
|
/external/openssl/crypto/rc4/asm/ |
rc4-md5-x86_64.pl | 49 $0 =~ m/(.*[\/\\])[^\/\\]+$/; my $dir=$1; my $xlate; 50 ( $xlate="${dir}x86_64-xlate.pl" and -f $xlate ) or 51 ( $xlate="${dir}../../perlasm/x86_64-xlate.pl" and -f $xlate) or 52 die "can't locate x86_64-xlate.pl"; 54 open OUT,"| \"$^X\" $xlate $flavour $output";
|
rc4-x86_64.pl | 111 ( $xlate="${dir}x86_64-xlate.pl" and -f $xlate ) or 112 ( $xlate="${dir}../../perlasm/x86_64-xlate.pl" and -f $xlate) or 113 die "can't locate x86_64-xlate.pl"; 115 open OUT,"| \"$^X\" $xlate $flavour $output";
|
/external/chromium_org/third_party/openssl/openssl/crypto/md5/asm/ |
md5-x86_64.pl | 117 $0 =~ m/(.*[\/\\])[^\/\\]+$/; my $dir=$1; my $xlate; 118 ( $xlate="${dir}x86_64-xlate.pl" and -f $xlate ) or 119 ( $xlate="${dir}../../perlasm/x86_64-xlate.pl" and -f $xlate) or 120 die "can't locate x86_64-xlate.pl"; 123 open OUT,"| \"$^X\" $xlate $flavour $output";
|
/external/openssl/crypto/md5/asm/ |
md5-x86_64.pl | 117 $0 =~ m/(.*[\/\\])[^\/\\]+$/; my $dir=$1; my $xlate; 118 ( $xlate="${dir}x86_64-xlate.pl" and -f $xlate ) or 119 ( $xlate="${dir}../../perlasm/x86_64-xlate.pl" and -f $xlate) or 120 die "can't locate x86_64-xlate.pl"; 123 open OUT,"| \"$^X\" $xlate $flavour $output";
|