Searched +defs:string +defs:array (Results 1 - 25 of 111) sorted by relevance

12345

/macosx-10.10/emacs-93/emacs/lisp/
H A Darray.el[all...]
/macosx-10.10/top-100.1.2/
H A Dgeneric.h31 char *string; member in struct:generic_cell
37 struct generic_cell *array; member in struct:generic_cells
/macosx-10.10/xnu-2782.1.97/libkern/c++/
H A DOSUnserialize.y168 array: '(' ')' { $$ = NULL; } label
205 string: STRING label
H A DOSUnserializeXML.y283 array: '(' ')' { $$ = $1; label
323 string: STRING label
[all...]
/macosx-10.10/WebCore-7600.1.25/Modules/indexeddb/
H A DIDBKeyPath.h62 const Vector<String>& array() const function in class:WebCore::IDBKeyPath
68 const String& string() const function in class:WebCore::IDBKeyPath
H A DIDBKey.h52 static PassRefPtr<IDBKey> createString(const String& string) argument
62 static PassRefPtr<IDBKey> createMultiEntryArray(const KeyArray& array) argument
88 static PassRefPtr<IDBKey> createArray(const KeyArray& array) argument
113 const KeyArray& array() const function in class:WebCore::IDBKey
119 const String& string() const function in class:WebCore::IDBKey
[all...]
H A DIDBKeyPath.cpp194 IDBKeyPath::IDBKeyPath(const String& string) argument
201 IDBKeyPath::IDBKeyPath(const Vector<String>& array) argument
[all...]
/macosx-10.10/emacs-93/emacs/lisp/calendar/
H A Dcal-french.el[all...]
H A Dcal-coptic.el[all...]
H A Dcal-mayan.el[all...]
H A Dcal-persia.el[all...]
/macosx-10.10/WebKit2-7600.1.25/Shared/
H A DUserData.cpp61 auto& array = static_cast<API::Array&>(*object); local
114 auto& array = static_cast<const API::Array&>(object); local
174 auto& string = static_cast<const API::String&>(object); local
308 String string; local
[all...]
/macosx-10.10/IOKitUser-1050.1.21/kext.subproj/
H A DprintPList_new.c32 static void _indent(CFMutableStringRef string, unsigned indentLevel) argument
54 static void _appendCFURL(CFMutableStringRef string, argument
42 _appendCFString( CFMutableStringRef string, CFStringRef aString, Boolean withQuotes) argument
80 _appendPlist( CFMutableStringRef string, CFTypeRef plist, CFTypeRef plistRoot, PListStyle style, unsigned indentLevel) argument
169 CFArrayRef array = (CFArrayRef)plist; local
227 CFMutableStringRef string = NULL; // must release local
262 CFMutableStringRef string = NULL; // must release local
[all...]
/macosx-10.10/WebKit2-7600.1.25/Shared/cf/
H A DKeyedDecoder.cpp117 auto string = dynamic_cf_cast<CFStringRef>(CFDictionaryGetValue(m_dictionaryStack.last(), key.createCFString().get())); local
142 auto array = dynamic_cf_cast<CFArrayRef>(CFDictionaryGetValue(m_dictionaryStack.last(), key.createCFString().get())); local
H A DArgumentCodersCF.cpp208 RetainPtr<CFArrayRef> array; local
253 RetainPtr<CFStringRef> string; local
311 void encode(ArgumentEncoder& encoder, CFArrayRef array) argument
524 encode(ArgumentEncoder& encoder, CFStringRef string) argument
[all...]
/macosx-10.10/ppp-786.1.1/Helpers/vpnd/
H A Dcf_utils.c90 CFArrayRef array; local
92 CFStringRef string; local
[all...]
H A Dsys_MacOSX.c155 CFStringRef string, key; local
156 CFArrayRef array; local
[all...]
H A Dpppoptions.c187 CFArrayRef array = 0; local
300 CFArrayRef array; local
354 CFArrayRef array; local
356 CFStringRef string; local
693 CFArrayRef array; local
740 CFArrayRef array; local
[all...]
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/json/
H A Djson_write.tcl[all...]
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/pt/
H A Djson_write.tcl[all...]
/macosx-10.10/JavaScriptCore-7600.1.17/runtime/
H A DLiteralParser.cpp325 ALWAYS_INLINE void setParserTokenString<LChar>(LiteralParserToken<LChar>& token, const LChar* string) argument
332 ALWAYS_INLINE void setParserTokenString<UChar>(LiteralParserToken<UChar>& token, const UChar* string) argument
555 JSArray* array = constructEmptyArray(m_exec, 0); local
577 JSArray* array local
[all...]
/macosx-10.10/Security-57031.1.35/Security/sec/Security/
H A DSecuritydXPC.c198 bool SecXPCDictionarySetString(xpc_object_t message, const char *key, CFStringRef string, CFErrorRef *error) argument
218 CFTypeRef array = SecXPCDictionaryCopyPList(message, key, error); local
320 const char *string = xpc_dictionary_get_string(message, key); local
[all...]
/macosx-10.10/bash-94.1.2/bash-3.2/lib/sh/
H A Dstrftime.c799 static char *array[] = variable
853 char string[MAXTIME]; local
/macosx-10.10/cxxfilt-11/cxxfilt/bfd/
H A Delf-strtab.c56 struct elf_strtab_hash_entry **array; member in struct:elf_strtab_hash
62 elf_strtab_hash_newfunc(struct bfd_hash_entry *entry, struct bfd_hash_table *table, const char *string) argument
301 struct elf_strtab_hash_entry **array, **a, *e; local
[all...]
/macosx-10.10/tcl-105/tcl/tcl/generic/
H A DtclHash.c709 int *array = (int *) keyPtr; local
793 register const int *array = (const int *) keyPtr; local
825 const char *string = (const char *) keyPtr; local
889 register const char *string = (const char *) keyPtr; local
[all...]

Completed in 140 milliseconds

12345