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

1 2 3

  /external/llvm/test/MC/AArch64/
armv8.1a-pan.s 6 msr pan, #0
7 // CHECK: msr PAN, #0 // encoding: [0x9f,0x40,0x00,0xd5]
8 msr pan, #1
9 // CHECK: msr PAN, #1 // encoding: [0x9f,0x41,0x00,0xd5]
10 msr pan, x5
11 // CHECK: msr PAN, x5 // encoding: [0x65,0x42,0x18,0xd5]
12 mrs x13, pan
13 // CHECK: mrs x13, PAN // encoding: [0x6d,0x42,0x38,0xd5]
15 msr pan, #-1
16 msr pan, #
    [all...]
  /external/sonivox/arm-wt-22k/lib_src/
eas_pan.h 7 * Calculates left and right gain multipliers based on a pan value from -63 to +63
43 * Assign the left and right gain values corresponding to the given pan value.
54 * pan - pan value (-63 to + 63)
63 void EAS_CalcPanControl (EAS_INT pan, EAS_I16 *pGainLeft, EAS_I16 *pGainRight);
eas_pan.c 7 * Calculates left and right gain multipliers based on a pan value from -63 to +63
41 * Assign the left and right gain values corresponding to the given pan value.
52 * pan - pan value (-63 to + 63)
61 void EAS_CalcPanControl (EAS_INT pan, EAS_I16 *pGainLeft, EAS_I16 *pGainRight)
67 if (pan < -63)
69 else if (pan > 63)
72 netAngle = pan;
  /external/python/cpython2/Modules/
_curses_panel.c 53 PANEL *pan; member in struct:__anon30223
69 pan = win.panel()
71 pan.window().addstr(other_string)
128 /* Return the panel object that corresponds to pan */
130 find_po(PANEL *pan)
133 for (temp = lop; temp->po->pan != pan; temp = temp->next)
147 { return PyCursesCheckERR(X(self->pan), # X); }
152 if (X (self->pan) == FALSE) { Py_INCREF(Py_False); return Py_False; } \
160 return PyCursesCheckERR(X(self->pan, arg1, arg2), # X);
212 PANEL *pan; local
237 PANEL *pan; local
381 PANEL *pan; local
407 PANEL *pan; local
427 PANEL *pan; local
    [all...]
  /external/ltp/testscripts/
diskio.sh 30 ${LTPROOT}/bin/ltp-pan -e -l /tmp/diskiopan.log -S -a ltpdiskio -n ltpdiskio -f ${LTPROOT}/runtest/io_floppy -f ${LTPROOT}/runtest/io_cd
33 echo ltp-pan reported PASS
35 echo ltp-pan reported FAIL
network.sh 104 echo ${LTPROOT}/bin/ltp-pan -e -l /tmp/netpan.log -S -a ltpnet -n ltpnet -f $CMDFILE
107 ${LTPROOT}/bin/ltp-pan -e -l /tmp/netpan.log -S -a ltpnet -n ltpnet -f $CMDFILE
110 echo ltp-pan reported PASS
112 echo ltp-pan reported FAIL
runEALtests.sh 25 # added code to cause pan to print less verbose
210 ${LTPROOT}/../bin/ltp-pan $quiet_mode -e -S $instances $duration -a $$ -n $$ $pretty_prt -f ${TMP}/alltests $logfile
213 echo ltp-pan reported PASS
215 echo ltp-pan reported FAIL
ltp-aiodio.sh 234 ${LTPROOT}/bin/ltp-pan -e -S -a ltpaiostresspart1 -n ltp-aiostresspart1 -l ltpaiostress.logfile -o ltpaiostress.outfile -p -f ${TMPBASE}/ltp-aio-stress.part1 &
246 ${LTPROOT}/bin/ltp-pan -e -S -a ltpaiostresspart2 -n ltp-aiostresspart2 -l ltpaiostress.logfile -o ltpaiostress.outfile -p -f ${TMPBASE}/ltp-aio-stress.part2 &
261 ${LTPROOT}/bin/ltp-pan -e -S -a ltpaiodiopart1 -n ltp-aiodiopart1 -l ltpaiodio1.logfile -o ltpaiodio1.outfile -p -f ${TMPBASE}/ltp-aiodio.part1 &
271 ${LTPROOT}/bin/ltp-pan -e -S -a ltpaiodiopart2 -n ltp-aiodiopart2 -l ltpaiodio2.logfile -o ltpaiodio2.outfile -p -f ${TMPBASE}/ltp-aiodio.part2 &
283 ${LTPROOT}/bin/ltp-pan -e -S -a ltpaiodiopart3 -n ltp-aiodiopart3 -l ltpaiodio3.logfile -o ltpaiodio3.outfile -p -f ${TMPBASE}/ltp-aiodio.part3 &
301 ${LTPROOT}/bin/ltp-pan -e -S -a ltpaiodiopart4 -n ltp-aiodiopart4 -l ltpaiodio4.logfile -o ltpaiodio4.outfile -p -f ${TMPBASE}/ltp-aiodio.part4 &
ltpfslvm.sh 161 ${LTPROOT}/bin/ltp-pan -e -S -a lvmpart1 -n lvmpart1 -l lvmlogfile -f ${TMPBASE}/lvm.part1 &
193 ${LTPROOT}/bin/ltp-pan -e -S -a lvmpart2 -n lvmpart2 -l lvmlogfile -f ${TMPBASE}/lvm.part2 &
  /prebuilts/go/darwin-x86/src/runtime/
callers_test.go 13 func f1(pan bool) []uintptr {
14 return f2(pan) // line 14
17 func f2(pan bool) []uintptr {
18 return f3(pan) // line 18
21 func f3(pan bool) []uintptr {
22 if pan {
29 func testCallers(t *testing.T, pcs []uintptr, pan bool) {
49 if pan {
  /prebuilts/go/linux-x86/src/runtime/
callers_test.go 13 func f1(pan bool) []uintptr {
14 return f2(pan) // line 14
17 func f2(pan bool) []uintptr {
18 return f3(pan) // line 18
21 func f3(pan bool) []uintptr {
22 if pan {
29 func testCallers(t *testing.T, pcs []uintptr, pan bool) {
49 if pan {
  /frameworks/base/media/java/android/media/
IPlayer.aidl 29 oneway void setPan(float pan);
PlayerProxy.java 109 * @param pan
112 public void setPan(float pan) {
114 mConf.getIPlayer().setPan(pan);
  /external/ltp/pan/
Makefile 2 # pan Makefile.
40 MAKE_TARGETS := ltp-bump ltp-pan
50 ltp-pan: ltp-pan.o zoolib.o splitstr.o
  /frameworks/av/media/libaudioclient/
PlayerBase.cpp 149 void PlayerBase::setPan(float pan) {
153 pan = min(max(-1.0f, pan), 1.0f);
154 if (pan >= 0.0f) {
155 mPanMultiplierL = 1.0f - pan;
159 mPanMultiplierR = 1.0f + pan;
  /frameworks/native/include/audiomanager/
IPlayer.h 45 virtual void setPan(float pan) = 0;
  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
ServiceFactory.java 22 import com.android.bluetooth.pan.PanService;
  /system/bt/tools/bdtool/
Android.mk.disabled 32 ../../test/suite/support/pan.c
  /external/ltp/testscripts/build/
ltp-missing-install-files.py 46 re.compile("""initiation_status="pan\(\d+\): execvp of '(?P<app>.+)' \(tag (?P<tag>\w+)\) failed.+errno:2\s+No such file or directory"""),
65 # initiation_status="pan(9908): execvp of 'fs_perms_simpletest.sh' (tag fs_perms) failed. errno:2 No such file or directory"
  /external/python/cpython2/Demo/curses/
ncurses.py 34 pan = panel.new_panel(win)
46 return pan
52 def fill_panel(pan):
53 win = pan.window()
54 num = pan.userptr()[1]
57 win.addstr("-pan%c-" % num)
  /frameworks/base/core/java/android/speech/tts/
AudioPlaybackQueueItem.java 99 private static void setupVolume(MediaPlayer player, float volume, float pan) {
101 final float panning = clip(pan, -1.0f, 1.0f);
  /frameworks/av/media/libaudioclient/include/media/
PlayerBase.h 40 virtual void setPan(float pan);
68 // mutex for IPlayer volume and pan, and player-specific volume
71 // volume multipliers coming from the IPlayer volume and pan controls
  /prebuilts/go/darwin-x86/src/cmd/pprof/internal/svg/
svgpan.go 1 // SVG pan and zoom library.
20 * You can configure the behavior of the pan/zoom/drag with the variables
99 //"onmouseout" : "handleMouseUp(evt)", // Decomment this to stop the pan functionality when dragging out of the SVG element
224 if(state == 'pan' && enablePan) {
225 // Pan mode
254 || !enableDrag // Pan anyway when drag is disabled and the user clicked on an element
256 // Pan mode
257 state = 'pan';
285 if(state == 'pan' || state == 'drag') {
286 // Quit pan mod
    [all...]
  /prebuilts/go/linux-x86/src/cmd/pprof/internal/svg/
svgpan.go 1 // SVG pan and zoom library.
20 * You can configure the behavior of the pan/zoom/drag with the variables
99 //"onmouseout" : "handleMouseUp(evt)", // Decomment this to stop the pan functionality when dragging out of the SVG element
224 if(state == 'pan' && enablePan) {
225 // Pan mode
254 || !enableDrag // Pan anyway when drag is disabled and the user clicked on an element
256 // Pan mode
257 state = 'pan';
285 if(state == 'pan' || state == 'drag') {
286 // Quit pan mod
    [all...]
  /frameworks/native/services/audiomanager/
IPlayer.cpp 78 virtual void setPan(float pan)
82 data.writeFloat(pan);

Completed in 739 milliseconds

1 2 3