Searched refs:results (Results 1 - 25 of 632) sorted by relevance

1234567891011>>

/macosx-10.10.1/ruby-106/ruby/test/rubygems/
H A Dtest_gem_ext_builder.rb26 results = []
39 Gem::Ext::Builder.make @dest_path, results
42 results = results.join "\n"
46 assert_match %r%"DESTDIR=#{ENV['DESTDIR']}"$%, results
47 assert_match %r%"DESTDIR=#{ENV['DESTDIR']}" install$%, results
49 refute_match %r%"DESTDIR=#{ENV['DESTDIR']}"$%, results
50 refute_match %r%"DESTDIR=#{ENV['DESTDIR']}" install$%, results
53 if /nmake/ !~ results
54 assert_match %r%^all: destination$%, results
[all...]
/macosx-10.10.1/ruby-106/ruby/lib/rubygems/ext/
H A Dcmake_builder.rb2 def self.build(extension, directory, dest_path, results)
7 run cmd, results
10 make dest_path, results
12 results
H A Dconfigure_builder.rb11 def self.build(extension, directory, dest_path, results, args=[])
16 run cmd, results
19 make dest_path, results
21 results
H A Drake_builder.rb12 def self.build(extension, directory, dest_path, results, args=[])
16 run cmd, results
33 run cmd, results
35 results
H A Dbuilder.rb14 def self.make(dest_path, results)
16 raise Gem::InstallError, "Makefile not found:\n\n#{results.join "\n"}"
35 run(cmd, results, "make #{target}".rstrip)
43 def self.run(command, results, command_name = nil)
53 results << command
54 results << `#{command} #{redirector}`
61 results << "Building has failed. See above output for more information on the failure." if verbose
62 raise Gem::InstallError, "#{command_name || class_name} failed:\n\n#{results.join "\n"}"
/macosx-10.10.1/Security-57031.1.35/Security/Keychain Circle Notification/
H A DNSSet+compactDescription.m31 NSMutableArray *results = [NSMutableArray new];
34 [results addObject:[v compactDescription]];
36 [results addObject:[v description]];
39 return [NSString stringWithFormat:@"[%@]", [results componentsJoinedByString:@", "]];
H A DNSDictionary+compactDescription.m32 NSMutableArray *results = [NSMutableArray new];
41 [results addObject:[NSString stringWithFormat:@"%@=%@", [k compactDescription], v]];
43 return [NSString stringWithFormat:@"{%@}", [results componentsJoinedByString:@", "]];
48 NSMutableArray *results = [NSMutableArray new];
51 [results addObject:[NSString stringWithFormat:@"%@=<not-logged>", [k compactDescription]]];
62 [results addObject:[NSString stringWithFormat:@"%@=%@", [k compactDescription], v]];
64 return [NSString stringWithFormat:@"{%@}", [results componentsJoinedByString:@", "]];
/macosx-10.10.1/eap8021x-198/EAP8021X.fproj/
H A DSIMAccess.c68 SIMAuthenticateAKA(CFDataRef rand, CFDataRef autn, AKAAuthResultsRef results) argument
70 AKAAuthResultsInit(results);
78 AKAAuthResultsSetCK(AKAAuthResultsRef results, CFDataRef ck) argument
80 my_FieldSetRetainedCFType(&results->ck, ck);
85 AKAAuthResultsSetIK(AKAAuthResultsRef results, CFDataRef ik) argument
87 my_FieldSetRetainedCFType(&results->ik, ik);
92 AKAAuthResultsSetRES(AKAAuthResultsRef results, CFDataRef res) argument
94 my_FieldSetRetainedCFType(&results->res, res);
99 AKAAuthResultsSetAUTS(AKAAuthResultsRef results, CFDataRef auts) argument
101 my_FieldSetRetainedCFType(&results
106 AKAAuthResultsInit(AKAAuthResultsRef results) argument
113 AKAAuthResultsRelease(AKAAuthResultsRef results) argument
130 AKAAuthResultsPrint(AKAAuthResultsRef results) argument
180 AKAAuthResults results; local
[all...]
H A DSIMAccess.h81 AKAAuthResultsSetCK(AKAAuthResultsRef results, CFDataRef ck);
84 AKAAuthResultsSetIK(AKAAuthResultsRef results, CFDataRef ik);
87 AKAAuthResultsSetRES(AKAAuthResultsRef results, CFDataRef res);
90 AKAAuthResultsSetAUTS(AKAAuthResultsRef results, CFDataRef auts);
93 AKAAuthResultsInit(AKAAuthResultsRef results);
96 AKAAuthResultsRelease(AKAAuthResultsRef results);
106 * TRUE if results are available:
114 SIMAuthenticateAKA(CFDataRef rand, CFDataRef autn, AKAAuthResultsRef results);
/macosx-10.10.1/CPANInternal-159.1/Tree-Simple-VisitorFactory-0.10/t/
H A D30_Tree_Simple_Visitor_FindByPath_test.t67 my @results = $visitor->getResults();
68 is(scalar(@results), 4, '... go four results (including root)');
69 is($results[0], $tree, '... got the right first result');
70 is($results[1], $tree->getChild(0), '... got the right next result');
71 is($results[2], $tree->getChild(0)->getChild(1), '... got the right next result');
72 is($results[3], $first_search, '... got the right next result');
81 my @results = $visitor->getResults();
82 is(scalar(@results), 3, '... go three results (includin
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/sec/Security/Regressions/secitem/
H A Dsi-00-find-nothing.c28 CFTypeRef results = NULL;
29 is_status(SecItemCopyMatching(query, &results), errSecItemNotFound,
31 is(results, NULL, "results still NULL?");
32 if (results) {
33 CFRelease(results);
34 results = NULL;
/macosx-10.10.1/libsecurity_ldap_dl-55003/lib/
H A DODBridge.cpp59 /* Walk the list of results and close them all. */
86 ODdl_results_handle results = (ODdl_results_handle) context; local
88 CFArrayAppendValue(results->certificates, value);
94 ODdl_results_handle results = (ODdl_results_handle) context; local
97 dispatch_sync(results->result_modifier_queue, ^{
100 if(results->results_done) dispatch_semaphore_signal(results->results_done);
136 ODdl_results_handle results; local
180 if((results = (ODdl_results_handle) malloc(sizeof(struct ODdl_results))) == NULL) {
184 CFArrayAppendValue(this->all_open_queries, (const void *)results);
219 getNextCertFromResults(ODdl_results_handle results) argument
[all...]
/macosx-10.10.1/ICU-531.30/icuSources/test/intltest/
H A Dlistformattertest.cpp38 UnicodeString three, UnicodeString four, UnicodeString results[4]) {
46 CheckFormatting(formatter.getAlias(), input1, 1, results[0]);
49 CheckFormatting(formatter.getAlias(), input2, 2, results[1]);
52 CheckFormatting(formatter.getAlias(), input3, 3, results[2]);
55 CheckFormatting(formatter.getAlias(), input4, 4, results[3]);
59 UnicodeString three, UnicodeString four, UnicodeString results[4]) {
67 formatter->format(input1, 1, results[0], errorCode);
69 formatter->format(input2, 2, results[1], errorCode);
71 formatter->format(input3, 3, results[2], errorCode);
73 formatter->format(input4, 4, results[
37 CheckFourCases(const char* locale_string, UnicodeString one, UnicodeString two, UnicodeString three, UnicodeString four, UnicodeString results[4]) argument
58 RecordFourCases(const Locale& locale, UnicodeString one, UnicodeString two, UnicodeString three, UnicodeString four, UnicodeString results[4]) argument
82 UnicodeString results[4] = { local
94 UnicodeString results[4]; local
103 UnicodeString results[4] = { local
138 UnicodeString results[4] = { local
152 UnicodeString results[4] = { local
169 UnicodeString results[4] = { local
182 UnicodeString results[4] = { local
193 UnicodeString results[4] = { local
[all...]
/macosx-10.10.1/BerkeleyDB-21/db/java/src/com/sleepycat/db/
H A DSecondaryMultiKeyCreator.java28 Set results)
33 // to the results set.
82 added to the results set. <code>SecondaryMultiKeyCreator</code> is only
84 temporary sets must be created to hold the results.
93 be derived from the primary record and returned in the results parameter.
95 always return the same results for a given set of input parameters.
107 @param results the set to contain the the secondary key DatabaseEntry
116 Set results)
113 createSecondaryKeys(SecondaryDatabase secondary, DatabaseEntry key, DatabaseEntry data, Set results) argument
/macosx-10.10.1/ICU-531.30/icuSources/i18n/
H A Dcsrutf8.h35 UBool match(InputText *input, CharsetMatch *results) const;
H A Dcsr2022.h65 UBool match(InputText *textIn, CharsetMatch *results) const;
74 UBool match(InputText *textIn, CharsetMatch *results) const;
85 UBool match(InputText *textIn, CharsetMatch *results) const;
/macosx-10.10.1/bash-94.1.2/bash-3.2/
H A Dpathexp.c232 char *temp, **results; local
259 results = filenames.gl_pathv;
261 if (results && ((GLOB_FAILED (results)) == 0))
264 ignore_glob_matches (results);
265 if (results && results[0])
266 strvec_sort (results);
269 FREE (results);
270 results
[all...]
/macosx-10.10.1/ruby-106/ruby/lib/rdoc/generator/template/darkfish/js/
H A Dsearch.js23 this.searcher.ready(function(results, isLast) {
24 _this.addResults(results, isLast);
50 this.addResults = function(results, isLast) {
52 if (this.firstRun && (results.length > 0 || isLast)) {
57 for (var i=0, l = results.length; i < l; i++) {
58 target.appendChild(this.renderItem.call(this, results[i]));
61 if (this.firstRun && results.length > 0) {
/macosx-10.10.1/tcl-105/tcl_ext/tclxml/tclxslt/library/
H A Dxsltcache.tcl4 # caching documents and results.
24 variable results
25 array set results {}
43 variable results
89 if {$readSource || $readStylesheet || ![info exists results($hash)]} {
91 set results($hash) [eval [list $stylesheets($ssheet)] transform [list $sources($src)] $parameters]
92 set results($hash,time) [clock seconds]
95 return $results($hash)
283 variable results
301 unset results
[all...]
/macosx-10.10.1/ruby-106/ruby/test/rexml/
H A Dtest_pullparser.rb14 results = parser.pull
15 res[ :xmldecl ] = true if results.xmldecl?
16 res[ :doctype ] = true if results.doctype?
17 res[ :a ] = true if results.start_element? and results[0] == 'a'
18 if results.start_element? and results[0] == 'b'
20 assert_equal 'value', results[1]['attribute']
22 res[ :text ] += 1 if results.text?
/macosx-10.10.1/ruby-106/ruby/lib/rexml/
H A Dquickpath.rb24 results = nil
31 results = filter([element.root], path)
33 results = filter([element], path)
35 results = filter(element.to_a, path)
39 results = filter(children, path)
41 results = filter([element], path)
43 return results
58 results = []
60 results |= filter( element.to_a, rest )
62 return results
[all...]
/macosx-10.10.1/WebKit2-7600.1.25/Shared/mac/
H A DCookieStorageShimLibrary.cpp65 CFDictionaryRef results = cookieStorageShimCallbacks.cookieStorageCopyRequestHeaderFieldsForURL(inCookieStorage, inRequestURL); local
66 if (!results)
69 return results;
/macosx-10.10.1/diskdev_cmds-576/fuser.tproj/
H A Dfuser.pl66 my @results = <LSOF>;
67 chomp(@results);
71 foreach (@results) {
/macosx-10.10.1/tcl-105/tcl_ext/tdom/tdom/tests/
H A Dall-bench.tcl128 set results [eval $run]
130 set results [::bench::norm $results $norm]
132 puts [::bench::out::text $results]
/macosx-10.10.1/Security-57031.1.35/SecurityTests/regressions/inc/Test/Harness/
H A DStraps.pm21 Test::Harness::Straps - detailed analysis of test results
30 my $results = $strap->analyze($name, \@test_output);
31 my $results = $strap->analyze_fh($name, $test_filehandle);
32 my $results = $strap->analyze_file($test_file);
47 Test::Harness is limited to printing out its results. This makes
48 analysis of the test results difficult for anything but a human. To
49 make it easier for programs to work with test results, we provide
50 Test::Harness::Straps. Instead of printing the results, straps
97 my $results = $strap->analyze($name, \@test_output);
100 for use in the total report. Returns the C<$results> o
[all...]

Completed in 274 milliseconds

1234567891011>>