HomeSort by relevance Sort by last modified time
    Searched refs:cp (Results 576 - 600 of 799) sorted by null

<<21222324252627282930>>

  /external/elfutils/lib/
Makefile 325 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
327 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
330 || cp -p $$d/$$file $(distdir)/$$file \
  /external/elfutils/libcpu/
Makefile 309 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
311 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
314 || cp -p $$d/$$file $(distdir)/$$file \
  /external/elfutils/libelf-po/
Makefile 173 cp -p $(DESTDIR)$(localedir)/$$lang/LC_MESSAGES/$(DOMAIN).mo $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo; \
276 cp -p $$file $(distdir); \
278 cp -p $(srcdir)/$$file $(distdir); \
  /external/elfutils/po/
Makefile 204 cp -p $(DESTDIR)$(localedir)/$$lang/LC_MESSAGES/$(DOMAIN).mo $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo; \
307 cp -p $$file $(distdir); \
309 cp -p $(srcdir)/$$file $(distdir); \
  /external/elfutils/src/
Makefile 494 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
496 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
499 || cp -p $$d/$$file $(distdir)/$$file \
  /external/icu4c/i18n/
ucol_elm.cpp 824 UChar32 cp; local
836 fprintf(stdout, "CP: %04X ", element->cPoints[j]);
845 for (j = 1; j<element->prefixSize; j++) { /* First add NFD prefix chars to unsafe CP hash table */
893 UTF_NEXT_CHAR(element->cPoints, cpsize, element->cSize, cp);
940 UChar32 cp; local
1075 UChar32 cp; local
    [all...]
  /external/openssl/crypto/asn1/
asn1_gen.c 146 const unsigned char *cp; local
262 cp = new_der;
265 ret = d2i_ASN1_TYPE(NULL, &cp, len);
  /external/openssl/crypto/objects/
obj_dat.c 433 const unsigned char *cp; local
460 cp=buf;
461 op=d2i_ASN1_OBJECT(NULL,&cp,j);
  /external/qemu/distrib/sdl-1.2.12/src/video/wincommon/
SDL_sysevents.c 906 int cp = GetACP(); local
909 cp = SDL_atoi(buff);
911 return cp;
  /external/bluetooth/bluez/test/
hciemu.c 489 accept_conn_req_cp *cp = (void *) data; local
492 if (!(conn = conn_get_by_bdaddr(&cp->bdaddr)))
516 disconnect_cp *cp = (void *) data; local
520 handle = btohs(cp->handle);
533 create_conn_cp *cp = (void *) data; local
568 baswap(&ba, &cp->bdaddr);
  /external/quake/quake/src/WinQuake/
Makefile.Solaris 463 cp $(BUILD_RELEASE_DIR)/quake.sw $(COPYDIR)
464 cp $(BUILD_RELEASE_DIR)/quake.xil $(COPYDIR)
467 cp $(MOUNT_DIR)/README.Solaris $(COPYDIR)/README.Solaris
  /frameworks/base/core/java/android/provider/
Settings.java 633 IContentProvider cp = null; local
635 cp = mContentProvider;
636 if (cp == null) {
637 cp = mContentProvider = cr.acquireProvider(mUri.getAuthority());
647 Bundle b = cp.call(mCallCommand, name, null);
665 c = cp.query(mUri, SELECT_VALUE, NAME_EQ_PLACEHOLDER,
    [all...]
  /frameworks/base/libs/utils/
AssetManager.cpp 1237 const char* cp; local
    [all...]
  /system/core/sh/
parser.c 292 union node *cp, **cpp; local
424 *cpp = cp = (union node *)stalloc(sizeof (struct nclist));
425 cp->type = NCLIST;
426 app = &cp->nclist.pattern;
442 cp->nclist.body = list(0);
455 cpp = &cp->nclist.next;
    [all...]
  /build/core/
definitions.mk 688 @cp $(@:%.o=%.d) $(@:%.o=%.P); \
    [all...]
  /external/bluetooth/glib/
Makefile.am 148 rm -f $(distdir)/$$f && cp $$d/$$f $(distdir) || exit 1; done
  /external/chromium/sdch/open-vcdiff/
install-sh 65 cpprog=${CPPROG-cp}
  /external/chromium/third_party/icu/source/test/intltest/
utxttest.cpp 178 cpMap[j].cp = c;
268 u8Map[j].cp = c;
610 expectedC = cpMap[i].cp;
628 expectedC = cpMap[i].cp;
652 expectedC = cpMap[i].cp;
686 expectedC = cpMap[i].cp;
719 expectedC = cpMap[cpIndex].cp;
731 expectedC = cpMap[cpIndex].cp;
    [all...]
  /external/libpng/
install-sh 65 cpprog=${CPPROG-cp}
  /external/libvpx/build/make/
Makefile 147 $(if $(quiet),@echo " [CP] $@ < $<")
148 $(qexec)cp $< $@
205 $(qexec)cp -p $$< $$@
  /external/protobuf/gtest/build-aux/
install-sh 65 cpprog=${CPPROG-cp}
  /external/protobuf/
install-sh 65 cpprog=${CPPROG-cp}
  /external/tcpdump/
netdissect.h 290 extern void cnfp_print(netdissect_options *,const u_char *cp,
428 const u_char *cp, int length);
  /external/webkit/LayoutTests/http/conf/
apache2-debian-httpd.conf 503 AddCharset WINDOWS-1251 .cp-1251
apache2-httpd.conf 528 AddCharset WINDOWS-1251 .cp-1251

Completed in 821 milliseconds

<<21222324252627282930>>