HomeSort by relevance Sort by last modified time
    Searched refs:active (Results 376 - 400 of 1224) sorted by null

<<11121314151617181920>>

  /frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/
ConnectivityManagerTestBase.java 223 String[] active = mCm.getTetheredIfaces(); local
225 for (String iface: active) {
448 assertTrue("no active network connection", waitForActiveNetworkConnection(LONG_TIMEOUT));
484 assertNotNull("no active wifi info", mWifiManager.getConnectionInfo());
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
ForegroundServiceControllerImpl.java 92 public void onAppOpChanged(int code, int uid, String packageName, boolean active) {
100 if (active) {
  /hardware/intel/img/hwcomposer/merrifield/common/observers/
MultiDisplayObserver.cpp 329 status_t MultiDisplayObserver::updateInputState(bool active)
331 Hwcomposer::getInstance().getDisplayAnalyzer()->postInputEvent(active);
  /packages/services/Car/TrustAgent/src/com/android/car/trust/
CarTrustAgentBleService.java 370 public void onEscrowTokenActiveStateChanged(long handle, boolean active)
373 mTokenResponseCallback.onEscrowTokenActiveStateChanged(handle, active);
  /prebuilts/go/darwin-x86/src/os/
exec_unix.go 31 // active call to the signal method to complete.
  /prebuilts/go/darwin-x86/test/
recover1.go 132 // there is an active panic of 3. And it cannot see the
  /prebuilts/go/linux-x86/src/os/
exec_unix.go 31 // active call to the signal method to complete.
  /prebuilts/go/linux-x86/test/
recover1.go 132 // there is an active panic of 3. And it cannot see the
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_ftplib.py 104 self.push('200 active data connection established')
123 self.push('200 active data connection established')
217 self.active = False
222 assert not self.active
228 self.active = True
230 while self.active and asyncore.socket_map:
237 assert self.active
238 self.active = False
  /external/ImageMagick/coders/
xpm.c 252 active,
353 active=MagickFalse;
358 if (active != MagickFalse)
360 active=active != MagickFalse ? MagickFalse : MagickTrue;
362 if (active != MagickFalse)
248 active, local
    [all...]
  /external/libpcap/
pcap-new.c 49 /* Keeps a list of all the opened connections in the active mode. */
53 * \brief Keeps the main socket identifier when we want to accept a new remote connection (active mode only).
100 int active = 0; /* 'true' if we the other end-party is in active mode */ local
356 /* Check for active mode */
357 sockctrl = rpcap_remoteact_getsock(host, &active, errbuf);
361 if (!active) {
363 * We're not in active mode; let's try to open a new
429 if (!active)
630 if (!active)
    [all...]
  /external/lisa/libs/utils/
trace.py 37 ResidencyTime = namedtuple('ResidencyTime', ['total', 'active'])
    [all...]
  /external/python/cpython3/Lib/test/
test_poplib.py 168 self.push('-ERR Command not permitted when TLS active')
206 self.active = False
212 assert not self.active
218 self.active = True
220 while self.active and asyncore.socket_map:
227 assert self.active
228 self.active = False
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_ftplib.py 104 self.push('200 active data connection established')
123 self.push('200 active data connection established')
217 self.active = False
222 assert not self.active
228 self.active = True
230 while self.active and asyncore.socket_map:
237 assert self.active
238 self.active = False
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_ftplib.py 104 self.push('200 active data connection established')
123 self.push('200 active data connection established')
217 self.active = False
222 assert not self.active
228 self.active = True
230 while self.active and asyncore.socket_map:
237 assert self.active
238 self.active = False
  /prebuilts/go/darwin-x86/src/time/
sleep.go 100 // It returns true if the timer had been active, false if the timer had
128 active := stopTimer(&t.r)
131 return active
  /prebuilts/go/linux-x86/src/time/
sleep.go 100 // It returns true if the timer had been active, false if the timer had
128 active := stopTimer(&t.r)
131 return active
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_ftplib.py 104 self.push('200 active data connection established')
123 self.push('200 active data connection established')
217 self.active = False
222 assert not self.active
228 self.active = True
230 while self.active and asyncore.socket_map:
237 assert self.active
238 self.active = False
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_ftplib.py 104 self.push('200 active data connection established')
123 self.push('200 active data connection established')
217 self.active = False
222 assert not self.active
228 self.active = True
230 while self.active and asyncore.socket_map:
237 assert self.active
238 self.active = False
  /system/bt/bta/dm/
bta_dm_pm.cc 121 /* Need to stop all active timers. */
201 /* Active, no preference, no action and retry */
281 if (p_timer->srvc_id[timer_idx] == BTA_ID_MAX) p_timer->active++;
312 CHECK(p_timer->in_use && (p_timer->active > 0));
317 p_timer->active--;
318 if (p_timer->active == 0) p_timer->in_use = false;
460 APPL_TRACE_DEBUG("%s: SCO active, back to old SSR", __func__);
471 ** 2. If HID connection open is received and SCO is already active.
472 ** This will handle the case where HID connects when SCO already active
618 /* new power mode for a new active connection *
    [all...]
  /external/e2fsprogs/doc/
texinfo.tex 65 % and turn on active characters that we couldn't do earlier because
68 \catcode`+=\active \catcode`\_=\active}
457 % Several utility definitions with active space:
691 \ifnum\catcode`\^^M=\active \else
    [all...]
  /external/e2fsprogs/lib/et/
texinfo.tex 65 % and turn on active characters that we couldn't do earlier because
68 \catcode`+=\active \catcode`\_=\active}
457 % Several utility definitions with active space:
691 \ifnum\catcode`\^^M=\active \else
    [all...]
  /frameworks/base/services/core/java/com/android/server/
DeviceIdleController.java 149 /** Device is currently active. */
166 case STATE_ACTIVE: return "ACTIVE";
177 /** Device is currently active. */
194 case LIGHT_STATE_ACTIVE: return "ACTIVE";
427 boolean active = false; field in class:DeviceIdleController.MotionListener
432 active = false;
441 active = false;
458 active = true;
471 active = false;
    [all...]
  /external/libffi/
texinfo.tex 64 % and turn on active characters that we couldn't do earlier because
67 \catcode`+=\active \catcode`\_=\active}
102 {\catcode`\'=\active \global\let\ptexquoteright'}% active in plain's math mode
162 % sometimes characters are active, so we need control sequences.
496 % Several utility definitions with active space:
651 \ifnum\catcode`\^^M=\active \else
    [all...]
  /external/libmicrohttpd/doc/
texinfo.tex 64 % and turn on active characters that we couldn't do earlier because
67 \catcode`+=\active \catcode`\_=\active}
102 {\catcode`\'=\active \global\let\ptexquoteright'}% active in plain's math mode
162 % sometimes characters are active, so we need control sequences.
496 % Several utility definitions with active space:
651 \ifnum\catcode`\^^M=\active \else
    [all...]

Completed in 1626 milliseconds

<<11121314151617181920>>