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

1 2 3 4 5 67 8 910

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
mhlib.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_mmap.py 210 stuff = f.read()
212 self.assertEqual(stuff, 'c'*mapsize,
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
ccompiler.py 588 """Link a bunch of stuff together to create a static library file.
589 The "bunch of stuff" consists of the list of object files supplied
621 """Link a bunch of stuff together to create an executable or
624 The "bunch of stuff" consists of the list of object files supplied
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
mhlib.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_mmap.py 210 stuff = f.read()
212 self.assertEqual(stuff, 'c'*mapsize,
  /external/chromium_org/third_party/icu/source/i18n/
ucol_tok.cpp 811 inline void ucol_tok_addToExtraCurrent(UColTokenParser *src, const UChar *stuff, int32_t len, UErrorCode *status) {
812 if (stuff == NULL || len <= 0) {
815 UnicodeString tempStuff(FALSE, stuff, len);
818 if (stuff >= src->source && stuff <= src->end) {
819 // Copy the "stuff" contents into tempStuff's own buffer.
    [all...]
ucol_res.cpp 186 /* we try to find stuff from keyword */
1011 const UChar *stuff = src.source+(src.parsedToken.charsOffset); local
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
PyShell.py 637 "Extend base class method: Stuff the source in the line cache first"
660 "Stuff source in the filename cache"
687 stuff = self.unpackerror()
688 if stuff:
689 msg, lineno, offset, line = stuff
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
PyShell.py 637 "Extend base class method: Stuff the source in the line cache first"
660 "Stuff source in the filename cache"
687 stuff = self.unpackerror()
688 if stuff:
689 msg, lineno, offset, line = stuff
    [all...]
  /art/test/046-reflect/src/
Main.java 30 public Main(ArrayList<Integer> stuff) {}
234 * Do some stuff with long.
486 * Test some generic type stuff.
  /build/core/
config.mk 139 # Try to include buildspec.mk, which will try to set stuff up.
236 # host config stuff being done first
envsetup.mk 128 # or just build vendor stuff into system.img.
  /external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
BaseRecognizer.pm 616 support code essentially; most of it is error recovery stuff and
  /external/stlport/stlport/stl/config/
features.h 152 # error Sorry but asking for both STLport to be in the real std namespace and also having STLport import all native std stuff \
408 /* if using stlport:: namespace or if C library stuff is not in vendor's std::,
410 * MSVC has ambiguity problem when we try to import C-style std:: stuff back into global namespace */
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/config/
features.h 146 # error Sorry but asking for both STLport to be in the real std namespace and also having STLport import all native std stuff \
402 /* if using stlport:: namespace or if C library stuff is not in vendor's std::,
404 * MSVC has ambiguity problem when we try to import C-style std:: stuff back into global namespace */
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/config/
features.h 146 # error Sorry but asking for both STLport to be in the real std namespace and also having STLport import all native std stuff \
402 /* if using stlport:: namespace or if C library stuff is not in vendor's std::,
404 * MSVC has ambiguity problem when we try to import C-style std:: stuff back into global namespace */
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/config/
features.h 146 # error Sorry but asking for both STLport to be in the real std namespace and also having STLport import all native std stuff \
402 /* if using stlport:: namespace or if C library stuff is not in vendor's std::,
404 * MSVC has ambiguity problem when we try to import C-style std:: stuff back into global namespace */
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/config/
features.h 146 # error Sorry but asking for both STLport to be in the real std namespace and also having STLport import all native std stuff \
402 /* if using stlport:: namespace or if C library stuff is not in vendor's std::,
404 * MSVC has ambiguity problem when we try to import C-style std:: stuff back into global namespace */
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/config/
features.h 146 # error Sorry but asking for both STLport to be in the real std namespace and also having STLport import all native std stuff \
402 /* if using stlport:: namespace or if C library stuff is not in vendor's std::,
404 * MSVC has ambiguity problem when we try to import C-style std:: stuff back into global namespace */
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/config/
features.h 146 # error Sorry but asking for both STLport to be in the real std namespace and also having STLport import all native std stuff \
402 /* if using stlport:: namespace or if C library stuff is not in vendor's std::,
404 * MSVC has ambiguity problem when we try to import C-style std:: stuff back into global namespace */
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Ruby/
Ruby.stg 269 * memoization stuff in here either; it's a waste. As
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/arm/armv6/
vp8_variance_halfpixvar16x16_hv_armv6.asm 209 ; return stuff
  /external/chromium_org/v8/test/mjsunit/
array-functions-prototype-misc.js 139 // allows us to test some borderline stuff relative to the standard.
  /external/libvpx/libvpx/vp8/common/arm/armv6/
vp8_variance_halfpixvar16x16_hv_armv6.asm 209 ; return stuff
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/armv6/
vp8_variance_halfpixvar16x16_hv_armv6.asm 209 ; return stuff

Completed in 2217 milliseconds

1 2 3 4 5 67 8 910