/external/libxml2/result/ |
D | slashdot.rdf.sax2 | 3 … 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/ |
D | api.t | 10 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/ |
D | announce-gen | 6 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 …]
|
D | gitlog-to-changelog | 6 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 …]
|
D | useless-if-before-free | 7 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 …]
|
D | update-copyright | 6 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/ |
D | gitlog-to-changelog | 6 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/antlr/antlr-3.4/runtime/Perl5/t/ |
D | lexer.t | 15 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/libxml2/test/schemas/ |
D | ns2_0.xsd | 1 <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/ObjC/Framework/examples/LL-star/ |
D | SimpleCLexer.m | 70 /* 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 …]
|
D | SimpleCParser.m | 351 /* 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/antlr/antlr-3.4/runtime/Perl5/t/examples/ |
D | simplecalc.t | 52 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()) {
|
D | expr.t | 18 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/ |
D | module.map | 1 module "my/module-a" { 3 use "my/module-c" 10 module "my/module-b" { 14 module "my/module-c" {
|
/external/lldb/test/lang/objc/radar-9691614/ |
D | main.m | 48 MyString *my = [[MyString alloc] initWithNSString:str]; 49 if ([my isValid]) 50 printf("my is valid!\n"); 53 // Test 'p (int)[my isValid]'. 56 NSLog(@"MyString instance: %@", [my description]);
|
/external/icu/icu4c/source/extra/uconv/samples/utf8/ |
D | utf-8-demo.txt | 7 …my 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/ |
D | PKIXCertPathValidatorResultTest.java | 282 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/compiler-rt/test/tsan/ |
D | static_init2.cc | 13 void foo(Cache *my) { in foo() argument 14 static Cache *c = my ? my : new Cache(rand()); in foo()
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Perl5/ |
D | Perl5.stg | 74 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/openssh/ |
D | kex.c | 303 if (sshbuf_len(kex->my) < KEX_COOKIE_LEN) in kex_send_kexinit() 305 if ((cookie = sshbuf_mutable_ptr(kex->my)) == NULL) in kex_send_kexinit() 310 (r = sshpkt_putb(ssh, kex->my)) != 0 || in kex_send_kexinit() 381 (kex->my = sshbuf_new()) == NULL) { in kex_new() 385 if ((r = kex_prop2buf(kex->my, proposal)) != 0) in kex_new() 446 sshbuf_free(kex->my); in kex_free() 558 proposals_match(char *my[PROPOSAL_MAX], char *peer[PROPOSAL_MAX]) in proposals_match() 567 if ((p = strchr(my[*idx], ',')) != NULL) in proposals_match() 571 if (strcmp(my[*idx], peer[*idx]) != 0) { in proposals_match() 573 my[*idx], peer[*idx]); in proposals_match() [all …]
|
/external/lldb/test/lang/objc/foundation/ |
D | main.m | 3 #import "my-base.h" 95 MyString *my = [[MyString alloc] initWithNSString:str]; 96 NSLog(@"MyString instance: %@", [my description]); 97 my.descriptionPauses = YES; // Set break point at this line. Test 'expression -o -- my'. 98 NSLog(@"MyString instance: %@", [my description]);
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/ |
D | SimpleCLexer.m | 70 /* 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/ |
D | Fuzzy.m | 136 /* 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/ |
D | SymbolTableLexer.m | 70 /* 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 …]
|
/external/bison/tests/ |
D | torture.at | 50 my $max = $ARGV[0] || 10; 73 for my $size (1 .. $max) 90 for my $size (1 .. $max) 139 # I have been able to go up to 2000 on my machine. 140 # I tried 3000, a 29Mb grammar file, but then my system killed bison. 162 my $max = $ARGV[0] || 10; 178 for my $size (1 .. $max) 229 # I have been able to go up to 10000 on my machine, but I had to 266 my $max = $ARGV[0] || 10; 296 for my $count (1 .. $max) [all …]
|