HomeSort by relevance Sort by last modified time
    Searched refs:nm (Results 126 - 150 of 372) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/chromium_org/third_party/openssl/openssl/crypto/perlasm/
x86nasm.pl 171 { my $nm=shift;
173 push(@out,"safeseh ".&::LABEL($nm,$nmdecor.$nm)."\n");
  /external/chromium_org/third_party/openssl/openssl/crypto/x509v3/
v3_alt.c 345 X509_NAME *nm; local
357 if(ctx->subject_cert) nm = X509_get_subject_name(ctx->subject_cert);
358 else nm = X509_REQ_get_subject_name(ctx->subject_req);
362 while((i = X509_NAME_get_index_by_NID(nm,
364 ne = X509_NAME_get_entry(nm, i);
368 X509_NAME_delete_entry(nm, i);
595 X509_NAME *nm; local
596 if (!(nm = X509_NAME_new()))
603 X509_NAME_free(nm);
607 ret = X509V3_NAME_from_section(nm, sk, MBSTRING_ASC)
    [all...]
  /external/openssl/crypto/perlasm/
x86nasm.pl 171 { my $nm=shift;
173 push(@out,"safeseh ".&::LABEL($nm,$nmdecor.$nm)."\n");
  /external/openssl/crypto/x509v3/
v3_alt.c 345 X509_NAME *nm; local
357 if(ctx->subject_cert) nm = X509_get_subject_name(ctx->subject_cert);
358 else nm = X509_REQ_get_subject_name(ctx->subject_req);
362 while((i = X509_NAME_get_index_by_NID(nm,
364 ne = X509_NAME_get_entry(nm, i);
368 X509_NAME_delete_entry(nm, i);
595 X509_NAME *nm; local
596 if (!(nm = X509_NAME_new()))
603 X509_NAME_free(nm);
607 ret = X509V3_NAME_from_section(nm, sk, MBSTRING_ASC)
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.monetary/locale.moneypunct.byname/
neg_format.pass.cpp 28 explicit Fnf(const std::string& nm, std::size_t refs = 0)
29 : std::moneypunct_byname<char, false>(nm, refs) {}
36 explicit Fnt(const std::string& nm, std::size_t refs = 0)
37 : std::moneypunct_byname<char, true>(nm, refs) {}
44 explicit Fwf(const std::string& nm, std::size_t refs = 0)
45 : std::moneypunct_byname<wchar_t, false>(nm, refs) {}
52 explicit Fwt(const std::string& nm, std::size_t refs = 0)
53 : std::moneypunct_byname<wchar_t, true>(nm, refs) {}
pos_format.pass.cpp 28 explicit Fnf(const std::string& nm, std::size_t refs = 0)
29 : std::moneypunct_byname<char, false>(nm, refs) {}
36 explicit Fnt(const std::string& nm, std::size_t refs = 0)
37 : std::moneypunct_byname<char, true>(nm, refs) {}
44 explicit Fwf(const std::string& nm, std::size_t refs = 0)
45 : std::moneypunct_byname<wchar_t, false>(nm, refs) {}
52 explicit Fwt(const std::string& nm, std::size_t refs = 0)
53 : std::moneypunct_byname<wchar_t, true>(nm, refs) {}
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.time/locale.time.get.byname/
get_date.pass.cpp 32 explicit my_facet(const std::string& nm, std::size_t refs = 0)
33 : F(nm, refs) {}
get_date_wide.pass.cpp 32 explicit my_facet(const std::string& nm, std::size_t refs = 0)
33 : F(nm, refs) {}
get_monthname.pass.cpp 32 explicit my_facet(const std::string& nm, std::size_t refs = 0)
33 : F(nm, refs) {}
get_time.pass.cpp 32 explicit my_facet(const std::string& nm, std::size_t refs = 0)
33 : F(nm, refs) {}
get_time_wide.pass.cpp 32 explicit my_facet(const std::string& nm, std::size_t refs = 0)
33 : F(nm, refs) {}
get_weekday.pass.cpp 32 explicit my_facet(const std::string& nm, std::size_t refs = 0)
33 : F(nm, refs) {}
get_weekday_wide.pass.cpp 32 explicit my_facet(const std::string& nm, std::size_t refs = 0)
33 : F(nm, refs) {}
get_year.pass.cpp 31 explicit my_facet(const std::string& nm, std::size_t refs = 0)
32 : F(nm, refs) {}
get_year_wide.pass.cpp 31 explicit my_facet(const std::string& nm, std::size_t refs = 0)
32 : F(nm, refs) {}
  /external/opencv/cxcore/src/
cxsvd.cpp 247 int nm, m1, n1; local
255 nm = n;
257 temp = buffer + nm;
259 memset( w, 0, nm * sizeof( w[0] ));
260 memset( e, 0, nm * sizeof( e[0] ));
471 for( i = 0; i < nm; i++ )
483 for( k = nm - 1; k >= 0; k-- )
602 for( i = 0; i < nm; i++ )
605 for( j = i + 1; j < nm; j++ )
642 int nm, m1, n1 local
1030 int i, j, nm = MIN( m, n ); local
1124 int i, j, nm = MIN( m, n ); local
1471 int m, n, nm; local
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
codec.h 143 AudioCodec(int pt, const std::string& nm, int cr, int br, int cs, int pr)
144 : Codec(pt, nm, cr, pr),
195 VideoCodec(int pt, const std::string& nm, int w, int h, int fr, int pr)
196 : Codec(pt, nm, kVideoCodecClockrate, pr),
  /external/chromium_org/third_party/openssl/openssl/crypto/objects/
objects.h 1021 #define _DECLARE_OBJ_BSEARCH_CMP_FN(scope, type1, type2, nm) \
1022 static int nm##_cmp_BSEARCH_CMP_FN(const void *, const void *); \
1023 static int nm##_cmp(type1 const *, type2 const *);
    [all...]
  /external/chromium_org/third_party/openssl/openssl/include/openssl/
objects.h 1021 #define _DECLARE_OBJ_BSEARCH_CMP_FN(scope, type1, type2, nm) \
1022 static int nm##_cmp_BSEARCH_CMP_FN(const void *, const void *); \
1023 static int nm##_cmp(type1 const *, type2 const *);
    [all...]
  /external/elfutils/tests/
run-elflint-self.sh 44 runtest ../src/nm
  /external/llvm/tools/
Makefile 31 llc llvm-ar llvm-nm \
  /external/openssl/crypto/objects/
objects.h 1021 #define _DECLARE_OBJ_BSEARCH_CMP_FN(scope, type1, type2, nm) \
1022 static int nm##_cmp_BSEARCH_CMP_FN(const void *, const void *); \
1023 static int nm##_cmp(type1 const *, type2 const *);
    [all...]
  /external/openssl/include/openssl/
objects.h 1021 #define _DECLARE_OBJ_BSEARCH_CMP_FN(scope, type1, type2, nm) \
1022 static int nm##_cmp_BSEARCH_CMP_FN(const void *, const void *); \
1023 static int nm##_cmp(type1 const *, type2 const *);
    [all...]
  /external/valgrind/main/coregrind/m_debuginfo/
readstabs.c 269 UChar *nm = string; local
270 UInt len = VG_(strlen)(nm);
285 if (len > 0 && nm[len-1] != '/') {
286 file.name = ML_(addStr)(di, nm, -1);
  /packages/services/Telephony/src/com/android/phone/
FakePhoneActivity.java 68 NotificationManager nm = local

Completed in 470 milliseconds

1 2 3 4 56 7 8 91011>>