Searched refs:name (Results 226 - 250 of 20459) sorted by relevance

1234567891011>>

/external/chromium_org/sync/syncable/
H A Dsyncable_base_write_transaction.cc12 const char* name,
15 : BaseTransaction(location, name, writer, directory) {
10 BaseWriteTransaction( const tracked_objects::Location location, const char* name, WriterTag writer, Directory* directory) argument
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLMapElement.idl23 [Reflect] attribute DOMString name;
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/
H A Dbuilders_unittest.py13 # * Neither the name of Google Inc. nor the names of its
41 for name, expected in tests.items():
42 self.assertEqual(expected, builders.builder_path_from_name(name))
/external/chromium_org/third_party/angle/src/compiler/preprocessor/
H A DMacro.cpp17 (name == other.name) &&
/external/chromium_org/third_party/mesa/src/src/mapi/mapi/
H A Dtable.c35 noop_warn(const char *name) argument
43 fprintf(stderr, "%s is no-op\n", name);
/external/chromium_org/third_party/protobuf/python/google/protobuf/
H A Ddescriptor_database.py15 # * Neither the name of Google Inc. nor the names of its
50 self._file_desc_protos_by_file[file_desc_proto.name] = file_desc_proto
54 (name, file_desc_proto) for name in _ExtractSymbols(message, package))
57 '.'.join((package, enum.name))] = file_desc_proto
59 def FindFileByName(self, name):
60 """Finds the file descriptor proto by file name.
62 Typically the file name is a relative path ending to a .proto file. The
63 proto with the given name will have to have been added to this database
67 name
[all...]
/external/chromium_org/third_party/skia/src/gpu/gl/mesa/
H A DGrGLCreateMesaInterface.cpp14 static GrGLFuncPtr osmesa_get(void* ctx, const char name[]) { argument
17 return OSMesaGetProcAddress(name);
/external/chromium_org/third_party/webrtc/modules/remote_bitrate_estimator/test/
H A Dbwe_test_logging.h46 // Log *contexts* are names concatenated with '_' between them, with the name
54 // Set a thread-global base logging context. This name will be prepended to all
56 // |name| is a char*, std::string or uint32_t to name the context.
57 #define BWE_TEST_LOGGING_GLOBAL_CONTEXT(name)
64 // |name| is a char*, std::string or uint32_t to name the context.
65 #define BWE_TEST_LOGGING_CONTEXT(name)
79 // |name| is a char*, std::string or uint32_t to name th
[all...]
/external/chromium_org/v8/test/mjsunit/regress/
H A Dregress-crbug-40931.js12 // * Neither the name of Google Inc. nor the names of its
40 for (name in splitNames) {
41 forInNames[count++] = name;
/external/doclava/res/assets/templates/
H A Dpackage-list.cs1 <?cs each:pkg=docs.packages ?><?cs var: pkg.name ?>
/external/e2fsprogs/
H A D.missing-copyright3 find . -type f \! -name \*~ \! -exec grep -q Begin-Header \{\} \; -print \
/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/src/
H A Dsymbolhash.c39 #define COMPARE(a, b) strcmp ((a)->name, (b)->name)
H A Dsymbolhash.h33 #define COMPARE(a, b) strcmp ((a)->name, (b)->name)
/external/jarjar/src/test/com/tonicsystems/jarjar/
H A DRulesFileParserTest.java29 public RulesFileParserTest(String name) { argument
30 super(name);
/external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/serialization/
H A DSoapPrimitive.java33 * namespace, name and string value (this is how the stockquote example works).
38 String name; field in class:SoapPrimitive
41 public SoapPrimitive(String namespace, String name, String value) { argument
43 this.name = name;
52 boolean varsEqual = name.equals(p.name)
59 return name.hashCode() ^ (namespace == null ? 0 : namespace.hashCode());
71 return name;
/external/libcxx/test/localization/locales/locale/locale.members/
H A Dname.pass.cpp12 // basic_string<char> name() const;
17 #include "platform_support.h" // locale name macros
23 assert(loc.name() == "C");
27 assert(loc.name() == LOCALE_en_US_UTF_8);
/external/libcxx/test/utilities/type.index/type.index.members/
H A Dname.pass.cpp14 // const char* name() const;
24 assert(std::string(t1.name()) == ti.name());
/external/mesa3d/src/mapi/mapi/
H A Dtable.c35 noop_warn(const char *name) argument
43 fprintf(stderr, "%s is no-op\n", name);
/external/mksh/src/
H A Dvar_spec.h3 #define FN(name) /* nothing */
5 #define FN(name) V_##name,
6 #define F0(name) V_##name = 0,
8 #define F0(name) /* nothing */
9 #define FN(name) #name,
/external/mockito/cglib-and-asm/src/org/mockito/cglib/transform/impl/
H A DInterceptFieldFilter.java21 boolean acceptRead(Type owner, String name); argument
22 boolean acceptWrite(Type owner, String name); argument

Completed in 456 milliseconds

1234567891011>>