HomeSort by relevance Sort by last modified time
    Searched full:special (Results 101 - 125 of 40689) sorted by null

1 2 3 45 6 7 8 91011>>

  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-mmix/
loc8m.d 5 # Setting file start through the special symbol, in-source, mmo version.
  /frameworks/compile/slang/tests/P_reduce_general_input/
gen-input.pl 25 print "// It exercises various legal combinations of inputs and special parameters,\n";
52 for (my $special = 0; $special <= $#specialParameters; ++$special) {
53 if ($specials & 2**$special) {
54 print ", " . ($special ? "uint" : "rs_kernel_context") . " ${specialParameters[$special]}";
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mips/
loc-swap-2.d 41 \[0x.*\] Special opcode 11: advance Address by 0 to 0x0 and Line by 6 to 7
42 \[0x.*\] Special opcode 7: advance Address by 0 to 0x0 and Line by 2 to 9
43 \[0x.*\] Special opcode 6: advance Address by 0 to 0x0 and Line by 1 to 10
44 \[0x.*\] Special opcode 120: advance Address by 8 to 0x8 and Line by 3 to 13
45 \[0x.*\] Special opcode 62: advance Address by 4 to 0xc and Line by 1 to 14
46 \[0x.*\] Special opcode 6: advance Address by 0 to 0xc and Line by 1 to 15
47 \[0x.*\] Special opcode 119: advance Address by 8 to 0x14 and Line by 2 to 17
micromips@loc-swap-2.d 41 \[0x.*\] Special opcode 11: advance Address by 0 to 0x1 and Line by 6 to 7
42 \[0x.*\] Special opcode 7: advance Address by 0 to 0x1 and Line by 2 to 9
43 \[0x.*\] Special opcode 6: advance Address by 0 to 0x1 and Line by 1 to 10
44 \[0x.*\] Special opcode 64: advance Address by 4 to 0x5 and Line by 3 to 13
45 \[0x.*\] Special opcode 34: advance Address by 2 to 0x7 and Line by 1 to 14
46 \[0x.*\] Special opcode 6: advance Address by 0 to 0x7 and Line by 1 to 15
47 \[0x.*\] Special opcode 63: advance Address by 4 to 0xb and Line by 2 to 17
mips16-dwarf2-n32.d 21 \[0x.*\] Special opcode .*: advance Address by 2 to 0x3 and Line by 1 to 2
22 \[0x.*\] Special opcode .*: advance Address by 2 to 0x5 and Line by 1 to 3
23 \[0x.*\] Special opcode .*: advance Address by 4 to 0x9 and Line by 1 to 4
24 \[0x.*\] Special opcode .*: advance Address by 2 to 0xb and Line by 1 to 5
25 \[0x.*\] Special opcode .*: advance Address by 4 to 0xf and Line by 1 to 6
26 \[0x.*\] Special opcode .*: advance Address by 4 to 0x13 and Line by 1 to 7
28 \[0x.*\] Special opcode .*: advance Address by 0 to 0x901 and Line by 1 to 8
mips16-dwarf2.d 21 \[0x.*\] Special opcode .*: advance Address by 2 to 0x3 and Line by 1 to 2
22 \[0x.*\] Special opcode .*: advance Address by 2 to 0x5 and Line by 1 to 3
23 \[0x.*\] Special opcode .*: advance Address by 4 to 0x9 and Line by 1 to 4
24 \[0x.*\] Special opcode .*: advance Address by 2 to 0xb and Line by 1 to 5
25 \[0x.*\] Special opcode .*: advance Address by 4 to 0xf and Line by 1 to 6
26 \[0x.*\] Special opcode .*: advance Address by 4 to 0x13 and Line by 1 to 7
28 \[0x.*\] Special opcode .*: advance Address by 0 to 0x901 and Line by 1 to 8
mips16@loc-swap-2.d 41 \[0x.*\] Special opcode 11: advance Address by 0 to 0x1 and Line by 6 to 7
42 \[0x.*\] Special opcode 7: advance Address by 0 to 0x1 and Line by 2 to 9
43 \[0x.*\] Special opcode 6: advance Address by 0 to 0x1 and Line by 1 to 10
44 \[0x.*\] Special opcode 64: advance Address by 4 to 0x5 and Line by 3 to 13
45 \[0x.*\] Special opcode 34: advance Address by 2 to 0x7 and Line by 1 to 14
46 \[0x.*\] Special opcode 6: advance Address by 0 to 0x7 and Line by 1 to 15
47 \[0x.*\] Special opcode 35: advance Address by 2 to 0x9 and Line by 2 to 17
  /external/autotest/site_utils/
job_history.py 7 # including special tasks executed before and after the job, and each steps
28 # Add some buffer before and after job start/end time when searching for special
67 """Information of a special task.
70 id: Special task ID.
72 hostname: hostname of the DUT that runs the special task.
81 of the special task from database.
83 # Special task ID
129 @param job_id: ID of the test job that's related to the special task.
130 @param start_time: Start time to search for special task.
131 @param end_time: End time to search for special task
    [all...]
  /prebuilts/go/darwin-x86/src/encoding/json/
fold.go 22 // 2) equalFoldRight, if s contains special folding ASCII ('k', 'K', 's', 'S')
23 // 3) asciiEqualFold, no special, but includes non-letters (including _)
26 // The letters S and K are special because they map to 3 runes, not just 2:
35 special := false // special letter
44 // See above for why these letters are special.
45 special = true
48 if special {
107 // special-folding letters.
  /prebuilts/go/linux-x86/src/encoding/json/
fold.go 22 // 2) equalFoldRight, if s contains special folding ASCII ('k', 'K', 's', 'S')
23 // 3) asciiEqualFold, no special, but includes non-letters (including _)
26 // The letters S and K are special because they map to 3 runes, not just 2:
35 special := false // special letter
44 // See above for why these letters are special.
45 special = true
48 if special {
107 // special-folding letters.
  /prebuilts/go/darwin-x86/src/math/
dim.go 9 // Special cases are:
14 // The special cases result in NaN after the subtraction:
30 // Special cases are:
38 // special cases
58 // Special cases are:
65 // special cases
dim_amd64.s 13 // +Inf special cases
21 // NaN special cases
32 // ±0 special cases
57 // -Inf special cases
65 // NaN special cases
76 // ±0 special cases
dim_s390x.s 15 // +Inf special cases
21 // NaN special cases
30 // ±0 special cases
57 // -Inf special cases
63 // NaN special cases
72 // ±0 special cases
log10.go 8 // The special cases are the same as for Log.
16 // The special cases are the same as for Log.
  /prebuilts/go/linux-x86/src/math/
dim.go 9 // Special cases are:
14 // The special cases result in NaN after the subtraction:
30 // Special cases are:
38 // special cases
58 // Special cases are:
65 // special cases
dim_amd64.s 13 // +Inf special cases
21 // NaN special cases
32 // ±0 special cases
57 // -Inf special cases
65 // NaN special cases
76 // ±0 special cases
dim_s390x.s 15 // +Inf special cases
21 // NaN special cases
30 // ±0 special cases
57 // -Inf special cases
63 // NaN special cases
72 // ±0 special cases
  /external/clang/test/Parser/
cxx-default-delete.cpp 4 int j = default; // expected-error{{special member functions}}
9 int q() = default, r; // expected-error{{only special member functions}} \
  /external/e2fsprogs/tests/f_inlinedir_detector/
expect.1 2 Special (device/socket/fifo) file (inode 12) has extents
5 Special (device/socket/fifo) inode 12 has non-zero size. Fix? yes
  /external/icu/icu4c/source/data/xml/brkitr/
el.xml 18 <special xmlns:icu="http://www.icu-project.org/">
24 </special>
en_US_POSIX.xml 20 <special xmlns:icu="http://www.icu-project.org/">
26 </special>
  /external/icu/icu4c/source/data/xml/collation/
root.xml 18 <special xmlns:icu="http://www.icu-project.org/">
21 </special>
  /external/libunwind/src/ia64/
dyn_info_list.S 4 * Create a special unwind-table entry which makes it easy for an
5 * unwinder to locate the dynamic registration list. The special
  /external/llvm/test/MC/ELF/
gnu-type.s 33 .type special gnu_unique_object
34 // CHECK: .type special,@gnu_unique_object
  /prebuilts/go/darwin-x86/src/unicode/
casetables.go 5 // TODO: This file contains the special casing rules for Turkish and Azeri only.
6 // It should encompass all the languages with special casing rules

Completed in 824 milliseconds

1 2 3 45 6 7 8 91011>>