/ndk/build/tools/ |
build-mingw64-toolchain.sh | 280 PROBE_CC=${CC:-gcc} 284 echo "int main() { return 0; }" > $TEMP_DIR/test-host-cc.c 285 $PROBE_CC -c $TEMP_DIR/test-host-cc.c -o $TEMP_DIR/test-host-cc.o > /dev/null 288 file $TEMP_DIR/test-host-cc.o | grep -q -e "x86[_-]64" 432 CC=$BINPREFIX-gcc 439 export CC CXX LD AS AR RANLIB STRIP
|
build-stlport.sh | 91 GABIXX_SOURCES=$(cd $ANDROID_NDK_ROOT/$GABIXX_SUBDIR && ls src/*.cc)
|
/ndk/sources/cxx-stl/stlport/ |
Android.mk | 93 LOCAL_CPP_EXTENSION := .cpp .cc 105 LOCAL_CPP_EXTENSION := .cpp .cc
|
/prebuilts/qemu-kernel/arm/ |
rebuild.sh | 145 --cc=*) 180 echo " --cc=<path> Path to C compiler [$GCC]" 183 echo "The --toolchain option is ignored if you use the --cc one."
|
/system/core/liblog/ |
fake_log_device.c | 512 int cc = writev(fileno(stderr), vec, v-vec); local 514 if (cc == totalLen) break; 516 if (cc < 0) { 524 fprintf(stderr, "+++ LOG: write partial (%d of %d)\n", cc, totalLen);
|
/external/linux-tools-perf/ |
Makefile | 46 CC = $(CROSS_COMPILE)gcc 57 IS_X86_64 := $(shell echo __x86_64__ | ${CC} -E -xc - | tail -n 1) 150 ifeq ($(call try-cc,$(SOURCE_HELLO),-Werror -fstack-protector-all),y) 154 ifeq ($(call try-cc,$(SOURCE_HELLO),-Werror -Wstack-protector),y) 158 ifeq ($(call try-cc,$(SOURCE_HELLO),-Werror -Wvolatile-register-var),y) 408 ifneq ($(call try-cc,$(SOURCE_DWARF),$(FLAGS_DWARF)),y) 421 ifneq ($(call try-cc,$(SOURCE_LIBELF),$(FLAGS_LIBELF)),y) 423 ifneq ($(call try-cc,$(SOURCE_GLIBC),$(FLAGS_GLIBC)),y) 430 ifneq ($(call try-cc,$(SOURCE_ELF_MMAP),$(FLAGS_COMMON)),y) 448 ifneq ($(call try-cc,$(SOURCE_NEWT),$(FLAGS_NEWT)),y [all...] |
/external/v8/src/mips/ |
assembler-mips.h | 535 // Takes a branch opcode (cc) and a label (L) and generates 540 // j(cc, &L); // forward branch to unbound label 542 // j(cc, &L); // backward branch to bound label 783 void movt(Register rd, Register rs, uint16_t cc = 0); 784 void movf(Register rd, Register rs, uint16_t cc = 0); 849 FPURegister ft, FPURegister fs, uint16_t cc = 0); 851 void bc1f(int16_t offset, uint16_t cc = 0); 852 void bc1f(Label* L, uint16_t cc = 0) { bc1f(branch_offset(L, false)>>2, cc); } 853 void bc1t(int16_t offset, uint16_t cc = 0) [all...] |
/external/regex-re2/lib/codereview/ |
codereview.py | 208 # too: the description, reviewer, and cc list are all stored there. 226 self.cc = [] 262 s += "CC: " + JoinComma(cl.cc) + "\n" 288 s += "\tCC: " + JoinComma(cl.cc) + "\n" 308 reviewers=JoinComma(self.reviewer), cc=JoinComma(self.cc), 334 ("cc", JoinComma(self.cc)), 403 if self.cc [all...] |
/dalvik/vm/jdwp/ |
JdwpMain.cpp | 48 ssize_t cc = write(clientSock, expandBufGetBuffer(pReply), local 52 return cc;
|
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/ |
CertificateFactorySpiTest.java | 85 Certificate cc = certFactorySpi local 87 assertNull("Not null Cerificate", cc);
|
/external/bluetooth/bluedroid/stack/avct/ |
avct_l2c.c | 82 AVCT_TRACE_DEBUG1("avct_l2c_is_ct control:x%x", p_ccb->cc.control); 83 if (p_ccb->cc.control & AVCT_PASSIVE)
|
/external/chromium/chrome/browser/ui/gtk/ |
gtk_expanded_container.cc | 87 register GCClosure *cc = reinterpret_cast<GCClosure*>(closure); local 101 marshal_data ? marshal_data : cc->callback);
|
/external/chromium/chrome/browser/ui/views/ |
sad_tab_view.cc | 117 gfx::CanvasSkia cc(0, 0, true); 120 cc.SizeStringInt(WideToUTF16Hack(message_), *message_font_, &message_width,
|
/external/chromium/net/base/ |
cookie_monster_store_test.cc | 166 CookieMonster::CanonicalCookie cc( 170 store->AddCookie(cc);
|
/external/clang/test/CXX/special/class.copy/ |
implicit-move.cpp | 144 ContainsConst cc; local 145 cc = ContainsConst(); // expected-error {{no viable}}
|
/external/clang/test/SemaCXX/ |
functional-cast.cpp | 42 typedef const char cc; typedef 43 typedef cc *ccp;
|
/external/dhcpcd/mk/ |
prog.mk | 6 include ${MK}/cc.mk 34 ${CC} ${CFLAGS} ${CPPFLAGS} -c $< -o $@ 37 ${CC} ${LDFLAGS} -o $@ ${OBJS} ${LDADD} 44 ${CC} ${CFLAGS} ${CPPFLAGS} -c _${PROG}.c -o _${PROG}.o 45 ${CC} ${LDFLAGS} -o ${PROG} _${PROG}.o ${LDADD}
|
/external/icu4c/tools/genbrk/ |
Makefile.in | 80 $(LINK.cc) $(OUTOPT)$@ $^ $(LIBS)
|
/external/icu4c/tools/genccode/ |
Makefile.in | 81 $(LINK.cc) $(OUTOPT)$@ $^ $(LIBS)
|
/external/icu4c/tools/gencmn/ |
Makefile.in | 81 $(LINK.cc) $(OUTOPT)$@ $^ $(LIBS)
|
/external/icu4c/tools/gencnval/ |
Makefile.in | 81 $(LINK.cc) $(OUTOPT)$@ $^ $(LIBS)
|
/external/icu4c/tools/genctd/ |
Makefile.in | 80 $(LINK.cc) $(OUTOPT)$@ $^ $(LIBS)
|
/external/icu4c/tools/gensprep/ |
Makefile.in | 81 $(LINK.cc) $(OUTOPT)$@ $^ $(LIBS)
|
/external/icu4c/tools/icupkg/ |
Makefile.in | 81 $(LINK.cc) $(OUTOPT)$@ $^ $(LIBS)
|
/external/icu4c/tools/makeconv/ |
Makefile.in | 81 $(LINK.cc) $(OUTOPT)$@ $^ $(LIBS)
|