Searched defs:ctype (Results 1 - 25 of 49) sorted by relevance

12

/external/libcxx/test/std/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.dtor/
H A Ddtor.pass.cpp12 // 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/
H A Dtable.pass.cpp12 // 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));
/external/ltp/testcases/network/nfs/nfslock01/
H A Dnfs_flock_dgen.c11 int i, j, k, nlines, nchars, ctype; local
17 ("usage: <nfs_flock_dgen> <file> <char/line> <lines> <ctype>\n");
30 ctype = atoi(argv[4]);
35 if (ctype)
46 if (!ctype) {
/external/protobuf/src/google/protobuf/
H A Dmessage.h888 // on field->field_option().ctype() (if ctype >= 0)
893 int ctype, const Descriptor* message_type) const = 0;
898 FieldDescriptor::CppType cpptype, int ctype,
901 const_cast<Message*>(&message), field, cpptype, ctype, message_type);
896 GetRawRepeatedField( const Message& message, const FieldDescriptor* field, FieldDescriptor::CppType cpptype, int ctype, const Descriptor* message_type) const argument
H A Dgenerated_message_reflection.cc312 switch (field->options().ctype()) {
352 switch (field->options().ctype()) {
415 switch (field->options().ctype()) {
483 switch (field->options().ctype()) {
839 switch (field->options().ctype()) {
884 switch (field->options().ctype()) {
936 switch (field->options().ctype()) {
1148 switch (field->options().ctype()) {
1170 switch (field->options().ctype()) {
1193 switch (field->options().ctype()) {
1712 MutableRawRepeatedField( Message* message, const FieldDescriptor* field, FieldDescriptor::CppType cpptype, int ctype, const Descriptor* desc) const argument
1738 GetRawRepeatedField( const Message& message, const FieldDescriptor* field, FieldDescriptor::CppType cpptype, int ctype, const Descriptor* desc) const argument
[all...]
/external/python/cpython2/Objects/
H A Dunicodectype.c59 const _PyUnicode_TypeRecord *ctype = gettyperecord(ch); local
60 int delta = ctype->title;
62 if (ctype->flags & NODELTA_MASK)
76 const _PyUnicode_TypeRecord *ctype = gettyperecord(ch); local
78 return (ctype->flags & TITLE_MASK) != 0;
86 const _PyUnicode_TypeRecord *ctype = gettyperecord(ch); local
88 return (ctype->flags & DECIMAL_MASK) ? ctype->decimal : -1;
103 const _PyUnicode_TypeRecord *ctype = gettyperecord(ch); local
105 return (ctype
120 const _PyUnicode_TypeRecord *ctype = gettyperecord(ch); local
132 const _PyUnicode_TypeRecord *ctype = gettyperecord(ch); local
142 const _PyUnicode_TypeRecord *ctype = gettyperecord(ch); local
152 const _PyUnicode_TypeRecord *ctype = gettyperecord(ch); local
166 const _PyUnicode_TypeRecord *ctype = gettyperecord(ch); local
180 const _PyUnicode_TypeRecord *ctype = gettyperecord(ch); local
[all...]
/external/python/cpython3/Objects/
H A Dunicodectype.c66 const _PyUnicode_TypeRecord *ctype = gettyperecord(ch); local
68 if (ctype->flags & EXTENDED_CASE_MASK)
69 return _PyUnicode_ExtendedCase[ctype->title & 0xFFFF];
70 return ch + ctype->title;
78 const _PyUnicode_TypeRecord *ctype = gettyperecord(ch); local
80 return (ctype->flags & TITLE_MASK) != 0;
88 const _PyUnicode_TypeRecord *ctype = gettyperecord(ch); local
90 return (ctype->flags & XID_START_MASK) != 0;
98 const _PyUnicode_TypeRecord *ctype = gettyperecord(ch); local
100 return (ctype
108 const _PyUnicode_TypeRecord *ctype = gettyperecord(ch); local
125 const _PyUnicode_TypeRecord *ctype = gettyperecord(ch); local
142 const _PyUnicode_TypeRecord *ctype = gettyperecord(ch); local
162 const _PyUnicode_TypeRecord *ctype = gettyperecord(ch); local
172 const _PyUnicode_TypeRecord *ctype = gettyperecord(ch); local
182 const _PyUnicode_TypeRecord *ctype = gettyperecord(ch); local
192 const _PyUnicode_TypeRecord *ctype = gettyperecord(ch); local
204 const _PyUnicode_TypeRecord *ctype = gettyperecord(ch); local
213 const _PyUnicode_TypeRecord *ctype = gettyperecord(ch); local
229 const _PyUnicode_TypeRecord *ctype = gettyperecord(ch); local
245 const _PyUnicode_TypeRecord *ctype = gettyperecord(ch); local
261 const _PyUnicode_TypeRecord *ctype = gettyperecord(ch); local
276 const _PyUnicode_TypeRecord *ctype = gettyperecord(ch); local
283 const _PyUnicode_TypeRecord *ctype = gettyperecord(ch); local
293 const _PyUnicode_TypeRecord *ctype = gettyperecord(ch); local
[all...]
/external/webp/src/enc/
H A Dcost_enc.c61 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];
/external/ltp/testcases/kdump/lib/lkdtm/
H A Dlkdtm.c82 enum ctype { enum
121 static enum ctype cptype = NONE;
/external/mdnsresponder/mDNSShared/
H A Ddnssd_clientshim.c375 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/one-true-awk/
H A Dawk.h79 uschar ctype; /* OCELL, OBOOL, OJUMP, etc. */ member in struct:Cell
184 #define isjump(n) ((n)->ctype == OJUMP)
/external/skia/src/sksl/ir/
H A DSkSLLayout.h124 int invocations, String when, Key key, StringFragment ctype)
139 , fCType(ctype) {}
122 Layout(int flags, int location, int offset, int binding, int index, int set, int builtin, int inputAttachmentIndex, Format format, Primitive primitive, int maxVertices, int invocations, String when, Key key, StringFragment ctype) argument
/external/skqp/src/sksl/ir/
H A DSkSLLayout.h124 int invocations, String when, Key key, StringFragment ctype)
139 , fCType(ctype) {}
122 Layout(int flags, int location, int offset, int binding, int index, int set, int builtin, int inputAttachmentIndex, Format format, Primitive primitive, int maxVertices, int invocations, String when, Key key, StringFragment ctype) argument
/external/tensorflow/tensorflow/tools/proto_text/
H A Dgen_proto_text_functions_lib.cc269 const auto ctype = field.options().ctype(); local
270 CHECK(ctype == FieldOptions::CORD || ctype == FieldOptions::STRING)
271 << "Unsupported ctype " << ctype;
/external/libcups/cups/
H A Dppd.c998 char ctype[33], /* Data type */ local
1026 sscanf(string, "%d%32s%64s%64s", &corder, ctype, cminimum,
1036 if (!strcmp(ctype, "curve"))
1042 else if (!strcmp(ctype, "int"))
1048 else if (!strcmp(ctype, "invcurve"))
1054 else if (!strcmp(ctype, "passcode"))
1060 else if (!strcmp(ctype, "password"))
1066 else if (!strcmp(ctype, "points"))
1072 else if (!strcmp(ctype, "real"))
1078 else if (!strcmp(ctype, "strin
[all...]
/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_cmd.c727 SVGA3dShaderConstType ctype, // IN
741 cmd->ctype = ctype;
743 switch (ctype) {
794 SVGA3dShaderConstType ctype, // IN
809 cmd->ctype = ctype;
724 SVGA3D_SetShaderConst(struct svga_winsys_context *swc, uint32 reg, SVGA3dShaderType type, SVGA3dShaderConstType ctype, const void *value) argument
790 SVGA3D_SetShaderConsts(struct svga_winsys_context *swc, uint32 reg, uint32 numRegs, SVGA3dShaderType type, SVGA3dShaderConstType ctype, const void *values) argument
/external/skia/src/sksl/
H A DSkSLParser.cpp682 StringFragment ctype; local
688 key, ctype);
809 ctype = this->layoutIdentifier();
826 format, primitive, maxVertices, invocations, when, key, ctype);
/external/skqp/src/sksl/
H A DSkSLParser.cpp682 StringFragment ctype; local
688 key, ctype);
809 ctype = this->layoutIdentifier();
826 format, primitive, maxVertices, invocations, when, key, ctype);
/external/tcpdump/
H A Dprint-icmp.c301 uint8_t ctype; member in struct:icmp_mpls_ext_object_header_t
643 obj_ctype = icmp_mpls_ext_object_header->ctype;
H A Dprint-lmp.c217 uint8_t ctype; member in struct:lmp_object_header
309 * on objects offsetted by the ctype
490 lmp_obj_ctype=(lmp_obj_header->ctype)&0x7f;
501 (lmp_obj_header->ctype)&0x80 ? "" : "non-",
/external/libcxx/src/
H A Dlocale.cpp152 const locale::category locale::ctype; member in class:locale
202 install(&make<_VSTD::ctype<char> >(nullptr, false, 1u));
203 install(&make<_VSTD::ctype<wchar_t> >(1u));
313 if (c & locale::ctype)
384 if (c & locale::ctype)
386 install_from<_VSTD::ctype<char> >(one);
387 install_from<_VSTD::ctype<wchar_t> >(one);
770 // template <> class ctype<wchar_t>;
785 locale::id ctype<wchar_t>::id;
787 ctype<wchar_
919 ctype<char>::ctype(const mask* tab, bool del, size_t refs) function in class:ctype
[all...]
/external/icu/icu4c/source/i18n/
H A Drematch.cpp3107 int8_t ctype = u_charType(c); // TODO: make a unicode set for this. Will be faster. local
3108 UBool success = (ctype == U_DECIMAL_DIGIT_NUMBER);
3135 int8_t ctype = u_charType(c); local
3136 UBool success = (ctype == U_SPACE_SEPARATOR || c == 9); // SPACE_SEPARATOR || TAB
4680 int8_t ctype = u_charType(c); // TODO: make a unicode set for this. Will be faster.
4681 UBool success = (ctype == U_DECIMAL_DIGIT_NUMBER);
4706 int8_t ctype = u_charType(c);
4707 UBool success = (ctype == U_SPACE_SEPARATOR || c == 9); // SPACE_SEPARATOR || TAB
/external/libmicrohttpd/src/microhttpd/
H A Ddaemon.c3493 int ctype = type | SOCK_CLOEXEC; local
3498 fd = socket (domain, ctype, protocol);
3501 ctype = type;
3506 if (type == ctype)
/external/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_shader_tgsi_setup.c694 LLVMTypeRef ctype = tgsi2llvmtype(bld_base, type); local
703 return LLVMConstBitCast(result, ctype);
705 return LLVMConstBitCast(ctx->imms[reg->Register.Index * TGSI_NUM_CHANNELS + swizzle], ctype);
/external/mesa3d/src/mesa/main/
H A Dvarray.c1326 GLenum ctype = 0; /* color type */ local
1358 ctype = GL_UNSIGNED_BYTE;
1366 ctype = GL_UNSIGNED_BYTE;
1374 ctype = GL_FLOAT;
1389 ctype = GL_FLOAT;
1410 ctype = GL_UNSIGNED_BYTE;
1418 ctype = GL_FLOAT;
1433 ctype = GL_FLOAT;
1442 ctype = GL_FLOAT;
1474 _mesa_ColorPointer( ccomps, ctype, strid
[all...]

Completed in 839 milliseconds

12