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

  /external/quake/quake/src/WinQuake/
net_main.cpp 44 static qboolean listening = false; variable
179 Con_Printf ("\"listen\" is \"%u\"\n", listening ? 1 : 0);
183 listening = Q_atoi(Cmd_Argv(1)) ? true : false;
189 dfunc.Listen (listening);
219 if ((n == 1) && listening)
222 if ((n > 1) && (!listening))
253 if (listening)
467 if (net_driverlevel && listening == false)
835 listening = true;
880 if (listening)
    [all...]
net_ser.cpp 69 static qboolean listening = false; variable
396 listening = state;
  /libcore/luni/src/test/java/libcore/javax/net/ssl/
SSLSocketTest.java 849 ServerSocket listening = new ServerSocket(0); local
870 ServerSocket listening = new ServerSocket(0); local
893 ServerSocket listening = new ServerSocket(0); local
    [all...]
  /packages/apps/VoiceDialer/src/com/android/voicedialer/
VoiceDialerActivity.java 371 ((TextView)findViewById(R.id.state)).setText(R.string.listening);
BluetoothVoiceDialerActivity.java 63 * * begin listening for the command using the {@link CommandRecognizerEngine}
82 * * begin listening for the command using the {@link CommandRecognizerEngine}
95 * * begin listening for the user's choice using the
107 * listening for the command, and transition back to the WAITING_FOR_COMMAND
287 // Normally, the we will begin listening for the command after the
436 ((TextView)findViewById(R.id.state)).setText(R.string.listening);
564 // We will not start listening until the utterance
568 // Normally, listening will begin after the
571 // listening.
682 // listening until this utterance completes
    [all...]

Completed in 126 milliseconds