HomeSort by relevance Sort by last modified time
    Searched refs:asterisk (Results 1 - 23 of 23) sorted by null

  /external/markdown/MarkdownTest/Tests_2004/
Ordered and unordered lists.text 5 * asterisk 1
6 * asterisk 2
7 * asterisk 3
12 * asterisk 1
14 * asterisk 2
16 * asterisk 3
  /external/markdown/MarkdownTest/Tests_2007/
Ordered and unordered lists.text 5 * asterisk 1
6 * asterisk 2
7 * asterisk 3
12 * asterisk 1
14 * asterisk 2
16 * asterisk 3
  /external/markdown/tests/markdown-test/
ordered-and-unordered-list.txt 5 * asterisk 1
6 * asterisk 2
7 * asterisk 3
12 * asterisk 1
14 * asterisk 2
16 * asterisk 3
  /external/okhttp/src/main/java/com/squareup/okhttp/internal/tls/
OkHostnameVerifier.java 169 int asterisk = cn.indexOf('*'); local
171 if (asterisk > dot) {
175 if (!hostName.regionMatches(0, cn, 0, asterisk)) {
179 int suffixLength = cn.length() - (asterisk + 1);
181 if (hostName.indexOf('.', asterisk) < suffixStart) {
188 if (!hostName.regionMatches(suffixStart, cn, asterisk + 1, suffixLength)) {
  /libcore/crypto/src/main/java/org/conscrypt/
CertPinManager.java 197 int asterisk = cn.indexOf('*'); local
199 if (asterisk > dot) {
204 if (!hostName.regionMatches(0, cn, 0, asterisk)) {
208 int suffixLength = cn.length() - (asterisk + 1);
210 if (hostName.indexOf('.', asterisk) < suffixStart) {
214 if (!hostName.regionMatches(suffixStart, cn, asterisk + 1, suffixLength)) {
  /libcore/luni/src/main/java/javax/net/ssl/
DefaultHostnameVerifier.java 144 int asterisk = cn.indexOf('*'); local
146 if (asterisk > dot) {
150 if (!hostName.regionMatches(0, cn, 0, asterisk)) {
154 int suffixLength = cn.length() - (asterisk + 1);
156 if (hostName.indexOf('.', asterisk) < suffixStart) {
163 if (!hostName.regionMatches(suffixStart, cn, asterisk + 1, suffixLength)) {
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_suppressions.cc 34 bool asterisk = false; local
39 asterisk = true;
43 return str[0] == 0 || asterisk;
63 asterisk = false;
  /ndk/sources/host-tools/sed-4.2.1/sed/
execute.c 670 char *old_asterisk, *asterisk, *backup, *p;
674 for (asterisk = in_place_extension - 1, old_asterisk = asterisk + 1;
675 (asterisk = strchr(old_asterisk, '*'));
676 old_asterisk = asterisk + 1)
681 /* Each iteration gobbles up to an asterisk */
682 for (asterisk = in_place_extension - 1, old_asterisk = asterisk + 1;
683 (asterisk = strchr(old_asterisk, '*'));
684 old_asterisk = asterisk + 1
665 char *old_asterisk, *asterisk, *backup, *p; local
    [all...]
  /external/linux-tools-perf/Documentation/
asciidoc.conf 14 asterisk=&#42;
  /external/qemu/
curses_keys.h 258 { "asterisk", 0x02a },
  /external/chromium_org/third_party/openssl/openssl/crypto/perlasm/
x86_64-xlate.pl 220 $self->{asterisk} = $1;
261 sprintf "%s%s(%s,%%%s,%d)",$self->{asterisk},
266 sprintf "%s%s(%%%s)", $self->{asterisk},$self->{label},$self->{base};
275 $sz="q" if ($self->{asterisk} || opcode->mnemonic() eq "movq");
303 $self->{asterisk} = $1;
327 if ($gas) { sprintf "%s%%%s",$self->{asterisk},$self->{value}; }
    [all...]
  /external/openssl/crypto/perlasm/
x86_64-xlate.pl 220 $self->{asterisk} = $1;
261 sprintf "%s%s(%s,%%%s,%d)",$self->{asterisk},
266 sprintf "%s%s(%%%s)", $self->{asterisk},$self->{label},$self->{base};
275 $sz="q" if ($self->{asterisk} || opcode->mnemonic() eq "movq");
303 $self->{asterisk} = $1;
327 if ($gas) { sprintf "%s%%%s",$self->{asterisk},$self->{value}; }
    [all...]
  /external/checkpolicy/
policy_parse.y 745 asterisk : '*' label
751 | asterisk
766 asterisk_push : asterisk
  /external/chromium_org/chrome/browser/resources/profiler/
profiler.js     [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
pdfjs.js     [all...]
  /external/grub/stage2/
builtins.c     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/pydoc_data/
topics.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/pydoc_data/
topics.py     [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/css/
bootstrap.css     [all...]
  /prebuilts/tools/common/freemarker/
freemarker-2.3.19.jar 
  /external/chromium_org/chrome/third_party/chromevox/
chromeVoxChromeBackgroundScript.js     [all...]
chromeVoxChromeOptionsScript.js     [all...]
chromeVoxChromePageScript.js     [all...]

Completed in 447 milliseconds