HomeSort by relevance Sort by last modified time
    Searched refs:name (Results 401 - 425 of 44835) sorted by null

<<11121314151617181920>>

  /external/ltp/testcases/kernel/containers/share/
ns_common.h 27 const char *name; member in struct:param
42 struct param *get_param(const char *name)
46 for (i = 0; params[i].name; i++) {
47 if (!strcasecmp(params[i].name, name))
  /external/mesa3d/src/mesa/program/
symbol_table.h 33 const char *name, void *declaration);
36 const char *name,
41 const char *name,
45 const char *name);
48 const char *name);
  /external/oj-libjdwp/make/src/classes/build/tools/jdwpgen/
NameValueNode.java 35 NameValueNode(String name, String val) {
36 super(name);
40 NameValueNode(String name, int ival) {
41 super(name);
50 return name + "=" + val;
  /external/snakeyaml/src/test/java/examples/staticstate/
JavaBeanWithStaticState.java 19 private String name; field in class:JavaBeanWithStaticState
25 return name;
28 public void setName(String name) {
29 this.name = name;
  /external/snakeyaml/src/test/java/org/yaml/snakeyaml/extensions/compactnotation/
Item.java 21 private String name; field in class:Item
36 return name;
39 public void setName(String name) {
40 this.name = name;
Table.java 22 private String name; field in class:Table
25 public Table(String id, String name) {
28 this.name = name;
44 return name;
  /external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue310/
Person.java 21 private final String name; field in class:Person
28 public Person(int id, String name, Option<Double> income) {
30 this.name = name;
39 return name;
  /external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue48/
Bean.java 20 private String name; field in class:Bean
26 return name;
29 public void setName(String name) {
30 this.name = name;
  /external/vogar/src/vogar/target/junit/
ExtendedSuiteRunner.java 26 * and will take a {@link String} name instead of a {@link Class}.
29 private final String name; field in class:ExtendedSuiteRunner
31 public ExtendedSuiteRunner(String name, List<Runner> runners)
34 this.name = name;
45 return name;
  /frameworks/av/media/libaudiohal/4.0/
DevicesFactoryHalHybrid.cpp 35 status_t DevicesFactoryHalHybrid::openDevice(const char *name, sp<DeviceHalInterface> *device) {
36 if (mHidlFactory != 0 && strcmp(AUDIO_HARDWARE_MODULE_ID_A2DP, name) != 0 &&
37 strcmp(AUDIO_HARDWARE_MODULE_ID_HEARING_AID, name) != 0) {
38 return mHidlFactory->openDevice(name, device);
40 return mLocalFactory->openDevice(name, device);
  /frameworks/base/core/java/android/database/sqlite/
SQLiteCustomFunction.java 25 public final String name; field in class:SQLiteCustomFunction
32 * @param name The name of the sqlite3 function.
37 public SQLiteCustomFunction(String name, int numArgs,
39 if (name == null) {
40 throw new IllegalArgumentException("name must not be null.");
43 this.name = name;
  /libcore/luni/src/main/java/org/apache/harmony/xml/dom/
EntityReferenceImpl.java 34 private String name; field in class:EntityReferenceImpl
36 EntityReferenceImpl(DocumentImpl document, String name) {
38 this.name = name;
43 return name;
  /libcore/ojluni/src/main/java/sun/security/x509/
X509AttributeName.java 43 * Default constructor for the class. Name is of the form
46 * @param name the attribute name.
48 public X509AttributeName(String name) {
49 int i = name.indexOf(SEPARATOR);
51 prefix = name;
53 prefix = name.substring(0, i);
54 suffix = name.substring(i + 1);
59 * Return the prefix of the name.
66 * Return the suffix of the name
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/alsa/
pcm_external.h 43 #define SND_PCM_PLUGIN_ENTRY(name) _snd_pcm_##name##_open
48 #define SND_PCM_PLUGIN_SYMBOL(name) SND_DLSYM_BUILD_VERSION(SND_PCM_PLUGIN_ENTRY(name), SND_PCM_DLSYM_VERSION);
54 int SND_PCM_PLUGIN_ENTRY(plugin) (snd_pcm_t **pcmp, const char *name,\
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/
query.py 31 # is set before name. This ensures correct behavior
34 for name in sorted(kwargs.keys(), reverse=True):
35 attr = getattr(self, name, None) # None is not callable
37 raise ValueError("Keyword parameter {0} conflicts with a callable.".format(name))
39 setattr(self, name, kwargs[name])
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/elf/
pseudo.l 2 [^:]*:2: Error: Missing symbol name in directive
3 [^:]*:4: Error: Missing symbol name in directive
4 [^:]*:6: Error: Missing symbol name in directive
5 [^:]*:8: Error: Missing symbol name in directive
6 [^:]*:10: Error: Missing symbol name in directive
7 [^:]*:12: Error: Missing symbol name in directive
8 [^:]*:14: Error: Missing symbol name in directive
9 [^:]*:14: Error: expected comma after name in .symver
10 [^:]*:16: Error: Missing symbol name in directive
11 [^:]*:18: Error: Missing symbol name in directiv
    [all...]
  /art/runtime/arch/arm/
asm_support_arm.S 41 // then the labels need to be unique. We bind these to the function name in the ENTRY macros.
42 .macro RUNTIME_CURRENT name, num, rDest
47 ldr \rDest, .Lruntime_instance_\name\()_\num @ Load GOT_PREL offset of Runtime::instance_.
48 .Lload_got_\name\()_\num\():
57 .macro DEF_ENTRY thumb_or_arm, name
64 .type \name, #function
65 .hidden \name // Hide this as a global symbol, so we do not incur plt calls.
66 .global \name
69 \name:
76 // The RUNTIME_CURRENT macros that are bound to the \name argument of DEF_ENTRY to ensur
    [all...]
  /external/strace/
sysctl.c 16 * 3. The name of the author may not be used to endorse or promote products
50 int *name; local
57 name = (size / sizeof(int) != (unsigned long) info.nlen) ? NULL : malloc(size);
58 if (name == NULL ||
59 umoven(tcp, (unsigned long) info.name, size, name) < 0) {
60 free(name);
63 info.name, info.nlen, info.oldval,
75 printxval(sysctl_root, name[0], "CTL_???");
80 switch (name[0])
    [all...]
  /prebuilts/jdk/jdk8/darwin-x86/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/config/
ScanManagerConfig.java 15 * - Neither the name of Oracle nor the names of its
70 @XmlRootElement(name="ScanManager",
90 * Holds value of property name. The name of the configuration
92 * the value of the {@code name=} key of the {@code ObjectName}
97 private String name; field in class:ScanManagerConfig
117 * @param name The name of the configuration which usually corresponds to
118 * the value of the {@code name=} key of the {@code ObjectName}
123 public ScanManagerConfig(String name) {
    [all...]
  /prebuilts/jdk/jdk8/linux-x86/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/config/
ScanManagerConfig.java 15 * - Neither the name of Oracle nor the names of its
70 @XmlRootElement(name="ScanManager",
90 * Holds value of property name. The name of the configuration
92 * the value of the {@code name=} key of the {@code ObjectName}
97 private String name; field in class:ScanManagerConfig
117 * @param name The name of the configuration which usually corresponds to
118 * the value of the {@code name=} key of the {@code ObjectName}
123 public ScanManagerConfig(String name) {
    [all...]
  /external/google-breakpad/src/third_party/linux/include/gflags/
gflags.h 14 // * Neither the name of Google Inc. nor the names of its
165 // name) and argv (the entire commandline), which we sock away a copy of.
169 std::string name; // the name of the flag member in struct:google::CommandLineFlagInfo
213 extern bool GetCommandLineOption(const char* name, std::string* OUTPUT);
217 extern bool GetCommandLineFlagInfo(const char* name,
220 // Return the CommandLineFlagInfo of the flagname. exit() if name not found.
223 extern CommandLineFlagInfo GetCommandLineFlagInfoOrDie(const char* name);
240 // it to be empty if the setting failed for some reason -- the name is
241 // not a valid flag name, or the value is not a valid value -- an
    [all...]
  /external/jacoco/org.jacoco.core/src/org/jacoco/core/data/
ExecutionData.java 27 private final String name; field in class:ExecutionData
36 * @param name
37 * VM name
41 public ExecutionData(final long id, final String name,
44 this.name = name;
54 * @param name
55 * VM name
59 public ExecutionData(final long id, final String name, final int probeCount) {
61 this.name = name
    [all...]
  /external/snakeyaml/src/test/java/org/yaml/snakeyaml/constructor/
TestBean.java 24 private String name; field in class:TestBean
31 public TestBean(final String name, final int age, final Date born) {
32 this.name = name;
38 return this.name;
49 public void setName(final String name) {
50 this.name = name;
65 ret = this.name == null ? o.name == null : this.name.equals(o.name
    [all...]
  /external/webrtc/third_party/gflags/gen/posix/include/gflags/
gflags.h 14 // * Neither the name of Google Inc. nor the names of its
178 // name) and argv (the entire commandline), which we sock away a copy of.
182 std::string name; // the name of the flag member in struct:google::CommandLineFlagInfo
235 extern bool GetCommandLineOption(const char* name, std::string* OUTPUT);
239 extern bool GetCommandLineFlagInfo(const char* name,
242 // Return the CommandLineFlagInfo of the flagname. exit() if name not found.
245 extern CommandLineFlagInfo GetCommandLineFlagInfoOrDie(const char* name);
262 // it to be empty if the setting failed for some reason -- the name is
263 // not a valid flag name, or the value is not a valid value -- an
    [all...]
  /external/mesa3d/src/mesa/main/
objectpurge.c 45 buffer_object_purgeable(struct gl_context *ctx, GLuint name, GLenum option)
50 bufObj = _mesa_lookup_bufferobj(ctx, name);
53 "glObjectPurgeable(name = 0x%x)", name);
63 "glObjectPurgeable(name = 0x%x) is already purgeable", name);
78 renderbuffer_purgeable(struct gl_context *ctx, GLuint name, GLenum option)
83 bufObj = _mesa_lookup_renderbuffer(ctx, name);
86 "glObjectUnpurgeable(name = 0x%x)", name);
    [all...]

Completed in 1099 milliseconds

<<11121314151617181920>>