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

12 3 4 5 6 7

  /external/autotest/frontend/client/src/autotest/public/
standard.css 97 border: 1px outset #ccc;
108 border: 1px outset #ccc;
115 border: 1px inset #ccc;
126 border: 1px inset #ccc;
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic54x/
consfar.d 35 e: 0ccc.*
  /external/valgrind/memcheck/tests/
errs1.stderr.exp 3 by 0x........: ccc (errs1.c:8)
17 by 0x........: ccc (errs1.c:8)
  /prebuilts/clang/host/darwin-x86/clang-2812033/tools/scan-build/
Makefile 24 $(LibexecDir)/ccc-analyzer$(Suffix) \
  /prebuilts/clang/host/linux-x86/clang-2812033/tools/scan-build/
Makefile 24 $(LibexecDir)/ccc-analyzer$(Suffix) \
  /external/lzma/C/
Sha256.c 126 const Byte *ccc = p->buffer + j * 4; local
127 W[j ] = GetBe32(ccc);
128 W[j + 1] = GetBe32(ccc + 4);
129 W[j + 2] = GetBe32(ccc + 8);
130 W[j + 3] = GetBe32(ccc + 12);
  /prebuilts/go/darwin-x86/src/encoding/csv/
reader_test.go 52 b","ccc"
53 "a,a","b""bb","ccc"
58 {"aaa", "bb\nb", "ccc"},
59 {"a,a", `b"bb`, "ccc"},
  /prebuilts/go/linux-x86/src/encoding/csv/
reader_test.go 52 b","ccc"
53 "a,a","b""bb","ccc"
58 {"aaa", "bb\nb", "ccc"},
59 {"a,a", `b"bb`, "ccc"},
  /external/openssh/regress/
cfginclude.sh 51 Hostname ccc
99 trial c ccc
192 Hostname ccc
240 trial c ccc
  /external/llvm/docs/_themes/llvm-theme/static/
llvm-theme.css 47 border-right: 1px solid #ccc;
194 border-bottom: 1px solid #ccc;
233 background-color: #ccc;
277 border: 1px solid #ccc;
295 border: 1px solid #ccc;
355 border: 1px solid #ccc;
  /device/linaro/bootloader/edk2/EmulatorPkg/
build.sh 66 CLANG_VER=$(clang -ccc-host-triple x86_64-pc-win32-macho 2>&1 >/dev/null) || true
67 if [[ "$CLANG_VER" == *-ccc-host-triple* ]]
69 # only older versions of Xcode support -ccc-host-tripe, for newer versions
228 if [[ "$CLANG_VER" == *-ccc-host-triple* ]]
230 # only older versions of Xcode support -ccc-host-tripe, for newer versions
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/text/unicode/norm/
iter.go 239 // Note: If leading CCC != 0, then len(d) == 2 and last is also non-zero.
242 // Case 2: no leftover. Simply return d if followed by a ccc == 0 value.
283 if i.info.ccc < prevCC {
318 if i.info.ccc < prevCC {
348 if i.info.ccc == 0 {
398 if i.info.ccc < prevCC {
composition.go 102 // insert are decomposed and reordered based on CCC. The compose method can
196 cc := info.ccc
200 if b[n-1].ccc <= cc {
223 // insertFlush inserts the given rune in the buffer ordered by CCC.
239 // insertUnsafe inserts the given rune in the buffer ordered by CCC.
434 cccB := b[k-1].ccc
435 cccC := b[i].ccc
494 cccB := b[k-1].ccc
495 cccC := ii.ccc
496 blocked := false // b[i] blocked by starter or greater or equal CCC
    [all...]
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/text/unicode/norm/
iter.go 239 // Note: If leading CCC != 0, then len(d) == 2 and last is also non-zero.
242 // Case 2: no leftover. Simply return d if followed by a ccc == 0 value.
283 if i.info.ccc < prevCC {
318 if i.info.ccc < prevCC {
348 if i.info.ccc == 0 {
398 if i.info.ccc < prevCC {
composition.go 102 // insert are decomposed and reordered based on CCC. The compose method can
196 cc := info.ccc
200 if b[n-1].ccc <= cc {
223 // insertFlush inserts the given rune in the buffer ordered by CCC.
239 // insertUnsafe inserts the given rune in the buffer ordered by CCC.
434 cccB := b[k-1].ccc
435 cccC := b[i].ccc
494 cccB := b[k-1].ccc
495 cccC := ii.ccc
496 blocked := false // b[i] blocked by starter or greater or equal CCC
    [all...]
  /external/icu/icu4c/source/tools/toolutil/
ppucd.cpp 340 unsigned long ccc=uprv_strtoul(v, &end, 10); local
341 if(v<end && *end==0 && ccc<=254) {
342 value=(int32_t)ccc;
  /device/huawei/angler/
audio_effects.conf 131 uuid 48404ac9-d202-4ccc-bf84-0002a5d5c51b
  /prebuilts/go/darwin-x86/src/runtime/
runtime-gdb_test.go 224 func bbb() bool { return ccc() }
227 func ccc() bool { return ddd() }
290 "ccc",
  /prebuilts/go/linux-x86/src/runtime/
runtime-gdb_test.go 224 func bbb() bool { return ccc() }
227 func ccc() bool { return ddd() }
290 "ccc",
  /device/lge/bullhead/
audio_effects.conf 134 uuid 48404ac9-d202-4ccc-bf84-0002a5d5c51b
  /external/python/cpython2/Doc/tools/static/
basic.css 213 border: 1px solid #ccc;
363 border: 1px solid #ccc;
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/pdp11/
opcode.s 38 ccc
  /external/clang/tools/scan-build/bin/
scan-build 1067 $Cmd =~ /(.*\/?ccc-analyzer[^\/]*$)/) {
1069 if (!($Cmd =~ /ccc-analyzer/) and !defined $ENV{"CCC_CC"}) {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-2812033/tools/scan-build/bin/
scan-build 1065 $Cmd =~ /(.*\/?ccc-analyzer[^\/]*$)/) {
1067 if (!($Cmd =~ /ccc-analyzer/) and !defined $ENV{"CCC_CC"}) {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3289846/tools/scan-build/bin/
scan-build 1067 $Cmd =~ /(.*\/?ccc-analyzer[^\/]*$)/) {
1069 if (!($Cmd =~ /ccc-analyzer/) and !defined $ENV{"CCC_CC"}) {
    [all...]

Completed in 2732 milliseconds

12 3 4 5 6 7