Searched refs:name (Results 326 - 350 of 20459) sorted by relevance

<<11121314151617181920>>

/external/smack/src/org/xbill/DNS/
H A DTXTRecord.java30 TXTRecord(Name name, int dclass, long ttl, List strings) { argument
31 super(name, Type.TXT, dclass, ttl, strings);
40 TXTRecord(Name name, int dclass, long ttl, String string) { argument
41 super(name, Type.TXT, dclass, ttl, string);
/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/chromium_org/third_party/mesa/src/src/mapi/glapi/gen/
H A Dgl_table.py38 self.name = "gl_table.py (from Mesa)"
52 print ' %s (GLAPIENTRYP %s)(%s); /* %d */' % (f.return_type, f.name, arg_string, f.offset)
83 self.name = "gl_table.py (from Mesa)"
148 print '#define _gloffset_%s %d' % (f.name, f.offset)
155 print '#define _gloffset_%s %d' % (f.name, f.offset)
175 print '#define %s_remap_index %u' % (f.name, index)
180 print '#define _gloffset_%s %s[%s_remap_index]' % (f.name, remap_table, f.name)
189 print 'typedef %s (GLAPIENTRYP _glptr_%s)(%s);' % (f.return_type, f.name, arg_string)
190 print '#define CALL_%s(disp, parameters) \\' % (f.name)
[all...]
/external/mesa3d/src/mapi/glapi/gen/
H A Dgl_table.py38 self.name = "gl_table.py (from Mesa)"
52 print ' %s (GLAPIENTRYP %s)(%s); /* %d */' % (f.return_type, f.name, arg_string, f.offset)
83 self.name = "gl_table.py (from Mesa)"
148 print '#define _gloffset_%s %d' % (f.name, f.offset)
155 print '#define _gloffset_%s %d' % (f.name, f.offset)
175 print '#define %s_remap_index %u' % (f.name, index)
180 print '#define _gloffset_%s %s[%s_remap_index]' % (f.name, remap_table, f.name)
189 print 'typedef %s (GLAPIENTRYP _glptr_%s)(%s);' % (f.return_type, f.name, arg_string)
190 print '#define CALL_%s(disp, parameters) \\' % (f.name)
[all...]
/external/bison/lib/
H A Dunsetenv.c20 optimizes away the name == NULL test below. */
57 unsetenv (const char *name) argument
62 if (name == NULL || *name == '\0' || strchr (name, '=') != NULL)
68 len = strlen (name);
74 if (!strncmp (*ep, name, len) && (*ep)[len] == '=')
111 rpl_unsetenv (const char *name)
114 if (!name || !*name || strch
[all...]
/external/chromium_org/chrome/browser/resources/ntp4/
H A Dlogging.js15 * @param {string} name The name of the event (can be any string).
20 function logEvent(name, shouldLogTime) {
22 chrome.send('metricsHandler:logEventTime', [name]);
23 eventLog.push([name, Date.now()]);
/external/chromium_org/components/password_manager/content/common/
H A Dcredential_manager_types.cc13 const base::string16& name,
17 name(name),
12 CredentialInfo(const base::string16& id, const base::string16& name, const GURL& avatar) argument
/external/chromium_org/components/variations/
H A Dmetrics_util.cc12 uint32 HashName(const std::string& name) { argument
16 base::SHA1HashBytes(reinterpret_cast<const unsigned char*>(name.c_str()),
17 name.size(),
/external/chromium_org/jingle/notifier/listener/
H A Dxml_element_util.h21 buzz::XmlElement* MakeBoolXmlElement(const char* name, bool value);
23 buzz::XmlElement* MakeIntXmlElement(const char* name, int value);
25 buzz::XmlElement* MakeStringXmlElement(const char* name, const char* value);
/external/chromium_org/remoting/tools/
H A Dget_mac_crd_version.sh18 local name="${1}"
22 echo "${name}: version = ${1}"
24 echo "${name}: plist doesn't exist"
/external/chromium_org/storage/common/fileapi/
H A Ddirectory_entry.cc11 DirectoryEntry::DirectoryEntry(const std::string& name, argument
15 : name(base::FilePath::FromUTF8Unsafe(name).value()),
H A Dfile_system_info.cc13 FileSystemInfo::FileSystemInfo(const std::string& name, argument
16 : name(name), root_url(root_url), mount_type(mount_type) {
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLTableCaptionElement.cpp42 void HTMLTableCaptionElement::collectStyleForPresentationAttribute(const QualifiedName& name, const AtomicString& value, MutableStylePropertySet* style) argument
44 if (name == alignAttr) {
48 HTMLElement::collectStyleForPresentationAttribute(name, value, style);
/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
H A DIDBMetadata.h13 * 3. Neither the name of Apple Computer, Inc. ("Apple") nor the names of
41 IDBIndexMetadata(const String& name, int64_t id, const IDBKeyPath& keyPath, bool unique, bool multiEntry) argument
42 : name(name)
47 String name; member in struct:blink::IDBIndexMetadata
58 IDBObjectStoreMetadata(const String& name, int64_t id, const IDBKeyPath& keyPath, bool autoIncrement, int64_t maxIndexId) argument
59 : name(name)
66 String name; member in struct:blink::IDBObjectStoreMetadata
91 IDBDatabaseMetadata(const String& name, int64_ argument
100 String name; member in struct:blink::IDBDatabaseMetadata
[all...]
/external/chromium_org/third_party/WebKit/Source/platform/clipboard/
H A DClipboardUtilitiesTest.cpp14 * * Neither the name of Google Inc. nor the names of its
57 String name = "name"; local
59 validateFilename(name, extension);
60 EXPECT_EQ("name", name);
66 String name = "na" + String(invalidCharacters, WTF_ARRAY_LENGTH(invalidCharacters)) + "me"; local
68 validateFilename(name, extension);
69 EXPECT_EQ("name", name);
75 String name; local
83 String name = String(longString) + longString; local
[all...]
/external/chromium_org/third_party/icu/source/common/
H A Ducnv_imp.h31 * Fast check for whether a charset name is "UTF-8".
34 * @param name const char * charset name
37 #define UCNV_FAST_IS_UTF8(name) \
38 (((name[0]=='U' ? \
39 ( name[1]=='T' && name[2]=='F') : \
40 (name[0]=='u' && name[1]=='t' && name[
[all...]
/external/chromium_org/third_party/icu/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;
/external/chromium_org/third_party/libvpx/source/libvpx/vpx_ports/
H A Dasm_offsets.h17 #define ct_assert(name,cond) \
18 static void assert_##name(void) UNUSED;\
19 static void assert_##name(void) {switch(0){case 0:case !!(cond):;}}
/external/chromium_org/third_party/re2/re2/
H A Dmake_unicode_groups.py42 def PrintRanges(type, name, ranges):
43 """Print the ranges as an array of type named name."""
44 print "static %s %s[] = {" % (type, name,)
49 # def PrintCodes(type, name, codes):
50 # """Print the codes as an array of type named name."""
51 # print "static %s %s[] = {" % (type, name,)
56 def PrintGroup(name, codes):
75 ugroup = "{ \"%s\", +1" % (name,)
77 # PrintCodes("uint16", name+"_code16", code16)
78 # ugroup += ", %s_code16, %d" % (name, le
[all...]
/external/chromium_org/third_party/tlslite/tlslite/utils/
H A Dpem.py10 def dePem(s, name):
14 based on the input name string, e.g. for name="CERTIFICATE":
25 prefix = "-----BEGIN %s-----" % name
26 postfix = "-----END %s-----" % name
33 s = s[start+len("-----BEGIN %s-----" % name) : end]
37 def dePemList(s, name):
41 PEM prefix and postfix based on the input name string, e.g. for
42 name="TACK BREAK SIG". Arbitrary text can appear between and before and
61 prefix = "-----BEGIN %s-----" % name
[all...]
/external/chromium_org/tools/telemetry/telemetry/core/platform/
H A Ddevice.py12 name: A device name string in human-understandable term.
18 def __init__(self, name, guid):
19 self._name = name
23 def name(self): member in class:Device
/external/chromium_org/v8/test/mjsunit/regress/
H A Dregress-transcendental.js12 // * Neither the name of Google Inc. nor the names of its
33 function test(f, x, name) {
42 print(name + " runtime function: " + runtime_result);
43 print(name + " generated code : " + gencode_result);
/external/deqp/framework/egl/
H A DegluGLFunctionLoader.cpp35 glw::GenericFuncType GLFunctionLoader::get (const char* name) const
37 glw::GenericFuncType func = (glw::GenericFuncType)m_library->getFunction(name);
40 return (glw::GenericFuncType)eglGetProcAddress(name);
/external/deqp/modules/gles2/
H A Dtes2TestCase.hpp38 TestCaseGroup (Context& context, const char* name, const char* description);
39 TestCaseGroup (Context& context, const char* name, const char* description, const std::vector<TestNode*>& children);
51 TestCase (Context& context, const char* name, const char* description);
52 TestCase (Context& context, tcu::TestNodeType type, const char* name, const char* description);
59 inline TestCaseGroup::TestCaseGroup (Context& context, const char* name, const char* description) argument
60 : tcu::TestCaseGroup (context.getTestContext(), name, description)
65 inline TestCaseGroup::TestCaseGroup (Context& context, const char* name, const char* description, const std::vector<TestNode*>& children) argument
66 : tcu::TestCaseGroup (context.getTestContext(), name, description, children)
71 inline TestCase::TestCase (Context& context, const char* name, const char* description) argument
72 : tcu::TestCase (context.getTestContext(), name, descriptio
77 TestCase(Context& context, tcu::TestNodeType type, const char* name, const char* description) argument
[all...]
/external/deqp/modules/gles3/
H A Dtes3TestCase.hpp38 TestCaseGroup (Context& context, const char* name, const char* description);
39 TestCaseGroup (Context& context, const char* name, const char* description, const std::vector<TestNode*>& children);
51 TestCase (Context& context, const char* name, const char* description);
52 TestCase (Context& context, tcu::TestNodeType nodeType, const char* name, const char* description);
59 inline TestCaseGroup::TestCaseGroup (Context& context, const char* name, const char* description) argument
60 : tcu::TestCaseGroup (context.getTestContext(), name, description)
65 inline TestCaseGroup::TestCaseGroup (Context& context, const char* name, const char* description, const std::vector<TestNode*>& children) argument
66 : tcu::TestCaseGroup (context.getTestContext(), name, description, children)
71 inline TestCase::TestCase (Context& context, const char* name, const char* description) argument
72 : tcu::TestCase (context.getTestContext(), name, descriptio
77 TestCase(Context& context, tcu::TestNodeType nodeType, const char* name, const char* description) argument
[all...]

Completed in 2916 milliseconds

<<11121314151617181920>>