HomeSort by relevance Sort by last modified time
    Searched refs:modules (Results 276 - 300 of 578) sorted by null

<<11121314151617181920>>

  /prebuilts/tools/common/m2/repository/jfree/jcommon/1.0.12/
jcommon-1.0.12.jar 
  /build/core/
post_clean.mk 15 # Clean steps that need global knowledge of individual modules.
  /device/asus/tilapia/
BoardConfig.mk 16 # This file sets variables that control the way modules are built
  /external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
BitSet.pm 334 A list of all the other modules that this module relies upon, including any
335 restrictions on versions, and an indication whether these required modules are
342 A list of any modules that this module cannot be used in conjunction with.
345 (for example, many modules that use source code filters are mutually
  /external/antlr/antlr-3.4/runtime/Python/tests/
t052import.py 75 # slave parsers are imported as normal python modules
76 # to force reloading current version, purge module from sys.modules
78 del sys.modules[parserName+'Parser']
96 # slave parsers are imported as normal python modules
97 # to force reloading current version, purge module from sys.modules
99 del sys.modules[parserName+'Parser']
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/unittest2/
suite.py 168 module = sys.modules[currentModule]
198 module = sys.modules[previousModule]
  /external/chromium_org/third_party/codesighs/
autosummary.unix.bash 223 $OBJROOT/dist/bin/codesighs --modules --input $COPYSORTTSV >> $SUMMARYFILE
basesummary.unix.bash 227 $OBJROOT/dist/bin/codesighs --modules --input $COPYSORTTSV >> $SUMMARYFILE
basesummary.win.bash 163 # Figure out which modules in specific we care about.
197 $OBJROOT/dist/bin/codesighs --modules --input $COPYSORTTSV | dos2unix >> $SUMMARYFILE
  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtcvideocapturer_unittest.cc 103 EXPECT_TRUE(factory_->modules[0]->SendFrame(640, 480));
129 EXPECT_TRUE(factory_->modules[0]->SendFrame(640, 480));
  /external/chromium_org/third_party/protobuf/python/
setup.py 85 if 'google' in sys.modules:
86 del sys.modules['google']
163 # Must list modules explicitly so that we don't install tests.
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/bin/tests/multisect/
bin_multi_test.sh 23 for asm in ${srcdir}/modules/objfmts/bin/tests/multisect/*.asm
  /external/compiler-rt/make/
lib_info.mk 17 # Determine the set of available modules.
  /external/elfutils/libdwfl/
Makefile.am 60 linux-kernel-modules.c linux-proc-maps.c \
  /external/sonivox/arm-wt-22k/
Android.mk 45 # not using these modules
  /external/webrtc/
android-webrtc.mk 17 # The following macros are used by modules,
  /hardware/libhardware/modules/audio/
Android.mk 18 # device specific modules are present. The exact load order can be seen in
  /hardware/libhardware/modules/local_time/
Android.mk 22 # if no other device specific modules are present. The exact load order can be
  /libcore/
Android.mk 44 # Disable test modules if LIBCORE_SKIP_TESTS environment variable is set.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
inspect.py 56 __file__ filename (missing for built-in modules)"""
114 modules."""
122 modules."""
131 modules."""
139 modules."""
405 object = sys.modules.get(object.__module__)
477 return sys.modules.get(object.__module__)
480 return sys.modules.get(modulesbyfile[_filename])
487 return sys.modules.get(modulesbyfile[file])
489 # Copy sys.modules in order to cope with changes while iteratin
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
bundlebuilder.py 248 ZIP_ARCHIVE = "Modules.zip"
258 # Extension modules can't be in the modules zip archive, so a placeholder
389 # If True, build semi-standalone app (only includes third-party modules).
401 # Exclude these modules.
404 # Include these modules.
413 # Found Python modules: [(name, codeobject, ispkg), ...]
416 # Modules that modulefinder couldn't find:
481 # Also update the included modules (if we're creating a standalone
566 self.message("Adding Python modules", 1
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_tokenize.py 470 >>> dump_tokens("import sys, time\\nx = sys.modules['time'].time()")
480 NAME 'modules' (2, 8) (2, 15)
520 Test roundtrip on random python modules.
test_traceback.py 81 if 'test_bug737473' in sys.modules:
82 del sys.modules['test_bug737473']
test_xpickle.py 30 if pickletester.__name__ in sys.modules:
32 sys.modules[pickletester.__name__] = pickletester
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
inspect.py 56 __file__ filename (missing for built-in modules)"""
114 modules."""
122 modules."""
131 modules."""
139 modules."""
405 object = sys.modules.get(object.__module__)
477 return sys.modules.get(object.__module__)
480 return sys.modules.get(modulesbyfile[_filename])
487 return sys.modules.get(modulesbyfile[file])
489 # Copy sys.modules in order to cope with changes while iteratin
    [all...]

Completed in 5962 milliseconds

<<11121314151617181920>>