Searched refs:is (Results 1 - 25 of 2856) sorted by relevance

1234567891011>>

/macosx-10.10/dcerpc-61/dcerpc/ncklib/
H A Ddgauth.c36 * To anyone who acknowledges that this file is provided "AS IS"
39 * purpose is hereby granted without fee, provided that the above
94 #error This file is obsolete
/macosx-10.10/CPANInternal-159.1/Readonly-1.03/t/
H A Ddeepa.t23 is $@ => '', 'Create a deep reference array';
25 is $@ => '', 'Create a shallow reference array';
29 is $@ => expected(__LINE__-1), 'Modify a1';
31 is $@ => expected(__LINE__-1), 'Modify a2';
34 is $@ => expected(__LINE__-1), 'Deep-modify a1';
35 is $m1 => 17, 'a1 unchanged';
38 is $@ => '', 'Deep-modify a2';
39 is $m1 => 'the', 'a2 modification successful';
42 is $@ => expected(__LINE__-1), 'Deep-deep modify a1';
43 is
[all...]
H A Darray.t23 is $@ =>'', 'Create empty global array';
25 is $@ => '', 'Create empty lexical array';
27 is $@ => '', 'Create global array';
31 is $a2[0] => 1, 'Fetch global';
32 is $a2[-1] => 5, 'Fetch global';
35 is scalar(@a1) => 0, 'Global size (zero)';
36 is scalar(@ma1) => 0, 'Lexical size (zero)';
37 is $#a2 => 4, 'Global last element (nonzero)';
41 is $@ => expected(__LINE__-1), 'Lexical store';
43 is
[all...]
H A Ddeeps.t23 eval {Readonly::Scalar1 $s1 => ["this", "is", "a", "test", {x => 5}]};
24 is $@ => '', 'Create a shallow reference scalar';
25 eval {Readonly::Scalar $s2 => ["this", "is", "a", "test", {x => 5}]};
26 is $@ => '', 'Create a deep reference scalar';
28 is $@ => '', 'Create a shallow scalar ref';
30 is $@ => '', 'Create a deep scalar ref';
34 is $@ => expected(__LINE__-1), 'Modify s1';
36 is $@ => expected(__LINE__-1), 'Modify s2';
38 is $@ => expected(__LINE__-1), 'Modify s3';
40 is
[all...]
H A Ddeeph.t23 is $@ => '', 'Create a deep reference array';
25 is $@ => '', 'Create a shallow reference array';
29 is $@ => expected(__LINE__-1), 'Modify h1';
31 is $@ => expected(__LINE__-1), 'Modify h2';
34 is $@ => expected(__LINE__-1), 'Deep-modify h1';
35 is $m1 => 17, 'h1 unchanged';
38 is $@ => '', 'Deep-modify h2';
39 is $m1 => 'the', 'h2 modification successful';
42 is $@ => expected(__LINE__-1), 'Deep-deep modify h1';
43 is
[all...]
H A Dscalar.t23 is $@ => '', 'Create a global scalar';
25 is $@ => '', 'Create a lexical scalar';
27 is $@ => '', 'Create an undef global scalar';
32 is $s1 => 13, 'Fetch global';
33 is $ms1 => 31, 'Fetch lexical';
39 is $@ => expected(__LINE__-1), 'Error setting global';
40 is $s1 => 13, 'Readonly global value unchanged';
47 is $@ => expected(__LINE__-1), 'Untie';
H A Ddocs.t21 is $@ => '', 'A string value';
25 is $@ => '', 'Scalar computed value';
28 is $@ => '', 'Array, with parens';
31 is $@ => '', 'Array, without parens';
34 is $@ => '', 'Array, with qw';
38 is $@ => '', 'Array, with computed values';
41 is $@ => '', 'Empty array 1';
43 is $@ => '', 'Empty array 2';
46 is $@ => '', 'Hash constant';
50 is
[all...]
H A Dtie.t19 is $@ => expected(__LINE__-1), "Direct scalar tie";
22 is $@ => expected(__LINE__-1), "Direct array tie";
25 is $@ => expected(__LINE__-1), "Direct hash tie";
H A Dhash.t23 is $@ => '', 'Create global hash';
27 is $@ => '', 'Create lexical hash';
30 is $h1{a} => 'A', 'Fetch global';
32 is $mh1{two} => 2, 'Fetch lexical';
36 is $@ => expected(__LINE__-1), 'Store';
40 is $@ => expected(__LINE__-1), 'Delete';
44 is $@ => expected(__LINE__-1), 'Clear';
49 is $@ => '', "Doesn't exist (no error)";
53 is $a[0], 'a', 'Keys a';
54 is
[all...]
/macosx-10.10/CPANInternal-159.1/Sub-Identify-0.04/t/
H A D01basic.t14 is( sub_name( \&sub_name ), 'sub_name' );
15 is( sub_name( \&buffy ), 'buffy' );
16 is( sub_name( \&vamp::spike ), 'spike' );
17 is( sub_name( \&slayer ), 'buffy' );
18 is( sub_name( \&human::william ), 'spike' );
20 is( stash_name( \&stash_name ), 'Sub::Identify' );
21 is( stash_name( \&buffy ), 'main' );
22 is( stash_name( \&vamp::spike ), 'vamp' );
23 is( stash_name( \&slayer ), 'main' );
24 is( stash_nam
[all...]
H A D10pureperl-basic.t16 is( sub_name( \&sub_name ), 'sub_name' );
17 is( sub_name( \&buffy ), 'buffy' );
18 is( sub_name( \&vamp::spike ), 'spike' );
19 is( sub_name( \&slayer ), 'buffy' );
20 is( sub_name( \&human::william ), 'spike' );
22 is( stash_name( \&stash_name ), 'Sub::Identify' );
23 is( stash_name( \&buffy ), 'main' );
24 is( stash_name( \&vamp::spike ), 'vamp' );
25 is( stash_name( \&slayer ), 'main' );
26 is( stash_nam
[all...]
/macosx-10.10/CPANInternal-159.1/DateTime-Format-ISO8601-0.07/t/
H A D02_examples.t26 is( $dt->ymd, '1985-04-12' );
32 is( $dt->ymd, '1985-04-12' );
38 is( $dt->ymd, '1985-04-01' );
44 is( $dt->ymd, '1985-01-01' );
50 is( $dt->ymd, '1901-01-01' );
56 is( $dt->ymd, '1985-04-12' );
62 is( $dt->ymd, '1985-04-12' );
68 is( $dt->ymd, '1985-04-01' );
74 is( $dt->ymd, '1985-04-01' );
80 is(
[all...]
/macosx-10.10/xnu-2782.1.97/osfmk/ipc/
H A Dipc_space.h37 * documentation is hereby granted, provided that both the copyright
59 * is included in support of clause 2.2 (b) of the Apple Public License,
105 * unaffected while the grow operation is underway.
110 #define IS_INACTIVE 0x40000000 /* space is inactive */
111 #define IS_GROWING 0x20000000 /* space is growing */
127 #define is_active(is) (((is)->is_bits & IS_INACTIVE) != IS_INACTIVE)
130 is_mark_inactive(ipc_space_t is) argument
132 assert(is_active(is));
133 OSBitOrAtomic(IS_INACTIVE, &is
139 is_start_growing(ipc_space_t is) argument
146 is_done_growing(ipc_space_t is) argument
190 is_reference(ipc_space_t is) argument
198 is_release(ipc_space_t is) argument
[all...]
/macosx-10.10/CPANInternal-159.1/JSON-PP-2.27203/t/
H A D109_encode.t22 is($json->encode("��"), q|"��"|); # as is
26 is($json->encode("\xfc"), q|"\u00fc"|); # latin1
27 is($json->encode("\xc3\xbc"), q|"\u00c3\u00bc"|); # utf8
28 is($json->encode("��"), q|"\u00c3\u00bc"|); # utf8
29 is($json->encode('���'), q|"\u00e3\u0081\u0082"|);
32 is($json->encode(chr hex 3042 ), q|"\u3042"|);
33 is($json->encode(chr hex 12345 ), q|"\ud808\udf45"|);
36 is($json->encode(chr hex 3042 ), $json->encode(chr 66));
37 is(
[all...]
H A D108_decode.t23 is($json->decode(q|"��"|), "��"); # utf8
24 is($json->decode(q|"\u00fc"|), "\xfc"); # latin1
25 is($json->decode(q|"\u00c3\u00bc"|), "\xc3\xbc"); # utf8
29 is($json->decode(q|"\u00e3\u0081\u0082"|), $str);
33 is($json->decode(q|"\u3042"|), $str);
40 is($utf8, "\xf0\x92\x8d\x85");
/macosx-10.10/CPANInternal-159.1/UNIVERSAL-moniker-0.08/t/
H A Dmoniker.t5 is Bpm::User->moniker, "user";
6 is +(bless {}, "Bpm::Customer")->moniker, "customer";
11 is Bpm::Octopus->plural_moniker, "octopuses";
/macosx-10.10/CPANInternal-159.1/DBIx-ContextualFetch-1.03/t/
H A D01.t34 is $got1[1], "Fred", 'fetch @';
36 is $got2->[1], "Barney", 'fetch $';
42 is $got1{name}, "Fred", 'fetch_hash %';
44 is $got2->{name}, "Barney", 'fetch_hash $';
46 is keys %got3, 0, "Nothing at the end";
47 is $@, "", "And no error";
53 is $got[1]->[1], "Barney", 'fetchall @';
59 is $got->[1]->[1], "Barney", 'fetchall $';
65 is $got[1]->{name}, "Barney", 'fetchall_hash @';
71 is
[all...]
/macosx-10.10/CPANInternal-159.1/DateTime-Format-Strptime-1.52/t/
H A D008_epoch.t20 # is UTC recognized?
39 is( $parsed->year, 2009 );
40 is( $parsed->month, 2 );
41 is( $parsed->day, 22 );
42 is( $parsed->hour, 6 );
43 is( $parsed->minute, 2 );
44 is( $parsed->second, 32 );
45 is( $parsed->nanosecond * 1, 0 );
46 is( $parsed->time_zone->name, 'floating' );
60 is(
[all...]
/macosx-10.10/CPANInternal-159.1/DateTime-Format-Strptime-1.54/t/
H A D008_epoch.t20 # is UTC recognized?
39 is( $parsed->year, 2009 );
40 is( $parsed->month, 2 );
41 is( $parsed->day, 22 );
42 is( $parsed->hour, 6 );
43 is( $parsed->minute, 2 );
44 is( $parsed->second, 32 );
45 is( $parsed->nanosecond * 1, 0 );
46 is( $parsed->time_zone->name, 'floating' );
60 is(
[all...]
/macosx-10.10/CPANInternal-159.1/Graph-0.94/t/
H A Du_te_ea.t12 is ("$graph","Berlin=Bonn");
14 is ("$graph","Berlin=Bonn");
21 is ("$graph","Berlin=Bonn");
23 is ("$graph","Berlin=Bonn");
/macosx-10.10/CPANInternal-159.1/Graph-0.96/t/
H A Du_te_ea.t12 is ("$graph","Berlin=Bonn");
14 is ("$graph","Berlin=Bonn");
21 is ("$graph","Berlin=Bonn");
23 is ("$graph","Berlin=Bonn");
/macosx-10.10/bash-94.1.2/bash-3.2/tests/
H A Dredir1.sub4 echo this is redir1.sub
/macosx-10.10/Security-57031.1.35/Security/utilities/Regressions/
H A Dsu-05-cfwrappers.c46 is(CFGetRetainCount(myData), 2, "");
48 is(myData, NULL, "");
50 is(CFGetRetainCount(data), 1);
52 is(CFGetRetainCount(data), 2);
54 is(CFGetRetainCount(data), 2);
56 is(CFGetRetainCount(data), 1);
57 is(myData, NULL, "");
60 is(CFGetRetainCount(*pData), 1);
64 is(CFGetRetainCount(*pData), 2, "CFRetainAssign evaluates it's first argument argument %" PRIdCFIndex " times", CFGetRetainCount(*pData) - 1);
65 is(objec
[all...]
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/pt/include/example/
H A Dexpr_serial.inc4 AddOp {is {/ {t -} {t +}} mode value}
5 Digit {is {/ {t 0} {t 1} {t 2} {t 3} {t 4} {t 5} {t 6} {t 7} {t 8} {t 9}} mode value}
6 Expression {is {/ {x {t (} {n Expression} {t )}} {x {n Factor} {* {x {n MulOp} {n Factor}}}}} mode value}
7 Factor {is {x {n Term} {* {x {n AddOp} {n Term}}}} mode value}
8 MulOp {is {/ {t *} {t /}} mode value}
9 Number {is {x {? {n Sign}} {+ {n Digit}}} mode value}
10 Sign {is {/ {t -} {t +}} mode value}
11 Term {is {n Number} mode value}
/macosx-10.10/tcl-105/tcl_ext/tklib/tklib/modules/diagrams/include/attr/
H A Dslant.inc3 Specifies the angle by which the [cmd box] element is slanted, in
10 0 degrees is slanting straight east, pointing to the right.
11 90 degrees is slanting to the north, pointing straight up.

Completed in 166 milliseconds

1234567891011>>