Searched refs:S3 (Results 1 - 25 of 33) sorted by relevance

12

/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/amazon-s3/
H A DpkgIndex.tcl3 # This is for the Amazon S3 web service packages.
8 package ifneeded S3 1.0.0 [list source [file join $dir S3.tcl]]
H A DS3.tcl0 # S3.tcl
4 # This presents an interface to Amazon's S3 service.
5 # The Amazon S3 service allows for reliable storage
31 # It should be in the same distribution as S3.
41 package provide S3 1.0.0
43 namespace eval S3 {
46 variable debug 0 ; # Turns on or off S3::debug
68 proc S3::debuglogline {line} {
79 proc S3::debug {args} {
110 proc S3
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/unittests/ADT/
H A DImmutableSetTest.cpp65 ImmutableSet<int> S3 = f.add(S, 2); local
67 EXPECT_FALSE(S3.isEmpty());
68 EXPECT_FALSE(S == S3);
69 EXPECT_TRUE(S != S3);
71 EXPECT_TRUE(S3.contains(2));
73 EXPECT_FALSE(S2 == S3);
74 EXPECT_TRUE(S2 != S3);
76 EXPECT_FALSE(S3.contains(3));
84 ImmutableSet<int> S3 = f.add(f.add(f.add(S2, 9), 20), 43); local
89 EXPECT_FALSE(S3
122 ImmutableSet<int> S3 = f.add(S2, 3); local
145 ImmutableSet<char> S3 = f.add(f.add(S2, 'o'), 'u'); local
157 ImmutableSet<char> S3 = f.add(f.add(f.add(S2, 'f'), 'g'), 'h'); local
180 ImmutableSet<long> S3 = f.add(f.add(f.add(S2, 3), 4), 5); local
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/ADT/
H A DStringSwitch.h98 const char (&S2)[N2], const char (&S3)[N3],
100 return Case(S0, Value).Case(S1, Value).Case(S2, Value).Case(S3, Value);
105 const char (&S2)[N2], const char (&S3)[N3],
107 return Case(S0, Value).Case(S1, Value).Case(S2, Value).Case(S3, Value)
97 Cases(const char (&S0)[N0], const char (&S1)[N1], const char (&S2)[N2], const char (&S3)[N3], const T& Value) argument
104 Cases(const char (&S0)[N0], const char (&S1)[N1], const char (&S2)[N2], const char (&S3)[N3], const char (&S4)[N4], const T& Value) argument
/macosx-10.9.5/Heimdal-323.92.1/lib/hcrypto/
H A Dgen-des.pl100 my @S3 = (
138 my @SBox = ( \@S1, \@S2, \@S3, \@S4, \@S5, \@S6, \@S7, \@S8 );
/macosx-10.9.5/llvmCore-3425.0.33/unittests/Support/
H A DAlignOfTest.cpp47 struct S3 { int x; }; struct in namespace:__anon10755
55 struct D5 : S3 { char c; };
56 struct D6 : S2, S3 {};
57 struct D7 : S1, S3 {};
91 [AlignOf<S3>::Alignment > 0]
133 EXPECT_LE(alignOf<S1>(), alignOf<S3>());
211 EXPECT_EQ(alignOf<S3>(), alignOf<AlignedCharArrayUnion<S3> >());
266 EXPECT_EQ(sizeof(S3), sizeof(AlignedCharArrayUnion<S3>));
[all...]
/macosx-10.9.5/tcl-102/tests/
H A Dpkgreq.test24 if {[regexp {^(chatwidget|canvas::(mvg|snap)|char|configuration|controlwidget|diagram(|::.*)|gpx|huddle|yaml|imap4|json(|::.*)|JSONRPC|namespacex|ntext|paths|pt::.*|rest|S3|sqlite3|struct::graph::op|tablelist_tile|tcl::randomseed|text::write|vfs::webdav|xsxp|xyplot)$} $pkg]} {
/macosx-10.9.5/dtrace-118.1/libdtrace/
H A Ddt_lex.l89 * S3 - D control line parsing (i.e. after ^# is seen but before \n)
90 * S4 - D control line scan (locate control directives only and invoke S3)
98 %s S0 S1 S2 S3 S4
375 <S3>{RGX_INT} {
394 if ((YYSTATE) != S3)
404 <S3>\"{RGX_STR}$ xyerror(D_STR_NL, "newline encountered in string literal");
407 <S3>\"{RGX_STR}\" {
418 if ((YYSTATE) != S3)
481 BEGIN(S3);
676 <S3>\
[all...]
/macosx-10.9.5/Heimdal-323.92.1/appl/ftp/ftp/
H A Dmain.c471 sb++; goto S3; /* slurp quoted string */
491 S3:
503 goto S3;
/macosx-10.9.5/CPANInternal-140/DateTime-Locale/lib/DateTime/Locale/
H A Dms.pm108 my $quarter_format_abbreviated = [ "S1", "S2", "S3", "S4" ];
381 S3
402 S3
681 -0010-09-15T04:44:23 = -10 S3
H A Dms_BN.pm261 S3
282 S3
561 -0010-09-15T04:44:23 = -10 S3
H A Dms_MY.pm251 S3
272 S3
551 -0010-09-15T04:44:23 = -10 S3
/macosx-10.9.5/llvmCore-3425.0.33/unittests/VMCore/
H A DInstructionsTest.cpp178 Value *S3 = BTC3->stripPointerCasts(); local
183 EXPECT_NE(S3, Gep3);
/macosx-10.9.5/lukemftp-13.92.1/tnftp/src/
H A Dmain.c906 goto S3; /* slurp quoted string */
930 S3:
945 goto S3;
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/Mips/MCTargetDesc/
H A DMipsBaseInfo.h174 case Mips::S3: case Mips::S3_64: case Mips::F19: case Mips::D19_64:
/macosx-10.9.5/BerkeleyDB-21/db/test/
H A Drecd021.tcl217 set sname3 S3
/macosx-10.9.5/vim-53/src/
H A Dsha256.c92 #define S3(x) (ROTR(x, 6) ^ ROTR(x, 11) ^ ROTR(x, 25)) macro
105 temp1 = h + S3(e) + F1(e, f, g) + K + x; \
/macosx-10.9.5/xnu-2422.115.4/bsd/crypto/cast128/
H A Dcast128.c47 static u_int32_t S3[]; variable
162 (rc) = ((S1[byte0(x)] ^ S2[byte1(x)]) - S3[byte2(x)]) + S4[byte3(x)]; \
167 (rc) = ((S1[byte0(x)] - S2[byte1(x)]) + S3[byte2(x)]) ^ S4[byte3(x)]; \
172 (rc) = ((S1[byte0(x)] + S2[byte1(x)]) ^ S3[byte2(x)]) - S4[byte3(x)]; \
486 static u_int32_t S3[] = { variable
/macosx-10.9.5/ruby-104/ruby/enc/
H A Deuc_tw.c51 typedef enum { FAILURE = -2, ACCEPT = -1, S0 = 0, S1, S2, S3 } state_t; enumerator in enum:__anon12230
109 { /* S3 0 1 2 3 4 5 6 7 8 9 a b c d e f */
H A Demacs_mule.c68 typedef enum { FAILURE = -2, ACCEPT = -1, S0 = 0, S1, S2, S3, S4, S5, S6 } state_t; enumerator in enum:__anon12227
126 { /* S3 0 1 2 3 4 5 6 7 8 9 a b c d e f */
H A Dgb18030.c65 typedef enum { FAILURE = -2, ACCEPT = -1, S0 = 0, S1, S2, S3 } state_t; enumerator in enum:__anon12232
123 { /* S3 0 1 2 3 4 5 6 7 8 9 a b c d e f */
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/ARM/
H A DARMBaseRegisterInfo.cpp612 case ARM::S3: return ARM::S2;
665 case ARM::S2: return ARM::S3;
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp311 .Case("s3", Mips::S3)
/macosx-10.9.5/ncurses-42/ncurses/include/
H A DCaps.osf1r5525 key_sf3 ksf3 str S3 - - ----K special function key 3
605 exit_pc_charset_mode rmpch str S3 - - ----- Exit PC character display mode
1129 #key_sf3 ksf3 str S3 - - ----K special function key 3
H A DCaps.aix4556 key_sf3 ksf3 str S3 - - ----K special function key 3
833 exit_pc_charset_mode rmpch str S3 - - ----- Exit PC character display mode

Completed in 242 milliseconds

12