Searched refs:alt (Results 1 - 25 of 179) sorted by relevance

12345678

/macosx-10.9.5/dyld-239.4/unit-tests/test-cases/dlopen-DYLD_LIBRARY_PATH/
H A DMakefile32 export DYLD_LIBRARY_PATH="${PWD}/alt" && ./main "${PWD}/libfoo.dylib"
34 all: main alt/libfoo.dylib
40 alt/libfoo.dylib : foo.c
41 mkdir -p alt
42 ${CC} ${CCFLAGS} -dynamiclib foo.c -o "${PWD}/alt/libfoo.dylib" -DALT
50 ${RM} ${RMFLAGS} *~ main libfoo.dylib alt/libfoo.dylib alt
/macosx-10.9.5/ruby-104/ruby/benchmark/
H A Dbm_so_partial_sums.rb3 alt = 1.0 ; s0 = s1 = s2 = s3 = s4 = s5 = s6 = s7 = s8 = 0.0
15 s7 += alt / d
16 s8 += alt / (2.0 * d - 1.0)
18 alt = -alt
/macosx-10.9.5/CPANInternal-140/Net-DNS/contrib/
H A Dloc2earth.fcgi168 alt="RFC 1876 Now" height=32 width=80 align=right></a>
189 "&alt=");
191 foreach $alt (49, 204, 958, 35875) {
192 print ('<a href="',$evurl,$alt,'">',
193 $alt,'km</a> ');
/macosx-10.9.5/perl-92/fix/
H A Ddummy.pl15 my @alt = grep {m,^$0\d+\.\d+(?:\.\d+)?$,} glob("$0*");
20 if(scalar(@alt) > 0) {
21 for(@alt) {
/macosx-10.9.5/dtrace-118.1/test/tst/common/funcs/
H A Dtst.substr.d36 int alt;
166 command[i].alt = 1;
171 command[i].alt = 1;
183 this->str = command[i].alt ? altstr : str;
184 this->str2 = command[i].alt ? altstr2 : str2;
185 this->result = substr(command[i].alt ?
206 this->str = command[i].alt ? altstr : str;
207 this->str2 = command[i].alt ? altstr2 : str2;
208 this->result = substr(command[i].alt ?
/macosx-10.9.5/zsh-60/zsh/Functions/Misc/
H A Dzkbd71 local ctrl alt meta
104 alt=$(getmbkey) || return 1
107 if [[ $alt == x ]]
110 unset alt
111 elif [[ $alt == $meta ]]
114 elif [[ $alt > $'\177' ]]
118 unset alt
121 if (( $+alt + $+meta == 0 ))
149 (( $+alt || $+meta )) && cat <<EOF
154 ${meta:+Meta}${meta:+${alt
[all...]
/macosx-10.9.5/CPANInternal-140/Pod-ProjectDocs/lib/Pod/ProjectDocs/
H A DArrowImage.pm17 return sprintf qq|<a href="#TOP" class="toplink"><img alt="^" src="%s" /></a>|, $relpath;
/macosx-10.9.5/CPANInternal-140/Pod-ProjectDocs-0.40/lib/Pod/ProjectDocs/
H A DArrowImage.pm17 return sprintf qq|<a href="#TOP" class="toplink"><img alt="^" src="%s" /></a>|, $relpath;
/macosx-10.9.5/lukemftp-13.92.1/tnftp/libedit/
H A Dmap.h52 el_action_t *alt; /* The current alternate key map */ member in struct:el_map_t
/macosx-10.9.5/WebCore-7537.78.1/html/
H A DHTMLAppletElement.idl27 [Reflect] attribute DOMString alt;
H A DHTMLAreaElement.idl22 [Reflect] attribute DOMString alt;
H A DHTMLImageElement.idl26 [Reflect] attribute DOMString alt;
/macosx-10.9.5/dcerpc-58/www/content/css/blueprint/plugins/fancy-type/
H A Dscreen.css15 <span class="alt">asdf</span>
18 .alt {
/macosx-10.9.5/tcl-102/tcl/tcl/library/platform/
H A Dplatform.tcl287 x86_64 { set alt i386-x86_64 }
288 default { set alt {} }
299 if {$alt ne {}} {
300 lappend res macosx${major}.${j}-$alt
307 if {$alt ne {}} {
308 lappend res macosx-$alt
312 if {$alt ne {}} {
313 lappend res macosx-$alt
/macosx-10.9.5/tcl-102/tcl84/tcl/library/platform/
H A Dplatform.tcl287 x86_64 { set alt i386-x86_64 }
288 default { set alt {} }
299 if {$alt ne {}} {
300 lappend res macosx${major}.${j}-$alt
307 if {$alt ne {}} {
308 lappend res macosx-$alt
312 if {$alt ne {}} {
313 lappend res macosx-$alt
/macosx-10.9.5/WebCore-7537.78.1/accessibility/
H A DAccessibilityImageMapLink.cpp118 const AtomicString& alt = getAttribute(altAttr); local
119 if (!alt.isEmpty())
120 return alt;
/macosx-10.9.5/Heimdal-323.92.1/lib/libedit/src/
H A Dmap.h51 el_action_t *alt; /* The current alternate key map */ member in struct:el_map_t
/macosx-10.9.5/ICU-511.35/icuSources/i18n/
H A Dastro.h224 * @param alt The altitude, measured in radians above the horizon.
228 Horizon(double alt=0, double azim=0) argument
229 : altitude(alt), azimuth(azim) { }
233 * @param alt The altitude, measured in radians above the horizon.
237 void set(double alt, double azim) { argument
238 altitude = alt;
/macosx-10.9.5/libedit-39/src/
H A Dmap.h51 el_action_t *alt; /* The current alternate key map */ member in struct:el_map_t
H A Dmap.c906 el->el_map.alt = el_malloc(sizeof(*el->el_map.alt) * N_KEYS);
907 if (el->el_map.alt == NULL)
943 el_free(el->el_map.alt);
944 el->el_map.alt = NULL;
982 el_action_t *alt = el->el_map.alt; local
988 for (i = 0; i <= 0377 && alt[i] != EM_META_NEXT; i++)
993 map = alt;
995 map = alt;
1022 el_action_t *alt = el->el_map.alt; local
1053 el_action_t *alt = el->el_map.alt; local
[all...]
/macosx-10.9.5/CPANInternal-140/Graph-0.94/lib/Heap071/
H A DFibonacci.pm384 my $alt;
385 while( $alt = $a[$d] ) {
388 # one - switch $cur and $alt if necessary so that $cur
390 ($cur,$alt) = ($alt,$cur)
391 if $cur->{val}->cmp( $alt->{val} ) > 0;
392 # remove $alt from the top list
393 link_to_left_of $alt->{left}, $alt->{right};
395 link_as_parent_of $cur, $alt;
[all...]
/macosx-10.9.5/CPANInternal-140/Heap/Fibonacci/
H A DFibonacci.pm384 my $alt;
385 while( $alt = $a[$d] ) {
388 # one - switch $cur and $alt if necessary so that $cur
390 ($cur,$alt) = ($alt,$cur)
391 if $cur->{val}->cmp( $alt->{val} ) > 0;
392 # remove $alt from the top list
393 link_to_left_of $alt->{left}, $alt->{right};
395 link_as_parent_of $cur, $alt;
[all...]
/macosx-10.9.5/CPANInternal-140/Heap-0.80/lib/Heap/
H A DFibonacci.pm372 my $alt;
373 while( $alt = $a[$d] ) {
376 # one - switch $cur and $alt if necessary so that $cur
378 ($cur,$alt) = ($alt,$cur)
379 if $cur->{val}->cmp( $alt->{val} ) > 0;
380 # remove $alt from the top list
381 link_to_left_of $alt->{left}, $alt->{right};
383 link_as_parent_of $cur, $alt;
[all...]
/macosx-10.9.5/ncurses-42/ncurses/include/
H A DCaps.keys35 # is illustrates an experimental extension to describe alt-, shift- and
645 key_a_delete kadelete str %s KEY_A_DELETE + ----- alt- delete-character key
646 key_a_end kaend str %t KEY_A_END + ----- alt- end key
647 key_a_home kahom str %u KEY_A_HOME + ----- alt- home key
648 key_a_insert kainsert str %v KEY_A_INSERT + ----- alt- insert-character key
649 key_a_left kalft str %w KEY_A_LEFT + ----- alt- left-arrow key
650 key_a_next kanxt str %x KEY_A_NEXT + ----- alt- next key
651 key_a_previous kaprv str %y KEY_A_PREVIOUS + ----- alt- previous key
652 key_a_print kaprt str %z KEY_A_PRINT + ----- alt- print key
653 key_a_right karit str %! KEY_A_RIGHT + ----- alt
[all...]
/macosx-10.9.5/CPANInternal-140/IO-Socket-SSL/t/
H A Dverify_hostname.t63 my @alt = $client->peer_certificate( 'subjectAltNames' );
74 my ($th,$dh) = splice(@alt,0,2);
78 @alt and print "not ";

Completed in 141 milliseconds

12345678