Searched defs:def (Results 176 - 200 of 340) sorted by relevance

1234567891011>>

/external/clang/test/SemaCXX/
H A Ddllimport.cpp262 __declspec(dllimport) void def() {} // expected-error{{dllimport cannot be applied to non-inline function definition}} function
/external/deqp/modules/gles2/performance/
H A Des2pShaderOperatorTests.cpp137 static int getIterationCountOrDefault (const tcu::CommandLine& cmdLine, int def) argument
140 return cmdLineVal > 0 ? cmdLineVal : def;
/external/deqp/modules/gles3/performance/
H A Des3pShaderOperatorTests.cpp137 static int getIterationCountOrDefault (const tcu::CommandLine& cmdLine, int def) argument
140 return cmdLineVal > 0 ? cmdLineVal : def;
/external/jcommander/src/main/java/com/beust/jcommander/
H A DJCommander.java665 String def = m_defaultProvider.getDefaultValueFor(optionName);
666 if (def != null) {
667 p("Initializing " + optionName + " with default value:" + def);
668 pd.addValue(def, true /* default */);
1029 * return def.
1031 private String getI18nString(ResourceBundle bundle, String key, String def) { argument
1033 return s != null ? s : def;
1102 Object def = pd.getDefault();
1109 if (def != null) {
1110 String displayedDef = Strings.isStringEmpty(def
[all...]
/external/libpcap/
H A Dgencode.h264 atomset def, kill; member in struct:block
/external/libpng/contrib/libtests/
H A Dpngunknown.c893 check_handling(display *d, int def, png_uint_32 chunks, png_uint_32 known, argument
909 keep = def;
1014 int def; local
1021 def = check(fp, argc, argv, flags[1], d, set_callback);
1069 check_handling(d, def, flags[0][0] | flags[0][1], flags[1][0], flags[1][1],
1071 check_handling(d, def, flags[0][2] | flags[0][3], flags[1][2], flags[1][3],
/external/libxkbcommon/xkbcommon/src/xkbcomp/
H A Dast.h301 ExprDef *def; member in struct:__anon13356
309 VarDef *def; member in struct:__anon13357
H A Dsymbols.c1056 HandleSymbolsBody(SymbolsInfo *info, VarDef *def, KeyInfo *keyi) argument
1062 for (; def; def = (VarDef *) def->common.next) {
1063 if (def->name && def->name->expr.op == EXPR_FIELD_REF) {
1070 if (!def->name) {
1071 if (!def->value || def->value->expr.op == EXPR_KEYSYM_LIST)
1078 ok = ExprResolveLhs(info->ctx, def
1157 HandleModMapDef(SymbolsInfo *info, ModMapDef *def) argument
[all...]
/external/libxml2/
H A DSAX2.c727 * @def: the type of default value
735 int type, int def, const xmlChar *defaultValue,
748 elem, fullname, type, def, defaultValue);
766 (xmlAttributeDefault) def, defaultValue, tree);
770 (xmlAttributeDefault) def, defaultValue, tree);
734 xmlSAX2AttributeDecl(void *ctx, const xmlChar *elem, const xmlChar *fullname, int type, int def, const xmlChar *defaultValue, xmlEnumerationPtr tree) argument
/external/llvm/lib/CodeGen/
H A DMachineLICM.cpp161 CandidateInfo(MachineInstr *mi, unsigned def, int fi) argument
162 : MI(mi), Def(def), FI(fi) {}
350 /// gather register def and frame object update information.
398 // Non-dead implicit def? This cannot be hoisted.
400 // No need to check if a dead implicit def is also defined by
406 // it's a dead implicit def.
459 // Conservatively treat live-in's as an external def.
492 // 3. Make sure candidate def should not clobber
493 // registers read by the terminator. Similarly its def should not be
555 // important to ensure later passes do not scavenge the def registe
[all...]
/external/llvm/utils/TableGen/
H A DFixedLenDecoderEmitter.cpp169 static BitsInit &getBitsField(const Record &def, const char *str) { argument
170 BitsInit *bits = def.getValueAsBitsInit(str);
/external/mesa3d/src/gallium/auxiliary/nir/
H A Dtgsi_to_nir.c473 c->imm_defs[c->next_imm] = &load_const->def;
811 nir_ssa_def *def = nir_fmov_alu(b, src, 4); local
815 def = nir_fabs(b, def);
817 def = nir_iabs(b, def);
822 def = nir_fneg(b, def);
824 def = nir_ineg(b, def);
845 ttn_move_dest_masked(nir_builder *b, nir_alu_dest dest, nir_ssa_def *def, unsigned write_mask) argument
861 ttn_move_dest(nir_builder *b, nir_alu_dest dest, nir_ssa_def *def) argument
[all...]
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir.cpp119 ValueDef::ValueDef(const ValueDef& def) : value(NULL), insn(NULL) argument
121 set(def.get());
H A Dnv50_ir_emit_nv50.cpp178 void CodeEmitterNV50::defId(const ValueDef& def, const int pos) argument
180 assert(def.get() && def.getFile() != FILE_SHADER_OUTPUT);
182 code[pos / 32] |= DDATA(def).id << (pos % 32);
270 // find flags definition and check that it is the last def
273 if (i->def(d).getFile() == FILE_FLAGS)
279 WARN("flags def should not be the primary definition\n");
282 code[1] |= (DDATA(i->def(flagsDef)).id << 4) | 0x40;
763 defId(i->def(0), 2);
769 defId(i->def(
[all...]
H A Dnv50_ir_emit_nvc0.cpp196 void CodeEmitterNVC0::defId(const ValueDef& def, const int pos) argument
198 code[pos / 32] |= (def.get() ? DDATA(def).id : 63) << (pos % 32);
203 int r = insn->defExists(d) ? DDATA(insn->def(d)).id : 63;
384 defId(i->def(0), 14);
429 defId(i->def(0), 14);
459 defId(i->def(0), 14);
777 defId(i->def(0), 14);
848 if (i->def(0).getFile() == FILE_PREDICATE) {
854 defId(i->def(
[all...]
H A Dnv50_ir_lowering_nv50.cpp317 (!i->defExists(0) || i->def(0).getFile() != FILE_ADDRESS))
367 // check def instruction can store
457 Value *def = mul->getDef(0);
478 def->getInsn()->setPredicate(cc, pred);
946 Value *def[4][4]; local
993 def[c][l] = bld.getSSA();
994 mov = bld.mkMov(def[c][l], tex->getDef(c));
1004 u->setSrc(l, def[c][l]);
1021 for (int def = 0; def <
1157 Value *def = i->getDef(0); local
[all...]
/external/protobuf/ruby/ext/google/protobuf_c/
H A Ddefs.c49 static upb_def* check_notfrozen(const upb_def* def) { argument
50 if (upb_def_isfrozen(def)) {
55 return (upb_def*)def;
58 static upb_msgdef* check_msg_notfrozen(const upb_msgdef* def) { argument
59 return upb_downcast_msgdef_mutable(check_notfrozen((const upb_def*)def));
62 static upb_fielddef* check_field_notfrozen(const upb_fielddef* def) { argument
63 return upb_downcast_fielddef_mutable(check_notfrozen((const upb_def*)def));
66 static upb_oneofdef* check_oneof_notfrozen(const upb_oneofdef* def) { argument
67 return (upb_oneofdef*)check_notfrozen((const upb_def*)def);
70 static upb_enumdef* check_enum_notfrozen(const upb_enumdef* def) { argument
160 DescriptorPool_add(VALUE _self, VALUE def) argument
202 const upb_def* def = upb_symtab_lookup(self->symtab, name_str); local
386 FieldDescriptor* def = ruby_to_FieldDescriptor(obj); local
409 OneofDescriptor* def = ruby_to_OneofDescriptor(obj); local
835 const upb_def* def; local
969 FieldDescriptor* def = ruby_to_FieldDescriptor(obj); local
[all...]
/external/python/cpython2/Objects/
H A Ddescrobject.c749 PyObject *key, *def = Py_None; local
751 if (!PyArg_UnpackTuple(args, "get", 1, 2, &key, &def))
753 return PyObject_CallMethod(pp->dict, "get", "(OO)", key, def);
1122 def __init__(self, fget=None, fset=None, fdel=None, doc=None):
1130 def __get__(self, inst, type=None):
1137 def __set__(self, inst, value):
1142 def __delete__(self, inst):
1367 " def getx(self): return self._x\n"
1368 " def setx(self, value): self._x = value\n"
1369 " def del
[all...]
/external/python/cpython3/Python/
H A Dcodecs.c1427 PyMethodDef def; member in struct:__anon20263
1524 PyObject *func = PyCFunction_NewEx(&methods[i].def, NULL, NULL);
/external/selinux/libsepol/cil/src/
H A Dcil_reset_ast.c397 static void cil_reset_default(struct cil_default *def) argument
399 cil_list_destroy(&def->class_datums, CIL_FALSE);
402 static void cil_reset_defaultrange(struct cil_defaultrange *def) argument
404 cil_list_destroy(&def->class_datums, CIL_FALSE);
/external/skia/tools/bookmaker/
H A Dbookmaker.cpp164 // todo: require that fChar points to def on same line as markup
472 void BmhParser::reportDuplicates(const Definition& def, const string& dup) const { argument
473 if (MarkType::kExample == def.fMarkType && dup == def.fFiddle) {
474 TextParser reporter(&def);
477 for (auto& child : def.fChildren ) {
483 static Definition* find_fiddle(Definition* def, string name) { argument
484 if (MarkType::kExample == def->fMarkType && name == def->fFiddle) {
485 return def;
501 Definition* def = find_fiddle(topic.second, name); local
509 find_examples(const Definition& def, vector<string>* exampleNames) argument
703 dump_examples(FILE* fiddleOut, const Definition& def, bool* continuation) argument
1830 count_children(const Definition& def, MarkType markType) argument
[all...]
H A DmdOut.cpp96 if (const Definition* def = this->isDefined(t, ref,
98 if (MarkType::kExternal == def->fMarkType) {
102 SkASSERT(def->fFiddle.length());
115 const Definition* altDef = def;
118 def = altDef;
131 if (!(def = this->isDefined(t, fullRef,
145 result += linkRef(leadingSpaces, def, ref, resolvable);
155 if (const Definition* def = this->isDefined(t, ref, true)) {
156 SkASSERT(def->fFiddle.length());
157 result += linkRef(leadingSpaces, def, re
182 const Definition* def; local
415 childrenOut(const Definition* def, const char* start) argument
576 auto def = iter.second.find(ref, RootDefinition::AllowParens::kYes); local
656 linkRef(const string& leadingSpaces, const Definition* def, const string& ref, BmhParser::Resolvable resolvable) const argument
742 markTypeOut(Definition* def) argument
1213 populateTables(const Definition* def) argument
[all...]
/external/skqp/tools/bookmaker/
H A Dbookmaker.cpp158 // todo: require that fChar points to def on same line as markup
434 void BmhParser::reportDuplicates(const Definition& def, const string& dup) const { argument
435 if (MarkType::kExample == def.fMarkType && dup == def.fFiddle) {
436 TextParser reporter(&def);
439 for (auto& child : def.fChildren ) {
444 static void find_examples(const Definition& def, vector<string>* exampleNames) { argument
445 if (MarkType::kExample == def.fMarkType) {
446 exampleNames->push_back(def.fFiddle);
448 for (auto& child : def
605 dump_examples(FILE* fiddleOut, const Definition& def, bool* continuation) argument
1721 count_children(const Definition& def, MarkType markType) argument
[all...]
H A DincludeWriter.cpp10 void IncludeWriter::descriptionOut(const Definition* def) { argument
11 const char* commentStart = def->fContentStart;
12 int commentLen = (int) (def->fContentEnd - commentStart);
15 for (auto prop : def->fChildren) {
73 commentLen = (int) (def->fContentEnd - commentStart);
86 commentLen = (int) (def->fContentEnd - commentStart);
107 commentLen = (int) (def->fContentEnd - commentStart);
128 commentLen = (int) (def->fContentEnd - commentStart);
149 commentLen = (int) (def->fContentEnd - commentStart);
909 bool IncludeWriter::populate(Definition* def, ParentPai argument
[all...]
H A DmdOut.cpp96 if (const Definition* def = this->isDefined(t, ref,
98 if (MarkType::kExternal == def->fMarkType) {
102 SkASSERT(def->fFiddle.length());
115 const Definition* altDef = def;
118 def = altDef;
131 if (!(def = this->isDefined(t, fullRef,
145 result += linkRef(leadingSpaces, def, ref, resolvable);
155 if (const Definition* def = this->isDefined(t, ref, true)) {
156 SkASSERT(def->fFiddle.length());
157 result += linkRef(leadingSpaces, def, re
182 const Definition* def; local
410 childrenOut(const Definition* def, const char* start) argument
650 linkRef(const string& leadingSpaces, const Definition* def, const string& ref, BmhParser::Resolvable resolvable) const argument
730 markTypeOut(Definition* def) argument
1187 populateTables(const Definition* def) argument
[all...]

Completed in 466 milliseconds

1234567891011>>