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

  /external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/util/
PreferenceConstants.java 61 public static final String BELL = "bell";
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
ParenMatch.py 50 BELL = idleConf.GetOption('extensions','ParenMatch','bell',
127 if self.BELL:
128 self.text.bell()
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
ParenMatch.py 50 BELL = idleConf.GetOption('extensions','ParenMatch','bell',
127 if self.BELL:
128 self.text.bell()
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
ParenMatch.py 50 BELL = idleConf.GetOption('extensions','ParenMatch','bell',
127 if self.BELL:
128 self.text.bell()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
ParenMatch.py 50 BELL = idleConf.GetOption('extensions','ParenMatch','bell',
127 if self.BELL:
128 self.text.bell()
  /external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/service/
TerminalManager.java 95 wantAudible = mPreferences.getBoolean(PreferenceConstants.BELL, true);
226 AssetFileDescriptor file = mResources.openRawResourceFd(R.raw.bell);
233 Log.e("Error setting up bell media player", e);
269 if (PreferenceConstants.BELL.equals(key)) {
270 wantAudible = sharedPreferences.getBoolean(PreferenceConstants.BELL, true);
  /external/libedit/src/
vis.c 98 #undef BELL
99 #define BELL L'\a'
103 #define iswsafe(c) (c == L'\b' || c == BELL || c == L'\r')
196 case BELL:
  /prebuilts/tools/common/m2/repository/tightvnc/
tightvnc.jar 

Completed in 490 milliseconds