HomeSort by relevance Sort by last modified time
    Searched refs:interesting (Results 1 - 25 of 146) sorted by null

1 2 3 4 5 6

  /art/test/651-checker-char-simd-minmax/src/
Main.java 93 char[] interesting = { local
101 // Initialize cross-values for the interesting values.
102 int total = interesting.length * interesting.length;
107 for (int i = 0; i < interesting.length; i++) {
108 for (int j = 0; j < interesting.length; j++) {
110 y[k] = interesting[i];
111 z[k] = interesting[j];
  /art/test/651-checker-double-simd-minmax/src/
Main.java 69 double[] interesting = { local
87 // Initialize cross-values for the interesting values.
88 int total = interesting.length * interesting.length;
93 for (int i = 0; i < interesting.length; i++) {
94 for (int j = 0; j < interesting.length; j++) {
96 y[k] = interesting[i];
97 z[k] = interesting[j];
  /art/test/651-checker-float-simd-minmax/src/
Main.java 69 float[] interesting = { local
87 // Initialize cross-values for the interesting values.
88 int total = interesting.length * interesting.length;
93 for (int i = 0; i < interesting.length; i++) {
94 for (int j = 0; j < interesting.length; j++) {
96 y[k] = interesting[i];
97 z[k] = interesting[j];
  /art/test/651-checker-int-simd-minmax/src/
Main.java 91 int[] interesting = { local
99 // Initialize cross-values for the interesting values.
100 int total = interesting.length * interesting.length;
105 for (int i = 0; i < interesting.length; i++) {
106 for (int j = 0; j < interesting.length; j++) {
108 y[k] = interesting[i];
109 z[k] = interesting[j];
  /art/test/651-checker-long-simd-minmax/src/
Main.java 74 long[] interesting = { local
88 // Initialize cross-values for the interesting values.
89 int total = interesting.length * interesting.length;
94 for (int i = 0; i < interesting.length; i++) {
95 for (int j = 0; j < interesting.length; j++) {
97 y[k] = interesting[i];
98 z[k] = interesting[j];
  /art/test/651-checker-short-simd-minmax/src/
Main.java 169 short[] interesting = { local
183 // Initialize cross-values for the interesting values.
184 int total = interesting.length * interesting.length;
189 for (int i = 0; i < interesting.length; i++) {
190 for (int j = 0; j < interesting.length; j++) {
192 y[k] = interesting[i];
193 z[k] = interesting[j];
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue12686.go 8 // interesting because it's a non-constant but ideal value
  /prebuilts/go/linux-x86/test/fixedbugs/
issue12686.go 8 // interesting because it's a non-constant but ideal value
  /development/tools/bugreport/src/com/android/bugreport/stacks/
ThreadSnapshot.java 51 public boolean interesting; field in class:ThreadSnapshot
88 this.interesting = that.interesting;
  /external/ltp/testcases/commands/cron/
cron_neg_tests.sh 39 echo root has now an interesting cron job
  /art/test/646-checker-hadd-alt-char/src/
Main.java 271 // Some interesting values.
272 char[] interesting = { local
286 sB2[i] = interesting[i & 7];
  /art/test/646-checker-hadd-alt-short/src/
Main.java 270 // Some interesting values.
271 short[] interesting = { local
285 sB2[i] = interesting[i & 7];
  /art/test/646-checker-hadd-char/src/
Main.java 276 // Some interesting values.
277 char[] interesting = { local
291 sB2[i] = interesting[i & 7];
  /prebuilts/go/darwin-x86/test/
gc2.go 9 // An interesting case because they have finalizers and used to
  /prebuilts/go/linux-x86/test/
gc2.go 9 // An interesting case because they have finalizers and used to
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
HTMLParser.py 106 self.interesting = interesting_normal
134 self.interesting = re.compile(r'</\s*%s\s*>' % self.cdata_elem, re.I)
137 self.interesting = interesting_normal
148 match = self.interesting.search(rawdata, i) # < or &
227 assert 0, "interesting.search() lied"
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
HTMLParser.py 98 self.interesting = interesting_normal
124 self.interesting = interesting_cdata
127 self.interesting = interesting_normal
137 match = self.interesting.search(rawdata, i) # < or &
207 assert 0, "interesting.search() lied"
  /external/python/cpython2/Lib/
HTMLParser.py 106 self.interesting = interesting_normal
134 self.interesting = re.compile(r'</\s*%s\s*>' % self.cdata_elem, re.I)
137 self.interesting = interesting_normal
148 match = self.interesting.search(rawdata, i) # < or &
227 assert 0, "interesting.search() lied"
  /prebuilts/gdb/darwin-x86/lib/python2.7/
HTMLParser.py 103 self.interesting = interesting_normal
131 self.interesting = re.compile(r'</\s*%s\s*>' % self.cdata_elem, re.I)
134 self.interesting = interesting_normal
145 match = self.interesting.search(rawdata, i) # < or &
224 assert 0, "interesting.search() lied"
  /prebuilts/gdb/linux-x86/lib/python2.7/
HTMLParser.py 103 self.interesting = interesting_normal
131 self.interesting = re.compile(r'</\s*%s\s*>' % self.cdata_elem, re.I)
134 self.interesting = interesting_normal
145 match = self.interesting.search(rawdata, i) # < or &
224 assert 0, "interesting.search() lied"
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
HTMLParser.py 103 self.interesting = interesting_normal
131 self.interesting = re.compile(r'</\s*%s\s*>' % self.cdata_elem, re.I)
134 self.interesting = interesting_normal
145 match = self.interesting.search(rawdata, i) # < or &
224 assert 0, "interesting.search() lied"
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
HTMLParser.py 103 self.interesting = interesting_normal
131 self.interesting = re.compile(r'</\s*%s\s*>' % self.cdata_elem, re.I)
134 self.interesting = interesting_normal
145 match = self.interesting.search(rawdata, i) # < or &
224 assert 0, "interesting.search() lied"
  /art/tools/
test_presubmit.py 39 # given the interesting file 'x' and a list of reference_files,
45 'interesting_to_reference_file' : lambda interesting, references: references[0],
89 Lookup the file that the tool is generating in response to changing an interesting file
100 Runs test tools only for interesting files that were changed in this commit.
135 debug_print("Interesting files %s unchanged, skipping tool '%s'" %(tool_dict['interesting_files'], tool_dict['tool']))
  /external/skia/tools/lua/
bbh_filter.lua 3 -- This script outputs info about 'interesting' skp files,
4 -- where the definition of 'interesting' changes but is roughly:
5 -- "Interesting for bounding box hierarchy benchmarks."
  /art/test/646-checker-hadd-short/src/
Main.java 433 short[] interesting = { local
    [all...]

Completed in 523 milliseconds

1 2 3 4 5 6