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

1 2 3

  /external/tensorflow/tensorflow/core/util/
overflow_test.cc 25 // Various interesting values
26 std::vector<int64> interesting = {0, std::numeric_limits<int64>::max()}; local
29 interesting.push_back(bit);
30 interesting.push_back(bit + 1);
31 interesting.push_back(bit - 1);
36 interesting.push_back(mid + i);
41 for (auto x : interesting) {
42 for (auto y : interesting) {
  /art/test/660-checker-sad-long/src/
Main.java 76 // Use cross-values for the interesting values.
77 long[] interesting = { local
91 for (int i = 0; i < interesting.length; i++) {
92 for (int j = 0; j < interesting.length; j++) {
93 long x = interesting[i];
94 long y = interesting[j];
  /art/test/660-checker-sad-char/src/
Main.java 122 char[] interesting = { local
136 for (int i = 0; i < interesting.length; i++) {
137 for (int j = 0; j < interesting.length; j++) {
138 char x = interesting[i];
139 char y = interesting[j];
  /art/test/660-checker-sad-int/src/
Main.java 126 // Use cross-values for the interesting values.
127 int[] interesting = { local
135 for (int i = 0; i < interesting.length; i++) {
136 for (int j = 0; j < interesting.length; j++) {
137 int x = interesting[i];
138 int y = interesting[j];
  /art/test/660-checker-sad-short/src/
Main.java 122 short[] interesting = { local
136 for (int i = 0; i < interesting.length; i++) {
137 for (int j = 0; j < interesting.length; j++) {
138 short x = interesting[i];
139 short y = interesting[j];
  /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/COFF/
cv-inline-linetable-unlikely.s 16 # This test is interesting because the inlined instructions are discontiguous.
  /development/tools/bugreport/src/com/android/bugreport/stacks/
ThreadSnapshot.java 51 public boolean interesting; field in class:ThreadSnapshot
88 this.interesting = that.interesting;
  /art/test/660-checker-simd-sad-int/src/
Main.java 201 // Use cross-values for the interesting values.
202 int[] interesting = { local
210 int n = interesting.length;
217 x[k] = interesting[i];
218 y[k] = interesting[j];
  /art/test/660-checker-simd-sad-long/src/
Main.java 167 // Use cross-values for the interesting values.
168 long[] interesting = { local
182 int n = interesting.length;
189 x[k] = interesting[i];
190 y[k] = interesting[j];
  /external/curl/docs/cmdline-opts/
retry-delay.d 8 between retries). This option is only interesting if --retry is also
  /art/test/660-checker-simd-sad-short3/src/
Main.java 283 short[] interesting = { local
303 s[i] = interesting[i % interesting.length];
  /art/test/660-checker-simd-sad-char/src/
Main.java 212 char[] interesting = { local
222 int n = interesting.length;
229 s1[k] = interesting[i];
230 s2[k] = interesting[j];
  /art/test/660-checker-simd-sad-short/src/
Main.java 355 short[] interesting = { local
365 int n = interesting.length;
372 s1[k] = interesting[i];
373 s2[k] = interesting[j];
  /art/test/660-checker-simd-sad-short2/src/
Main.java 342 char[] interesting = { local
352 int n = interesting.length;
359 s1[k] = interesting[i];
360 s2[k] = interesting[j];
  /art/test/646-checker-hadd-alt-char/src/
Main.java 217 // Some interesting values.
218 char[] interesting = { local
232 sB2[i] = interesting[i & 7];
  /art/test/646-checker-hadd-alt-short/src/
Main.java 211 // Some interesting values.
212 short[] interesting = { local
226 sB2[i] = interesting[i & 7];
  /art/test/646-checker-hadd-char/src/
Main.java 287 // Some interesting values.
288 char[] interesting = { local
302 sB2[i] = interesting[i & 7];
  /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"
  /external/python/cpython3/Lib/html/
parser.py 100 self.interesting = interesting_normal
125 self.interesting = re.compile(r'</\s*%s\s*>' % self.cdata_elem, re.I)
128 self.interesting = interesting_normal
154 match = self.interesting.search(rawdata, i) # < or &
243 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."
  /external/skqp/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."
  /external/tensorflow/tensorflow/python/tpu/
error_handling.py 61 interesting error from another thread to propagate.
108 Preferentially raise "interesting" errors (errors not in the
121 # First check for any interesting errors, then fall back on the session

Completed in 1049 milliseconds

1 2 3