Home
last modified time | relevance | path

Searched refs:ctype (Results 1 – 25 of 233) sorted by relevance

12345678910

/external/opencv3/modules/java/generator/
Dgen_java.py760 self.ctype = decl[0]
765 return Template("PROP $ctype $name").substitute(ctype=self.ctype, name=self.name)
795 def addImports(self, ctype): argument
796 if ctype.startswith('vector_vector'):
801 self.addImports(ctype.replace('vector_vector', 'vector'))
802 elif ctype.startswith('vector'):
805 if type_dict[ctype]['j_type'].startswith('MatOf'):
806 self.imports.add("org.opencv.core." + type_dict[ctype]['j_type'])
810 self.addImports(ctype.replace('vector_', ''))
813 if ctype in type_dict:
[all …]
/external/srtp/crypto/kernel/
Dcrypto_kernel.c178 kernel_cipher_type_t *ctype = crypto_kernel.cipher_type_list; in crypto_kernel_status() local
193 while(ctype != NULL) { in crypto_kernel_status()
194 printf("cipher: %s\n", ctype->cipher_type->description); in crypto_kernel_status()
195 printf(" instance count: %d\n", ctype->cipher_type->ref_count); in crypto_kernel_status()
197 status = cipher_type_self_test(ctype->cipher_type); in crypto_kernel_status()
203 ctype = ctype->next; in crypto_kernel_status()
262 kernel_cipher_type_t *ctype = crypto_kernel.cipher_type_list; in crypto_kernel_shutdown() local
263 crypto_kernel.cipher_type_list = ctype->next; in crypto_kernel_shutdown()
266 ctype->cipher_type->description); in crypto_kernel_shutdown()
267 crypto_free(ctype); in crypto_kernel_shutdown()
[all …]
/external/libcxx/test/std/localization/locale.categories/category.ctype/locale.ctype/
Dtypes.pass.cpp29 assert(std::has_facet<std::ctype<wchar_t> >(l)); in main()
30 const std::ctype<wchar_t>& f = std::use_facet<std::ctype<wchar_t> >(l); in main()
32 (void)std::ctype<wchar_t>::id; in main()
34 static_assert((std::is_same<std::ctype<wchar_t>::char_type, wchar_t>::value), ""); in main()
35 static_assert((std::is_base_of<std::ctype_base, std::ctype<wchar_t> >::value), ""); in main()
36 static_assert((std::is_base_of<std::locale::facet, std::ctype<wchar_t> >::value), ""); in main()
/external/libcxx/test/std/localization/locale.categories/category.ctype/facet.ctype.special/
Dtypes.pass.cpp29 assert(std::has_facet<std::ctype<char> >(l)); in main()
30 const std::ctype<char>& f = std::use_facet<std::ctype<char> >(l); in main()
32 (void)std::ctype<char>::id; in main()
34 static_assert((std::is_same<std::ctype<char>::char_type, char>::value), ""); in main()
35 static_assert((std::is_base_of<std::ctype_base, std::ctype<char> >::value), ""); in main()
36 static_assert((std::is_base_of<std::locale::facet, std::ctype<char> >::value), ""); in main()
/external/opencv3/modules/core/src/
Dpca.cpp97 int ctype = std::max(CV_32F, data.depth()); in operator ()() local
98 mean.create( mean_sz, ctype ); in operator ()()
100 Mat covar( count, count, ctype ); in operator ()()
105 _mean.convertTo(mean, ctype); in operator ()()
109 calcCovarMatrix( data, covar, mean, covar_flags, ctype ); in operator ()()
117 if( data.type() != ctype || tmp_mean.data == mean.data ) in operator ()()
119 data.convertTo( tmp_data, ctype ); in operator ()()
128 Mat evects1(count, len, ctype); in operator ()()
234 int ctype = std::max(CV_32F, data.depth()); in operator ()() local
235 mean.create( mean_sz, ctype ); in operator ()()
[all …]
/external/opencv3/3rdparty/libwebp/enc/
Dcost.c358 int ctype, band, ctx; in VP8CalculateLevelCosts() local
362 for (ctype = 0; ctype < NUM_TYPES; ++ctype) { in VP8CalculateLevelCosts()
365 const uint8_t* const p = proba->coeffs_[ctype][band][ctx]; in VP8CalculateLevelCosts()
366 uint16_t* const table = proba->level_cost_[ctype][band][ctx]; in VP8CalculateLevelCosts()
/external/libcxx/test/std/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.dtor/
Ddtor.pass.cpp24 std::locale l(std::locale::classic(), new std::ctype<char>); in main()
29 std::ctype<char>::mask table[256]; in main()
30 std::locale l(std::locale::classic(), new std::ctype<char>(table)); in main()
36 new std::ctype<char>(new std::ctype<char>::mask[256], true)); in main()
/external/libcxx/test/std/localization/locale.categories/category.ctype/locale.ctype.byname/
Dtypes.pass.cpp36 assert(&std::use_facet<std::ctype<char> >(l) in main()
41 assert(&std::use_facet<std::ctype<wchar_t> >(l) in main()
49 assert(&std::use_facet<std::ctype<char> >(l) in main()
54 assert(&std::use_facet<std::ctype<wchar_t> >(l) in main()
62 assert(&std::use_facet<std::ctype<char> >(l) in main()
67 assert(&std::use_facet<std::ctype<wchar_t> >(l) in main()
Dtoupper_1.pass.cpp30 typedef std::ctype<char> F; in main()
46 typedef std::ctype<char> F; in main()
62 typedef std::ctype<wchar_t> F; in main()
78 typedef std::ctype<wchar_t> F; in main()
Dtolower_many.pass.cpp31 typedef std::ctype<char> F; in main()
48 typedef std::ctype<char> F; in main()
65 typedef std::ctype<wchar_t> F; in main()
82 typedef std::ctype<wchar_t> F; in main()
Dtoupper_many.pass.cpp31 typedef std::ctype<char> F; in main()
48 typedef std::ctype<char> F; in main()
65 typedef std::ctype<wchar_t> F; in main()
82 typedef std::ctype<wchar_t> F; in main()
Dtolower_1.pass.cpp30 typedef std::ctype<char> F; in main()
46 typedef std::ctype<char> F; in main()
62 typedef std::ctype<wchar_t> F; in main()
78 typedef std::ctype<wchar_t> F; in main()
/external/boringssl/src/crypto/obj/
Dobjects.txt1003 id-set 0 : set-ctype : content types
1010 set-ctype 0 : setct-PANData
1011 set-ctype 1 : setct-PANToken
1012 set-ctype 2 : setct-PANOnly
1013 set-ctype 3 : setct-OIData
1014 set-ctype 4 : setct-PI
1015 set-ctype 5 : setct-PIData
1016 set-ctype 6 : setct-PIDataUnsigned
1017 set-ctype 7 : setct-HODInput
1018 set-ctype 8 : setct-AuthResBaggage
[all …]
/external/libcxx/test/std/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.members/
Dtable.pass.cpp21 typedef std::ctype<char> F; in main()
23 std::locale l(std::locale::classic(), new std::ctype<char>); in main()
28 std::ctype<char>::mask table[256]; in main()
29 std::locale l(std::locale::classic(), new std::ctype<char>(table)); in main()
/external/webp/src/enc/
Dcost.c61 int ctype, band, ctx; in VP8CalculateLevelCosts() local
65 for (ctype = 0; ctype < NUM_TYPES; ++ctype) { in VP8CalculateLevelCosts()
69 const uint8_t* const p = proba->coeffs_[ctype][band][ctx]; in VP8CalculateLevelCosts()
70 uint16_t* const table = proba->level_cost_[ctype][band][ctx]; in VP8CalculateLevelCosts()
84 proba->remapped_costs_[ctype][n][ctx] = in VP8CalculateLevelCosts()
85 proba->level_cost_[ctype][VP8EncBands[n]][ctx]; in VP8CalculateLevelCosts()
/external/libcxx/test/std/localization/locales/locale/locale.types/locale.category/
Dcategory.pass.cpp32 assert(std::locale::ctype); in main()
38 & std::locale::ctype in main()
44 | std::locale::ctype in main()
53 test(std::locale::ctype); in main()
/external/v8/src/runtime/
Druntime-atomics.cc383 #define TYPED_ARRAY_CASE(Type, typeName, TYPE, ctype, size) \ in RUNTIME_FUNCTION() argument
385 return DoCompareExchange<ctype>(isolate, source, index, oldobj, newobj); in RUNTIME_FUNCTION()
415 #define TYPED_ARRAY_CASE(Type, typeName, TYPE, ctype, size) \ in RUNTIME_FUNCTION() argument
417 return DoLoad<ctype>(isolate, source, index); in RUNTIME_FUNCTION()
447 #define TYPED_ARRAY_CASE(Type, typeName, TYPE, ctype, size) \ in RUNTIME_FUNCTION() argument
449 return DoStore<ctype>(isolate, source, index, value); in RUNTIME_FUNCTION()
479 #define TYPED_ARRAY_CASE(Type, typeName, TYPE, ctype, size) \ in RUNTIME_FUNCTION() argument
481 return DoAdd<ctype>(isolate, source, index, value); in RUNTIME_FUNCTION()
511 #define TYPED_ARRAY_CASE(Type, typeName, TYPE, ctype, size) \ in RUNTIME_FUNCTION() argument
513 return DoSub<ctype>(isolate, source, index, value); in RUNTIME_FUNCTION()
[all …]
/external/llvm/test/Transforms/InstCombine/
D2008-05-09-SinkOfInvoke.ll3 …%"struct.std::ctype<char>" = type { %"struct.std::locale::facet", i32*, i8, i32*, i32*, i16*, i8, …
12 define void @_ZNSt5ctypeIcEC2EPiPKtbm(%"struct.std::ctype<char>"* %this, i32* %unnamed_arg, i16* %_…
27 …%tmp41 = getelementptr %"struct.std::ctype<char>", %"struct.std::ctype<char>"* %this, i32 0, i32 4…
/external/nanopb-c/generator/
Dnanopb_generator.py172 self.ctype = None
229 self.ctype, self.pbtype, self.enc_size = datatypes[desc.type]
232 self.ctype = names_from_type_name(desc.type_name)
234 self.default = self.ctype + self.default
238 self.ctype = 'char'
240 self.ctype = 'char'
246 self.ctype = self.struct_name + self.name + 't'
249 self.ctype = 'pb_bytes_array_t'
252 self.ctype = self.submsgname = names_from_type_name(desc.type_name)
268 result += ' struct _%s *%s;' % (self.ctype, self.name)
[all …]
/external/protobuf/src/google/protobuf/
Dunittest_lite.proto85 optional string optional_string_piece = 24 [ctype=STRING_PIECE];
86 optional string optional_cord = 25 [ctype=CORD];
124 repeated string repeated_string_piece = 54 [ctype=STRING_PIECE];
125 repeated string repeated_cord = 55 [ctype=CORD];
152 optional string default_string_piece = 84 [ctype=STRING_PIECE,default="abc"];
153 optional string default_cord = 85 [ctype=CORD,default="123"];
229 [ctype=STRING_PIECE];
230 optional string optional_cord_extension_lite = 25 [ctype=CORD];
271 [ctype=STRING_PIECE];
272 repeated string repeated_cord_extension_lite = 55 [ctype=CORD];
[all …]
Dunittest.proto104 optional string optional_string_piece = 24 [ctype=STRING_PIECE];
105 optional string optional_cord = 25 [ctype=CORD];
142 repeated string repeated_string_piece = 54 [ctype=STRING_PIECE];
143 repeated string repeated_cord = 55 [ctype=CORD];
169 optional string default_string_piece = 84 [ctype=STRING_PIECE,default="abc"];
170 optional string default_cord = 85 [ctype=CORD,default="123"];
239 optional string optional_string_piece_extension = 24 [ctype=STRING_PIECE];
240 optional string optional_cord_extension = 25 [ctype=CORD];
279 repeated string repeated_string_piece_extension = 54 [ctype=STRING_PIECE];
280 repeated string repeated_cord_extension = 55 [ctype=CORD];
[all …]
Dunittest_reference_types_nano.proto43 optional string optional_string_piece = 24 [ctype=STRING_PIECE];
44 optional string optional_cord = 25 [ctype=CORD];
71 repeated string repeated_string_piece = 54 [ctype=STRING_PIECE];
72 repeated string repeated_cord = 55 [ctype=CORD];
Dunittest_micro.proto83 optional string optional_string_piece = 24 [ctype=STRING_PIECE];
84 optional string optional_cord = 25 [ctype=CORD];
116 repeated string repeated_string_piece = 54 [ctype=STRING_PIECE];
117 repeated string repeated_cord = 55 [ctype=CORD];
149 optional string default_string_piece = 84 [ctype=STRING_PIECE,default="abc"];
150 optional string default_cord = 85 [ctype=CORD,default="123"];
/external/valgrind/auxprogs/
Dupdate-demangler53 cp ../gcc-$old_gcc_revision/include/safe-ctype.h .
58 cp ../gcc-$old_gcc_revision/libiberty/safe-ctype.c .
79 cp ../gcc-$new_gcc_revision/include/safe-ctype.h .
84 cp ../gcc-$new_gcc_revision/libiberty/safe-ctype.c .
/external/v8/src/
Dflag-definitions.h26 #define FLAG_FULL(ftype, ctype, nam, def, cmt) extern ctype FLAG_##nam; argument
27 #define FLAG_READONLY(ftype, ctype, nam, def, cmt) \ argument
28 static ctype const FLAG_##nam = def;
33 #define FLAG_FULL(ftype, ctype, nam, def, cmt) ctype FLAG_##nam = def; argument
39 #define FLAG_FULL(ftype, ctype, nam, def, cmt) \ argument
40 static ctype const FLAGDEFAULT_##nam = def;
45 #define FLAG_FULL(ftype, ctype, nam, def, cmt) \ argument
48 #define FLAG_ALIAS(ftype, ctype, alias, nam) \ argument
69 #define FLAG_FULL(ftype, ctype, nam, def, cmt) argument
73 #define FLAG_READONLY(ftype, ctype, nam, def, cmt) argument
[all …]

12345678910