HomeSort by relevance Sort by last modified time
    Searched defs:name (Results 376 - 400 of 12087) sorted by null

<<11121314151617181920>>

  /external/libevent/include/event2/
dns_struct.h 13 * 3. The name of the author may not be used to endorse or promote products
67 * name "class" works in C for backward compatibility, and will be
72 char name[1]; member in struct:evdns_server_question
  /external/libexif/libexif/fuji/
mnote-fuji-tag.c 31 const char *name; member in struct:__anon15634
77 if (table[i].tag == t) return (table[i].name);
  /external/libexif/libexif/olympus/
mnote-olympus-tag.c 31 const char *name; member in struct:__anon15637
202 if (table[i].tag == t) return (table[i].name);
  /external/libexif/libexif/pentax/
mnote-pentax-tag.c 30 const char *name; member in struct:__anon15642
147 if (table[i].tag == t) return (table[i].name);
  /external/libnl/include/netlink/route/
pktloc.h 27 char * name; member in struct:rtnl_pktloc
  /external/libnl/src/cls/
utils.h 20 const char * name; member in struct:cls_module
  /external/llvm/include/llvm/IR/
IRPrintingPasses.h 50 /// Print out a name of an LLVM value without any prefixes.
52 /// The name is surrounded with ""'s and escaped if it has any special or
54 void printLLVMNameWithoutPrefix(raw_ostream &OS, StringRef Name);
72 static StringRef name() { return "PrintModulePass"; } function in class:llvm::PrintModulePass
89 static StringRef name() { return "PrintFunctionPass"; } function in class:llvm::PrintFunctionPass
  /external/mesa3d/src/gallium/auxiliary/postprocess/
filters.h 38 const char *name; /* Config name */ member in struct:pp_filter_t
49 /* name inner shaders verts init run */
  /external/mesa3d/src/gallium/drivers/r300/compiler/tests/
unit_test.h 9 const char * name; member in struct:test
  /external/mesa3d/src/gallium/drivers/radeon/
AMDILNIDevice.cpp 18 std::string name = ST->getDeviceName(); local
19 if (name == "caicos") {
21 } else if (name == "turks") {
23 } else if (name == "cayman") {
  /external/mesa3d/src/gallium/drivers/svga/
svga_state.h 41 const char *name; member in struct:svga_tracked_state
  /external/mesa3d/src/gallium/state_trackers/wgl/
stw_getprocaddress.c 42 const char *name; member in struct:stw_extension_entry
92 for (entry = stw_extension_entries; entry->name; entry++)
93 if (strcmp( lpszProc, entry->name ) == 0)
  /external/mesa3d/src/getopt/
getopt.h 48 /* name of long option */
49 const char *name; member in struct:option
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/
NamedRunnable.java 20 * Runnable implementation which always sets its thread name.
23 protected final String name; field in class:NamedRunnable
26 this.name = String.format(format, args);
31 Thread.currentThread().setName(name);
  /external/opencv3/3rdparty/libjasper/jasper/
jas_getopt.h 30 * 2. The name of a copyright holder shall not be used to endorse or
99 char *name; member in struct:__anon20811
100 /* The name of this option. */
jas_tvp.h 28 * 2. The name of a copyright holder shall not be used to endorse or
92 char *name; member in struct:__anon20839
93 /* The name of the tag. */
105 /* The current tag name. */
119 /* Lookup a tag by name. */
120 jas_taginfo_t *jas_taginfos_lookup(jas_taginfo_t *taginfos, const char *name);
141 /* Get the tag name for the current tag-value pair. */
  /external/parameter-framework/upstream/parameter/
EnumValuePair.cpp 15 * 3. Neither the name of the copyright holder nor the names of its contributors
58 std::string name; local
59 xmlElement.getAttribute("Literal", name);
60 setName(name);
86 // Ask for children processing only so as to avoid setting the Name attribute
  /external/pdfium/fpdfsdk/src/javascript/
Icon.cpp 20 JS_STATIC_PROP_ENTRY(name)
42 void Icon::SetIconName(CFX_WideString name) {
43 m_swIconName = name;
50 FX_BOOL Icon::name(IJS_Context* cc, CJS_PropValue& vp, CFX_WideString& sError) { function in class:Icon
  /external/ppp/pppd/plugins/radius/
radattr.c 64 * file contains "name value" pairs.
71 char name[2048]; local
83 if (rc_avpair_tostr(vp, name, sizeof(name), value, sizeof(value)) < 0) {
86 fprintf(fp, "%s %s\n", name, value);
  /external/proguard/src/proguard/
MemberSpecification.java 35 public final String name; field in class:MemberSpecification
59 * @param annotationType the name of the class that must be an
61 * to apply. The name may be null to specify
63 * @param name the class member name. The name may be
74 String name,
80 this.name = name;
101 (this.name == null ? other.name == null : this.name.equals(other.name) (…)
    [all...]
  /external/proguard/src/proguard/classfile/visitor/
NamedClassVisitor.java 27 * This class visits Clazz objects with the given name.
34 private final String name; field in class:NamedClassVisitor
38 String name)
41 this.name = name;
47 classPool.classAccept(name, classVisitor);
  /external/proguard/src/proguard/optimize/peephole/
MethodFinalizer.java 67 String name = programMethod.getName(programClass); local
78 !name.equals(ClassConstants.METHOD_NAME_INIT) &&
  /external/regex-re2/util/
test.cc 13 const char *name; member in struct:Test
19 void RegisterTest(void (*fn)(void), const char *name) {
21 tests[ntests++].name = name;
34 printf("%s\n", tests[i].name);
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowBluetoothDevice.java 10 private String name; field in class:ShadowBluetoothDevice
12 public void setName(String name) {
13 this.name = name;
18 return name;
  /external/skia/dm/
DMJsonWriter.h 26 SkString name; // E.g. "ninepatch-stretch", "desk_gws.skp" member in struct:DM::JsonWriter::BitmapResult

Completed in 479 milliseconds

<<11121314151617181920>>