Home
last modified time | relevance | path

Searched defs:code (Results 1 – 25 of 2072) sorted by relevance

12345678910>>...83

/third_party/typescript/src/compiler/
DdiagnosticMessages.json4 "code": 1002 number
8 "code": 1003 number
12 "code": 1005 number
16 "code": 1006 number
20 "code": 1007 number
24 "code": 1009 number
28 "code": 1010 number
32 "code": 1011 number
36 "code": 1012 number
40 "code": 1013 number
[all …]
/third_party/python/Lib/
Dstringprep.py12 def in_table_a1(code): argument
20 def in_table_b1(code): argument
189 def map_table_b3(code): argument
206 def in_table_c11(code): argument
210 def in_table_c12(code): argument
213 def in_table_c11_c12(code): argument
217 def in_table_c21(code): argument
221 def in_table_c22(code): argument
227 def in_table_c21_c22(code): argument
232 def in_table_c3(code): argument
[all …]
/third_party/mindspore/mindspore-src/source/mindspore/lite/tools/converter/micro/coder/opcoders/serializers/nnacl_serializer/
Dnnacl_stream_utils.cc28 std::ostream &operator<<(std::ostream &code, const ::QuantArg &quant_arg) { in operator <<()
33 std::ostream &operator<<(std::ostream &code, const OpParameter &parameter) { in operator <<()
39 std::ostream &operator<<(std::ostream &code, const AddQuantQrgs &args) { in operator <<()
44 std::ostream &operator<<(std::ostream &code, const SliceQuantArg &arg) { in operator <<()
50 std::ostream &operator<<(std::ostream &code, PoolMode pool_mode) { in operator <<()
56 std::ostream &operator<<(std::ostream &code, RoundType round_type) { in operator <<()
62 std::ostream &operator<<(std::ostream &code, RoundingMode rounding_mode) { in operator <<()
68 std::ostream &operator<<(std::ostream &code, PadType pad_mode) { in operator <<()
74 std::ostream &operator<<(std::ostream &code, ActType act_type) { in operator <<()
80 std::ostream &operator<<(std::ostream &code, DataOrder data_order) { in operator <<()
/third_party/python/Lib/xml/dom/
D__init__.py77 code = INDEX_SIZE_ERR variable in IndexSizeErr
80 code = DOMSTRING_SIZE_ERR variable in DomstringSizeErr
83 code = HIERARCHY_REQUEST_ERR variable in HierarchyRequestErr
86 code = WRONG_DOCUMENT_ERR variable in WrongDocumentErr
89 code = INVALID_CHARACTER_ERR variable in InvalidCharacterErr
92 code = NO_DATA_ALLOWED_ERR variable in NoDataAllowedErr
95 code = NO_MODIFICATION_ALLOWED_ERR variable in NoModificationAllowedErr
98 code = NOT_FOUND_ERR variable in NotFoundErr
101 code = NOT_SUPPORTED_ERR variable in NotSupportedErr
104 code = INUSE_ATTRIBUTE_ERR variable in InuseAttributeErr
[all …]
/third_party/ncurses/menu/
Dmenu.priv.h138 #define returnItem(code) TRACE_RETURN1(code,item) argument
139 #define returnItemPtr(code) TRACE_RETURN1(code,item_ptr) argument
140 #define returnItemOpts(code) TRACE_RETURN1(code,item_opts) argument
141 #define returnMenu(code) TRACE_RETURN1(code,menu) argument
142 #define returnMenuHook(code) TRACE_RETURN1(code,menu_hook) argument
143 #define returnMenuOpts(code) TRACE_RETURN1(code,menu_opts) argument
154 #define returnItem(code) return code argument
155 #define returnItemPtr(code) return code argument
156 #define returnItemOpts(code) return code argument
157 #define returnMenu(code) return code argument
[all …]
Dm_trace.c46 _nc_retrace_item_ptr(ITEM **code) in _nc_retrace_item_ptr()
53 _nc_retrace_item_opts(Item_Options code) in _nc_retrace_item_opts()
60 _nc_retrace_menu(MENU *code) in _nc_retrace_menu()
67 _nc_retrace_menu_hook(Menu_Hook code) in _nc_retrace_menu_hook()
75 _nc_retrace_menu_opts(Menu_Options code) in _nc_retrace_menu_opts()
/third_party/skia/third_party/externals/libjpeg-turbo/
Djerror.h31 #define JMESSAGE(code, string) argument
39 #define JMESSAGE(code, string) code, argument
234 #define ERREXIT(cinfo, code) \ argument
237 #define ERREXIT1(cinfo, code, p1) \ argument
241 #define ERREXIT2(cinfo, code, p1, p2) \ argument
246 #define ERREXIT3(cinfo, code, p1, p2, p3) \ argument
252 #define ERREXIT4(cinfo, code, p1, p2, p3, p4) \ argument
259 #define ERREXIT6(cinfo, code, p1, p2, p3, p4, p5, p6) \ argument
268 #define ERREXITS(cinfo, code, str) \ argument
276 #define WARNMS(cinfo, code) \ argument
[all …]
/third_party/skia/m133/third_party/externals/libjpeg-turbo/
Djerror.h31 #define JMESSAGE(code, string) argument
39 #define JMESSAGE(code, string) code, argument
234 #define ERREXIT(cinfo, code) \ argument
237 #define ERREXIT1(cinfo, code, p1) \ argument
241 #define ERREXIT2(cinfo, code, p1, p2) \ argument
246 #define ERREXIT3(cinfo, code, p1, p2, p3) \ argument
252 #define ERREXIT4(cinfo, code, p1, p2, p3, p4) \ argument
259 #define ERREXIT6(cinfo, code, p1, p2, p3, p4, p5, p6) \ argument
268 #define ERREXITS(cinfo, code, str) \ argument
277 #define WARNMS(cinfo, code) \ argument
[all …]
/third_party/mindspore/mindspore-src/source/mindspore/lite/tools/converter/micro/coder/
Dlog.h49 #define MS_CHECK_RET_CODE(code, msg) \ argument
57 #define MS_CHECK_RET_CODE_WITH_EXE(code, msg, FUNC) \ argument
66 #define MS_CHECK_RET_CODE_RET_NULL(code, msg) \ argument
74 #define MS_CHECK_TRUE(code, msg) \ argument
82 #define MS_CHECK_TRUE_WITH_EXE(code, msg, FUNC) \ argument
91 #define MS_CHECK_TRUE_WITHOUT_RET(code, msg) \ argument
99 #define MS_CHECK_TRUE_RET_NULL(code, msg) \ argument
107 #define MS_CHECK_TRUE_RET_BOOL(code, msg) \ argument
/third_party/typescript/tests/baselines/reference/tsserver/projectErrors/
Dfolder-rename-updates-project-structure-and-reports-no-errors.js69 …e file is in the program because:\n Default library for target 'es3'","code":6053,"category":"e… property
/third_party/typescript/tests/baselines/reference/tsc/incremental/
DnoEmit-changes-composite-discrepancies.js65 "code": 2396, property
140 "code": 2396, property
214 "code": 2396, property
289 "code": 2396, property
357 "code": 2551, property
367 "code": 2728 property
381 "code": 2551, property
391 "code": 2728 property
407 "code": 2396, property
476 "code": 2551, property
[all …]
/third_party/weex-loader/deps/weex-scripter/test/
Drequire-parse.js18 code: 'var a = browserifyRequire("' + md5Path + '");', property
31 code: 'var a = browserifyRequire("' + md5Path + '");', property
44 code: 'var a = browserifyRequire("' + md5Path + '");', property
57 code: 'var a = browserifyRequire("' + md5Path + '");', property
70 code: 'var a = browserifyRequire("' + md5Path + '");', property
83 code: 'var a = browserifyRequire("' + md5Path + '");', property
94 code: 'var a = require("@weex-module/xxx");', property
104 code: 'var a = require("@weex-component/xxx");', property
118code: 'var a = browserifyRequire("' + md5PathA + '"); var b = browserifyRequire("' + md5PathB + '"… property
130 code: 'var a = require("underscore")', property
/third_party/protobuf/docs/
Dfield_presence.md254 #### C++ example
282 #### C# example
310 #### Go example
338 #### Java example
368 #### Python example
394 #### Ruby example
422 #### Javascript example
450 #### Objective C example
/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()
146 static void gpir_codegen_mul1_slot(gpir_codegen_instr *code, gpir_instr *instr) in gpir_codegen_mul1_slot()
198 static void gpir_codegen_add0_slot(gpir_codegen_instr *code, gpir_instr *instr) in gpir_codegen_add0_slot()
283 static void gpir_codegen_add1_slot(gpir_codegen_instr *code, gpir_instr *instr) in gpir_codegen_add1_slot()
368 static void gpir_codegen_complex_slot(gpir_codegen_instr *code, gpir_instr *instr) in gpir_codegen_complex_slot()
413 static void gpir_codegen_pass_slot(gpir_codegen_instr *code, gpir_instr *instr) in gpir_codegen_pass_slot()
458 static void gpir_codegen_reg0_slot(gpir_codegen_instr *code, gpir_instr *instr) in gpir_codegen_reg0_slot()
467 static void gpir_codegen_reg1_slot(gpir_codegen_instr *code, gpir_instr *instr) in gpir_codegen_reg1_slot()
475 static void gpir_codegen_mem_slot(gpir_codegen_instr *code, gpir_instr *instr) in gpir_codegen_mem_slot()
502 static void gpir_codegen_store_slot(gpir_codegen_instr *code, gpir_instr *instr) in gpir_codegen_store_slot()
[all …]
/third_party/flatbuffers/src/
Didl_gen_php.cpp69 auto &code = *code_ptr; in BeginFile() local
91 std::string code = ""; in SaveType() local
103 std::string &code = *code_ptr; in BeginClass() local
113 std::string &code = *code_ptr; in EndClass() local
119 std::string &code = *code_ptr; in BeginEnum() local
126 std::string &code = *code_ptr; in EnumMember() local
135 std::string &code = *code_ptr; in EndEnum() local
142 std::string &code = *code_ptr; in NewRootTypeFromBuffer() local
163 std::string &code = *code_ptr; in InitializeExisting() local
180 std::string &code = *code_ptr; in GetVectorLen() local
[all …]
Didl_gen_go.cpp110 std::string code = ""; in generate() local
193 std::string &code = *code_ptr; in BeginClass() local
211 std::string &code = *code_ptr; in GenEnumType() local
218 std::string &code = *code_ptr; in BeginEnum() local
225 std::string &code = *code_ptr; in EnumMember() local
237 std::string &code = *code_ptr; in EndEnum() local
243 std::string &code = *code_ptr; in BeginEnumNames() local
252 std::string &code = *code_ptr; in EnumNameMember() local
264 std::string &code = *code_ptr; in EndEnumNames() local
270 std::string &code = *code_ptr; in EnumStringer() local
[all …]
Didl_gen_python.cpp100 auto &code = *code_ptr; in BeginClass() local
108 auto &code = *code_ptr; in BeginEnum() local
120 auto &code = *code_ptr; in EnumMember() local
130 auto &code = *code_ptr; in NewRootTypeFromBuffer() local
164 auto &code = *code_ptr; in InitializeExisting() local
179 auto &code = *code_ptr; in GetVectorLen() local
198 auto &code = *code_ptr; in GetVectorIsNone() local
220 auto &code = *code_ptr; in GetScalarFieldOfStruct() local
232 auto &code = *code_ptr; in GetScalarFieldOfTable() local
260 auto &code = *code_ptr; in GetStructFieldOfStruct() local
[all …]
/third_party/ncurses/form/
Df_trace.c46 _nc_retrace_field(FIELD *code) in _nc_retrace_field()
53 _nc_retrace_field_type(FIELDTYPE *code) in _nc_retrace_field_type()
60 _nc_retrace_form(FORM *code) in _nc_retrace_form()
67 _nc_retrace_form_hook(Form_Hook code) in _nc_retrace_form_hook()
Dform.priv.h227 #define returnField(code) TRACE_RETURN1(code,field) argument
228 #define returnFieldPtr(code) TRACE_RETURN1(code,field_ptr) argument
229 #define returnForm(code) TRACE_RETURN1(code,form) argument
230 #define returnFieldType(code) TRACE_RETURN1(code,field_type) argument
231 #define returnFormHook(code) TRACE_RETURN1(code,form_hook) argument
241 #define returnFieldPtr(code) return code argument
242 #define returnFieldType(code) return code argument
243 #define returnField(code) return code argument
244 #define returnForm(code) return code argument
245 #define returnFormHook(code) return code argument
/third_party/ncurses/ncurses/base/
Dlib_scanw.c50 int code = ERR; in NCURSES_EXPORT() local
65 int code = ERR; in vw_scanw() local
79 int code; in scanw() local
93 int code; in wscanw() local
107 int code; in mvscanw() local
119 int code; in mvwscanw() local
Dlib_printw.c49 int code; in NCURSES_EXPORT() local
70 int code; in wprintw() local
90 int code; in mvprintw() local
113 int code; in mvwprintw() local
137 int code = ERR; in vwprintw() local
155 int code = ERR; in vw_printw() local
/third_party/skia/m133/third_party/externals/harfbuzz/src/
Dhb-ot-name-language-static.hh43 uint16_t code; member
425 _hb_ot_name_language_for (unsigned int code, in _hb_ot_name_language_for()
441 _hb_ot_name_language_for_ms_code (unsigned int code) in _hb_ot_name_language_for_ms_code()
449 _hb_ot_name_language_for_mac_code (unsigned int code) in _hb_ot_name_language_for_mac_code()
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-ot-name-language-static.hh43 uint16_t code; member
425 _hb_ot_name_language_for (unsigned int code, in _hb_ot_name_language_for()
441 _hb_ot_name_language_for_ms_code (unsigned int code) in _hb_ot_name_language_for_ms_code()
449 _hb_ot_name_language_for_mac_code (unsigned int code) in _hb_ot_name_language_for_mac_code()
/third_party/ncurses/ncurses/trace/
Dlib_trace.c299 _nc_retrace_bool(int code) in _nc_retrace_bool()
307 _nc_retrace_char(int code) in _nc_retrace_char()
315 _nc_retrace_int(int code) in _nc_retrace_int()
323 _nc_retrace_unsigned(unsigned code) in _nc_retrace_unsigned()
331 _nc_retrace_ptr(char *code) in _nc_retrace_ptr()
339 _nc_retrace_cptr(const char *code) in _nc_retrace_cptr()
347 _nc_retrace_cvoid_ptr(NCURSES_CONST void *code) in _nc_retrace_cvoid_ptr()
355 _nc_retrace_void_ptr(void *code) in _nc_retrace_void_ptr()
363 _nc_retrace_sp(SCREEN *code) in _nc_retrace_sp()
371 _nc_retrace_win(WINDOW *code) in _nc_retrace_win()
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/
Dcompiler_test.cpp22 bool IsBinaryBlob(const std::string &code) in IsBinaryBlob()
140 for (auto &code : mOutputCode) in compile() local
165 const auto code = mOutputCode.find(output); in foundInCodeRegex() local
190 const auto code = mOutputCode.find(output); in foundInCode() local
209 const auto code = mOutputCode.find(output); in foundInCodeInOrder() local
239 const auto code = mOutputCode.find(output); in foundInCode() local
273 for (auto &code : mOutputCode) in foundInCode() local
285 for (auto &code : mOutputCode) in foundInCodeRegex() local
297 for (auto &code : mOutputCode) in foundInCode() local
309 for (auto &code : mOutputCode) in foundInCodeInOrder() local
[all …]

12345678910>>...83