HomeSort by relevance Sort by last modified time
    Searched refs:stuff (Results 101 - 125 of 230) sorted by null

1 2 3 45 6 7 8 910

  /packages/apps/Email/
Android.mk 68 # only include rules to build other stuff for the original package, not the derived package.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
_strptime.py 236 regex = '|'.join(re_escape(stuff) for stuff in to_convert)
pickle.py 721 stuff = obj.__dict__
723 stuff = getstate()
724 _keep_alive(stuff, memo)
725 save(stuff)
    [all...]
rfc822.py 608 This method just skips all the route stuff and returns the addrspec.
867 stuff = data[0].split('-')
868 if len(stuff) == 3:
869 data = stuff + data[1:]
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
PyParse.py 9 def dump(*stuff):
10 sys.__stdout__.write(" ".join(map(str, stuff)) + "\n")
170 # Nothing looks like a block-opener, or stuff does
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
_strptime.py 236 regex = '|'.join(re_escape(stuff) for stuff in to_convert)
pickle.py 721 stuff = obj.__dict__
723 stuff = getstate()
724 _keep_alive(stuff, memo)
725 save(stuff)
    [all...]
rfc822.py 608 This method just skips all the route stuff and returns the addrspec.
867 stuff = data[0].split('-')
868 if len(stuff) == 3:
869 data = stuff + data[1:]
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
PyParse.py 9 def dump(*stuff):
10 sys.__stdout__.write(" ".join(map(str, stuff)) + "\n")
170 # Nothing looks like a block-opener, or stuff does
  /external/valgrind/main/VEX/priv/
guest_s390_helpers.c 698 ULong stuff, Bool is_cu12)
700 UInt num_src_bytes = stuff >> 1, etf3_and_m3_is_1 = stuff & 0x1;
830 ULong stuff)
832 return s390_do_cu12_cu14_helper2(byte1, byte2, byte3, byte4, stuff,
838 ULong stuff)
840 return s390_do_cu12_cu14_helper2(byte1, byte2, byte3, byte4, stuff,
    [all...]
  /development/build/
Android.mk 68 # The package installation stuff doesn't know about this file, so nobody will
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/arm/armv6/
vp8_variance8x8_armv6.asm 91 ; return stuff
  /external/chromium_org/v8/test/mjsunit/
regexp-results-cache.js 49 Ambition should be made of sterner stuff: \
json.js 483 var json = '{"stuff before slash\\\\stuff after slash":"whatever"}';
  /external/libvorbis/doc/
Vorbis_I_spec.tex 35 % well as tons of other neat stuff (line numbers, formatting adjustments, ...)
  /external/libvpx/libvpx/vp8/common/arm/armv6/
vp8_variance8x8_armv6.asm 91 ; return stuff
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/armv6/
vp8_variance8x8_armv6.asm 91 ; return stuff
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
DebugEventHub.cs 227 #region Tree parsing stuff
246 #region AST Stuff
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
DebugEventHub.cs 276 #region Tree parsing stuff
299 #region AST Stuff
  /external/chromium_org/tools/grit/grit/gather/
tr_html.py 25 TotalRecall template stuff is quite brittle and can break if e.g. a tab
169 # Matches stuff that is translateable if it occurs in the right context
  /external/clang/test/SemaTemplate/
ms-lookup-template-base-classes.cpp 211 static int T::*stuff() { return &T::a; } function in class:PR16014::B::T
  /external/clang/test/CXX/drs/
dr4xx.cpp 746 int stuff();
752 static int k = stuff();
759 int k = stuff(); // expected-note {{bypasses variable initialization}}
  /external/chromium_org/chrome/test/chromedriver/test/
run_py_tests.py 285 'return {stuff: document.querySelectorAll("div")};')
286 stuff = self._driver.ExecuteScript(script)['stuff']
289 'bc', self._driver.ExecuteScript(script, stuff[0], stuff[1]))
    [all...]
  /external/srec/srec/Vocabulary/src/
VocabularyImpl.c 503 contraction), then we use the dictionary for the stuff before the
  /external/valgrind/main/none/tests/ppc32/
test_dfp4.c 29 typedef union stuff { union

Completed in 2422 milliseconds

1 2 3 45 6 7 8 910