Searched refs:given (Results 1 - 25 of 167) sorted by relevance

1234567

/macosx-10.9.5/CPANInternal-140/SQL-Abstract/t/
H A D06order_by.t14 given => \'colA DESC',
19 given => 'colA',
24 given => 'colA DESC',
29 given => [qw/colA colB/],
34 given => ['colA ASC', 'colB DESC'],
39 given => {-asc => 'colA'},
44 given => {-desc => 'colB'},
49 given => [{-asc => 'colA'}, {-desc => 'colB'}],
54 given => ['colA', {-desc => 'colB'}],
59 given
[all...]
/macosx-10.9.5/cxxfilt-11/cxxfilt/opcodes/
H A Dscore-dis.c71 print_insn_score32 (bfd_vma pc, struct disassemble_info *info, long given) argument
79 if ((insn->mask & 0xffff0000) && (given & insn->mask) == insn->value)
95 target = (pc & 0xfe000000) | (given & 0x01fffffe);
103 int disp = ((given & 0x01ff8000) >> 5) | (given & 0x3fe);
142 reg = given >> bitstart;
152 reg = given >> bitstart;
162 reg = given >> bitstart;
167 if (((given & insn->mask) == 0x0c00000a) /* ldc1 */
168 || ((given
242 print_insn_score16(bfd_vma pc, struct disassemble_info *info, long given) argument
396 long given; local
[all...]
H A Darm-dis.c1559 arm_decode_shift (long given, fprintf_ftype func, void *stream)
1561 func (stream, "%s", arm_regnames[given & 0xf]);
1563 if ((given & 0xff0) != 0)
1565 if ((given & 0x10) == 0)
1567 int amount = (given & 0xf80) >> 7;
1568 int shift = (given & 0x60) >> 5;
1584 func (stream, ", %s %s", arm_shift[(given & 0x60) >> 5],
1585 arm_regnames[(given & 0xf00) >> 8]);
1594 print_insn_coprocessor (bfd_vma pc, struct disassemble_info *info, long given,
1630 if ((given
1558 arm_decode_shift(long given, fprintf_ftype func, void *stream) argument
1593 print_insn_coprocessor(bfd_vma pc, struct disassemble_info *info, long given, bfd_boolean thumb) argument
2084 print_arm_address(bfd_vma pc, struct disassemble_info *info, long given) argument
2178 print_insn_neon(struct disassemble_info *info, long given, bfd_boolean thumb) argument
2635 print_insn_arm(bfd_vma pc, struct disassemble_info *info, long given) argument
2991 print_insn_thumb16(bfd_vma pc, struct disassemble_info *info, long given) argument
3267 print_insn_thumb32(bfd_vma pc, struct disassemble_info *info, long given) argument
3723 print_insn_data(bfd_vma pc ATTRIBUTE_UNUSED, struct disassemble_info *info, long given) argument
3937 long given; local
[all...]
/macosx-10.9.5/CPANInternal-140/DateTime-Format-W3CDTF/t/
H A D01parse.t25 my ($given, $expected) = splice @tests, 0, 2;
26 my $dt = $class->parse_datetime( $given )->set_time_zone( 'UTC' );
28 is( $form => $expected, "Parsing of $given => $expected." );
/macosx-10.9.5/CPANInternal-140/DateTime-Format-W3CDTF-0.06/t/
H A D01parse.t24 my ( $given, $expected ) = splice @tests, 0, 2;
25 my $dt = $class->parse_datetime($given)->set_time_zone('UTC');
27 is( $form => $expected, "Parsing of $given => $expected." );
/macosx-10.9.5/CPANInternal-140/Sub-Exporter/t/
H A Dgroup-generator.t25 my %given = (
33 foo => sub { return { name => 'foo', %given }; },
34 bar => sub { return { name => 'bar', %given }; },
65 my ($label, $given, $expected) = @$test;
70 $given,
82 my ($label, $given, $expected) = @$test;
87 [ $given ],
102 my ($label, $given, $expected) = @$test;
107 $given,
H A Dexpand-group.t163 my ($label, $given, $expected) = @$test;
168 $given,
176 my ($label, $given, $expected) = @$test;
181 [ $given ],
204 my ($label, $given, $expected) = @$test;
209 $given,
/macosx-10.9.5/bash-92/bash-3.2/examples/scripts.v2/
H A Dpages22 If no file names are given, the standard input is read.
31 Pages are given as a list of ranges separated by commas.
51 echo $0: no page ranges given. 1>&2
/macosx-10.9.5/ruby-104/ruby/test/testunit/
H A Dtest_assertion.rb5 assert_match(/assertion message must be String or Proc, but TrueClass was given/, error.message)
/macosx-10.9.5/uucp-11/uucp/contrib/
H A DDial.Hayes16 # else fail if no telephone number given.
30 logerr No telephone number given
H A DRingback.Hayes18 # else fail if no telephone number given.
32 logerr No telephone number given
/macosx-10.9.5/cctools-845/otool/
H A Darm_disasm.c87 /* Function called to determine if there is a symbol at the given ADDR.
2524 arm_decode_shift (int32_t given, fprintf_ftype func, void *stream, argument
2527 func (stream, "%s", arm_regnames[given & 0xf]);
2529 if ((given & 0xff0) != 0)
2531 if ((given & 0x10) == 0)
2533 int amount = (given & 0xf80) >> 7;
2534 int shift = (given & 0x60) >> 5;
2553 func (stream, ", %s %s", arm_shift[(given & 0x60) >> 5],
2554 arm_regnames[(given & 0xf00) >> 8]);
2556 func (stream, ", %s", arm_regnames[(given
2565 print_insn_coprocessor(bfd_vma pc, struct disassemble_info *info, int32_t given, bfd_boolean thumb) argument
3061 print_arm_address(bfd_vma pc, struct disassemble_info *info, int32_t given) argument
3155 print_insn_neon(struct disassemble_info *info, int32_t given, bfd_boolean thumb) argument
3628 print_insn_arm(bfd_vma pc, struct disassemble_info *info, int32_t given) argument
3993 print_insn_thumb16(bfd_vma pc, struct disassemble_info *info, int32_t given) argument
4276 print_insn_thumb32(bfd_vma pc, struct disassemble_info *info, int32_t given) argument
4736 print_insn_data(bfd_vma pc ATTRIBUTE_UNUSED, struct disassemble_info *info, int32_t given) argument
4840 int32_t given; local
[all...]
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dcucumber.vim15 \"en": {"and": "And\\>", "background": "Background\\>", "but": "But\\>", "examples": "Scenarios\\>\\|Examples\\>", "feature": "Feature\\>", "given": "Given\\>", "scenario": "Scenario\\>", "scenario_outline": "Scenario Outline\\>", "then": "Then\\>", "when": "When\\>"},
16 \"ar": {"and": "\\%u0648\\>", "background": "\\%u0627\\%u0644\\%u062e\\%u0644\\%u0641\\%u064a\\%u0629\\>", "but": "\\%u0644\\%u0643\\%u0646\\>", "examples": "\\%u0627\\%u0645\\%u062b\\%u0644\\%u0629\\>", "feature": "\\%u062e\\%u0627\\%u0635\\%u064a\\%u0629\\>", "given": "\\%u0628\\%u0641\\%u0631\\%u0636\\>", "scenario": "\\%u0633\\%u064a\\%u0646\\%u0627\\%u0631\\%u064a\\%u0648\\>", "scenario_outline": "\\%u0633\\%u064a\\%u0646\\%u0627\\%u0631\\%u064a\\%u0648 \\%u0645\\%u062e\\%u0637\\%u0637\\>", "then": "\\%u0627\\%u0630\\%u0627\\%u064b\\>\\|\\%u062b\\%u0645\\>", "when": "\\%u0639\\%u0646\\%u062f\\%u0645\\%u0627\\>\\|\\%u0645\\%u062a\\%u0649\\>"},
17 \"bg": {"and": "\\%u0418\\>", "background": "\\%u041f\\%u0440\\%u0435\\%u0434\\%u0438\\%u0441\\%u0442\\%u043e\\%u0440\\%u0438\\%u044f\\>", "but": "\\%u041d\\%u043e\\>", "examples": "\\%u041f\\%u0440\\%u0438\\%u043c\\%u0435\\%u0440\\%u0438\\>", "feature": "\\%u0424\\%u0443\\%u043d\\%u043a\\%u0446\\%u0438\\%u043e\\%u043d\\%u0430\\%u043b\\%u043d\\%u043e\\%u0441\\%u0442\\>", "given": "\\%u0414\\%u0430\\%u0434\\%u0435\\%u043d\\%u043e\\>", "scenario": "\\%u0421\\%u0446\\%u0435\\%u043d\\%u0430\\%u0440\\%u0438\\%u0439\\>", "scenario_outline": "\\%u0420\\%u0430\\%u043c\\%u043a\\%u0430 \\%u043d\\%u0430 \\%u0441\\%u0446\\%u0435\\%u043d\\%u0430\\%u0440\\%u0438\\%u0439\\>", "then": "\\%u0422\\%u043e\\>", "when": "\\%u041a\\%u043e\\%u0433\\%u0430\\%u0442\\%u043e\\>"},
18 \"ca": {"and": "I\\>", "background": "Antecedents\\>\\|Rerefons\\>", "but": "Per\\%u00f2\\>", "examples": "Exemples\\>", "feature": "Caracter\\%u00edstica\\>\\|Funcionalitat\\>", "given": "At\\%u00e8s\\>\\|Donada\\>\\|Donat\\>\\|Atesa\\>", "scenario": "Escenari\\>", "scenario_outline": "Esquema de l'escenari\\>", "then": "Aleshores\\>\\|Cal\\>", "when": "Quan\\>"},
19 \"cs": {"and": "A tak\\%u00e9\\>\\|A\\>", "background": "Pozad\\%u00ed\\>\\|Kontext\\>", "but": "Ale\\>", "examples": "P\\%u0159\\%u00edklady\\>", "feature": "Po\\%u017eadavek\\>", "given": "Pokud\\>", "scenario": "Sc\\%u00e9n\\%u00e1\\%u0159\\>", "scenario_outline": "N\\%u00e1\\%u010drt Sc\\%u00e9n\\%u00e1\\%u0159e\\>\\|Osnova sc\\%u00e9n\\%u00e1\\%u0159e\\>", "then": "Pak\\>", "when": "Kdy\\%u017e\\>"},
20 \"cy-GB": {"and": "A\\>", "background": "Cefndir\\>", "but": "Ond\\>", "examples": "Enghreifftiau\\>", "feature": "Arwedd\\>", "given": "Anrhegedig a\\>", "scenario": "Scenario\\>", "scenario_outline": "Scenario Amlinellol\\>", "then": "Yna\\>", "when": "Pryd\\>"},
21 \"da": {"and": "Og\\>", "background": "Baggrund\\>", "but": "Men\\>", "examples": "Eksempler\\>", "feature": "Egenskab\\>", "given": "Givet\\>", "scenario": "Scenarie\\>", "scenario_outline": "Abstrakt Scenario\\>", "then": "S\\%u00e5\\>", "when": "N\\%u00e5r\\>"},
22 \"de": {"and": "Und\\>", "background": "Grundlage\\>", "but": "Aber\\>", "examples": "Beispiele\\>", "feature": "Funktionalit\\%u00e4t\\>", "given": "Gegeben sei\\>\\|Angenommen\\>", "scenario": "Szenario\\>", "scenario_outline": "Szenariogrundriss\\>", "then": "Dann\\>", "when": "Wenn\\>"},
23 \"en-Scouse": {"and": "An\\>", "background": "Dis is what went down\\>", "but": "Buh\\>", "examples": "Examples\\>", "feature": "Feature\\>", "given": "Youse know when youse got\\>\\|Givun\\>", "scenario": "The thing of it is\\>", "scenario_outline": "Wharrimean is\\>", "then": "Den youse gotta\\>\\|Dun\\>", "when": "Youse know like when\\>\\|Wun\\>"},
24 \"en-au": {"and": "N\\>", "background": "Background\\>", "but": "Cept\\>", "examples": "Cobber\\>", "feature": "Crikey\\>", "given"
[all...]
/macosx-10.9.5/vim-53/runtime/keymap/
H A Daccents.vim5 " All characters are given literally, conversion to another encoding (e.g.,
H A Dpinyin.vim5 " All characters are given literally.
H A Dlithuanian-baltic.vim7 " All characters are given literally, conversion to another encoding (e.g.,
/macosx-10.9.5/curl-78.94.1/curl/tests/libtest/
H A Dlib552.c130 size_t given = amount < available ? amount : available; /* What is given */ local
132 memcpy(ptr, databuf + current_offset, given);
133 current_offset += given;
134 return given;
/macosx-10.9.5/ruby-104/ruby/ext/tk/sample/
H A Dtkoptdb-safeTk.rb9 from a file. Options are given by the master interpreter \
33 # When a block is given to 'new_safeTk' method,
53 # When a block is given to 'eval_proc' method,
61 print "\nip.eval_proc{}, which includes insecure operiation in the given block, returns an exception object: ", ret.inspect, "\n"
63 print "If a proc object is given, the proc is evaluated on the safe-level which is kept on the proc :: ip.eval_proc( proc{$SAFE} ) ==> ", ip.eval_proc(proc{$SAFE}), "\n"
/macosx-10.9.5/bind9-45.100/bind9/bin/tests/system/rpz/
H A Dsetup.sh24 for NM in '' -2 -given -disabled -passthru -no-op -nodata -nxdomain -cname -wildcname -garden; do
/macosx-10.9.5/llvmCore-3425.0.33/bindings/ocaml/bitwriter/
H A Dllvm_bitwriter.ml16 (* Writes the bitcode for module the given path. Returns true if successful. *)
/macosx-10.9.5/CPANInternal-140/Params-Validate/t/
H A D18-depends.t29 qr(^Parameter 'foo' depends on parameter 'bar', which was not given),
60 qr(^Parameter 'foo' depends on parameter 'baz', which was not given),
68 qr(^Parameter 'foo' depends on parameter '(bar|baz)', which was not given),
115 qr(^Parameter #1 depends on parameter #4, which was not given),
/macosx-10.9.5/CPANInternal-140/JSON-XS-2.33/bin/
H A Djson_xs29 Read a file in the given format from STDIN.
45 =item eval - evaluate the given code as (non-utf-8) Perl, basically the reverse of "-t dump"
57 Write the file in the given format to STDOUT.
/macosx-10.9.5/ruby-104/ruby/lib/rubygems/commands/
H A Dgenerate_index_command.rb41 statically. The command expects a 'gems' directory under the path given to
42 the --directory option. The given directory will be the directory you serve
/macosx-10.9.5/CPANInternal-140/DateTime-TimeZone/tools/
H A Dtests_from_zdump32 generate garbage output if given a non-existent time zone name.
41 May be given multiple times.
/macosx-10.9.5/CPANInternal-140/XML-XPath/examples/
H A Dxpath10 If no filename is given, supply XML on STDIN.

Completed in 225 milliseconds

1234567