/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/X86/ |
D | X86GenDisassemblerTables.inc | 11 { ENCODING_NONE, TYPE_NONE }, 12 { ENCODING_NONE, TYPE_NONE }, 13 { ENCODING_NONE, TYPE_NONE }, 14 { ENCODING_NONE, TYPE_NONE }, 15 { ENCODING_NONE, TYPE_NONE }, 16 { ENCODING_NONE, TYPE_NONE }, 20 { ENCODING_NONE, TYPE_NONE }, 21 { ENCODING_NONE, TYPE_NONE }, 22 { ENCODING_NONE, TYPE_NONE }, 23 { ENCODING_NONE, TYPE_NONE }, [all …]
|
/third_party/python/Modules/ |
D | overlapped.c | 70 enum {TYPE_NONE, TYPE_NOT_STARTED, TYPE_READ, TYPE_READINTO, TYPE_WRITE, enumerator 637 self->type = TYPE_NONE; in _overlapped_Overlapped_impl() 845 if (self->type == TYPE_NONE) { in _overlapped_Overlapped_getresult_impl() 973 if (self->type != TYPE_NONE) { in _overlapped_Overlapped_ReadFile_impl() 1007 if (self->type != TYPE_NONE) { in _overlapped_Overlapped_ReadFileInto_impl() 1080 if (self->type != TYPE_NONE) { in _overlapped_Overlapped_WSARecv_impl() 1116 if (self->type != TYPE_NONE) { in _overlapped_Overlapped_WSARecvInto_impl() 1158 if (self->type != TYPE_NONE) { in _overlapped_Overlapped_WriteFile_impl() 1215 if (self->type != TYPE_NONE) { in _overlapped_Overlapped_WSASend_impl() 1274 if (self->type != TYPE_NONE) { in _overlapped_Overlapped_AcceptEx_impl() [all …]
|
/third_party/gstreamer/gstreamer/gst/printf/ |
D | printf-parse.c | 84 a->arg[a->count].type = TYPE_NONE; \ in printf_parse() 88 if (a->arg[n].type == TYPE_NONE) \ in printf_parse() 438 type = TYPE_NONE; in printf_parse() 446 if (type != TYPE_NONE) { in printf_parse()
|
D | printf-args.h | 40 TYPE_NONE, enumerator
|
/third_party/gettext/gettext-runtime/intl/ |
D | printf-parse.c | 127 a->arg[a->count++].type = TYPE_NONE; \ in PRINTF_PARSE() 128 if (a->arg[n].type == TYPE_NONE) \ in PRINTF_PARSE() 558 type = TYPE_NONE; in PRINTF_PARSE() 566 if (type != TYPE_NONE) in PRINTF_PARSE()
|
D | printf-args.h | 50 TYPE_NONE, enumerator
|
/third_party/glib/glib/gnulib/ |
D | printf-parse.c | 128 a->arg[a->count++].type = TYPE_NONE; \ in PRINTF_PARSE() 129 if (a->arg[n].type == TYPE_NONE) \ in PRINTF_PARSE() 559 type = TYPE_NONE; in PRINTF_PARSE() 567 if (type != TYPE_NONE) in PRINTF_PARSE()
|
D | printf-args.h | 51 TYPE_NONE, enumerator
|
/third_party/gettext/gettext-runtime/libasprintf/ |
D | printf-parse.c | 127 a->arg[a->count++].type = TYPE_NONE; \ in PRINTF_PARSE() 128 if (a->arg[n].type == TYPE_NONE) \ in PRINTF_PARSE() 558 type = TYPE_NONE; in PRINTF_PARSE() 566 if (type != TYPE_NONE) in PRINTF_PARSE()
|
D | printf-args.h | 50 TYPE_NONE, enumerator
|
/third_party/jsframework/runtime/main/extend/systemplugin/napi/notification/ |
D | notificationFlags.js | 17 TYPE_NONE: 0, property
|
/third_party/cef/tests/cefclient/browser/ |
D | image_cache.cc | 159 return TYPE_NONE; in GetImageType() 167 return TYPE_NONE; in GetImageType() 228 if (*type == TYPE_NONE) in LoadImageContents()
|
D | image_cache.h | 93 TYPE_NONE,
|
/third_party/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir.h | 312 TYPE_NONE, enumerator 729 virtual int print(char *, size_t, DataType ty = TYPE_NONE) const = 0; 778 virtual int print(char *, size_t, DataType ty = TYPE_NONE) const; 800 virtual int print(char *, size_t, DataType ty = TYPE_NONE) const; 803 int print(char *, size_t, Value *, Value *, DataType ty = TYPE_NONE) const; 853 virtual int print(char *, size_t, DataType ty = TYPE_NONE) const;
|
D | nv50_ir_inlines.h | 118 return TYPE_NONE; 135 case TYPE_NONE: in isSignedType()
|
D | nv50_ir_from_nir.cpp | 305 if (ty == TYPE_NONE) { in getDType() 324 res[i] = TYPE_NONE; in getSTypes() 342 if (ty == TYPE_NONE) { in getSType() 1398 mkOp(OP_EXIT, TYPE_NONE, NULL)->terminator = 1; in visit() 1832 mkOp(OP_DISCARD, TYPE_NONE, NULL); in visit() 1843 mkOp(OP_DISCARD, TYPE_NONE, NULL)->setPredicate(CC_P, pred); in visit() 2335 Instruction *bar = mkOp(OP_MEMBAR, TYPE_NONE, NULL); in visit() 2870 mkOp(OP_NOP, TYPE_NONE, newDefs[i]); in visit()
|
/third_party/wayland-ivi-extension/ivi-layermanagement-examples/multi-touch-viewer/src/ |
D | window.c | 47 TYPE_NONE, enumerator 419 if (p_window->type == TYPE_NONE) in idle_redraw()
|
/third_party/jsframework/runtime/main/extend/systemplugin/ |
D | calendar.js | 322 TYPE_NONE: 0, property
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
D | glcShaderRenderCase.hpp | 96 TYPE_NONE = 0, enumerator
|
D | glcShaderRenderCase.cpp | 102 TextureBinding::TextureBinding(void) : m_type(TYPE_NONE) in TextureBinding() 331 if (binding.getType() == TextureBinding::TYPE_NONE) in ShaderEvalContext() 553 if (tex.getType() == TextureBinding::TYPE_NONE) in setupDefaultInputs()
|
/third_party/vk-gl-cts/modules/glshared/ |
D | glsShaderRenderCase.hpp | 79 TYPE_NONE = 0, enumerator
|
D | glsShaderRenderCase.cpp | 98 : m_type (TYPE_NONE) in TextureBinding() 276 if (binding.getType() == TextureBinding::TYPE_NONE) in ShaderEvalContext() 494 if (tex.getType() == TextureBinding::TYPE_NONE) in setupDefaultInputs()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | X86DisassemblerDecoderCommon.h | 405 ENUM_ENTRY(TYPE_NONE, "") \
|
/third_party/python/Python/ |
D | marshal.c | 42 #define TYPE_NONE 'N' macro 352 w_byte(TYPE_NONE, p); in w_object() 970 case TYPE_NONE: in r_object()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/ |
D | vktTextureTestUtil.hpp | 132 TYPE_NONE = 0, enumerator
|