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

  /prebuilts/gdb/darwin-x86/lib/python2.7/
wave.py 374 def setcomptype(self, comptype, compname):
380 self._compname = compname
389 nchannels, sampwidth, framerate, nframes, comptype, compname = params
396 self.setcomptype(comptype, compname)
sunau.py 368 nchannels, sampwidth, framerate, nframes, comptype, compname = params
373 self.setcomptype(comptype, compname)
aifc.py 655 def setcomptype(self, comptype, compname):
661 self._compname = compname
675 nchannels, sampwidth, framerate, nframes, comptype, compname = info
684 self.setcomptype(comptype, compname)
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
wave.py 374 def setcomptype(self, comptype, compname):
380 self._compname = compname
389 nchannels, sampwidth, framerate, nframes, comptype, compname = params
396 self.setcomptype(comptype, compname)
sunau.py 368 nchannels, sampwidth, framerate, nframes, comptype, compname = params
373 self.setcomptype(comptype, compname)
aifc.py 655 def setcomptype(self, comptype, compname):
661 self._compname = compname
675 nchannels, sampwidth, framerate, nframes, comptype, compname = info
684 self.setcomptype(comptype, compname)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
wave.py 374 def setcomptype(self, comptype, compname):
380 self._compname = compname
389 nchannels, sampwidth, framerate, nframes, comptype, compname = params
396 self.setcomptype(comptype, compname)
sunau.py 368 nchannels, sampwidth, framerate, nframes, comptype, compname = params
373 self.setcomptype(comptype, compname)
aifc.py 655 def setcomptype(self, comptype, compname):
661 self._compname = compname
675 nchannels, sampwidth, framerate, nframes, comptype, compname = info
684 self.setcomptype(comptype, compname)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
wave.py 374 def setcomptype(self, comptype, compname):
380 self._compname = compname
389 nchannels, sampwidth, framerate, nframes, comptype, compname = params
396 self.setcomptype(comptype, compname)
sunau.py 368 nchannels, sampwidth, framerate, nframes, comptype, compname = params
373 self.setcomptype(comptype, compname)
aifc.py 655 def setcomptype(self, comptype, compname):
661 self._compname = compname
675 nchannels, sampwidth, framerate, nframes, comptype, compname = info
684 self.setcomptype(comptype, compname)
    [all...]
  /packages/apps/Nfc/src/com/android/nfc/
NfcDispatcher.java 658 ComponentName compname = new ComponentName( local
664 if (pm.getActivityInfo(compname,0) != null) {
671 Log.d(TAG, "Component not enabled: " + compname);
  /frameworks/base/core/java/android/app/
ActivityThread.java 2435 ComponentName compname = intent.getComponent(); local
    [all...]

Completed in 312 milliseconds