Searched refs:bar (Results 76 - 100 of 741) sorted by relevance

1234567891011>>

/macosx-10.10.1/dtrace-147/test/tst/common/struct/
H A Dtst.clauselocal.d37 this struct foo bar;
42 this->bar.x = 1;
43 this->bar.y = ',';
44 this->bar.z = 1234;
49 printf("Die %s%c %s.\n", this->bar.x == 1 ? "SystemTap" : "DTrace",
50 this->bar.y, this->bar.z == 1234 ? "Die" : "The");
/macosx-10.10.1/CPANInternal-159.1/Graph-0.94/t/
H A Dsimple.pl12 bless { bar => $_[1] }, $_[0];
25 my $d0 = defined $_[0]->{bar};
26 my $d1 = defined $_[1]->{bar};
27 $d0 && $d1 ? $_[0]->{bar} eq $_[1]->{bar} :
31 my $d0 = defined $_[0]->{bar};
32 my $d1 = defined $_[1]->{bar};
33 $d0 && $d1 ? $_[0]->{bar} ne $_[1]->{bar} :
/macosx-10.10.1/CPANInternal-159.1/Graph-0.96/t/
H A Dsimple.pl12 bless { bar => $_[1] }, $_[0];
25 my $d0 = defined $_[0]->{bar};
26 my $d1 = defined $_[1]->{bar};
27 $d0 && $d1 ? $_[0]->{bar} eq $_[1]->{bar} :
31 my $d0 = defined $_[0]->{bar};
32 my $d1 = defined $_[1]->{bar};
33 $d0 && $d1 ? $_[0]->{bar} ne $_[1]->{bar} :
/macosx-10.10.1/dtrace-147/test/tst/common/funcs/
H A Dtst.basename.d.out3 if [ `basename "/foo/bar/baz"` != "baz" ]; then
4 echo "basename(\"/foo/bar/baz\") is \"baz\"; expected \"`basename "/foo/bar/baz"`"\"
7 if [ `dirname "/foo/bar/baz"` != "/foo/bar" ]; then
8 echo "dirname(\"/foo/bar/baz\") is \"/foo/bar\"; expected \"`dirname "/foo/bar/baz"`"\"
11 if [ `basename "/foo/bar///baz/"` != "baz" ]; then
12 echo "basename(\"/foo/bar///ba
[all...]
/macosx-10.10.1/JavaScriptCore-7600.1.17/tests/stress/
H A Ddead-fiat-value-to-int52-double-path.js5 var value = bar();
10 function bar() { function
15 noInline(bar);
H A Ddead-fiat-value-to-int52.js2 var value = bar(DFGTrue());
7 function bar(p) { function
12 noInline(bar);
H A Dfiat-value-to-int52-double-path.js5 return fiatInt52(bar()) + 1;
8 function bar() { function
13 noInline(bar);
H A Dfiat-value-to-int52.js2 return fiatInt52(bar(DFGTrue())) + 1;
5 function bar(p) { function
10 noInline(bar);
H A Drepeated-arity-check-fail.js1 function bar(a,b,c,d,e,f,g,h,i,j,k) { function
4 noInline(bar);
7 bar();
H A Dslightly-more-difficult-to-fold-reflective-arguments-access.js6 function bar(x) { function
10 noInline(bar);
13 var result = bar(42);
H A Dtrivially-foldable-reflective-arguments-access.js5 function bar(x) { function
9 noInline(bar);
12 var result = bar(42);
H A Dnew-array-with-size-throw-exception-and-tear-off-arguments.js6 function bar(x) { function
10 noInline(bar);
13 var result = bar(42);
20 bar(-1);
H A Dthrow-through-optimized-code.js6 function bar(x) { function
13 noInline(bar);
16 var result = foo(bar);
24 foo(bar);
/macosx-10.10.1/dyld-353.2.1/unit-tests/test-cases/lazy-dylib-missing-symbol/
H A Dmain.c43 extern int bar(); // should not exist
54 // sanity check that bar was not found
56 if ( bar() != 7 ) {
57 FAIL("lazy-dylib-missing-symbol: dyld_lazy_dylib_proxy() not used for bar");
61 // sanity check that bar was not found
63 if ( bar() != 0 ) {
64 FAIL("lazy-dylib-missing-symbol: bar found");
/macosx-10.10.1/dyld-353.2.1/unit-tests/test-cases/re-export-symbol/
H A Dmain1.c8 extern int bar();
10 int (*pbar)() = &bar;
17 if ( bar() != 10 )
18 FAIL("re-export-symbol: bar() returned wrong value");
/macosx-10.10.1/dyld-353.2.1/unit-tests/test-cases/flat-data/
H A Dmain.c29 // getbar() is implemented in libbar.dylib which has its own bar
30 // libbar.dylib is built flat-namespace so it should use the bar from main
32 // about two bar's.
35 int bar = 1; variable
39 if ( getbar() != &bar )
40 FAIL("flat-data found wrong bar");
/macosx-10.10.1/dyld-353.2.1/unit-tests/test-cases/flat-prebound/
H A Dfoo.c25 extern int bar();
43 if ( bar() != 0 )
/macosx-10.10.1/dyld-353.2.1/unit-tests/test-cases/re-export-dylib/
H A Dmain.c31 extern int bar();
36 bar();
/macosx-10.10.1/dyld-353.2.1/unit-tests/test-cases/re-export-framework/
H A Dmain.c31 extern int bar();
36 bar();
/macosx-10.10.1/dyld-353.2.1/unit-tests/test-cases/re-export-sub-framework/
H A Dmain.c31 extern int bar();
36 bar();
/macosx-10.10.1/dyld-353.2.1/unit-tests/test-cases/rpath-dlopen-in-dylib/
H A Dmain.c29 extern void bar();
33 bar();
/macosx-10.10.1/dyld-353.2.1/unit-tests/test-cases/rpath-dlopen-indirect/
H A Dmain.c29 extern void bar();
33 bar();
/macosx-10.10.1/dyld-353.2.1/unit-tests/test-cases/rpath-executable_path/
H A Dmain.c29 extern void bar();
33 bar();
/macosx-10.10.1/dyld-353.2.1/unit-tests/test-cases/weak-override/
H A Dmain.c30 // bar is defined in libfoo.dylib it calls myfunc()
31 extern int bar();
35 if ( (foo() == 10) && (bar() == 10) )
/macosx-10.10.1/curl-83.1.2/curl/src/
H A Dtool_cb_prg.c44 /* The original progress-bar source code was written for curl by Lars Aas,
54 struct ProgressData *bar = (struct ProgressData *)clientp; local
59 total = dltotal + ultotal + bar->initial_size;
62 point = dlnow + ulnow + bar->initial_size;
64 if(bar->calls && (tvdiff(now, bar->prevtime) < 100L) && point < total)
65 /* after first call, limit progress-bar updating to 10 Hz */
74 bar->calls++;
77 curl_off_t prevblock = bar->prev / 1024;
80 fprintf(bar
103 progressbarinit(struct ProgressData *bar, struct OperationConfig *config) argument
[all...]

Completed in 166 milliseconds

1234567891011>>