Searched refs:names (Results 276 - 300 of 1437) sorted by relevance

<<11121314151617181920>>

/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/struct/
H A Dlist.tcl1249 return [array names map]
1272 foreach k [array names map] {
1279 return [array names map]
1307 foreach k [array names map] {
1312 foreach k [array names used] {
1320 return [array names map]
1328 ## == All left keys = array names map after
1349 foreach k [array names map] {
1357 return [array names map]
1386 foreach k [array names ma
[all...]
/macosx-10.9.5/xnu-2422.115.4/iokit/Kernel/
H A DIODeviceTreeSupport.cpp779 const char *names; local
789 names = (const char *) data->getBytesNoCopy();
790 lastName = names + data->getLength();
792 names = string->getCStringNoCopy();
793 lastName = names + string->getLength() + 1;
804 matched = (0 == strncmp( ckey, names, keyLen - 1 ));
806 matched = (keyLen == strlen( names ))
807 && (0 == strncmp( ckey, names, keyLen ));
810 result = names;
812 names
1242 char *names; local
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/java/src/com/sleepycat/persist/model/
H A DClassEnhancer.java240 String[] names = file.list();
241 if (names != null) {
242 for (int i = 0; i < names.length; i += 1) {
243 nFiles += enhanceFile(new File(file, names[i]));
/macosx-10.9.5/BerkeleyDB-21/db/test/
H A Dtest008.tcl16 # TEST Take the source files and dbtest executable and enter their names as
78 set names($count) $f
125 set r [eval {$db del} $txn {$names($ndx)}]
126 error_check_good db_del:$names($ndx) $r 0
137 put_file $db $txn $pflags $names($ndx)
/macosx-10.9.5/ICU-511.35/icuSources/common/
H A Ducmndata.c118 offsetTOCPrefixBinarySearch(const char *s, const char *names, argument
135 * At the same time, we find if s is one of the start and (limit-1) names,
138 if(0==strcmpAfterPrefix(s, names+toc[0].nameOffset, &startPrefixLength)) {
143 if(0==strcmpAfterPrefix(s, names+toc[limit].nameOffset, &limitPrefixLength)) {
149 int32_t cmp=strcmpAfterPrefix(s, names+toc[i].nameOffset, &prefixLength);
180 * At the same time, we find if s is one of the start and (limit-1) names,
/macosx-10.9.5/Libc-997.90.3/gen/
H A Ddisklabel.c39 * 4. Neither the name of the University nor the names of its contributors
187 gettype(t, names)
189 char **names;
193 for (nm = names; *nm; nm++)
195 return (nm - names);
/macosx-10.9.5/WebCore-7537.78.1/bridge/
H A Dnpruntime_impl.h39 extern void _NPN_GetStringIdentifiers(const NPUTF8** names, int32_t nameCount, NPIdentifier* identifiers);
/macosx-10.9.5/WebCore-7537.78.1/inspector/
H A DInspectorDatabaseAgent.h13 * 3. Neither the name of Apple Computer, Inc. ("Apple") nor the names of
68 virtual void getDatabaseTableNames(ErrorString*, const String& databaseId, RefPtr<TypeBuilder::Array<String> >& names);
/macosx-10.9.5/WebCore-7537.78.1/platform/text/
H A DTextEncodingRegistry.cpp198 Vector<const char*> names; local
203 names.append(it->key);
206 size_t length = names.size();
208 textEncodingNameMap->remove(names[j]);
366 // If the calling thread did not use extended encoding names, it is fine for it to use a stale false value.
/macosx-10.9.5/bash-92/bash-3.2/tests/
H A Dposix2.tests34 # these tests create temp files with names $TMPDIR/conf*
74 names=one/good/three
77 set $names lose
/macosx-10.9.5/bind9-45.100/bind9/bin/tests/system/tsiggss/ns1/
H A Dnamed.conf54 /* we need to use check-names ignore so _msdcs A records can be created */
55 check-names ignore;
/macosx-10.9.5/bind9-45.100/bind9/unit/atf-src/atf-c++/detail/
H A Dfs.hpp348 //! \brief Returns the file names of the files in the directory.
350 //! Returns the leaf names of all files contained in the directory.
353 std::set< std::string > names(void) const;
/macosx-10.9.5/configd-596.15/tests/
H A DReachabilityTester.c113 CFArrayRef names = CFHostGetNames(theHost, NULL); local
115 if (names != NULL && CFArrayGetCount(names) > 0) {
116 CFStringRef host = (CFStringRef)CFArrayGetValueAtIndex(names, 0);
/macosx-10.9.5/emacs-92/emacs/lisp/progmodes/
H A Debnf-yac.el99 "List of `%TOKEN' names.")
253 (let (names)
256 (setq names (cons ebnf-yac-lex names)
261 (cons token names)))
/macosx-10.9.5/emacs-92/emacs/lwlib/
H A Dlwlib-Xlw.c49 String names[100];
53 names[i] = XtName (widget);
58 fprintf (stderr, "%s.", names[i]);
59 fprintf (stderr, "%s\n", names[0]);
/macosx-10.9.5/launchd-842.92.1/liblaunch/
H A Dbootstrap_priv.h58 kern_return_t bootstrap_lookup_children(mach_port_t bp, mach_port_array_t *children, name_array_t *names, bootstrap_property_array_t *properties, mach_msg_type_number_t *n_children);
/macosx-10.9.5/man-16/man/man2html/scripts/cgi-bin/man/
H A Dmanwhatis128 names = substr($0, 1, bracket_pos - 2);
130 n = split(names, name_list, " *, *");
/macosx-10.9.5/ncurses-42/ncurses/ncurses/tinfo/
H A Dmake_keys.c44 #include <names.c>
/macosx-10.9.5/objc4-551.1/runtime/
H A Dobjc-runtime.mm499 const TCHAR **names = (const TCHAR **)calloc(max+1, sizeof(TCHAR *));
501 const char **names = (const char **)calloc(max+1, sizeof(char *));
507 names[count++] = hi->moduleName;
511 names[count++] = hi->fname;
515 names[count] = NULL;
519 free((void *)names);
520 names = NULL;
524 return names;
/macosx-10.9.5/ruby-104/ruby/test/rexml/
H A Dtest_martin_fowler.rb22 @names = @figs.collect {|f| f.attributes['src']}
/macosx-10.9.5/tcl-102/tcl_ext/incrtcl/incrTcl/itcl/tests/old/
H A DFoo.tcl74 foreach i [array names foos] {
/macosx-10.9.5/tcl-102/tcl_ext/sdx/sdx/lib/app-sdx/
H A Dmkinfo.tcl62 foreach x [vlerq names $db] {
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/examples/tie/
H A Dtransceiver.tcl40 foreach key [lsort [array names a]] {
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/page/
H A Dgen_tree_text.tcl51 foreach k [array names attr] {
H A Dutil_flow.tcl32 set nodes [array names visit]

Completed in 339 milliseconds

<<11121314151617181920>>