HomeSort by relevance Sort by last modified time
    Searched refs:_source (Results 1 - 18 of 18) sorted by null

  /external/llvm/include/llvm/Analysis/
PathProfileInfo.h 45 inline BasicBlock* getSource() { return _source; }
49 BasicBlock* _source; member in class:llvm::ProfilePathEdge
PathNumbering.h 138 : _source(source), _target(target), _weight(0), _edgeType(NORMAL),
175 BallLarusNode* _source; member in class:llvm::BallLarusEdge
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_memoryview.py 19 def _source(self): member in class:AbstractMemoryTests
28 b = tp(self._source)
54 b = tp(self._source)
60 b = tp(self._source)
67 b = self.ro_type(self._source)
82 b = self.rw_type(self._source)
123 b = tp(self._source)
132 m = self._view(tp(self._source))
142 m = self._view(tp(self._source))
150 m = self._view(tp(self._source))
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_memoryview.py 19 def _source(self): member in class:AbstractMemoryTests
28 b = tp(self._source)
54 b = tp(self._source)
60 b = tp(self._source)
67 b = self.ro_type(self._source)
82 b = self.rw_type(self._source)
123 b = tp(self._source)
132 m = self._view(tp(self._source))
142 m = self._view(tp(self._source))
150 m = self._view(tp(self._source))
    [all...]
  /development/build/
Android.mk 5 $(TOPDIR)development/sdk/%_source.prop_template, \
6 $(HOST_OUT)/development/sdk/%_source.properties, \
7 $(wildcard $(TOPDIR)development/sdk/*_source.prop_template)) \
9 $(TOPDIR)development/samples/%_source.prop_template, \
10 $(HOST_OUT)/development/samples/%_source.properties, \
11 $(wildcard $(TOPDIR)development/samples/*_source.prop_template))
18 $(HOST_OUT)/development/sdk/%_source.properties : $(TOPDIR)development/sdk/%_source.prop_template
26 $(HOST_OUT)/development/samples/%_source.properties : $(TOPDIR)development/samples/%_source.prop_templat
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
Script.js 85 if (this._source) {
86 callback(this._source, false, "text/javascript");
97 this._source = error ? "" : source;
98 callback(this._source, false, "text/javascript");
156 this._source = newSource;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/sax/
expatreader.py 73 return parser._source.getPublicId()
79 return parser._source.getSystemId()
89 self._source = xmlreader.InputSource()
104 self._source = source
249 self._parser = expat.ParserCreate(self._source.getEncoding(), " ",
255 self._parser = expat.ParserCreate(self._source.getEncoding(),
297 return self._source.getPublicId()
300 return self._source.getSystemId()
383 self._source.getSystemId() or
386 self._entity_stack.append((self._parser, self._source))
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/sax/
expatreader.py 73 return parser._source.getPublicId()
79 return parser._source.getSystemId()
89 self._source = xmlreader.InputSource()
104 self._source = source
249 self._parser = expat.ParserCreate(self._source.getEncoding(), " ",
255 self._parser = expat.ParserCreate(self._source.getEncoding(),
297 return self._source.getPublicId()
300 return self._source.getSystemId()
383 self._source.getSystemId() or
386 self._entity_stack.append((self._parser, self._source))
    [all...]
  /external/chromium_org/tools/checkdeps/
rules.py 27 self._source = source
30 return '"%s%s" from %s.' % (self.allow, self._dir, self._source)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/
random_shuffle.h 83 DRandomShufflingGlobalData(RandomAccessIterator& _source)
84 : source(_source) { }
  /external/llvm/lib/Analysis/
PathProfileInfo.cpp 106 : _source(source), _target(target), _duplicateNumber(duplicateNumber) {}
PathNumbering.cpp 168 return(_source);
  /external/jmdns/src/javax/jmdns/impl/
DNSRecord.java 40 private InetAddress _source; field in class:DNSRecord
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/dom/
expatbuilder.py 631 self._source = string
707 parser.Parse(self._source, 1)
711 self._source = None
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/dom/
expatbuilder.py 631 self._source = string
707 parser.Parse(self._source, 1)
711 self._source = None
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/irc/
irclib.py     [all...]
  /prebuilts/tools/common/m2/internal/xalan/xalan/2.6.0/
xalan-2.6.0.jar 
  /external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
FlexAntTasks.jar 

Completed in 577 milliseconds