Home
last modified time | relevance | path

Searched refs:code (Results 1 – 25 of 9396) sorted by relevance

12345678910>>...376

/third_party/libxml2/
Dxmlunicode.c976 xmlUCSIsAegeanNumbers(int code) { in xmlUCSIsAegeanNumbers() argument
977 return(((code >= 0x10100) && (code <= 0x1013F))); in xmlUCSIsAegeanNumbers()
989 xmlUCSIsAlphabeticPresentationForms(int code) { in xmlUCSIsAlphabeticPresentationForms() argument
990 return(((code >= 0xFB00) && (code <= 0xFB4F))); in xmlUCSIsAlphabeticPresentationForms()
1002 xmlUCSIsArabic(int code) { in xmlUCSIsArabic() argument
1003 return(((code >= 0x0600) && (code <= 0x06FF))); in xmlUCSIsArabic()
1015 xmlUCSIsArabicPresentationFormsA(int code) { in xmlUCSIsArabicPresentationFormsA() argument
1016 return(((code >= 0xFB50) && (code <= 0xFDFF))); in xmlUCSIsArabicPresentationFormsA()
1028 xmlUCSIsArabicPresentationFormsB(int code) { in xmlUCSIsArabicPresentationFormsB() argument
1029 return(((code >= 0xFE70) && (code <= 0xFEFF))); in xmlUCSIsArabicPresentationFormsB()
[all …]
/third_party/flatbuffers/src/
Didl_gen_php.cpp67 auto &code = *code_ptr; in BeginFile() local
68 code += "<?php\n"; in BeginFile()
69 code = code + "// " + FlatBuffersGeneratedWarning() + "\n\n"; in BeginFile()
72 code += "namespace " + name_space_name + ";\n\n"; in BeginFile()
76 code += "use \\Google\\FlatBuffers\\Struct;\n"; in BeginFile()
77 code += "use \\Google\\FlatBuffers\\Table;\n"; in BeginFile()
78 code += "use \\Google\\FlatBuffers\\ByteBuffer;\n"; in BeginFile()
79 code += "use \\Google\\FlatBuffers\\FlatBufferBuilder;\n"; in BeginFile()
80 code += "\n"; in BeginFile()
89 std::string code = ""; in SaveType() local
[all …]
Didl_gen_csharp.cpp102 std::string code = in SaveType() local
111 code += "namespace " + namespace_name + "\n{\n\n"; in SaveType()
114 code += "using global::System;\n"; in SaveType()
115 code += "using global::System.Collections.Generic;\n"; in SaveType()
116 code += "using global::FlatBuffers;\n\n"; in SaveType()
118 code += classcode; in SaveType()
119 if (!namespace_name.empty()) { code += "\n}\n"; } in SaveType()
121 return SaveFile(filename.c_str(), code, false); in SaveType()
272 std::string &code = *code_ptr; in GenEnum() local
283 code += in GenEnum()
[all …]
Didl_gen_java.cpp97 std::string code; in SaveType() local
98 code = "// " + std::string(FlatBuffersGeneratedWarning()) + "\n\n"; in SaveType()
102 code += "package " + namespace_name + ";"; in SaveType()
103 code += "\n\n"; in SaveType()
106 code += in SaveType()
110 code += "\nimport javax.annotation.Nullable;\n"; in SaveType()
113 code += "\nimport org.checkerframework.dataflow.qual.Pure;\n"; in SaveType()
115 code += "\n"; in SaveType()
118 code += classcode; in SaveType()
119 if (!namespace_name.empty()) code += ""; in SaveType()
[all …]
Didl_gen_go.cpp106 std::string code = ""; in generate() local
108 BeginFile(LastNamespacePart(go_namespace_), true, is_enum, &code); in generate()
109 code += one_file_code; in generate()
112 return SaveFile(filename.c_str(), code, false); in generate()
138 std::string &code = *code_ptr; in BeginClass() local
140 code += "type " + struct_def.name + " struct {\n\t"; in BeginClass()
143 code += "_tab "; in BeginClass()
144 code += struct_def.fixed ? "flatbuffers.Struct" : "flatbuffers.Table"; in BeginClass()
145 code += "\n}\n\n"; in BeginClass()
156 std::string &code = *code_ptr; in GenEnumType() local
[all …]
Didl_gen_dart.cpp57 std::string code; in generate() local
63 code.clear(); in generate()
64 code = code + "// " + FlatBuffersGeneratedWarning() + "\n"; in generate()
65 code = code + in generate()
69 if (!kv->first.empty()) { code += "library " + kv->first + ";\n\n"; } in generate()
71 code += "import 'dart:typed_data' show Uint8List;\n"; in generate()
72 code += "import 'package:flat_buffers/flat_buffers.dart' as " + _kFb + in generate()
78 code += in generate()
87 code += "\n"; in generate()
88 code += kv->second; in generate()
[all …]
Didl_gen_python.cpp65 auto &code = *code_ptr; in BeginClass() local
66 code += "class " + NormalizedName(struct_def) + "(object):\n"; in BeginClass()
67 code += Indent + "__slots__ = ['_tab']"; in BeginClass()
68 code += "\n\n"; in BeginClass()
73 auto &code = *code_ptr; in BeginEnum() local
74 code += "class " + class_name + "(object):\n"; in BeginEnum()
109 auto &code = *code_ptr; in EnumMember() local
110 code += Indent; in EnumMember()
111 code += NormalizedName(ev); in EnumMember()
112 code += " = "; in EnumMember()
[all …]
Didl_gen_lua.cpp64 std::string &code = *code_ptr; in BeginClass() local
65 code += "local " + NormalizedName(struct_def) + " = {} -- the module\n"; in BeginClass()
66 code += "local " + NormalizedMetaName(struct_def) + in BeginClass()
68 code += "\n"; in BeginClass()
73 std::string &code = *code_ptr; in BeginEnum() local
74 code += "local " + class_name + " = {\n"; in BeginEnum()
96 std::string &code = *code_ptr; in EnumMember() local
97 code += std::string(Indent) + NormalizedName(ev) + " = " + in EnumMember()
103 std::string &code = *code_ptr; in EndEnum() local
104 code += "}\n"; in EndEnum()
[all …]
/third_party/elfutils/tests/
Drun-show-abbrev.sh24 abbrev[0]: code = 1, tag = 17, children = 1
25 abbrev[0]: attr[0]: code = 16, form = 6, offset = 0
26 abbrev[0]: attr[1]: code = 18, form = 1, offset = 2
27 abbrev[0]: attr[2]: code = 17, form = 1, offset = 4
28 abbrev[0]: attr[3]: code = 3, form = 8, offset = 6
29 abbrev[0]: attr[4]: code = 27, form = 8, offset = 8
30 abbrev[0]: attr[5]: code = 37, form = 8, offset = 10
31 abbrev[0]: attr[6]: code = 19, form = 11, offset = 12
32 abbrev[19]: code = 2, tag = 46, children = 1
33 abbrev[19]: attr[0]: code = 1, form = 19, offset = 19
[all …]
/third_party/libxml2/include/libxml/
Dxmlunicode.h26 XMLPUBFUN int XMLCALL xmlUCSIsAegeanNumbers (int code);
27 XMLPUBFUN int XMLCALL xmlUCSIsAlphabeticPresentationForms (int code);
28 XMLPUBFUN int XMLCALL xmlUCSIsArabic (int code);
29 XMLPUBFUN int XMLCALL xmlUCSIsArabicPresentationFormsA (int code);
30 XMLPUBFUN int XMLCALL xmlUCSIsArabicPresentationFormsB (int code);
31 XMLPUBFUN int XMLCALL xmlUCSIsArmenian (int code);
32 XMLPUBFUN int XMLCALL xmlUCSIsArrows (int code);
33 XMLPUBFUN int XMLCALL xmlUCSIsBasicLatin (int code);
34 XMLPUBFUN int XMLCALL xmlUCSIsBengali (int code);
35 XMLPUBFUN int XMLCALL xmlUCSIsBlockElements (int code);
[all …]
/third_party/selinux/secilc/docs/
Dcil_constraint_statements.md24 <td align="left"><p><code>constrain</code></p></td>
25 <td align="left"><p>The <code>constrain</code> keyword.</p></td>
28 <td align="left"><p><code>classpermissionset_id</code></p></td>
29 … single named or anonymous <code>classpermissionset</code> or a single set of <code>classmap</code
32 <td align="left"><p><code>expression</code></p></td>
33 …td align="left"><p>There must be one constraint <code>expression</code> or one or more <code>expr<…
34 <p><code> (op u1 u2)</code></p>
35 <p><code> (role_op r1 r2)</code></p>
36 <p><code> (op t1 t2)</code></p>
37 <p><code> (op u1 user_id | (user_id ...))</code></p>
[all …]
Dcil_access_vector_rules.md24 <td align="left"><p><code>allow</code></p></td>
25 <td align="left"><p>The <code>allow</code> keyword.</p></td>
28 <td align="left"><p><code>source_id</code></p></td>
29 …t"><p>A single previously defined source <code>type</code>, <code>typealias</code> or <code>typeat…
32 <td align="left"><p><code>target_id</code></p></td>
33 …t"><p>A single previously defined target <code>type</code>, <code>typealias</code> or <code>typeat…
34 <p>The <code>self</code> keyword may be used instead to signify that source and target are the same…
37 <td align="left"><p><code>classpermissionset_id</code></p></td>
38 … single named or anonymous <code>classpermissionset</code> or a single set of <code>classmap</code
112 <td align="left"><p><code>auditallow</code></p></td>
[all …]
Dcil_role_statements.md24 <td align="left"><p><code>role</code></p></td>
25 <td align="left"><p>The <code>role</code> keyword.</p></td>
28 <td align="left"><p><code>role_id</code></p></td>
29 <td align="left"><p>The <code>role</code> identifier.</p></td>
66 <td align="left"><p><code>roletype</code></p></td>
67 <td align="left"><p>The <code>roletype</code> keyword.</p></td>
70 <td align="left"><p><code>role_id</code></p></td>
71 <td align="left"><p>A single previously declared <code>role</code> or <code>roleattribute</code> id…
74 <td align="left"><p><code>type_id</code></p></td>
75 …n="left"><p>A single previously declared <code>type</code>, <code>typealias</code> or <code>typeat…
[all …]
/third_party/mesa3d/src/gallium/drivers/lima/ir/gp/
Dcodegen.c86 static void gpir_codegen_mul0_slot(gpir_codegen_instr *code, gpir_instr *instr) in gpir_codegen_mul0_slot() argument
91 code->mul0_src0 = gpir_codegen_src_unused; in gpir_codegen_mul0_slot()
92 code->mul0_src1 = gpir_codegen_src_unused; in gpir_codegen_mul0_slot()
100 code->mul0_src0 = gpir_get_alu_input(node, alu->children[0]); in gpir_codegen_mul0_slot()
101 code->mul0_src1 = gpir_get_alu_input(node, alu->children[1]); in gpir_codegen_mul0_slot()
102 if (code->mul0_src1 == gpir_codegen_src_p1_complex) { in gpir_codegen_mul0_slot()
104 code->mul0_src1 = code->mul0_src0; in gpir_codegen_mul0_slot()
105 code->mul0_src0 = gpir_codegen_src_p1_complex; in gpir_codegen_mul0_slot()
108 code->mul0_neg = alu->dest_negate; in gpir_codegen_mul0_slot()
110 code->mul0_neg = !code->mul0_neg; in gpir_codegen_mul0_slot()
[all …]
/third_party/node/deps/npm/node_modules/errno/
Derrno.js4 code: 'ENOENT', property
9 code: 'UNKNOWN', property
14 code: 'OK', property
19 code: 'EOF', property
24 code: 'EADDRINFO', property
29 code: 'EACCES', property
34 code: 'EAGAIN', property
39 code: 'EADDRINUSE', property
44 code: 'EADDRNOTAVAIL', property
49 code: 'EAFNOSUPPORT', property
[all …]
/third_party/typescript/tests/baselines/reference/
DparserSyntaxWalker.generated.symbols3 No type information for this code.// export class File {
4 No type information for this code.// constructor(filename: string);
5 No type information for this code.// public ReadAllText(): string;
6 No type information for this code.// }
7 No type information for this code.// export interface IFile {
8 No type information for this code.// [index: number]: string;
9 No type information for this code.// }
10 No type information for this code.//}
11 No type information for this code.
12 No type information for this code.//import fs = module("fs");
[all …]
DparserSyntaxWalker.generated.types3 No type information for this code.// export class File {
4 No type information for this code.// constructor(filename: string);
5 No type information for this code.// public ReadAllText(): string;
6 No type information for this code.// }
7 No type information for this code.// export interface IFile {
8 No type information for this code.// [index: number]: string;
9 No type information for this code.// }
10 No type information for this code.//}
11 No type information for this code.
12 No type information for this code.//import fs = module("fs");
[all …]
/third_party/node/test/parallel/
Dtest-readline-keys.js141 { name: 'f1', sequence: '\x1b[2P', code: '[P', shift: true, meta: false, ctrl: false }, property
142 { name: 'f1', sequence: '\x1b[3P', code: '[P', shift: false, meta: true, ctrl: false }, property
143 { name: 'f1', sequence: '\x1b[4P', code: '[P', shift: true, meta: true, ctrl: false }, property
144 { name: 'f1', sequence: '\x1b[5P', code: '[P', shift: false, meta: false, ctrl: true }, property
145 { name: 'f1', sequence: '\x1b[6P', code: '[P', shift: true, meta: false, ctrl: true }, property
146 { name: 'f1', sequence: '\x1b[7P', code: '[P', shift: false, meta: true, ctrl: true }, property
147 { name: 'f1', sequence: '\x1b[8P', code: '[P', shift: true, meta: true, ctrl: true }, property
148 { name: 'f2', sequence: '\x1b[3Q', code: '[Q', meta: true }, property
149 { name: 'f2', sequence: '\x1b[8Q', code: '[Q', shift: true, meta: true, ctrl: true }, property
150 { name: 'f3', sequence: '\x1b[3R', code: '[R', meta: true }, property
[all …]
/third_party/mesa3d/src/nouveau/codegen/
Dnv50_ir_emit_nv50.cpp138 code[pos / 32] |= SDATA(src).id << (pos % 32); in srcId()
144 code[pos / 32] |= SDATA(*src).id << (pos % 32); in srcId()
162 code[pos / 32] |= offset << (pos % 32); in srcAddr16()
173 code[pos / 32] |= (offset >> 2) << (pos % 32); in srcAddr8()
180 code[pos / 32] |= DDATA(def).id << (pos % 32); in defId()
187 case ROUND_M: code[1] |= 1 << 22; break; in roundMode_MAD()
188 case ROUND_P: code[1] |= 2 << 22; break; in roundMode_MAD()
189 case ROUND_Z: code[1] |= 3 << 22; break; in roundMode_MAD()
199 code[1] |= i->src(0).mod.neg() << 26; in emitMNeg12()
200 code[1] |= i->src(1).mod.neg() << 27; in emitMNeg12()
[all …]
Dnv50_ir_emit_gk110.cpp161 if (i->src(s).mod.neg()) code[(0x##b) / 32] |= 1 << ((0x##b) % 32)
163 if (i->src(s).mod.abs()) code[(0x##b) / 32] |= 1 << ((0x##b) % 32)
166 code[(0x##b) / 32] |= 1 << ((0x##b) % 32)
168 #define FTZ_(b) if (i->ftz) code[(0x##b) / 32] |= 1 << ((0x##b) % 32)
169 #define DNZ_(b) if (i->dnz) code[(0x##b) / 32] |= 1 << ((0x##b) % 32)
171 #define SAT_(b) if (i->saturate) code[(0x##b) / 32] |= 1 << ((0x##b) % 32)
180 code[pos / 32] |= (src.get() ? SDATA(src).id : GK110_GPR_ZERO) << (pos % 32); in srcId()
185 code[pos / 32] |= (src ? SDATA(*src).id : GK110_GPR_ZERO) << (pos % 32); in srcId()
191 code[pos / 32] |= r << (pos % 32); in srcId()
196 code[pos / 32] |= (SDATA(src).offset >> 2) << (pos % 32); in srcAddr32()
[all …]
/third_party/python/Lib/
Dstringprep.py12 def in_table_a1(code): argument
13 if unicodedata.category(code) != 'Cn': return False
14 c = ord(code)
20 def in_table_b1(code): argument
21 return ord(code) in b1_set
189 def map_table_b3(code): argument
190 r = b3_exceptions.get(ord(code))
192 return code.lower()
206 def in_table_c11(code): argument
207 return code == " "
[all …]
/third_party/node/doc/api/
Dos.md442 <td><code>SIGHUP</code></td>
447 <td><code>SIGINT</code></td>
452 <td><code>SIGQUIT</code></td>
457 <td><code>SIGILL</code></td>
462 <td><code>SIGTRAP</code></td>
466 <td><code>SIGABRT</code></td>
470 <td><code>SIGIOT</code></td>
471 <td>Synonym for <code>SIGABRT</code></td>
474 <td><code>SIGBUS</code></td>
478 <td><code>SIGFPE</code></td>
[all …]
/third_party/python/Modules/cjkcodecs/
D_codecs_jp.c24 DBCHAR code; in ENCODER() local
52 if (TRYMAP_ENC(cp932ext, code, c)) { in ENCODER()
53 OUTBYTE1(code >> 8); in ENCODER()
54 OUTBYTE2(code & 0xff); in ENCODER()
56 else if (TRYMAP_ENC(jisxcommon, code, c)) { in ENCODER()
57 if (code & 0x8000) /* MSB set: JIS X 0212 */ in ENCODER()
61 c1 = code >> 8; in ENCODER()
62 c2 = code & 0xff; in ENCODER()
155 DBCHAR code; in ENCODER() local
167 EMULATE_JISX0213_2000_ENCODE_BMP(code, c) in ENCODER()
[all …]
/third_party/cef/tools/yapf/yapf/yapflib/
Dverifier.py33 def VerifyCode(code): argument
43 compile(textwrap.dedent(code).encode('UTF-8'), '<string>', 'exec')
46 ast.parse(textwrap.dedent(code.lstrip('\n')).lstrip(), '<string>', 'exec')
49 normalized_code = _NormalizeCode(code)
55 def _NormalizeCode(code): argument
57 code = textwrap.dedent(code.lstrip('\n')).lstrip()
61 lines = code.split('\n')
67 code = '\n'.join(lines[i:]) + '\n'
69 if re.match(r'(if|while|for|with|def|class|async|await)\b', code):
70 code += '\n pass'
[all …]
/third_party/pcre2/pcre2/src/
Dpcre2_printint.c302 print_prop(FILE *f, PCRE2_SPTR code, const char *before, const char *after) in print_prop() argument
304 if (code[1] != PT_CLIST) in print_prop()
306 const char *sc = (code[1] == PT_SC)? "script:" : ""; in print_prop()
307 const char *s = get_ucpname(code[1], code[2]); in print_prop()
308 fprintf(f, "%s%s %s%c%s%s", before, OP_names[*code], sc, toupper(s[0]), s+1, after); in print_prop()
312 const char *not = (*code == OP_PROP)? "" : "not "; in print_prop()
313 const uint32_t *p = PRIV(ucd_caseless_sets) + code[2]; in print_prop()
341 PCRE2_SPTR codestart, nametable, code; in pcre2_printint() local
346 code = codestart = nametable + re->name_count * re->name_entry_size; in pcre2_printint()
357 fprintf(f, "%3d ", (int)(code - codestart)); in pcre2_printint()
[all …]

12345678910>>...376