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

12 3 4 5 6 7 8 91011>>

  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowRemoteCallbackList.java 99 Object[] active = activeBroadcast; local
100 if (active == null || active.length < N) {
101 activeBroadcast = active = new Object[N];
105 active[i++] = cb;
126 Object[] active = activeBroadcast; local
127 if (active != null) {
130 active[i] = null;
  /frameworks/base/core/java/com/android/internal/view/
IInputMethodClient.aidl 30 void setActive(boolean active, boolean fullscreen);
  /system/extras/libperfmgr/tests/
RequestGroupTest.cc 48 bool active = req.GetExpireTime(&expire_time); local
51 EXPECT_EQ(true, active);
61 bool active = req.GetExpireTime(&expire_time); local
67 EXPECT_EQ(true, active);
81 bool active = req.GetExpireTime(&expire_time); local
83 EXPECT_EQ(false, active);
94 bool active = req.GetExpireTime(&expire_time); local
96 EXPECT_EQ(true, active);
102 active = req.GetExpireTime(&expire_time);
104 EXPECT_EQ(true, active);
124 bool active = req.GetExpireTime(&expire_time); local
139 bool active = req.GetExpireTime(&expire_time); local
157 bool active = req.GetExpireTime(&expire_time); local
    [all...]
  /external/python/cpython2/Mac/Demo/mlte/
mlted.py 47 self.parent.active = self
50 self.parent.active = None
74 if self.parent.active == self:
75 self.parent.active = None
175 self.active = None
209 on = (self.active <> None)
217 on = self.active.have_selection()
223 on = self.active.can_paste()
228 on = self.active.can_undo()
238 on = self.active.can_redo(
    [all...]
  /external/autotest/frontend/client/src/autotest/common/ui/
ToggleControl.java 9 public void setActive(boolean active);
  /external/curl/docs/cmdline-opts/
ftp-ssl-ccc-mode.d 2 Arg: <active/passive>
10 the server. The active mode initiates the shutdown and waits for a reply from
  /external/jemalloc/test/unit/
prof_accum.c 63 bool active; local
70 active = true;
71 assert_d_eq(mallctl("prof.active", NULL, NULL, (void *)&active,
72 sizeof(active)), 0,
prof_gdump.c 24 bool active, gdump, gdump_old; local
30 active = true;
31 assert_d_eq(mallctl("prof.active", NULL, NULL, (void *)&active,
32 sizeof(active)), 0,
  /external/mesa3d/src/gallium/drivers/ilo/
ilo_query.h 46 bool active; member in struct:ilo_query
  /frameworks/base/core/java/android/hardware/radio/
ITunerCallback.aidl 30 void onTrafficAnnouncement(boolean active);
31 void onEmergencyAnnouncement(boolean active);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
LocationController.java 32 * @param active
34 default void onLocationActiveChanged(boolean active) {}
  /hardware/interfaces/broadcastradio/1.0/
ITunerCallback.hal 61 * @param active True if the announcement starts, false if it stops.
63 oneway trafficAnnouncement(bool active);
68 * @param active True if the announcement starts, false if it stops.
70 oneway emergencyAnnouncement(bool active);
  /external/tensorflow/tensorflow/java/src/main/java/org/tensorflow/
Graph.java 43 * <p>Blocks until there are no active {@link Session} instances referring to this Graph. A Graph
159 active = Graph.this.nativeHandle != 0;
160 if (!active) {
163 active = true;
171 if (!active) {
174 active = false;
183 return active ? Graph.this.nativeHandle : 0;
187 private boolean active; field in class:Graph.Reference
  /external/webrtc/webrtc/modules/rtp_rtcp/source/
rtp_header_extension.cc 47 bool active) {
61 it->second->active = active;
64 extensionMap_[id] = new HeaderExtension(type, active);
69 bool active) {
72 kv.second->active = active;
139 if (extension->active) {
168 if (!extension->active) {
172 } else if (extension->active) {
    [all...]
  /development/tools/axl/
chewie.py 63 active = {"http0": [],
106 active[thread].append(record)
109 record = active[thread][-1]
115 record = active[thread][0]
119 record = active[thread][0]
123 del active[thread][0]
126 record = active[thread][0]
129 del active[thread][0]
  /external/autotest/frontend/client/src/autotest/common/table/
CheckboxFilter.java 33 public void setActive(boolean active) {
34 checkBox.setValue(active);
  /external/tensorflow/tensorflow/core/distributed_runtime/
worker_cache_wrapper.h 75 virtual void SetLogging(bool active) { wrapped_->SetLogging(active); }
  /external/webrtc/webrtc/video/
payload_router.h 42 // PayloadRouter will only route packets if being active, all packets will be
44 void set_active(bool active);
45 bool active();
74 // Active sending RTP modules, in layer order.
  /frameworks/base/core/java/android/os/
RemoteCallbackList.java 209 * be active at a time, so you must be sure to always call this from the
247 Object[] active = mActiveBroadcast; local
248 if (active == null || active.length < N) {
249 mActiveBroadcast = active = new Object[N];
252 active[i] = mCallbacks.valueAt(i);
259 * Retrieve an item in the active broadcast that was previously started
307 Object[] active = mActiveBroadcast; local
308 if (active != null) {
311 active[i] = null
    [all...]
  /external/python/cpython2/Mac/Demo/textedit/
ped.py 84 self.parent.active = self
114 if self.parent.active == self:
115 self.parent.active = None
185 self.active = None
218 on = (self.active <> None)
226 on = self.active.have_selection()
288 if self.active:
289 self.active.close()
291 EasyDialogs.Message("No active window?")
294 if self.active
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
gen7_gs_state.c 37 bool active = brw->geometry_program; local
57 if (!brw->is_haswell && brw->gt == 2 && brw->gs.enabled != active)
60 if (active) {
155 brw->gs.enabled = active;
  /external/okhttp/website/static/
app-theme.css 11 .content-nav li.active a,
12 .content-nav li.active a:hover {
  /external/valgrind/none/tests/s390x/
stfle.stdout.exp 3 The z/Architecture architectural mode is installed and active
8 The z/Architecture architectural mode is installed and active
  /device/google/marlin/camera/QCamera2/stack/mm-jpeg-interface/inc/
mm_jpeg_inlines.h 89 if (!my_obj->clnt_mgr[client_idx].session[i].active) {
91 my_obj->clnt_mgr[client_idx].session[i].active = OMX_TRUE;
121 my_obj->clnt_mgr[client_idx].session[session_idx].active = OMX_FALSE;
  /external/mesa3d/src/gallium/drivers/etnaviv/
etnaviv_query_sw.c 63 q->active = true;
74 q->active = false;
84 if (q->active)

Completed in 491 milliseconds

12 3 4 5 6 7 8 91011>>