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

1234567891011>>

/macosx-10.9.5/ruby-104/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.9.5/WebCore-7537.78.1/Modules/speech/
H A DSpeechRecognitionResultList.cpp34 PassRefPtr<SpeechRecognitionResultList> SpeechRecognitionResultList::create(const Vector<RefPtr<SpeechRecognitionResult> >& results) argument
36 return adoptRef(new SpeechRecognitionResultList(results));
47 SpeechRecognitionResultList::SpeechRecognitionResultList(const Vector<RefPtr<SpeechRecognitionResult> >& results) argument
48 : m_results(results)
H A DSpeechRecognitionEvent.cpp49 PassRefPtr<SpeechRecognitionEvent> SpeechRecognitionEvent::createResult(unsigned long resultIndex, const Vector<RefPtr<SpeechRecognitionResult> >& results) argument
51 return adoptRef(new SpeechRecognitionEvent(eventNames().resultEvent, resultIndex, SpeechRecognitionResultList::create(results)));
57 Vector<RefPtr<SpeechRecognitionResult> > results; local
58 results.append(result);
59 return adoptRef(new SpeechRecognitionEvent(eventNames().nomatchEvent, 0, SpeechRecognitionResultList::create(results)));
78 , m_results(initializer.results)
82 SpeechRecognitionEvent::SpeechRecognitionEvent(const AtomicString& eventName, unsigned long resultIndex, PassRefPtr<SpeechRecognitionResultList> results) argument
85 , m_results(results)
/macosx-10.9.5/WebCore-7537.78.1/page/
H A DSpeechInputResultList.cpp38 PassRefPtr<SpeechInputResultList> SpeechInputResultList::create(const SpeechInputResultArray& results) argument
40 return adoptRef(new SpeechInputResultList(results));
48 SpeechInputResultList::SpeechInputResultList(const SpeechInputResultArray& results) argument
49 : m_results(results) // Takes a copy of the array of RefPtrs.
H A DSpeechInputEvent.idl29 readonly attribute SpeechInputResultList results;
H A DSpeechInputEvent.cpp46 PassRefPtr<SpeechInputEvent> SpeechInputEvent::create(const AtomicString& eventType, const SpeechInputResultArray& results) argument
48 return adoptRef(new SpeechInputEvent(eventType, results));
55 SpeechInputEvent::SpeechInputEvent(const AtomicString& eventType, const SpeechInputResultArray& results) argument
57 , m_results(SpeechInputResultList::create(results))
H A DSpeechInputEvent.h43 static PassRefPtr<SpeechInputEvent> create(const AtomicString& eventType, const SpeechInputResultArray& results);
46 SpeechInputResultList* results() const { return m_results.get(); } function in class:WebCore::SpeechInputEvent
52 SpeechInputEvent(const AtomicString& eventType, const SpeechInputResultArray& results);
/macosx-10.9.5/ruby-104/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
/macosx-10.9.5/CPANInternal-140/DateTime/t/
H A D12week.t40 my @results = @{ $test->[1] };
50 is( "$year-W$week", "$results[0]-W$results[1]" );
/macosx-10.9.5/eap8021x-180/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.9.5/CPANInternal-140/Apache2-SOAP/t/soap/
H A Dconvert.t26 my $results = $out->result();
27 ok t_cmp(defined $results, 1);
28 ok t_cmp(ref($results), 'HASH');
29 ok t_cmp($results->{results}, lc($string));
35 $results = $out->result();
36 ok t_cmp(defined $results, 1);
37 ok t_cmp(ref($results), 'HASH');
38 ok t_cmp($results->{results}, u
[all...]
/macosx-10.9.5/CPANInternal-140/Apache2-SOAP-0.73/t/soap/
H A Dconvert.t26 my $results = $out->result();
27 ok t_cmp(defined $results, 1);
28 ok t_cmp(ref($results), 'HASH');
29 ok t_cmp($results->{results}, lc($string));
35 $results = $out->result();
36 ok t_cmp(defined $results, 1);
37 ok t_cmp(ref($results), 'HASH');
38 ok t_cmp($results->{results}, u
[all...]
/macosx-10.9.5/CPANInternal-140/Tree-Simple-VisitorFactory/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.9.5/CPANInternal-140/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.9.5/Security-55471.14.18/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.9.5/libsecurity_ldap_dl-55002/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.9.5/ICU-511.35/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
114 UnicodeString results[4] = { local
128 UnicodeString results[4] = { local
145 UnicodeString results[4] = { local
158 UnicodeString results[4] = { local
169 UnicodeString results[4] = { local
[all...]
/macosx-10.9.5/CPANInternal-140/XML-XPath/XPath/
H A DStep.pm140 # that results from generating an initial node set from the
170 my $results = XML::XPath::NodeSet->new();
173 $method->($self, $context, $results);
179 # warn("results: ", join('><', map {$_->string_value} @$results), "\n");
182 $results = $self->filter_by_predicate($results, $predicate);
185 return $results;
190 my ($context, $results) = @_;
195 return $results unles
[all...]
/macosx-10.9.5/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.9.5/CPANInternal-140/Apache2-SOAP/t/lib/TestSOAP/
H A Dconvert.pm10 return {results => $response};
/macosx-10.9.5/CPANInternal-140/Apache2-SOAP-0.73/t/lib/TestSOAP/
H A Dconvert.pm10 return {results => $response};
/macosx-10.9.5/ICU-511.35/icuSources/i18n/
H A Dcsrutf8.h35 UBool match(InputText *input, CharsetMatch *results) const;

Completed in 145 milliseconds

1234567891011>>