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

12 3

  /art/test/646-checker-hadd-short/src/
Main.java 359 // Some interesting values.
360 short[] interesting = { local
374 sB2[i] = interesting[i & 7];
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
sgmllib.py 24 interesting = re.compile('[&<]') variable
125 match = interesting.search(rawdata, i)
xmllib.py 25 interesting = re.compile('[]&<]') variable
255 res = interesting.search(rawdata, i)
    [all...]
  /external/python/cpython2/Lib/
sgmllib.py 24 interesting = re.compile('[&<]') variable
125 match = interesting.search(rawdata, i)
xmllib.py 25 interesting = re.compile('[]&<]') variable
255 res = interesting.search(rawdata, i)
    [all...]
  /development/tools/bugreport/src/com/android/bugreport/html/
Renderer.java 188 // Interesting Processes
280 hdf.setValue("interesting", thread.interesting ? "1" : "0");
379 * Sort processes so the more interesting ones are at the top.
397 // Move the ones that start with / to the end. They're typically not interesting
435 * Sort threads so the more interesting ones are at the top.
456 } else if (thread.interesting) {
496 final Data interestingHdf = hdf.createChild("interesting");
  /development/tools/bugreport/src/com/android/bugreport/inspector/
Inspector.java 419 thread.interesting = isThreadInteresting(thread);
425 * Clone the "interesting" processes and filter out any threads that aren't
426 * marked "interesting" and any processes without any interesting threads.
433 // Filter out the threads that aren't interesting
435 if (!process.threads.get(i).interesting) {
440 // If there is anything interesting about the process itself, add it
456 // There are > 1 threads that are interesting in this process
486 // Binder threads are interesting
697 * Utility class to match log lines that are "interesting" and wil
    [all...]
  /external/syzkaller/syz-fuzzer/
workqueue.go 16 // in order to not permanently lose interesting programs in case of VM crash.
  /external/walt/docs/
AudioLatency.md 28 until there is a detectable signal on the wire. Note that this does not include the time between the moment the app decided to output a tone until the Enqueue() call. This is somewhat counterintuitive but this time is deliberately omitted. In case of the WALT app code this time is likely be uniformly distributed between 0 and the length of the buffer (5 ms in case of Nexus 5) and therefore would contribute considerable variance but little interesting information if included in the reported latency.
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
msvc9compiler.py 267 interesting = set(("include", "lib", "libpath", "path"))
289 if key in interesting:
298 if len(result) != len(interesting):
  /external/python/cpython2/Lib/distutils/
msvc9compiler.py 267 interesting = set(("include", "lib", "libpath", "path"))
289 if key in interesting:
298 if len(result) != len(interesting):
  /external/python/cpython3/Lib/distutils/
msvc9compiler.py 257 interesting = {"include", "lib", "libpath", "path"}
279 if key in interesting:
288 if len(result) != len(interesting):
  /external/fonttools/Lib/fontTools/varLib/
__init__.py 123 interesting = False
160 interesting = True
170 if not interesting:
  /external/icu/android_icu4j/src/main/java/android/icu/impl/number/
PatternStringUtils.java 227 // it's okay to deal in chars here because the quote mark is the only interesting thing.
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/
PatternStringUtils.java 225 // it's okay to deal in chars here because the quote mark is the only interesting thing.
  /external/syzkaller/pkg/report/
report.go 132 // Executor PIDs are not interesting.
164 // CPU numbers are not interesting.
  /art/test/1953-pop-frame/
pop_frame.cc 61 const std::vector<std::string>&& interesting)
69 interesting_classes(interesting),
    [all...]
  /build/make/core/
aux_config.mk 27 # all the interesting paths are hardcoded in soong, and are not available from here
  /external/syzkaller/pkg/ifuzz/
ifuzz.go 61 Exec bool // generate instructions sequences interesting for execution
  /external/syzkaller/prog/
encodingexec.go 99 // Generate copyout instructions that persist interesting return values.
rand.go 57 // Some potentially interesting integers.
486 // No need to generate something interesting for output scalar arguments.
  /external/syzkaller/sys/linux/
init.go 113 // Freeze kills machine. Though, it is an interesting functions,
  /external/llvm/test/MC/AArch64/
arm64-aliases.s 222 ; 0xffff is interesting because there are exceptions in the MOVN rules for
  /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/AArch64/
arm64-aliases.s 222 ; 0xffff is interesting because there are exceptions in the MOVN rules for
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
xmllib.py 25 interesting = re.compile('[]&<]') variable
255 res = interesting.search(rawdata, i)
    [all...]

Completed in 2225 milliseconds

12 3