Home
last modified time | relevance | path

Searched refs:my (Results 1 – 25 of 615) sorted by relevance

12345678910>>...25

/external/libxml2/result/
Dslashdot.rdf.sax23 … 2, xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns#', xmlns='http://my.netscape.com/rdf/sim…
7 SAX.startElementNs(channel, NULL, 'http://my.netscape.com/rdf/simple/0.9/', 0, 0, 0)
10 SAX.startElementNs(title, NULL, 'http://my.netscape.com/rdf/simple/0.9/', 0, 0, 0)
12 SAX.endElementNs(title, NULL, 'http://my.netscape.com/rdf/simple/0.9/')
15 SAX.startElementNs(link, NULL, 'http://my.netscape.com/rdf/simple/0.9/', 0, 0, 0)
17 SAX.endElementNs(link, NULL, 'http://my.netscape.com/rdf/simple/0.9/')
20 SAX.startElementNs(description, NULL, 'http://my.netscape.com/rdf/simple/0.9/', 0, 0, 0)
22 SAX.endElementNs(description, NULL, 'http://my.netscape.com/rdf/simple/0.9/')
25 SAX.endElementNs(channel, NULL, 'http://my.netscape.com/rdf/simple/0.9/')
29 SAX.startElementNs(image, NULL, 'http://my.netscape.com/rdf/simple/0.9/', 0, 0, 0)
[all …]
/external/antlr/antlr-3.4/runtime/Perl5/t/author/
Dapi.t10 my ($name) = @_;
12 my $tmp = $name;
20 my ($name) = @_;
22 my $tmp = $name;
30 my ($name, $basedir) = @_;
32 my $tmp = $name;
43 my ($name) = @_;
50 my $tmp = $name;
57 my @java_class_names = qw(
61 foreach my $java_class_name (@java_class_names) {
[all …]
/external/bison/build-aux/
Dannounce-gen6 my $VERSION = '2012-06-08 06:53'; # UTC
37 (my $ME = $0) =~ s|.*/||;
39 my %valid_release_types = map {$_ => 1} qw (alpha beta stable);
40 my @archive_suffixes = ('tar.gz', 'tar.bz2', 'tar.lzma', 'tar.xz');
41 my $srcdir = '.';
45 my ($exit_code) = @_;
46 my $STREAM = ($exit_code == 0 ? *STDOUT : *STDERR);
53 my @types = sort keys %valid_release_types;
103 my (@file) = @_;
105 my $fail = 0;
[all …]
Dgitlog-to-changelog6 my $VERSION = '2012-07-29 06:11'; # UTC
34 (my $ME = $0) =~ s|.*/||;
46 my ($exit_code) = @_;
47 my $STREAM = ($exit_code == 0 ? *STDOUT : *STDERR);
131 my ($s) = @_;
155 my ($f) = @_;
160 my $fail;
161 my $h = {};
162 my $in_code = 0;
163 my $sha;
[all …]
Duseless-if-before-free7 my $VERSION = '2012-01-06 07:23'; # UTC
34 (my $ME = $0) =~ s|.*/||;
46 my ($exit_code) = @_;
47 my $STREAM = ($exit_code == 0 ? *STDOUT : *STDERR);
91 my ($expr) = @_;
99 my $err = EXIT_NO_MATCH;
101 my $list;
102 my @name = qw(free);
116 my $or = join '|', @name;
117 my $regexp = qr/(?:$or)/;
[all …]
Dupdate-copyright6 my $VERSION = '2012-02-05.21:39'; # UTC
126 my $copyright_re = 'Copyright';
127 my $circle_c_re = '(?:\([cC]\)|@copyright{}|©)';
128 my $holder = $ENV{UPDATE_COPYRIGHT_HOLDER};
130 my $prefix_max = 5;
131 my $margin = $ENV{UPDATE_COPYRIGHT_MAX_LINE_LENGTH};
135 my $tab_width = 8;
137 my $this_year = $ENV{UPDATE_COPYRIGHT_YEAR};
140 my ($sec, $min, $hour, $mday, $month, $year) = localtime (time ());
145 my $eol = /(?:^|[^\r])\n/ ? "\n" : "\r\n";
[all …]
/external/strace/
Dgitlog-to-changelog6 my $VERSION = '2014-11-20 17:25'; # UTC
34 (my $ME = $0) =~ s|.*/||;
46 my ($exit_code) = @_;
47 my $STREAM = ($exit_code == 0 ? *STDOUT : *STDERR);
132 my ($s) = @_;
156 my ($f) = @_;
161 my $fail;
162 my $h = {};
163 my $in_code = 0;
164 my $sha;
[all …]
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/translit/
DdumpICUrules.bat41 my $DIR = "../../../impl/data";
42 my $ID = '';
50 my $ID =~ s/-/_/;
57 my $me = $0;
67 my $JAVA_ONLY = '-';
69 my $OUTDIR = "icu4c";
78 my $MAX_ICU4C_FILENAME_LEN = 18;
101 my %NAME_MAP = (
164 my ($x,$x,$x,$x,$x,$THIS_YEAR) = localtime();
168 my $HEADER1 = <<END;
[all …]
DgenIndexFilters.bat38 my $DIR = "../../text/resources";
39 my $CLASSES = "../../../../../classes";
54 # my $me = $0;
83 my $id = $1;
84 my $oldset = $2;
85 my $remainder = $3;
86 my $NFXD = $4;
87 my $lower = '';
98 my $set = getSourceSet($id, $NFXD, $lower);
112 my $ID = shift;
[all …]
/external/antlr/antlr-3.4/runtime/Perl5/t/
Dlexer.t15 my ($file) = @_;
37 my $input = ANTLR::Runtime::ANTLRStringStream->new({ input => '123' });
38 my $lexer = INTLexer->new({ input => $input });
39 while ((my $_ = $lexer->next_token())) {
62 my $input = ANTLR::Runtime::ANTLRStringStream->new({ input => "Hello World!\n42\n" });
63 my $lexer = IDLexer->new({ input => $input });
66 my $token = $lexer->next_token();
113 my $input = ANTLR::Runtime::ANTLRStringStream->new(<< 'XML');
117 my $lexer = IDLexer->new($input);
118 while ((my $_ = $lexer->next_token())) {
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/LL-star/
DSimpleCLexer.m70 /* my ruleScopeSetUp */
91 /* my stuff */
103 /* my ruleScopeSetUp */
124 /* my stuff */
136 /* my ruleScopeSetUp */
157 /* my stuff */
169 /* my ruleScopeSetUp */
190 /* my stuff */
202 /* my ruleScopeSetUp */
223 /* my stuff */
[all …]
DSimpleCParser.m351 /* my ruleScopeSetUp */
406 /* my stuff */
420 /* my ruleScopeSetUp */
501 /* my stuff */
515 /* my ruleScopeSetUp */
551 /* my stuff */
565 /* my ruleScopeSetUp */
585 /* my stuff */
599 /* my ruleScopeSetUp */
700 /* my stuff */
[all …]
/external/libxml2/test/schemas/
Dns2_0.xsd1 <schema xmlns:my='http://my.ns/'
3 targetNamespace='http://my.ns/'
6 <element name='my'>
10 <attribute ref='my:other'/>
/external/antlr/antlr-3.4/runtime/Perl5/t/examples/
Dsimplecalc.t52 my @examples = (
59 foreach my $example (@examples) {
60 my $input = ANTLR::Runtime::ANTLRStringStream->new({ input => $example });
61 my $lexer = SimpleCalcLexer->new({ input => $input });
62 my $tokens = ANTLR::Runtime::CommonTokenStream->new({ token_source => $lexer });
63 my $parser = SimpleCalcParser->new({ input => $tokens });
73 if (my $ex = ANTLR::Runtime::RecognitionException->caught()) {
Dexpr.t18 my %memory;
44 my $v = $memory{$ID.text};
67 my $in = << 'EOT';
75 my $input = ANTLR::Runtime::ANTLRStringStream->new({ input => $in });
76 my $lexer = ExprLexer->new({ input => $input });
78 my $tokens = ANTLR::Runtime::CommonTokenStream->new({ token_source => $lexer });
79 my $parser = ExprParser->new({ input => $tokens });
/external/clang/test/Modules/Inputs/string_names/
Dmodule.map1 module "my/module-a" {
3 use "my/module-c"
10 module "my/module-b" {
14 module "my/module-c" {
/external/autotest/frontend/tko/preconfigs/metrics/
Dkernel_compare10 name[0]: my kernel 1
17 name[1]: my kernel 2
33 name[0]: my kernel 1
40 name[1]: my kernel 2
56 name[0]: my kernel 1
63 name[1]: my kernel 2
/external/icu/icu4c/source/extra/uconv/samples/utf8/
Dutf-8-demo.txt7my publications onto your own Internet server for public access without explicit permission. If yo…
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/
DPKIXCertPathValidatorResultTest.java282 MyPKIXCertPathBuilderResult my = new MyPKIXCertPathBuilderResult(ta, in testClone() local
284 MyPKIXCertPathBuilderResult myClone = (MyPKIXCertPathBuilderResult) my in testClone()
286 assertSame(my.getPolicyTree(), myClone.getPolicyTree()); in testClone()
287 assertSame(my.getPublicKey(), myClone.getPublicKey()); in testClone()
288 assertSame(my.getTrustAnchor(), myClone.getTrustAnchor()); in testClone()
289 assertSame(my.enc, myClone.enc); in testClone()
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Perl5/
DPerl5.stg74 Readonly my $HIDDEN => ANTLR::Runtime::BaseRecognizer->HIDDEN;
84 my ($self, $arg_ref) = @_;
103 my ($self) = @_;
203 Readonly my $token_names => [
219 my ($self, $arg_ref) = @_;
343 my ($self, <ruleDescriptor.parameterScope:parameterScope(scope=it)>) = @_;
363 my $exception = $EVAL_ERROR;
394 my $retval = <returnType()>->new();
398 my $<a.name> = <if(a.initValue)><a.initValue><else><initValue(a.type)><endif>;
402 my $<ruleDescriptor.name>_start_index = $self->input->index();
[all …]
/external/compiler-rt/test/tsan/
Dstatic_init2.cc13 void foo(Cache *my) { in foo() argument
14 static Cache *c = my ? my : new Cache(rand()); in foo()
/external/lzma/CPP/7zip/UI/FileManager/
DComboDialog.cpp44 int mx, my; in OnSize() local
45 GetMargins(8, mx, my); in OnSize()
49 int y = ySize - my - by; in OnSize()
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/
DSimpleCLexer.m70 /* my ruleScopeSetUp */
103 /* my ruleScopeSetUp */
136 /* my ruleScopeSetUp */
169 /* my ruleScopeSetUp */
202 /* my ruleScopeSetUp */
271 /* my ruleScopeSetUp */
347 /* my ruleScopeSetUp */
379 /* my ruleScopeSetUp */
411 /* my ruleScopeSetUp */
443 /* my ruleScopeSetUp */
[all …]
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/fuzzy/
DFuzzy.m136 /* my ruleScopeSetUp */
195 /* my stuff */
207 /* my ruleScopeSetUp */
260 /* my stuff */
272 /* my ruleScopeSetUp */
507 /* my stuff */
519 /* my ruleScopeSetUp */
844 /* my stuff */
856 /* my ruleScopeSetUp */
951 /* my stuff */
[all …]
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/scopes/
DSymbolTableLexer.m70 /* my ruleScopeSetUp */
102 /* my ruleScopeSetUp */
134 /* my ruleScopeSetUp */
166 /* my ruleScopeSetUp */
198 /* my ruleScopeSetUp */
231 /* my ruleScopeSetUp */
264 /* my ruleScopeSetUp */
296 /* my ruleScopeSetUp */
328 /* my ruleScopeSetUp */
395 /* my ruleScopeSetUp */
[all …]

12345678910>>...25