Searched refs:TYPE_NONE (Results 1 - 25 of 60) sorted by relevance

123

/external/chromium_org/content/public/browser/
H A Ddesktop_media_id.h26 TYPE_NONE, enumerator in enum:content::DesktopMediaID::Type
46 : type(TYPE_NONE),
62 bool is_null() { return type == TYPE_NONE; }
H A Ddesktop_media_id.cc108 return DesktopMediaID(TYPE_NONE, 0);
110 Type type = TYPE_NONE;
118 return DesktopMediaID(TYPE_NONE, 0);
123 return DesktopMediaID(TYPE_NONE, 0);
131 case TYPE_NONE:
/external/chromium_org/tools/gn/
H A Dtoolchain.cc55 return TYPE_NONE;
79 DCHECK(type != TYPE_NONE);
84 DCHECK(type != TYPE_NONE);
119 return TYPE_NONE;
122 return TYPE_NONE;
152 return Toolchain::TYPE_NONE;
H A Dtoolchain.h35 TYPE_NONE = 0, enumerator in enum:Toolchain::ToolType
70 // Returns TYPE_NONE on failure.
H A Dninja_binary_target_writer.cc146 Toolchain::ToolType tool_type = Toolchain::TYPE_NONE;
151 if (tool_type != Toolchain::TYPE_NONE) {
427 Toolchain::ToolType tool_type = Toolchain::TYPE_NONE;
463 *computed_tool_type = Toolchain::TYPE_NONE;
476 if (*computed_tool_type == Toolchain::TYPE_NONE)
H A Dninja_toolchain_writer.cc71 for (int i = Toolchain::TYPE_NONE + 1; i < Toolchain::TYPE_NUMTYPES; i++) {
/external/chromium_org/third_party/android_crazy_linker/src/src/
H A Dcrazy_linker_library_view.h24 TYPE_NONE = 0xbaadbaad, enumerator in enum:crazy::LibraryView::__anon11485
30 : type_(TYPE_NONE), crazy_(NULL), system_(NULL), name_(), ref_count_(1) {}
H A Dcrazy_linker_library_view.cpp24 type_ = TYPE_NONE;
/external/bison/lib/
H A Dprintf-args.h51 TYPE_NONE, enumerator in enum:__anon339
H A Dprintf-parse.c126 a->arg[a->count++].type = TYPE_NONE; \
127 if (a->arg[n].type == TYPE_NONE) \
557 type = TYPE_NONE;
565 if (type != TYPE_NONE)
/external/e2fsprogs/intl/
H A Dprintf-args.h42 TYPE_NONE, enumerator in enum:__anon20455
H A Dprintf-parse.c107 a->arg[a->count++].type = TYPE_NONE; \
108 if (a->arg[n].type == TYPE_NONE) \
477 type = TYPE_NONE;
485 if (type != TYPE_NONE)
/external/chromium_org/chrome/browser/ui/ash/
H A Dash_keyboard_controller_proxy.cc40 return Context::TYPE_NONE;
66 return Context::TYPE_NONE;
/external/chromium_org/tools/json_schema_compiler/test/
H A Denums_unittest.cc138 EXPECT_EQ(OptionalEnumType::TYPE_NONE, enum_type.type);
231 EXPECT_EQ(TakesMultipleOptionalEnums::Params::TYPE_NONE, params->type);
239 EXPECT_EQ(TakesMultipleOptionalEnums::Params::TYPE_NONE, params->type);
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_inlines.h88 return TYPE_NONE;
105 case TYPE_NONE:
H A Dnv50_ir.h152 TYPE_NONE, enumerator in enum:nv50_ir::DataType
465 virtual int print(char *, size_t, DataType ty = TYPE_NONE) const = 0;
514 virtual int print(char *, size_t, DataType ty = TYPE_NONE) const;
536 virtual int print(char *, size_t, DataType ty = TYPE_NONE) const;
539 int print(char *, size_t, Value *, Value *, DataType ty = TYPE_NONE) const;
589 virtual int print(char *, size_t, DataType ty = TYPE_NONE) const;
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_inlines.h88 return TYPE_NONE;
105 case TYPE_NONE:
H A Dnv50_ir.h152 TYPE_NONE, enumerator in enum:nv50_ir::DataType
465 virtual int print(char *, size_t, DataType ty = TYPE_NONE) const = 0;
514 virtual int print(char *, size_t, DataType ty = TYPE_NONE) const;
536 virtual int print(char *, size_t, DataType ty = TYPE_NONE) const;
539 int print(char *, size_t, Value *, Value *, DataType ty = TYPE_NONE) const;
589 virtual int print(char *, size_t, DataType ty = TYPE_NONE) const;
/external/linux-tools-perf/perf-3.12.0/tools/perf/
H A Dbuiltin-timechart.c114 #define TYPE_NONE 0 macro
425 if (p && p->current && p->current->state == TYPE_NONE) {
446 if (prev_p->current && prev_p->current->state != TYPE_NONE)
449 if (p->current->state != TYPE_NONE)
457 prev_p->current->state = TYPE_NONE;
/external/chromium_org/chrome/browser/extensions/api/desktop_capture/
H A Ddesktop_capture_api.cc225 if (source.type != content::DesktopMediaID::TYPE_NONE &&
/external/deqp/modules/glshared/
H A DglsShaderRenderCase.hpp79 TYPE_NONE = 0, enumerator in enum:deqp::gls::TextureBinding::Type
H A DglsShaderRenderCase.cpp114 : m_type (TYPE_NONE)
292 if (binding.getType() == TextureBinding::TYPE_NONE)
510 if (tex.getType() == TextureBinding::TYPE_NONE)
/external/fio/t/
H A Dgenzipf.c39 TYPE_NONE = 0, enumerator in enum:__anon21454
/external/chromium_org/content/browser/renderer_host/media/
H A Dvideo_capture_manager.cc259 if (id.type != DesktopMediaID::TYPE_NONE &&
504 if (id.type == DesktopMediaID::TYPE_NONE ||
/external/chromium_org/chrome/browser/extensions/api/context_menus/
H A Dcontext_menus_api_helpers.h112 case PropertyWithEnumT::TYPE_NONE:

Completed in 294 milliseconds

123