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

12

/external/google-breakpad/src/tools/windows/converter/
H A Dms_symbol_server_converter.h93 TYPE_NONE = 0, enumerator in enum:google_breakpad::GUIDOrSignatureIdentifier::GUIDOrSignatureType
98 GUIDOrSignatureIdentifier() : type_(TYPE_NONE) {}
H A Dms_symbol_server_converter.cc69 type_ = TYPE_NONE;
/external/bison/lib/
H A Dprintf-args.h51 TYPE_NONE, enumerator in enum:__anon439
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:__anon4750
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/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;
H A Dnv50_ir_lowering_nv50.cpp721 bld.mkOp(OP_JOIN, TYPE_NONE, NULL);
748 bld.mkOp(OP_QUADON, TYPE_NONE, NULL);
772 bld.mkOp(OP_QUADPOP, TYPE_NONE, NULL);
H A Dnv50_ir_print.cpp411 if (ty == TYPE_NONE)
H A Dnv50_ir_build_util.cpp337 Instruction *insn = mkOp(OP_NOP, TYPE_NONE, NULL);
H A Dnv50_ir_target_nv50.cpp365 if (ty == TYPE_B96 || ty == TYPE_NONE)
H A Dnv50_ir_from_sm4.cpp1677 mkOp(OP_EXIT, TYPE_NONE, NULL)->terminator = 1;
1957 mkOp(OP_DISCARD, TYPE_NONE, NULL)->setPredicate(
2124 mkOp(OP_NOP, TYPE_NONE, NULL);
H A Dnv50_ir_from_tgsi.cpp2021 mkOp(OP_DISCARD, TYPE_NONE, NULL)->setPredicate(CC_P, val0);
2025 mkOp(OP_DISCARD, TYPE_NONE, NULL);
2223 mkOp(OP_EXIT, TYPE_NONE, NULL)->terminator = 1;
H A Dnv50_ir_emit_nv50.cpp233 if (ty != TYPE_NONE && !isFloatType(ty))
248 emitCondCode(i->cc, TYPE_NONE, 32 + 7);
H A Dnv50_ir.cpp953 : Instruction(fn, op, TYPE_NONE)
/external/deqp/modules/glshared/
H A DglsShaderRenderCase.hpp79 TYPE_NONE = 0, enumerator in enum:deqp::gls::TextureBinding::Type
H A DglsShaderRenderCase.cpp98 : m_type (TYPE_NONE)
276 if (binding.getType() == TextureBinding::TYPE_NONE)
494 if (tex.getType() == TextureBinding::TYPE_NONE)
/external/fio/t/
H A Dgenzipf.c39 TYPE_NONE = 0, enumerator in enum:__anon5910
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/
H A DConnectivityManagerFacade.java80 ConnectivityManager.TYPE_NONE);
82 if (netType == ConnectivityManager.TYPE_NONE) {
83 Log.i("ConnectivityReceiver received change to TYPE_NONE.");
/external/mesa3d/src/gallium/drivers/nvc0/codegen/
H A Dnv50_ir_lowering_nvc0.cpp362 Instruction *bar = new_Instruction(func, OP_TEXBAR, TYPE_NONE);
770 bld.mkOp(OP_QUADON, TYPE_NONE, NULL);
794 bld.mkOp(OP_QUADPOP, TYPE_NONE, NULL);
H A Dnv50_ir_target_nvc0.cpp448 if (ty == TYPE_NONE)
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
H A DvktShaderRender.hpp70 TYPE_NONE = 0, enumerator in enum:vkt::sr::TextureBinding::Type
/external/llvm/lib/Target/X86/Disassembler/
H A DX86DisassemblerDecoderCommon.h391 ENUM_ENTRY(TYPE_NONE, "") \
/external/doclava/src/com/google/doclava/
H A DDoclava.java55 private static final int TYPE_NONE = 0; field in class:Doclava
1789 * <li>{@link #TYPE_NONE}: in all other cases</li>
1808 return TYPE_NONE;

Completed in 3759 milliseconds

12