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

12 3 4 5 6

  /prebuilts/go/darwin-x86/src/regexp/syntax/
simplify_test.go 120 // interesting than they might otherwise be. String inserts
  /prebuilts/go/darwin-x86/src/runtime/pprof/
mprof_test.go 72 // Do the interesting allocations.
  /prebuilts/go/linux-x86/src/regexp/syntax/
simplify_test.go 120 // interesting than they might otherwise be. String inserts
  /prebuilts/go/linux-x86/src/runtime/pprof/
mprof_test.go 72 // Do the interesting allocations.
  /frameworks/base/core/java/com/android/internal/os/
ProcessCpuTracker.java 197 public boolean interesting; field in class:ProcessCpuTracker.Stats
437 if (st.interesting) {
519 st.interesting = true;
543 } else if (st.interesting) {
557 if (!first && st.interesting) {
    [all...]
  /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)
  /external/python/cpython2/Lib/
sgmllib.py 24 interesting = re.compile('[&<]') variable
125 match = interesting.search(rawdata, i)
  /prebuilts/gdb/darwin-x86/lib/python2.7/
sgmllib.py 24 interesting = re.compile('[&<]') variable
125 match = interesting.search(rawdata, i)
  /prebuilts/gdb/linux-x86/lib/python2.7/
sgmllib.py 24 interesting = re.compile('[&<]') variable
125 match = interesting.search(rawdata, i)
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
init.go 38 // are there any interesting init statements
  /prebuilts/go/darwin-x86/src/flag/
example_test.go 77 // All the interesting pieces are with the variables declared above, but
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
init.go 38 // are there any interesting init statements
  /prebuilts/go/linux-x86/src/flag/
example_test.go 77 // All the interesting pieces are with the variables declared above, but
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
sgmllib.py 24 interesting = re.compile('[&<]') variable
125 match = interesting.search(rawdata, i)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
sgmllib.py 24 interesting = re.compile('[&<]') variable
125 match = interesting.search(rawdata, i)
  /system/vold/bench/
benchgen.py 108 interesting = ["mmap2","read","write","pread64","pwrite64","fsync","fdatasync","openat","close","lseek","_llseek"] variable
120 if call not in interesting: continue
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
RenderPreviewManager.java     [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/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.
  /prebuilts/go/darwin-x86/src/runtime/
race.go 367 // Not interesting.
384 // Not interesting.
  /prebuilts/go/linux-x86/src/runtime/
race.go 367 // Not interesting.
384 // Not interesting.
  /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):
  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/
msvc9compiler.py 267 interesting = set(("include", "lib", "libpath", "path"))
289 if key in interesting:
298 if len(result) != len(interesting):

Completed in 1975 milliseconds

12 3 4 5 6