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

1 2

  /external/chromium_org/v8/test/mjsunit/runtime-gen/
arraybuffersliceimpl.js 4 var _source = new ArrayBuffer(8);
7 %ArrayBufferSliceImpl(_source, _target, arg2);
compilestring.js 4 var _source = "foo"; variable
6 %CompileString(_source, arg1);
setcode.js 5 var _source = function() {}; function
6 %SetCode(_target, _source);
uriescape.js 4 var _source = "foo"; variable
5 %URIEscape(_source);
uriunescape.js 4 var _source = "foo"; variable
5 %URIUnescape(_source);
debugevaluate.js 7 var _source = "foo"; variable
11 %DebugEvaluate(_break_id, _wrapped_id, _inlined_jsframe_index, _source, _disable_break, _context_extension);
debugevaluateglobal.js 5 var _source = "foo"; variable
9 %DebugEvaluateGlobal(_break_id, _source, _disable_break, _context_extension);
regexpinitializeobject.js 5 var _source = "foo"; variable
9 %RegExpInitializeObject(_regexp, _source, _global, _ignoreCase, _multiline);
typedarrayinitializefromarraylike.js 6 var _source = new Object(); class
8 %TypedArrayInitializeFromArrayLike(_holder, arg1, _source, _length_obj);
  /development/build/
sdk-android-x86.atree 20 ${HOST_OUT}/development/sys-img-${TARGET_CPU_ABI}/images_${TARGET_ARCH}_source.properties system-images/${PLATFORM_NAME}/${TARGET_CPU_ABI}/source.properties
sdk-android-x86_64.atree 20 ${HOST_OUT}/development/sys-img-${TARGET_CPU_ABI}/images_${TARGET_ARCH}_source.properties system-images/${PLATFORM_NAME}/${TARGET_CPU_ABI}/source.properties
Android.mk 7 $(TOPDIR)development/sdk/%_source.prop_template, \
8 $(HOST_OUT)/development/sdk/%_source.properties, \
9 $(wildcard $(TOPDIR)development/sdk/*_source.prop_template)) \
11 $(TOPDIR)development/samples/%_source.prop_template, \
12 $(HOST_OUT)/development/samples/%_source.properties, \
13 $(wildcard $(TOPDIR)development/samples/*_source.prop_template)) \
15 $(TOPDIR)development/sys-img/%_source.prop_template, \
16 $(HOST_OUT)/development/sys-img-$(TARGET_CPU_ABI)/%_source.properties, \
17 $(wildcard $(TOPDIR)development/sys-img/*_source.prop_template))
27 $(HOST_OUT)/development/sys-img-$(TARGET_CPU_ABI)/%_source.properties : $(TOPDIR)development/sys-img/%_source.prop_templat
    [all...]
  /device/google/atv/sdk/
Android.mk 4 $(HOST_OUT)/device/google/atv/sdk/images_$(TARGET_CPU_ABI)_source.properties
8 $(source_properties_file): $(TOPDIR)device/google/atv/sdk/images_$(TARGET_CPU_ABI)_source.prop_template
atv_sdk.atree 18 ${HOST_OUT}/device/google/atv/sdk/images_${TARGET_CPU_ABI}_source.properties system-images/${PLATFORM_NAME}/${TARGET_CPU_ABI}/source.properties
  /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...]
  /external/chromium_org/chrome/third_party/chromevox/third_party/closure-library/closure/bin/build/
depstree.py 183 self._source = source
187 if self._source:
188 msg += ' Required in %s' % self._source
  /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/third_party/WebKit/Source/devtools/front_end/sdk/
Script.js 107 if (this._source) {
108 callback(this._source);
119 this._source = WebInspector.Script._trimSourceURLComment(error ? "" : source);
120 callback(this._source);
189 this._source = newSource;
  /external/chromium_org/third_party/webrtc/modules/video_coding/codecs/test_framework/
unit_test.cc 29 _source(NULL),
46 _source(NULL),
68 if (_source) {
69 delete _source;
208 _source = new VideoSource(webrtc::test::ProjectRootPath() +
211 _lengthSourceFrame = _source->GetFrameLength();
215 _sourceFile = fopen(_source->GetFileName().c_str(), "rb");
218 _inst.maxFramerate = _source->GetFrameRate();
222 _inst.width = _source->GetWidth();
223 _inst.height = _source->GetHeight()
    [all...]
unit_test.h 60 VideoSource* _source; member in class:UnitTest
  /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...]

Completed in 812 milliseconds

1 2