HomeSort by relevance Sort by last modified time
    Searched defs:cp (Results 551 - 575 of 647) sorted by null

<<212223242526

  /external/libppp/src/
command.c 1145 char *cp; local
    [all...]
  /external/mksh/src/
funcs.c 1513 const char *cp; local
1600 const char *cp; local
1732 const char *file, *cp, **argv; local
1800 char *cp, *allocd = NULL, *xp; local
2463 char *cp = NULL; local
3711 char *buf, *cp; local
    [all...]
  /external/nist-pkits/src/libcore/java/security/cert/
X509CertificateNistPkitsTest.java 152 CertPath cp = getTestPath(f, certs); local
156 PKIXCertPathValidatorResult cpvResult = (PKIXCertPathValidatorResult) cpv.validate(cp,
169 CertPath cp = getTestPath(f, certs); local
172 PKIXCertPathValidatorResult cpvResult = (PKIXCertPathValidatorResult) cpv.validate(cp,
    [all...]
  /external/opencv/cv/src/
cvfundam.cpp 1039 uchar *ap, *bp, *cp; local
    [all...]
cvimgwarp.cpp 2187 double cp = cos(phi*2*CV_PI\/dsize.height); local
    [all...]
  /external/openssh/
channels.c 604 char buf[1024], *cp; local
647 cp = xstrdup(buffer_ptr(&buffer));
649 return cp;
3383 char buf[1024], *cp; local
3571 const char *cp; local
    [all...]
packet.c 657 u_char buf[8], *cp; local
686 cp = buffer_ptr(&active_state->outgoing_packet);
690 cp[7 - i] = rnd & 0xff;
710 cp = buffer_append_space(&active_state->output,
712 cipher_crypt(&active_state->send_context, cp,
846 u_char type, *cp, *macbuf = NULL; local
863 cp = buffer_ptr(&active_state->outgoing_packet);
864 type = cp[5];
908 cp = buffer_append_space(&active_state->outgoing_packet, padlen);
914 cp[i] = rnd & 0xff
968 u_char type, *cp; local
1147 u_char *cp, type; local
1238 u_char *macbuf, *cp, type; local
    [all...]
sftp.c 1118 const char *cmd, *cp = *cpp; local
1125 cp = cp + strspn(cp, WHITESPACE);
1129 if (*cp == '-') {
1131 cp++;
1132 cp = cp + strspn(cp, WHITESPACE);
1136 if (*cp == '\0' || *cp == '#'
1945 char *cp; local
2086 char *host = NULL, *userhost, *cp, *file2 = NULL; local
    [all...]
ssh-keygen.c 746 char *comment = NULL, *cp, *ep, line[16*1024], *fp, *ra; local
784 if ((cp = strchr(line, '\n')) == NULL) {
795 *cp = '\0';
798 for (cp = line; *cp == ' ' || *cp == '\t'; cp++)
800 if (!*cp || *cp == '\n' || *cp == '#'
974 char *cp, *cp2, *kp, *kp2; local
1508 char *otmp, *tmp, *cp, *out, *comment, **plist = NULL; local
    [all...]
  /external/ppp/pppd/
auth.c 2327 char *cp; local
    [all...]
  /external/qemu/distrib/libpng-1.2.19/
pngrutil.c 3257 png_bytep cp = prev_row; local
3816 png_bytep cp = prev_row; local
    [all...]
  /external/stlport/src/c_locale_win32/
c_locale_win32.c 185 UINT cp; member in struct:_Locale_ctype
191 char cp[MAX_CP_LEN + 1]; member in struct:_Locale_numeric
199 char cp[MAX_CP_LEN + 1]; member in struct:_Locale_time
215 char cp[MAX_CP_LEN + 1]; member in struct:_Locale_collate
220 char cp[MAX_CP_LEN + 1]; member in struct:_Locale_monetary
237 static int __GetLCIDFromName(const char* lname, LCID* lcid, char *cp, _Locale_lcid_t *hint);
238 static char const* __GetLocaleName(LCID lcid, const char* cp, char* buf);
241 static void __GetLocaleInfoUsingACP(LCID lcid, const char* cp, LCTYPE lctype, char* buf, int buf_size, wchar_t* wbuf, int wbuf_size);
327 ltype->cp = atoi(cp_name);
341 if ((UINT)NativeCP != ltype->cp) {
888 char cp[MAX_CP_LEN + 1]; local
1652 char cp[MAX_CP_LEN + 1]; local
1688 char cp[6]; local
1703 char cp[6]; local
1710 int cp = __intGetACP(lcid); local
    [all...]
  /external/v8/src/mips/
assembler-mips.h 320 // cp is assumed to be a callee saved register.
324 static const Register& cp = s7; // JavaScript context pointer. member in namespace:v8::internal
    [all...]
  /external/valgrind/main/coregrind/
m_main.c 1702 { HChar *cp = VG_(getenv)(VALGRIND_LIB); local
    [all...]
  /frameworks/base/tools/aapt/
AaptAssets.cpp 39 const char* cp = fileName; local
42 while (*cp != '\0') {
43 if ((*cp & 0x80) != 0)
45 if (*cp < 0x20 || *cp >= 0x7f)
47 if (strchr(kInvalidChars, *cp) != NULL)
49 cp++;
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DataConnection.java 399 * @param cp is the connection parameters
401 private void onConnect(ConnectionParams cp) {
421 Message msg = obtainMessage(EVENT_SETUP_DATA_CONNECTION_DONE, cp);
437 Message msg = obtainMessage(EVENT_SETUP_DATA_CONNECTION_DONE, cp);
438 msg.obj = cp;
454 Integer.toString(cp.mRilRat + 2),
455 Integer.toString(cp.mProfileId),
515 * @param cp is the ConnectionParams
519 private void notifyConnectCompleted(ConnectionParams cp, DcFailCause cause, boolean sendAll) {
522 if (cp != null && cp.mOnCompletedMsg != null)
643 ConnectionParams cp = (ConnectionParams) ar.userObj; local
878 ConnectionParams cp = (ConnectionParams) msg.obj; local
1022 ConnectionParams cp = (ConnectionParams) msg.obj; local
1158 ConnectionParams cp = (ConnectionParams) msg.obj; local
1225 ConnectionParams cp; local
1423 ConnectionParams cp = (ConnectionParams) msg.obj; local
1575 ConnectionParams cp = (ConnectionParams) ar.userObj; local
    [all...]
  /ndk/sources/cxx-stl/stlport/src/c_locale_win32/
c_locale_win32.c 185 UINT cp; member in struct:_Locale_ctype
191 char cp[MAX_CP_LEN + 1]; member in struct:_Locale_numeric
199 char cp[MAX_CP_LEN + 1]; member in struct:_Locale_time
215 char cp[MAX_CP_LEN + 1]; member in struct:_Locale_collate
220 char cp[MAX_CP_LEN + 1]; member in struct:_Locale_monetary
237 static int __GetLCIDFromName(const char* lname, LCID* lcid, char *cp, _Locale_lcid_t *hint);
238 static char const* __GetLocaleName(LCID lcid, const char* cp, char* buf);
241 static void __GetLocaleInfoUsingACP(LCID lcid, const char* cp, LCTYPE lctype, char* buf, int buf_size, wchar_t* wbuf, int wbuf_size);
327 ltype->cp = atoi(cp_name);
341 if ((UINT)NativeCP != ltype->cp) {
888 char cp[MAX_CP_LEN + 1]; local
1652 char cp[MAX_CP_LEN + 1]; local
1688 char cp[6]; local
1703 char cp[6]; local
1710 int cp = __intGetACP(lcid); local
    [all...]
  /ndk/sources/host-tools/make-3.81/
function.c 2235 char *cp; local
    [all...]
main.c 1651 char *cp; local
2497 const char *cp; local
2510 const char *cp; local
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/lib/
regcomp.c 3412 const unsigned char *weights, *extra, *cp; local
    [all...]
  /sdk/emulator/qtools/
trace_reader.h 669 char *cp = strrchr(region->path, '/'); local
670 if (cp != NULL) {
672 cp += 1;
675 cp = region->path;
677 if (strcmp(cp, "libdvm.so") == 0) {
780 char *cp = strrchr(region->path, '/'); local
781 if (cp != NULL) {
783 cp += 1;
786 cp = region->path;
788 if (strcmp(cp, "libdvm.so") == 0)
    [all...]
  /art/runtime/verifier/
method_verifier.cc 764 const char* cp = descriptor; local
765 while (*cp++ == '[') {
    [all...]
  /external/bison/src/
scan-code.c 700 static char *fetch_type_name (char *cp, char const **type_name,
703 static void handle_action_dollar (symbol_list *rule, char *cp,
705 static void handle_action_at (symbol_list *rule, char *cp, location at_loc);
2907 char *cp = text + 1; local
3001 char *cp = text + 1; local
    [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
ccapitst.c 301 int32_t cp = 0; local
    [all...]
  /external/elfutils/src/
elflint.c 272 char *cp = new_prefix; local
277 cp = mempcpy (cp, prefix, prefix_len);
278 *cp++ = '(';
283 memcpy (cp, fname, fname_len);
2523 char *cp = buf; local
    [all...]

Completed in 3437 milliseconds

<<212223242526