Searched refs:ts (Results 176 - 200 of 980) sorted by relevance

1234567891011>>

/macosx-10.9.5/Security-55471.14.18/libsecurity_keychain/lib/
H A DSecTrustSettings.cpp157 TrustSettings *ts,
163 (int)domain, ts, globalTrustSettings[domain]);
165 globalTrustSettings[domain] = ts;
166 globalTrustSettingsValid[domain] = ts ? true : false;
194 TrustSettings *ts = NULL; local
196 result = TrustSettings::CreateTrustSettings(domain, CREATE_NO, TRIM_YES, ts);
212 tsSetGlobalTrustSettings(ts, domain);
213 return ts;
319 TrustSettings* ts; local
321 result = TrustSettings::CreateTrustSettings(domain, CREATE_NO, TRIM_NO, ts);
156 tsSetGlobalTrustSettings( TrustSettings *ts, SecTrustSettingsDomain domain) argument
395 TrustSettings *ts = tsGetGlobalTrustSettings(domain); local
497 TrustSettings *ts = tsGetGlobalTrustSettings(domain); local
661 TrustSettings* ts; local
724 TrustSettings* ts; local
754 TrustSettings* ts; local
784 TrustSettings* ts; local
846 TrustSettings* ts; local
876 TrustSettings* ts; local
[all...]
/macosx-10.9.5/Heimdal-323.92.1/lib/roken/
H A Dget_window_size.c80 struct ttysize ts; local
82 ret = ioctl(fd, TIOCGSIZE, &ts);
85 *lines = ts.ws_lines;
87 *columns = ts.ts_cols;
/macosx-10.9.5/RubyCocoa-80/RubyCocoa/misc/libffi/testsuite/libffi.call/
H A Dstruct2.c16 static test_structure_2 struct2(test_structure_2 ts) argument
18 ts.d1--;
19 ts.d2--;
21 return ts;
H A Dstruct6.c15 static test_structure_6 struct6 (test_structure_6 ts) argument
17 ts.f += 1;
18 ts.d += 1;
20 return ts;
H A Dstruct9.c16 static test_structure_9 struct9 (test_structure_9 ts) argument
18 ts.f += 1;
19 ts.i += 1;
21 return ts;
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/filters/
H A DFEBlend.cpp182 static TextStream& operator<<(TextStream& ts, const BlendModeType& type) argument
186 ts << "UNKNOWN";
189 ts << "NORMAL";
192 ts << "MULTIPLY";
195 ts << "SCREEN";
198 ts << "DARKEN";
201 ts << "LIGHTEN";
204 return ts;
207 TextStream& FEBlend::externalRepresentation(TextStream& ts, int indent) const argument
209 writeIndent(ts, inden
[all...]
H A DSourceAlpha.cpp73 TextStream& SourceAlpha::externalRepresentation(TextStream& ts, int indent) const argument
75 writeIndent(ts, indent);
76 ts << "[SourceAlpha]\n";
77 return ts;
/macosx-10.9.5/architecture-265/i386/
H A Dcpu.h45 ts :1, member in struct:_cr0
/macosx-10.9.5/libffi-18.1/tests/testsuite/libffi.call/
H A Dstruct2.c16 static test_structure_2 struct2(test_structure_2 ts) argument
18 ts.d1--;
19 ts.d2--;
21 return ts;
H A Dstruct6.c15 static test_structure_6 struct6 (test_structure_6 ts) argument
17 ts.f += 1;
18 ts.d += 1;
20 return ts;
H A Dstruct9.c16 static test_structure_9 struct9 (test_structure_9 ts) argument
18 ts.f += 1;
19 ts.i += 1;
21 return ts;
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-core/libffi-src/tests/testsuite/libffi.call/
H A Dstruct11.c16 static test_structure_11 struct9 (test_structure_11 ts) argument
18 ts.f += 1;
19 ts.i += 1;
21 return ts;
H A Dstruct2.c16 static test_structure_2 struct2(test_structure_2 ts) argument
18 ts.d1--;
19 ts.d2--;
21 return ts;
H A Dstruct6.c15 static test_structure_6 struct6 (test_structure_6 ts) argument
17 ts.f += 1;
18 ts.d += 1;
20 return ts;
H A Dstruct9.c16 static test_structure_9 struct9 (test_structure_9 ts) argument
18 ts.f += 1;
19 ts.i += 1;
21 return ts;
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/libffi-src/tests/testsuite/libffi.call/
H A Dstruct11.c16 static test_structure_11 struct9 (test_structure_11 ts) argument
18 ts.f += 1;
19 ts.i += 1;
21 return ts;
H A Dstruct2.c16 static test_structure_2 struct2(test_structure_2 ts) argument
18 ts.d1--;
19 ts.d2--;
21 return ts;
H A Dstruct6.c15 static test_structure_6 struct6 (test_structure_6 ts) argument
17 ts.f += 1;
18 ts.d += 1;
20 return ts;
H A Dstruct9.c16 static test_structure_9 struct9 (test_structure_9 ts) argument
18 ts.f += 1;
19 ts.i += 1;
21 return ts;
/macosx-10.9.5/vim-53/runtime/ftplugin/
H A Dlogtalk.vim11 let b:undo_ftplugin = "setl ts< sw< fdm< fdc< ai< dict<"
13 "setlocal ts=4
/macosx-10.9.5/xnu-2422.115.4/tools/tests/libMicro/apple/
H A Dlmbench_lat_sig_catch.c189 tsd_t* ts = (tsd_t*)tsd; local
197 ts->pid = getpid();
218 tsd_t* ts = (tsd_t*)tsd; local
221 (void) kill(ts->pid, SIGUSR1);
H A Dlmbench_lat_sig_send.c189 tsd_t* ts = (tsd_t*)tsd; local
190 ts->pid = getpid();
211 tsd_t* ts = (tsd_t*)tsd; local
214 (void) kill(ts->pid, 0);
/macosx-10.9.5/BerkeleyDB-21/db/build_vxworks/test_micro/
H A Db_load.c19 char *ts, buf[32]; local
25 ts = "Btree";
41 ts = "Btree";
47 ts = "Hash";
53 ts = "Queue";
57 ts = "Recno";
147 count, ts, duplicate ? "duplicate " : "");
H A Db_open.c17 char *fname, *dbname, *ts; local
22 ts = "Btree";
38 ts = "Btree";
44 ts = "Hash";
50 ts = "Queue";
54 ts = "Recno";
125 count, ts,
/macosx-10.9.5/BerkeleyDB-21/db/test_micro/source/
H A Db_load.c19 char *ts, buf[32]; local
25 ts = "Btree";
40 ts = "Btree";
46 ts = "Hash";
52 ts = "Queue";
56 ts = "Recno";
146 count, ts, duplicate ? "duplicate " : "");

Completed in 412 milliseconds

1234567891011>>