Searched refs:sets (Results 1 - 25 of 190) sorted by relevance

12345678

/macosx-10.10/dyld-353.2.1/unit-tests/test-cases/tlv-initializer/
H A Dget.s4 # _myinit sets up TLV content
12 # _myinit sets up TLV content
/macosx-10.10/dyld-353.2.1/unit-tests/test-cases/tlv-terminators/
H A Dinit.s2 # _myinit sets up TLV content
/macosx-10.10/cups-408/cups/vcnet/regex/
H A Dregfree.c30 if (g->sets != NULL)
31 free((char *)g->sets);
/macosx-10.10/libxslt-13/libxslt/tests/exslt/
H A DMakefile.am3 SUBDIRS=common functions math sets strings dynamic date
/macosx-10.10/llvmCore-3425.0.34/lib/Support/
H A Dregfree.c65 if (g->sets != NULL)
66 free((char *)g->sets);
/macosx-10.10/configd-699.1.5/scutil.tproj/
H A Dnet_set.c76 CFArrayRef sets; local
79 sets = SCNetworkSetCopyAll(prefs);
80 if (sets == NULL) {
85 sorted = CFArrayCreateMutableCopy(NULL, 0, sets);
91 CFRelease(sets);
92 sets = CFArrayCreateCopy(NULL, sorted);
94 return sets;
107 if (sets == NULL) {
113 sets = _copy_sets();
114 if (sets
[all...]
/macosx-10.10/ICU-531.30/icuSources/test/intltest/
H A Dusettest.h167 void testSpan(const UnicodeSetWithStrings *sets[4], const void *s, int32_t length, UBool isUTF16,
171 void testSpan(const UnicodeSetWithStrings *sets[4], const void *s, int32_t length, UBool isUTF16,
174 void testSpanBothUTFs(const UnicodeSetWithStrings *sets[4],
178 void testSpanContents(const UnicodeSetWithStrings *sets[4], uint32_t whichSpans, const char *testName);
179 void testSpanUTF16String(const UnicodeSetWithStrings *sets[4], uint32_t whichSpans, const char *testName);
180 void testSpanUTF8String(const UnicodeSetWithStrings *sets[4], uint32_t whichSpans, const char *testName);
/macosx-10.10/Libc-1044.1.2/nls/FreeBSD/
H A Dmsgcat.h61 * by adding a 'sorted' flag to the db, and sorting msgs and sets at load
128 int32_t numSets; /* Number of sets */
129 MCSetT *sets; /* Pointer to the sets */ member in struct:__anon2793
/macosx-10.10/xnu-2782.1.97/tools/tests/affinity/
H A DMakefile32 SOURCES := sets.c pool.c tags.c
33 ARCH_32_TARGETS := $(addprefix $(DSTROOT)/, sets pool tags)
H A Dsets.c29 * We spin off sets of production line threads (2 sets by default).
30 * All threads of each line sets the same affinity tag (unless disabled).
39 * With affinity enabled, each producer and consumer thread sets its affinity
122 "usage: sets [-a] Turn affinity on (off)\n"
132 " [N] Number of sets/lines (2)\n"
184 * If we're using affinity sets (we are by default)
320 * Calcalute how many sets:
323 mutter(" %qd cpus; %qd cpus per L%d cache: using %d sets\n",
337 int sets local
[all...]
/macosx-10.10/llvmCore-3425.0.34/lib/DebugInfo/
H A DDWARFDebugAranges.cpp65 SetCollection sets; local
70 sets.push_back(set);
74 std::for_each(sets.begin(), sets.end(), CountArangeDescriptors(count));
79 std::for_each(sets.begin(), sets.end(), range_adder);
/macosx-10.10/configd-699.1.5/scselect.tproj/
H A Dscselect.c88 CFDictionaryRef sets; local
182 sets = SCPreferencesGetValue(prefs, kSCPrefSets);
183 if (sets == NULL) {
184 SCPrint(TRUE, stderr, CFSTR("No network sets defined.\n"));
205 nSets = CFDictionaryGetCount(sets);
209 CFDictionaryGetKeysAndValues(sets, setKeys, setVals);
248 CFSTR("Defined sets include:%s\n"),
/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/Controllers/
H A DProbeManager.js34 // Main lookup tables for probes and probe sets.
60 var sets = [];
62 sets.push(set);
64 return sets;
/macosx-10.10/ruby-106/ruby/bootstraptest/
H A Drunner.rb78 when /\A--sets=(.*)/
103 Usage: #{File.basename($0, '.*')} --ruby=PATH [--sets=NAME,NAME,...]
104 --sets=NAME,NAME,... Name of test sets.
/macosx-10.10/emacs-93/emacs/lisp/eshell/
H A Desh-var.el300 (defun eshell/export (&rest sets)
302 (while sets
303 (if (and (stringp (car sets))
304 (string-match "^\\([^=]+\\)=\\(.*\\)" (car sets)))
305 (setenv (match-string 1 (car sets))
306 (match-string 2 (car sets))))
307 (setq sets (cdr sets))))
/macosx-10.10/ICU-531.30/icuSources/common/
H A Drbbisetb.h43 // Unicode sets that include this range.
72 // to set numbers in the non-overlapping set of sets.
82 void addValToSets(UVector *sets, uint32_t val);
/macosx-10.10/man-16/man/gencat/
H A Dmsgcat.h77 * by adding a 'sorted' flag to the db, and sorting msgs and sets at load
99 #define MCLoadBySet 0 /* Load entire sets as they are used */
154 long numSets; /* Number of sets */
155 MCSetT *sets; /* Pointer to the sets */ member in struct:__anon11160
/macosx-10.10/ncurses-44/ncurses/misc/
H A Dncurses-config132 --prefix=ARG sets the package-prefix of ${THIS}
134 --exec-prefix=ARG sets the executable-prefix of ${THIS}
H A Dncurses-config.in132 --prefix=ARG sets the package-prefix of ${THIS}
134 --exec-prefix=ARG sets the executable-prefix of ${THIS}
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/struct/
H A Dsets_c.tcl5 # Definitions for the processing of sets. C implementation.
29 critcl::cheaders sets/*.h
30 critcl::csources sets/*.c
/macosx-10.10/configd-699.1.5/SystemConfiguration.fproj/
H A DSCNetworkSet.c428 CFArrayRef sets; local
431 sets = SCNetworkSetCopyAll(setPrivate->prefs);
432 if (sets != NULL) {
436 n = CFArrayGetCount(sets);
442 set = CFArrayGetValueAtIndex(sets, i);
450 CFRelease(sets);
455 CFRelease(sets);
490 // push the [deep] interface configuration into all sets which contain this service.
561 CFDictionaryRef sets; local
564 sets
1120 CFArrayRef sets; local
1477 CFArrayRef sets; local
[all...]
/macosx-10.10/vim-55/runtime/autoload/xml/
H A Dxsl.vim7 \ 'attribute-set' : [['attribute'], {'name' : [], 'use-attribute-sets' : []}],
11 \ 'copy' : [[], {'use-attribute-sets' : []}],
14 \ 'element' : [['apply-imports', 'apply-templates', 'attribute', 'call-template', 'choose', 'comment', 'copy', 'copy-of', 'element', 'fallback', 'for-each', 'if', 'message', 'number', 'processing-instruction', 'text', 'value-of', 'variable'], {'name' : [], 'namespace' : [], 'use-attribute-sets' : []}],
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-core/Examples/NonFunctional/RemotePyInterpreter/
H A Dremote_console.py12 from sets import Set as set
108 check = sets.Set(dir(__builtins__))
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/Examples/NonFunctional/RemotePyInterpreter/
H A Dremote_console.py12 from sets import Set as set
108 check = sets.Set(dir(__builtins__))
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-core-2.5.1/Examples/NonFunctional/RemotePyInterpreter/
H A Dremote_console.py12 from sets import Set as set
108 check = sets.Set(dir(__builtins__))

Completed in 198 milliseconds

12345678