Searched defs:name (Results 51 - 75 of 7863) sorted by relevance

1234567891011>>

/external/clang/test/CodeGenCXX/
H A Dmember-data-pointers.cpp7 const char *name; member in struct:__anon18888
/external/elfutils/0.153/backends/
H A Dalpha_auxv.c34 EBLHOOK(auxv_info) (GElf_Xword a_type, const char **name, const char **format) argument
39 *name = "HWCAP";
H A Darm_auxv.c34 EBLHOOK(auxv_info) (GElf_Xword a_type, const char **name, const char **format) argument
39 *name = "HWCAP";
H A Di386_auxv.c34 EBLHOOK(auxv_info) (GElf_Xword a_type, const char **name, const char **format) argument
39 *name = "HWCAP";
H A Dppc_auxv.c34 EBLHOOK(auxv_info) (GElf_Xword a_type, const char **name, const char **format) argument
39 *name = "HWCAP";
H A Dsparc_auxv.c34 EBLHOOK(auxv_info) (GElf_Xword a_type, const char **name, const char **format) argument
39 *name = "HWCAP";
/external/elfutils/0.153/libdw/
H A Ddwarf_getabbrevattr.c74 unsigned int name; local
82 get_uleb128 (name, attrp);
86 if (name == 0 && form == 0)
93 *namep = name;
/external/icu/icu4c/source/test/intltest/
H A Ditrbbi.cpp25 name = #classname; \
35 void IntlTestRBBI::runIndexedTest( int32_t index, UBool exec, const char* &name, char* par ) argument
41 default: name=""; break;
H A Dittrans.cpp29 name = #test; \
37 void IntlTestTransliterator::runIndexedTest( int32_t index, UBool exec, const char* &name, char* par ) argument
52 default: name=""; break;
/external/iptables/include/linux/netfilter/
H A Dxt_nfacct.h13 char name[NFACCT_NAME_MAX]; member in struct:xt_nfacct_match_info
/external/libexif/libexif/
H A Dexif-ifd.c29 const char *name; member in struct:__anon23661
44 for (i = 0; ExifIfdTable[i].name; i++)
48 return (ExifIfdTable[i].name);
/external/libpcap/Win32/Src/
H A Dgetnetbynm.c10 * by the University of California, Berkeley. The name of the
27 getnetbyname(const char *name) argument
34 if (strcmp(p->n_name, name) == 0)
37 if (strcmp(*cp, name) == 0)
/external/libsepol/src/
H A Dpolcaps.c16 int sepol_polcap_getnum(const char *name) argument
23 if (strcasecmp(polcap_names[capnum], name) == 0)
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dcgroup.h7 char *name; member in struct:cgroup_sel
/external/llvm/include/llvm/Bitcode/
H A DBitcodeWriterPass.h46 static StringRef name() { return "BitcodeWriterPass"; } function in class:llvm::BitcodeWriterPass
/external/llvm/lib/Support/
H A Dregcname.h19 * 3. Neither the name of the University nor the names of its contributors
41 /* character-name table */
43 const char *name; member in struct:cname
/external/lzma/CPP/7zip/Archive/Common/
H A DItemNameUtils.h11 UString MakeLegalName(const UString &name);
12 UString GetOSName(const UString &name);
13 UString GetOSName2(const UString &name);
14 bool HasTailSlash(const AString &name, UINT codePage);
17 inline UString WinNameToOSName(const UString &name) { return name; } argument
19 UString WinNameToOSName(const UString &name);
/external/mesa3d/src/gallium/drivers/i915/
H A Di915_state.h38 const char *name; member in struct:i915_tracked_state
/external/mesa3d/src/mapi/shared-glapi/tests/
H A Dcheck_table.cpp33 const char *name; member in struct:name_offset
45 for (unsigned i = 0; linux_gl_abi[i].name != NULL; i++) {
47 _glapi_get_proc_offset(linux_gl_abi[i].name))
48 << "function name: " << linux_gl_abi[i].name;
/external/skia/bench/
H A DResultsWriter.cpp12 Json::Value* SkFindNamedNode(Json::Value* root, const char name[]) { argument
16 if(SkString(name).equals((*iter)["name"].asCString())) {
26 (*new_val)["name"] = name;
/external/skia/src/core/
H A DSkRefDict.h25 * Return the data associated with name[], or NULL if no matching entry
28 SkRefCnt* find(const char name[]) const;
31 * If data is NULL, remove (if present) the entry matching name and call
33 * If data is not-NULL, replace the existing entry matching name and
37 void set(const char name[], SkRefCnt* data);
42 void remove(const char name[]) { this->set(name, NULL); } argument
/external/valgrind/main/coregrind/m_gdbserver/
H A Dregdef.h27 /* The name of this register - NULL for pad entries. */
28 const char *name; member in struct:reg
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
H A DGrammarRuleAttribute.cs18 * 3. The name of the author may not be used to endorse or promote products
42 public GrammarRuleAttribute(string name) { argument
43 this._name = name;
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
H A DGrammarRuleAttribute.cs18 * 3. The name of the author may not be used to endorse or promote products
44 public GrammarRuleAttribute(string name) argument
46 this._name = name;
/external/bison/src/
H A Dreader.h33 uniqstr name; member in struct:merger_list
52 void grammar_current_rule_merge_set (uniqstr name, location loc);

Completed in 404 milliseconds

1234567891011>>