Searched refs:Set (Results 1 - 25 of 382) sorted by relevance

1234567891011>>

/macosx-10.10.1/ruby-106/ruby/ext/psych/lib/psych/
H A Dset.rb2 class Set < ::Hash class in class:Psych
/macosx-10.10.1/llvmCore-3425.0.34/unittests/ADT/
H A DSparseSetTest.cpp21 USet Set; local
22 EXPECT_TRUE(Set.empty());
23 EXPECT_TRUE(Set.begin() == Set.end());
24 EXPECT_EQ(0u, Set.size());
26 Set.setUniverse(10);
29 EXPECT_TRUE(Set.find(0) == Set.end());
30 EXPECT_TRUE(Set.find(9) == Set
44 USet Set; local
81 USet Set; local
169 ASet Set; local
[all...]
/macosx-10.10.1/ruby-106/ruby/test/
H A Dtest_set.rb7 Set[]
8 Set[nil]
9 Set[1,2,3]
12 assert_equal(0, Set[].size)
13 assert_equal(1, Set[nil].size)
14 assert_equal(1, Set[[]].size)
15 assert_equal(1, Set[[nil]].size)
17 set = Set[2,4,6,4]
18 assert_equal(Set.new([2,4,6]), set)
23 Set
[all...]
/macosx-10.10.1/BerkeleyDB-21/db/java/src/com/sleepycat/db/
H A DSecondaryMultiKeyCreator.java11 import java.util.Set;
28 Set results)
116 Set results)
/macosx-10.10.1/BerkeleyDB-21/db/java/src/com/sleepycat/persist/evolve/
H A DEvolveConfig.java13 import java.util.Set;
26 private Set<String> classesToEvolve;
58 public Set<String> getClassesToEvolve() {
H A DEntityConverter.java13 import java.util.Set;
35 private Set<String> deletedKeys;
44 Set<String> deletedKeys) {
58 public Set<String> getDeletedKeys() {
/macosx-10.10.1/CPANInternal-159.1/HTTP-Proxy-0.25/eg/
H A Danonymiser.pl17 sub { $_[1]->remove_header(qw( Set-Cookie Set-Cookie2 )) }
/macosx-10.10.1/CPANInternal-159.1/HTTP-Proxy-0.300/eg/
H A Danonymiser.pl17 sub { $_[1]->remove_header(qw( Set-Cookie Set-Cookie2 )) }
/macosx-10.10.1/llvmCore-3425.0.34/autoconf/m4/
H A Dfunc_isinf.m410 AC_DEFINE([HAVE_ISINF_IN_MATH_H],1,[Set to 1 if the isinf function is found in <math.h>])
17 AC_DEFINE([HAVE_ISINF_IN_CMATH],1,[Set to 1 if the isinf function is found in <cmath>])
24 AC_DEFINE([HAVE_STD_ISINF_IN_CMATH],1,[Set to 1 if the std::isinf function is found in <cmath>])
31 AC_DEFINE([HAVE_FINITE_IN_IEEEFP_H],1,[Set to 1 if the finite function is found in <ieeefp.h>])
H A Dfunc_isnan.m411 AC_DEFINE([HAVE_ISNAN_IN_MATH_H],1,[Set to 1 if the isnan function is found in <math.h>])
18 AC_DEFINE([HAVE_ISNAN_IN_CMATH],1,[Set to 1 if the isnan function is found in <cmath>])
25 AC_DEFINE([HAVE_STD_ISNAN_IN_CMATH],1,[Set to 1 if the std::isnan function is found in <cmath>])
/macosx-10.10.1/llvmCore-3425.0.34/projects/sample/autoconf/m4/
H A Dfunc_isinf.m410 AC_DEFINE([HAVE_ISINF_IN_MATH_H],1,[Set to 1 if the isinf function is found in <math.h>])
17 AC_DEFINE([HAVE_ISINF_IN_CMATH],1,[Set to 1 if the isinf function is found in <cmath>])
24 AC_DEFINE([HAVE_STD_ISINF_IN_CMATH],1,[Set to 1 if the std::isinf function is found in <cmath>])
31 AC_DEFINE([HAVE_FINITE_IN_IEEEFP_H],1,[Set to 1 if the finite function is found in <ieeefp.h>])
H A Dfunc_isnan.m411 AC_DEFINE([HAVE_ISNAN_IN_MATH_H],1,[Set to 1 if the isnan function is found in <math.h>])
18 AC_DEFINE([HAVE_ISNAN_IN_CMATH],1,[Set to 1 if the isnan function is found in <cmath>])
25 AC_DEFINE([HAVE_STD_ISNAN_IN_CMATH],1,[Set to 1 if the std::isnan function is found in <cmath>])
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/ADT/
H A DSmallSet.h36 std::set<T, C> Set; member in class:llvm::SmallSet
42 bool empty() const { return Vector.empty() && Set.empty(); }
44 return isSmall() ? Vector.size() : Set.size();
53 return Set.count(V);
60 return Set.insert(V).second;
72 Set.insert(Vector.back());
75 Set.insert(V);
87 return Set.erase(V);
98 Set.clear();
101 bool isSmall() const { return Set
[all...]
/macosx-10.10.1/ruby-106/ruby/test/psych/
H A Dtest_set.rb7 @set = Psych::Set.new
32 assert_instance_of(Psych::Set, Psych.load(Psych.dump(@set)))
41 assert_instance_of(Psych::Set, loaded)
/macosx-10.10.1/BerkeleyDB-21/db/java/src/com/sleepycat/collections/
H A DStoredCollections.java15 import java.util.Set;
125 public static Set configuredSet(Set storedSet, CursorConfig config) {
127 return (Set) ((StoredContainer) storedSet).configuredClone(config);
212 public static Set dirtyReadSet(Set storedSet) {
/macosx-10.10.1/llvmCore-3425.0.34/utils/TableGen/
H A DSetTheory.cpp35 // (sub Add, Sub, ...) Set difference.
39 throw "Set difference needs at least two arguments: " +
50 // (and S1, S2) Set intersection.
54 throw "Set intersection requires two arguments: " + Expr->getAsString();
67 RecSet &Set, int64_t N,
72 throw "Operator requires (Op Set, Int) arguments: " + Expr->getAsString();
73 RecSet Set; local
74 ST.evaluate(Expr->arg_begin()[0], Set);
78 apply2(ST, Expr, Set, II->getValue(), Elts);
85 RecSet &Set, int64_
84 apply2(SetTheory &ST, DagInit *Expr, RecSet &Set, int64_t N, RecSet &Elts) argument
96 apply2(SetTheory &ST, DagInit *Expr, RecSet &Set, int64_t N, RecSet &Elts) argument
113 apply2(SetTheory &ST, DagInit *Expr, RecSet &Set, int64_t N, RecSet &Elts) argument
132 apply2(SetTheory &ST, DagInit *Expr, RecSet &Set, int64_t N, RecSet &Elts) argument
288 expand(Record *Set) argument
[all...]
/macosx-10.10.1/tcl-105/tcl84/tcl/library/
H A Dsafe.tcl168 lappend res [list -accessPath [Set [PathListName $slave]]]
169 lappend res [list -statics [Set [StaticsOkName $slave]]]
170 lappend res [list -nested [Set [NestedOkName $slave]]]
171 lappend res [list -deleteHook [Set [DeleteHookName $slave]]]
192 return [list -accessPath [Set [PathListName $slave]]]
195 return [list -statics [Set [StaticsOkName $slave]]]
198 return [list -nested [Set [NestedOkName $slave]]]
201 return [list -deleteHook [Set [DeleteHookName $slave]]]
232 set accessPath [Set [PathListName $slave]]
238 set statics [Set [StaticsOkNam
642 proc Set {args} { procedure
[all...]
/macosx-10.10.1/curl-83.1.2/curl/src/
H A Dtool_urlglob.c47 pat->content.Set.size = 1;
48 pat->content.Set.ptr_s = 0;
51 pat->content.Set.elements = malloc(sizeof(char*));
53 if(!pat->content.Set.elements)
56 pat->content.Set.elements[0] = malloc(len+1);
57 if(!pat->content.Set.elements[0])
60 memcpy(pat->content.Set.elements[0], fixed, len);
61 pat->content.Set.elements[0][len] = 0;
96 pat->content.Set.size = 0;
97 pat->content.Set
[all...]
/macosx-10.10.1/vim-55/runtime/ftplugin/
H A Dmake.vim17 " Set 'formatoptions' to break comment lines but not other lines,
21 " Set 'comments' to format dashed lists in comments
24 " Set 'commentstring' to put the marker after a #.
H A Drpl.vim15 " Set 'formatoptions' to break comment lines but not other lines,
19 " Set 'comments' to format dashed lists in comments.
/macosx-10.10.1/libpcap-48/libpcap/msdos/
H A Dcommon.dj26 @echo libgcc.a not found. Set \"$(GCCLIB)\" to \"/djgpp/lib/gcc-lib/djgpp/3.X\"
48 # Set to 1 to use exception handler lib (only for me)
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_transform/lib/
H A Dc++utils.h21 void Set(CFTypeRef typeRef); // replace the value in the holder with another -- releases the current value
/macosx-10.10.1/BerkeleyDB-21/db/java/src/com/sleepycat/persist/impl/
H A DStoredModel.java11 import java.util.Set;
27 private Set<String> knownClasses;
54 public Set<String> getKnownClasses() {
/macosx-10.10.1/swig-12/Lib/csharp/
H A Dcsharphead.swg176 SWIGPendingException.Set(new System.ApplicationException(message, SWIGPendingException.Retrieve()));
179 SWIGPendingException.Set(new System.ArithmeticException(message, SWIGPendingException.Retrieve()));
182 SWIGPendingException.Set(new System.DivideByZeroException(message, SWIGPendingException.Retrieve()));
185 SWIGPendingException.Set(new System.IndexOutOfRangeException(message, SWIGPendingException.Retrieve()));
188 SWIGPendingException.Set(new System.InvalidCastException(message, SWIGPendingException.Retrieve()));
191 SWIGPendingException.Set(new System.InvalidOperationException(message, SWIGPendingException.Retrieve()));
194 SWIGPendingException.Set(new System.IO.IOException(message, SWIGPendingException.Retrieve()));
197 SWIGPendingException.Set(new System.NullReferenceException(message, SWIGPendingException.Retrieve()));
200 SWIGPendingException.Set(new System.OutOfMemoryException(message, SWIGPendingException.Retrieve()));
203 SWIGPendingException.Set(ne
[all...]
/macosx-10.10.1/vim-55/runtime/macros/
H A Dshellmenu.vim66 imenu ParmSub.Set parm to word if not set ${:=}hhi
104 imenu Set.set set
105 imenu Set.unset unset
106 imenu Set.mark modified or modified variables set -a
107 imenu Set.exit when command returns non-zero exit code set -e
108 imenu Set.Disable file name generation set -f
109 imenu Set.remember function commands set -h
110 imenu Set.All keyword arguments are placed in the environment set -k
111 imenu Set.Read commands but do not execute them set -n
112 imenu Set
[all...]

Completed in 417 milliseconds

1234567891011>>