HomeSort by relevance Sort by last modified time
    Searched defs:ctype (Results 1 - 25 of 92) sorted by null

1 2 3 4

  /external/libcxx/test/std/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.dtor/
dtor.pass.cpp 12 // template <> class ctype<char>
14 // ~ctype();
24 std::locale l(std::locale::classic(), new std::ctype<char>); member in class:std
29 std::ctype<char>::mask table[256];
30 std::locale l(std::locale::classic(), new std::ctype<char>(table));
36 new std::ctype<char>(new std::ctype<char>::mask[256], true));
  /external/libcxx/test/std/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.members/
table.pass.cpp 12 // template <> class ctype<char>
21 typedef std::ctype<char> F;
23 std::locale l(std::locale::classic(), new std::ctype<char>); member in class:std
28 std::ctype<char>::mask table[256];
29 std::locale l(std::locale::classic(), new std::ctype<char>(table));
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.members/
table.pass.cpp 12 // template <> class ctype<char>
21 typedef std::ctype<char> F;
23 std::locale l(std::locale::classic(), new std::ctype<char>); member in class:std
28 std::ctype<char>::mask table[256];
29 std::locale l(std::locale::classic(), new std::ctype<char>(table));
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.dtor/
dtor.pass.cpp 12 // template <> class ctype<char>
14 // ~ctype();
37 std::locale l(std::locale::classic(), new std::ctype<char>); member in class:std
42 std::ctype<char>::mask table[256];
44 std::locale l(std::locale::classic(), new std::ctype<char>(table));
51 new std::ctype<char>(new std::ctype<char>::mask[256], true));
  /external/opencv3/3rdparty/libwebp/enc/
cost.c 358 int ctype, band, ctx; local
362 for (ctype = 0; ctype < NUM_TYPES; ++ctype) {
365 const uint8_t* const p = proba->coeffs_[ctype][band][ctx];
366 uint16_t* const table = proba->level_cost_[ctype][band][ctx];
  /external/srtp/crypto/kernel/
crypto_kernel.c 178 kernel_cipher_type_t *ctype = crypto_kernel.cipher_type_list; local
193 while(ctype != NULL) {
194 printf("cipher: %s\n", ctype->cipher_type->description);
195 printf(" instance count: %d\n", ctype->cipher_type->ref_count);
197 status = cipher_type_self_test(ctype->cipher_type);
203 ctype = ctype->next;
262 kernel_cipher_type_t *ctype = crypto_kernel.cipher_type_list; local
263 crypto_kernel.cipher_type_list = ctype->next;
266 ctype->cipher_type->description)
302 kernel_cipher_type_t *ctype, *new_ctype; local
394 kernel_cipher_type_t *ctype; local
    [all...]
  /ndk/tests/device/test-gnustl-full/unit/
ctype_facets_test.cpp 29 CPPUNIT_ASSERT( has_facet<ctype<char> >(loc) );
30 ctype<char> const& ct = use_facet<ctype<char> >(loc);
173 CPPUNIT_ASSERT( has_facet<ctype<wchar_t> >(loc) );
174 ctype<wchar_t> const& wct = use_facet<ctype<wchar_t> >(loc);
341 locale tmp(locale::classic(), tested_locales[i], locale::ctype); member in class:locale
428 CPPUNIT_ASSERT( has_facet<ctype<char> >(loc) );
429 ctype<char> const& ct = use_facet<ctype<char> >(loc)
    [all...]
codecvt_test.cpp 531 locale loc(locale::classic(), ".936", locale::ctype); member in class:locale
  /ndk/tests/device/test-stlport/unit/
ctype_facets_test.cpp 29 CPPUNIT_ASSERT( has_facet<ctype<char> >(loc) );
30 ctype<char> const& ct = use_facet<ctype<char> >(loc);
173 CPPUNIT_ASSERT( has_facet<ctype<wchar_t> >(loc) );
174 ctype<wchar_t> const& wct = use_facet<ctype<wchar_t> >(loc);
341 locale tmp(locale::classic(), tested_locales[i], locale::ctype); member in class:locale
428 CPPUNIT_ASSERT( has_facet<ctype<char> >(loc) );
429 ctype<char> const& ct = use_facet<ctype<char> >(loc)
    [all...]
codecvt_test.cpp 531 locale loc(locale::classic(), ".936", locale::ctype); member in class:locale
  /external/opencv3/modules/core/src/
pca.cpp 97 int ctype = std::max(CV_32F, data.depth()); local
98 mean.create( mean_sz, ctype );
100 Mat covar( count, count, ctype );
105 _mean.convertTo(mean, ctype);
109 calcCovarMatrix( data, covar, mean, covar_flags, ctype );
117 if( data.type() != ctype || tmp_mean.data == mean.data )
119 data.convertTo( tmp_data, ctype );
128 Mat evects1(count, len, ctype);
234 int ctype = std::max(CV_32F, data.depth()); local
235 mean.create( mean_sz, ctype );
298 int ctype = mean.type(); local
    [all...]
  /external/webp/src/enc/
cost.c 61 int ctype, band, ctx; local
65 for (ctype = 0; ctype < NUM_TYPES; ++ctype) {
69 const uint8_t* const p = proba->coeffs_[ctype][band][ctx];
70 uint16_t* const table = proba->level_cost_[ctype][band][ctx];
84 proba->remapped_costs_[ctype][n][ctx] =
85 proba->level_cost_[ctype][VP8EncBands[n]][ctx];
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_ctype.h 56 // ctype<> template
58 template <class charT> class ctype {}; class
61 //ctype specializations
64 class _STLP_CLASS_DECLSPEC ctype<char> : public locale::facet, public ctype_base { class in inherits:locale::facet,ctype_base
67 typedef ctype<wchar_t> _Wctype;
70 friend class ctype<wchar_t>;
77 explicit ctype(const mask* __tab = 0, bool __del = false, size_t __refs = 0);
121 ~ctype();
147 class _STLP_CLASS_DECLSPEC ctype_byname<char>: public ctype<char> {
177 class _STLP_CLASS_DECLSPEC ctype<wchar_t> : public locale::facet, public ctype_base class in inherits:locale::facet,ctype_base
181 explicit ctype(size_t __refs = 0) : locale::facet(__refs) {} function in class:ctype
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
_ctype.h 56 // ctype<> template
58 template <class charT> class ctype {}; class
61 //ctype specializations
64 class _STLP_CLASS_DECLSPEC ctype<char> : public locale::facet, public ctype_base { class in inherits:locale::facet,ctype_base
67 typedef ctype<wchar_t> _Wctype;
70 friend class ctype<wchar_t>;
77 explicit ctype(const mask* __tab = 0, bool __del = false, size_t __refs = 0);
121 ~ctype();
147 class _STLP_CLASS_DECLSPEC ctype_byname<char>: public ctype<char> {
177 class _STLP_CLASS_DECLSPEC ctype<wchar_t> : public locale::facet, public ctype_base class in inherits:locale::facet,ctype_base
181 explicit ctype(size_t __refs = 0) : locale::facet(__refs) {} function in class:ctype
    [all...]
  /libcore/ojluni/src/main/java/java/io/
StreamTokenizer.java 94 private byte ctype[] = new byte[256]; field in class:StreamTokenizer
261 for (int i = ctype.length; --i >= 0;)
262 ctype[i] = 0;
277 if (hi >= ctype.length)
278 hi = ctype.length - 1;
280 ctype[low++] |= CT_ALPHA;
298 if (hi >= ctype.length)
299 hi = ctype.length - 1;
301 ctype[low++] = CT_WHITESPACE;
318 if (hi >= ctype.length
    [all...]
  /ndk/sources/cxx-stl/stlport/src/
locale.cpp 199 L->name = string("LC_CTYPE=") + _Locale_extract_ctype_name((c & locale::ctype) ? ctype_name : name, buf, 0, &__err_code) + ";";
273 if (c & locale::ctype)
314 if (c & ctype) {
315 impl->insert( i2, _STLP_STD::ctype<char>::id);
318 impl->insert( i2, _STLP_STD::ctype<wchar_t>::id);
437 const locale::category locale::ctype; member in class:locale
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
FilterUtils.java 83 int ctype = result[CLUSTER_TYPE]; local
90 (ctype & CLUSTER_BY_TIME) != 0, (ccurrent & CLUSTER_BY_TIME) != 0);
92 (ctype & CLUSTER_BY_LOCATION) != 0, (ccurrent & CLUSTER_BY_LOCATION) != 0);
94 (ctype & CLUSTER_BY_TAG) != 0, (ccurrent & CLUSTER_BY_TAG) != 0);
96 (ctype & CLUSTER_BY_FACE) != 0, (ccurrent & CLUSTER_BY_FACE) != 0);
98 actionBar.setClusterItemVisibility(CLUSTER_BY_ALBUM, !inAlbum || ctype == 0);
100 setMenuItemApplied(actionBar, R.id.action_cluster_album, ctype == 0,
142 int ctype = toClusterType(segments[2]); local
143 result[CLUSTER_TYPE] |= ctype;
144 result[CLUSTER_CURRENT_TYPE] = ctype;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
locale_classes.h 92 * The standard category values are none, ctype, numeric, collate, time,
99 static const category ctype = 1L << 0; member in class:locale
105 static const category all = (ctype | numeric | collate |
295 // collate, ctype, monetary, numeric, time, and messages. These
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
locale_classes.h 92 * The standard category values are none, ctype, numeric, collate, time,
99 static const category ctype = 1L << 0; member in class:locale
105 static const category all = (ctype | numeric | collate |
295 // collate, ctype, monetary, numeric, time, and messages. These
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
locale_classes.h 92 * The standard category values are none, ctype, numeric, collate, time,
99 static const category ctype = 1L << 0; member in class:locale
105 static const category all = (ctype | numeric | collate |
295 // collate, ctype, monetary, numeric, time, and messages. These
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
locale_classes.h 92 * The standard category values are none, ctype, numeric, collate, time,
99 static const category ctype = 1L << 0; member in class:locale
105 static const category all = (ctype | numeric | collate |
295 // collate, ctype, monetary, numeric, time, and messages. These
  /external/mdnsresponder/mDNSShared/
dnssd_clientshim.c 375 char ctype[MAX_ESCAPED_DOMAIN_NAME]; local
391 ConvertDomainNameToCString(&type, ctype);
394 x->callback((DNSServiceRef)x, flags, 0, 0, cname, ctype, cdom, x->context);
  /external/mockito/cglib-and-asm/src/org/mockito/asm/tree/analysis/
Analyzer.java 157 Type ctype = Type.getObjectType(owner); local
158 current.setLocal(local++, interpreter.newValue(ctype));
  /external/mesa3d/src/gallium/drivers/radeon/
radeon_setup_tgsi_llvm.c 110 LLVMTypeRef ctype; local
116 ctype = LLVMInt32TypeInContext(ctx);
120 ctype = LLVMFloatTypeInContext(ctx);
123 ctype = 0;
128 return LLVMConstBitCast(bld->immediates[reg->Register.Index][swizzle], ctype);
    [all...]
  /external/mesa3d/src/mesa/main/
varray.c 855 GLenum ctype = 0; /* color type */ local
887 ctype = GL_UNSIGNED_BYTE;
895 ctype = GL_UNSIGNED_BYTE;
903 ctype = GL_FLOAT;
918 ctype = GL_FLOAT;
939 ctype = GL_UNSIGNED_BYTE;
947 ctype = GL_FLOAT;
962 ctype = GL_FLOAT;
971 ctype = GL_FLOAT;
1003 _mesa_ColorPointer( ccomps, ctype, stride
    [all...]

Completed in 618 milliseconds

1 2 3 4