HomeSort by relevance Sort by last modified time
    Searched full:icase (Results 1 - 25 of 52) sorted by null

1 2 3

  /external/clang/test/CodeGen/
2009-05-22-callingconv.c 8 int icase, const re_dfa_t *dfa)
11 re_string_construct (pstr, str, len, trans, icase, dfa)
14 int len, icase;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.const/re.synopt/
syntax_option_type.pass.cpp 18 // icase = unspecified,
37 assert(std::regex_constants::icase != 0);
48 assert((std::regex_constants::icase & std::regex_constants::nosubs) == 0);
49 assert((std::regex_constants::icase & std::regex_constants::optimize) == 0);
50 assert((std::regex_constants::icase & std::regex_constants::collate) == 0);
51 assert((std::regex_constants::icase & std::regex_constants::ECMAScript) == 0);
52 assert((std::regex_constants::icase & std::regex_constants::basic) == 0);
53 assert((std::regex_constants::icase & std::regex_constants::extended) == 0);
54 assert((std::regex_constants::icase & std::regex_constants::awk) == 0);
55 assert((std::regex_constants::icase & std::regex_constants::grep) == 0)
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.regex/re.regex.const/
constants.pass.cpp 17 // static constexpr regex_constants::syntax_option_type icase = regex_constants::icase;
39 static_assert((BR::icase == std::regex_constants::icase), "");
49 where(BR::icase);
  /external/eigen/blas/testing/
dblat1.f 9 INTEGER ICASE, INCX, INCY, MODE, N
17 COMMON /COMBLA/ICASE, N, INCX, INCY, MODE, PASS
23 ICASE = IC
35 IF (ICASE.EQ.3) THEN
37 ELSE IF (ICASE.EQ.7 .OR. ICASE.EQ.8 .OR. ICASE.EQ.9 .OR.
38 + ICASE.EQ.10) THEN
40 ELSE IF (ICASE.EQ.1 .OR. ICASE.EQ.2 .OR. ICASE.EQ.5 .OR
    [all...]
sblat1.f 9 INTEGER ICASE, INCX, INCY, MODE, N
17 COMMON /COMBLA/ICASE, N, INCX, INCY, MODE, PASS
23 ICASE = IC
35 IF (ICASE.EQ.3) THEN
37 ELSE IF (ICASE.EQ.7 .OR. ICASE.EQ.8 .OR. ICASE.EQ.9 .OR.
38 + ICASE.EQ.10) THEN
40 ELSE IF (ICASE.EQ.1 .OR. ICASE.EQ.2 .OR. ICASE.EQ.5 .OR
    [all...]
cblat1.f 9 INTEGER ICASE, INCX, INCY, MODE, N
17 COMMON /COMBLA/ICASE, N, INCX, INCY, MODE, PASS
23 ICASE = IC
35 IF (ICASE.LE.5) THEN
37 ELSE IF (ICASE.GE.6) THEN
53 INTEGER ICASE, INCX, INCY, MODE, N
58 COMMON /COMBLA/ICASE, N, INCX, INCY, MODE, PASS
71 WRITE (NOUT,99999) ICASE, L(ICASE)
83 INTEGER ICASE, INCX, INCY, MODE,
    [all...]
zblat1.f 9 INTEGER ICASE, INCX, INCY, MODE, N
17 COMMON /COMBLA/ICASE, N, INCX, INCY, MODE, PASS
23 ICASE = IC
35 IF (ICASE.LE.5) THEN
37 ELSE IF (ICASE.GE.6) THEN
53 INTEGER ICASE, INCX, INCY, MODE, N
58 COMMON /COMBLA/ICASE, N, INCX, INCY, MODE, PASS
71 WRITE (NOUT,99999) ICASE, L(ICASE)
83 INTEGER ICASE, INCX, INCY, MODE,
    [all...]
  /external/iptables/extensions/
libxt_string.c 49 "--icase Ignore case (default: 0)\n"
66 {.name = "icase", .id = O_ICASE, .type = XTTYPE_NONE},
196 "Kernel doesn't support --icase");
278 printf(" ICASE");
302 printf(" --icase");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.traits/
lookup_classname.pass.cpp 17 // bool icase = false) const;
25 test(const char_type* A, std::ctype_base::mask expected, bool icase = false)
29 assert(t.lookup_classname(F(A), F(A + t.length(A)), icase) == expected);
  /ndk/sources/host-tools/sed-4.2.1/lib/
regex_internal.c 25 RE_TRANSLATE_TYPE trans, bool icase,
44 RE_TRANSLATE_TYPE trans, bool icase, const re_dfa_t *dfa)
53 re_string_construct_common (str, len, pstr, trans, icase, dfa);
72 RE_TRANSLATE_TYPE trans, bool icase, const re_dfa_t *dfa)
76 re_string_construct_common (str, len, pstr, trans, icase, dfa);
86 if (icase)
175 RE_TRANSLATE_TYPE trans, bool icase,
182 pstr->icase = icase;
183 pstr->mbs_allocated = (trans != NULL || icase);
    [all...]
regcomp.c 301 re_set_fastmap (char *fastmap, bool icase, int ch)
304 if (icase)
317 bool icase = (dfa->mb_cur_max == 1 && (bufp->syntax & RE_ICASE));
325 re_set_fastmap (fastmap, icase, dfa->nodes[node].opr.c);
358 re_set_fastmap (fastmap, icase, ch);
381 re_set_fastmap (fastmap, icase, i);
416 re_set_fastmap (fastmap, icase, *(unsigned char *) buf);
315 bool icase = (dfa->mb_cur_max == 1 && (bufp->syntax & RE_ICASE)); local
    [all...]
regex_internal.h 408 unsigned char icase; member in struct:re_string_t
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
regex_constants.h 79 static constexpr syntax_option_type icase = 1 << _S_icase; member in namespace:regex_constants
regex.h 185 * @param icase ignores the case of the classification name.
189 * iterator range [first, last). If @p icase is true, the returned mask
356 static constexpr regex_constants::syntax_option_type icase member in class:basic_regex
357 = regex_constants::icase;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
regex_constants.h 79 static constexpr syntax_option_type icase = 1 << _S_icase; member in namespace:regex_constants
regex.h 185 * @param icase ignores the case of the classification name.
189 * iterator range [first, last). If @p icase is true, the returned mask
356 static constexpr regex_constants::syntax_option_type icase member in class:basic_regex
357 = regex_constants::icase;
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
regex_constants.h 79 static constexpr syntax_option_type icase = 1 << _S_icase; member in namespace:regex_constants
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
regex_constants.h 79 static constexpr syntax_option_type icase = 1 << _S_icase; member in namespace:regex_constants
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
regex_constants.h 79 static constexpr syntax_option_type icase = 1 << _S_icase; member in namespace:regex_constants
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
regex_constants.h 79 static constexpr syntax_option_type icase = 1 << _S_icase; member in namespace:regex_constants
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
regex_constants.h 86 constexpr syntax_option_type icase = 1 << _S_icase; member in namespace:regex_constants
  /external/iptables/tests/
options-most.rules 13 -A INPUT -p tcp -m cluster --cluster-local-nodemask 0x00000001 --cluster-total-nodes 2 --cluster-hash-seed 0x00000001 -m cluster --cluster-local-nodemask 0x00000001 --cluster-total-nodes 2 --cluster-hash-seed 0x00000001 -m comment --comment foo -m connbytes --connbytes 1:2 --connbytes-mode packets --connbytes-dir both -m connlimit --connlimit-upto 1 --connlimit-mask 8 --connlimit-saddr -m connlimit --connlimit-above 1 --connlimit-mask 9 --connlimit-daddr -m connmark --mark 0x99 -m conntrack --ctstate INVALID --ctproto 6 --ctorigsrc fe80::/64 --ctorigdst fe80::/64 --ctreplsrc fe80::/64 --ctrepldst fe80::/64 --ctorigsrcport 12 --ctorigdstport 13 --ctreplsrcport 14 --ctrepldstport 15 --ctstatus EXPECTED --ctexpire 1:2 --ctdir REPLY -m cpu --cpu 2 -m dscp --dscp 0x04 -m dscp --dscp 0x00 -m hashlimit --hashlimit-upto 1/sec --hashlimit-burst 5 --hashlimit-mode srcip,dstip --hashlimit-name f1 --hashlimit-htable-size 64 --hashlimit-htable-max 128 --hashlimit-htable-gcinterval 60 --hashlimit-htable-expire 120 --hashlimit-srcmask 24 --hashlimit-dstmask 24 -m hashlimit --hashlimit-above 5/sec --hashlimit-burst 5 --hashlimit-name f1 -m helper --helper ftp -m iprange --src-range ::1-::2 --dst-range ::1-::2 -m ipvs --vaddr fe80::/64 --vport 1 --vdir REPLY --vmethod GATE --vportctl 21 -m length --length 1:2 -m limit --limit 1/sec -m mac --mac-source 01:02:03:04:05:06 -m mark --mark 0x1 -m physdev --physdev-in eth0 -m pkttype --pkt-type unicast -m policy --dir in --pol ipsec --strict --reqid 1 --spi 0x1 --proto esp --mode tunnel --tunnel-dst fe80::/64 --tunnel-src fe80::/64 --next --reqid 2 -m quota --quota 0 -m recent --rcheck --name DEFAULT --rsource -m socket --transparent -m string --string "foobar" --algo kmp --from 1 --to 2 --icase -m time --timestart 01:02:03 --timestop 03:04:05 --monthdays 1,2,3,4,5 --weekdays Mon,Fri,Sun --datestart 2001-02-03T04:05:06 --datestop 2012-09-08T09:06:05 --utc -m tos --tos 0xff/0x01 -m u32 --u32 "0x0=0x0" -m u32 --u32 "0x0=0x0" -m hbh -m hbh -m hl --hl-eq 1
40 -A INPUT -p tcp -m string --string "foobar" --algo kmp --from 1 --to 2 --icase
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
regex 27 icase = unspecified,
117 bool icase = false) const;
134 static constexpr regex_constants::syntax_option_type icase = regex_constants::icase;
750 icase = 1 << 0,
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.alg/re.alg.match/
basic.pass.cpp 418 std::regex_constants::basic | std::regex_constants::icase)));
638 std::regex_constants::basic | std::regex_constants::icase)));
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.alg/re.alg.search/
basic.pass.cpp 481 std::regex_constants::basic | std::regex_constants::icase)));
710 std::regex_constants::basic | std::regex_constants::icase)));
    [all...]

Completed in 732 milliseconds

1 2 3