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

1 2

  /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"
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...]
difflib.py 63 catches peoples' eyes. The Windows(tm) windiff has another interesting
376 happens to be adjacent to an "interesting" match.
442 # Now that we have a wholly interesting match (albeit possibly
447 # interesting match, this is clearly the right thing to do,
    [all...]
  /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"
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/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/v8/test/webkit/
try-try-return-finally-finally.js 25 "Tests what would happen if you have nested try-finally's with interesting control statements nested within them. The correct outcome is for this test to not crash during bytecompilation."
dfg-arguments-osr-exit-multiple-blocks-before-exit.js 25 "Tests aliased uses of 'arguments' that require reification of the Arguments object on OSR exit, in the case that there is some interesting control flow prior to the exit."
dfg-arguments-osr-exit-multiple-blocks.js 25 "Tests aliased uses of 'arguments' that require reification of the Arguments object on OSR exit, in the case that there is some interesting control flow."
dfg-inline-arguments-osr-exit-and-capture.js 25 "Tests what happens if you OSR exit within inlined code that has interesting control flow with arguments that are specially formatted and you capture the arguments reflectively after the OSR exit."
  /frameworks/base/core/java/com/android/internal/os/
ProcessCpuTracker.java 186 public boolean interesting; field in class:ProcessCpuTracker.Stats
423 if (st.interesting) {
505 st.interesting = true;
529 } else if (st.interesting) {
543 if (!first && st.interesting) {
  /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...]
  /external/v8/test/mjsunit/regress/
regress-binop-nosse2.js 98 // Some more interesting things
regress-binop.js 98 // Some more interesting things
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
msvc9compiler.py 267 interesting = set(("include", "lib", "libpath", "path"))
289 if key in interesting:
298 if len(result) != len(interesting):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
msvc9compiler.py 267 interesting = set(("include", "lib", "libpath", "path"))
289 if key in interesting:
298 if len(result) != len(interesting):
  /external/v8/test/mjsunit/compiler/
alloc-object-huge.js 51 // The huge constructor, nothing interesting beyond this point.
  /external/v8/test/mjsunit/
array-sort.js 82 // Collect a list of interesting Smis.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_descr.py 2289 def interesting(strings): function in function:.test_dir
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_descr.py 2289 def interesting(strings): function in function:.test_dir
    [all...]
  /art/runtime/verifier/
method_verifier.cc 63 bool interesting = false; local
66 interesting = flags[i].IsOpcode();
69 interesting = flags[i].IsCompileTimeInfoPoint() || flags[i].IsBranchTarget();
72 interesting = flags[i].IsBranchTarget();
77 if (interesting) {
    [all...]
  /external/iproute2/doc/
api-ip6-flowlabels.tex 236 itself. Hmm... the idea is interesting.

Completed in 966 milliseconds

1 2