HomeSort by relevance Sort by last modified time
    Searched refs:Public (Results 26 - 50 of 96) sorted by null

12 3 4

  /external/bison/data/
lalr1.java 6 # it under the terms of the GNU General Public License as published by
13 # GNU General Public License for more details.
15 # You should have received a copy of the GNU General Public License
38 ]b4_public_if([public ])dnl
49 public boolean errorVerbose = ]b4_flag_value([error_verbose]);
57 public class ]b4_location_type[ {
59 public ]b4_position_type[ begin;
62 public ]b4_position_type[ end;
68 public ]b4_location_type[ (]b4_position_type[ loc) {
76 public ]b4_location_type[ (]b4_position_type[ begin, ]b4_position_type[ end)
    [all...]
glr.cc 8 # it under the terms of the GNU General Public License as published by
15 # GNU General Public License for more details.
17 # You should have received a copy of the GNU General Public License
254 public:
301 public:
309 public:
glr.c 8 # it under the terms of the GNU General Public License as published by
15 # GNU General Public License for more details.
17 # You should have received a copy of the GNU General Public License
    [all...]
yacc.c 9 # it under the terms of the GNU General Public License as published by
16 # GNU General Public License for more details.
18 # You should have received a copy of the GNU General Public License
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
README 141 License: Netscape Public License and MPL / GPL dual license
160 License: Netscape Public License and MPL / GPL dual license
234 License: Common Public License 1.0
  /external/chromium_org/third_party/openssl/openssl/crypto/des/
FILES0 29 des.h - Public libdes.a header file.
  /external/clang/include/clang/Lex/
MacroInfo.h 111 public:
322 public:
358 /// \brief Whether the macro has public visibility (when described in a
368 public:
400 public:
434 /// (if there is one) and if it is public or private.
461 class DefMacroDirective : public MacroDirective {
464 public:
497 class UndefMacroDirective : public MacroDirective {
498 public
    [all...]
  /external/lzma/Asm/x86/
7zAsm.asm 2 ; 2009-12-12 : Igor Pavlov : Public domain
10 _TEXT$00 SEGMENT PARA PUBLIC 'CODE'
22 public proc_fastcall_name
7zCrcOpt.asm 2 ; 2009-12-12 : Igor Pavlov : Public domain
AesOpt.asm 2 ; 2009-12-12 : Igor Pavlov : Public domain
  /external/openssl/crypto/des/
FILES0 29 des.h - Public libdes.a header file.
  /external/dnsmasq/contrib/dnslist/
dnslist.pl 9 # it under the terms of the GNU General Public License as published by
16 # GNU General Public License for more details.
18 # You should have received a copy of the GNU General Public License
29 # License: GNU General Public License, version 2.0
269 GNU GENERAL PUBLIC LICENSE
280 freedom to share and change it. By contrast, the GNU General Public
283 General Public License applies to most of the Free Software
286 the GNU Library General Public License instead.) You can apply it to
290 price. Our General Public Licenses are designed to make sure that you
327 GNU GENERAL PUBLIC LICENS
    [all...]
  /external/valgrind/main/cachegrind/
cg_diff.in 14 # modify it under the terms of the GNU General Public License as
21 # General Public License for more details.
23 # You should have received a copy of the GNU General Public License
28 # The GNU General Public License is contained in the file COPYING.
56 and licensed under the GNU General Public License, version 2.
  /external/linux-tools-perf/scripts/perl/Perf-Trace-Util/lib/Perf/Trace/
Core.pm 189 GNU General Public License ("GPL") version 2 as published by the Free
  /external/chromium_org/net/quic/crypto/
common_cert_set_1_50.inc 20 Subject Public Key Info:
21 Public Key Algorithm: rsaEncryption
22 Public-Key: (1024 bit)
148 Subject Public Key Info:
149 Public Key Algorithm: rsaEncryption
150 Public-Key: (2048 bit)
306 Issuer: C=US, O=VeriSign, Inc., OU=Class 3 Public Primary Certification Authority
311 Subject Public Key Info:
312 Public Key Algorithm: rsaEncryption
313 Public-Key: (1024 bit
    [all...]
common_cert_set_51_100.inc 16 Issuer: C=US, O=VeriSign, Inc., OU=Class 3 Public Primary Certification Authority
20 Subject: C=US, O=VeriSign, Inc., OU=VeriSign Trust Network, OU=(c) 2006 VeriSign, Inc. - For authorized use only, CN=VeriSign Class 3 Public Primary Certification Authority - G5
21 Subject Public Key Info:
22 Public Key Algorithm: rsaEncryption
23 Public-Key: (2048 bit)
218 Issuer: C=US, O=VeriSign, Inc., OU=VeriSign Trust Network, OU=(c) 2006 VeriSign, Inc. - For authorized use only, CN=VeriSign Class 3 Public Primary Certification Authority - G5
223 Subject Public Key Info:
224 Public Key Algorithm: rsaEncryption
225 Public-Key: (2048 bit)
426 Issuer: C=US, O=VeriSign, Inc., OU=Class 3 Public Primary Certification Authorit
    [all...]
  /external/bison/doc/
refcard.tex 27 % it under the terms of the GNU General Public License as published by
34 % GNU General Public License for more details.
36 % You should have received a copy of the GNU General Public License
  /external/chromium_org/third_party/devscripts/
licensecheck.pl.vanilla 10 # it under the terms of the GNU General Public License as published by
17 # GNU General Public License for more details.
19 # You should have received a copy of the GNU General Public License along
127 General Public License, version 2 or later.
398 GNU General Public License, version 2, or (at your option) any
410 if ($licensetext =~ /version ([^, ]+?)[.,]? (?:\(?only\)?.? )?(?:of the GNU (Affero )?(Lesser |Library )?General Public License )?(as )?published by the Free Software Foundation/i or
411 $licensetext =~ /GNU (?:Affero )?(?:Lesser |Library )?General Public License (?:as )?published by the Free Software Foundation; version ([^, ]+?)[.,]? /i) {
414 } elsif ($licensetext =~ /GNU (?:Affero )?(?:Lesser |Library )?General Public License, version (\d+(?:\.\d+)?)[ \.]/) {
432 if ($licensetext =~ /is (free software.? you can redistribute it and\/or modify it|licensed) under the terms of (version [^ ]+ of )?the (GNU (Library |Lesser )General Public License|LGPL)/i) {
436 if ($licensetext =~ /is free software.? you can redistribute it and\/or modify it under the terms of the (GNU Affero General Public License|AGPL)/i)
    [all...]
licensecheck.pl 10 # it under the terms of the GNU General Public License as published by
17 # GNU General Public License for more details.
19 # You should have received a copy of the GNU General Public License along
127 General Public License, version 2 or later.
425 GNU General Public License, version 2, or (at your option) any
438 if ($licensetext =~ /version ([^, ]+?)[.,]? (?:\(?only\)?.? )?(?:of the GNU (Affero )?General Public License )?(as )?published by the Free Software Foundation/i or
439 $licensetext =~ /GNU (?:Affero )?General Public License (?:as )?published by the Free Software Foundation; version ([^, ]+?)[.,]? /i or
440 $licensetext =~ /GNU (?:Affero )?General Public License,? [Vv]ersion (\d+(?:\.\d+)?)[ \.]/) {
446 if ($licensetext =~ /version ([^, ]+?)[.,]? (?:or later|or any later version) (?:of the GNU (?:Lesser |Library )General Public License )(as )?published by the Free Software Foundation/i or
447 $licensetext =~ /GNU (?:Lesser |Library )General Public License (?:(?:as )?published by the Free Software Foundation;)?,? (?:either )?[Vv]ersion ([^, ]+?) (…)
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/examples/ios/AppRTCDemo/
APPRTCAppClient.m 67 #pragma mark - Public methods
  /external/chromium_org/tools/stats_viewer/
stats_table.cs 20 public int version;
21 public int size;
22 public int max_counters;
23 public int max_threads;
30 public StatsTableEntry(int id, string name, StatsTable table) {
39 public int id { get { return id_; } }
44 public string name { get { return name_; } }
49 public int GetValue(int filter_pid) {
66 public StatsCounter(StatsTableEntry entry) {
70 public string name {
    [all...]
  /build/tools/droiddoc/templates-ds/
class.cs 70 <?cs if:subcount(class.ctors.public) ?>
78 <?cs if:subcount(class.methods.public) ?>
280 || subcount(class.ctors.public)
282 || subcount(class.methods.public)
416 <?cs if:subcount(class.ctors.public) ?>
419 <table id="pubctors" class="jd-sumtable"><tr><th colspan="12">Public Constructors</th></tr>
420 <?cs call:write_method_summary(class.ctors.public, 1) ?>
432 <?cs if:subcount(class.methods.public) ?>
435 <table id="pubmethods" class="jd-sumtable"><tr><th colspan="12">Public Methods</th></tr>
436 <?cs call:write_method_summary(class.methods.public, 1) ?
    [all...]
  /build/tools/droiddoc/templates-sac/
class.cs 70 <?cs if:subcount(class.ctors.public) ?>
78 <?cs if:subcount(class.methods.public) ?>
280 || subcount(class.ctors.public)
282 || subcount(class.methods.public)
416 <?cs if:subcount(class.ctors.public) ?>
419 <table id="pubctors" class="jd-sumtable"><tr><th colspan="12">Public Constructors</th></tr>
420 <?cs call:write_method_summary(class.ctors.public, 1) ?>
432 <?cs if:subcount(class.methods.public) ?>
435 <table id="pubmethods" class="jd-sumtable"><tr><th colspan="12">Public Methods</th></tr>
436 <?cs call:write_method_summary(class.methods.public, 1) ?
    [all...]
  /build/tools/droiddoc/templates-sdk/
class.cs 70 <?cs if:subcount(class.ctors.public) ?>
78 <?cs if:subcount(class.methods.public) ?>
280 || subcount(class.ctors.public)
282 || subcount(class.methods.public)
416 <?cs if:subcount(class.ctors.public) ?>
419 <table id="pubctors" class="jd-sumtable"><tr><th colspan="12">Public Constructors</th></tr>
420 <?cs call:write_method_summary(class.ctors.public, 1) ?>
432 <?cs if:subcount(class.methods.public) ?>
435 <table id="pubmethods" class="jd-sumtable"><tr><th colspan="12">Public Methods</th></tr>
436 <?cs call:write_method_summary(class.methods.public, 1) ?
    [all...]
  /external/doclava/res/assets/templates/
class.cs 64 <?cs if:subcount(class.ctors.public) ?>
72 <?cs if:subcount(class.methods.public) ?>
270 || subcount(class.ctors.public)
272 || subcount(class.methods.public)
406 <?cs if:subcount(class.ctors.public) ?>
409 <table id="pubctors" class="jd-sumtable"><tr><th colspan="12">Public Constructors</th></tr>
410 <?cs call:write_method_summary(class.ctors.public, 1) ?>
422 <?cs if:subcount(class.methods.public) ?>
425 <table id="pubmethods" class="jd-sumtable"><tr><th colspan="12">Public Methods</th></tr>
426 <?cs call:write_method_summary(class.methods.public, 1) ?
    [all...]

Completed in 1279 milliseconds

12 3 4