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

1 2 34 5 6 7 8 91011>>

  /toolchain/binutils/binutils-2.27/libiberty/
splay-tree.c 56 splay_tree_node active = 0; local
77 active = pending;
79 while (active)
83 /* active points to a node which has its key and value
86 if (active->left)
88 KDEL (active->left->key);
89 VDEL (active->left->value);
90 active->left->key = (splay_tree_key)pending;
91 pending = (splay_tree_node)(active->left);
93 if (active->right
    [all...]
  /external/abi-compliance-checker/modules/Internals/Scripts/
Tabs.js 9 tab2.className='tab active';
28 if (links[j].className.indexOf('active')!=-1) {
44 this.tabs[k].className = this.tabs[k].className.replace('active', 'disabled');
46 this.className = 'tab active';
  /external/autotest/frontend/client/src/autotest/common/ui/
ToggleLink.java 29 public void setActive(boolean active) {
30 link.setText(active ? deactivateText : activateText);
  /external/python/cpython3/Modules/_decimal/tests/
formathelper.py 239 active = sorted(random.sample(range(7), random.randrange(8)))
242 for elem in active:
259 if 4 in active: c = typespec.replace('n', '')
296 active = sorted(random.sample(range(5), random.randrange(6)))
300 for elem in active:
311 if 2 in active: c = 'EeGgFf%'
324 active = sorted(random.sample(range(5), random.randrange(6)))
327 for elem in active:
  /frameworks/base/core/java/android/net/
INetworkManagementEventObserver.aidl 89 * @param active True if the interface is actively transmitting data, false if it is idle.
92 void interfaceClassDataActivityChanged(String label, boolean active, long tsNanos);
  /frameworks/base/core/java/android/service/carrier/
CarrierService.java 108 * Based on the active parameter passed in, this method will either show or
110 * this UX, so a carrier app must be sure to call with active set to false
117 * @param active Whether the carrier network change is or shortly will be
118 * active. Set this value to true to begin showing
122 public final void notifyCarrierNetworkChange(boolean active) {
124 if (sRegistry != null) sRegistry.notifyCarrierNetworkChange(active);
  /hardware/interfaces/thermal/1.0/
types.hal 101 * Active time since the last boot in ms.
103 uint64_t active;
  /hardware/qcom/gps/msm8909w_3100/core/
UlpProxyBase.h 92 inline virtual bool reportBatchingSession(const LocationOptions& options, bool active)
95 (void)active;
  /hardware/qcom/gps/msm8998/core/
UlpProxyBase.h 92 inline virtual bool reportBatchingSession(const LocationOptions& options, bool active)
95 (void)active;
  /packages/apps/TV/tests/common/src/com/android/tv/testing/shadows/
ShadowMediaSession.java 81 public void setActive(boolean active) {
82 mActive = active;
  /hardware/libhardware/modules/thermal/
thermal.c 89 uint64_t user, nice, system, idle, active, total; local
123 active = user + nice + system;
124 total = active + idle;
148 .active = active,
  /external/libese/apps/weaver/
weaver.c 70 session->active = false;
84 if (session->active == true) {
85 ALOGE("|session| is already active");
141 session->active = true;
152 if (!session->active || session->channel_id == 0) {
174 session->active = false;
180 if (!session || !session->ese || !session->active) {
183 if (!session->active || session->channel_id == 0) {
223 if (!session || !session->ese || !session->active) {
226 if (!session->active || session->channel_id == 0)
    [all...]
  /external/autotest/client/profilers/powertop/src/
urbnum.c 42 uint64_t urbs, active, connected; member in struct:device_data
56 ptr->previous_active = ptr->active;
78 ptr->active = strtoull(name, NULL, 10);
176 printf("%s\n", _("Active Device name"));
179 printf("%5.1f%%\t%s\n", 100.0*(dev->active - dev->previous_active) /
193 if (dev->active-1 > dev->previous_active && !dev->controller)
204 if (dev->active-1 > dev->previous_active && !dev->controller) {
207 sprintf(usb_hint, _("A USB device is active %4.1f%% of the time:\n%s"),
208 100.0*(dev->active - dev->previous_active) /
  /external/libcups/cups/
ppd-conflicts.c 78 cups_array_t *active; /* Active conflicts */ local
98 active = ppd_test_constraints(ppd, option, choice, 0, NULL,
105 for (num_options = 0, c = (_ppd_cups_uiconsts_t *)cupsArrayFirst(active);
107 c = (_ppd_cups_uiconsts_t *)cupsArrayNext(active))
125 cupsArrayDelete(active);
180 cups_array_t *active = NULL, /* Active constraints */ local
230 (active = ppd_test_constraints(ppd, NULL, NULL, num_newopts, newopts,
238 for (consts = (_ppd_cups_uiconsts_t *)cupsArrayFirst(active), changed = 0
577 cups_array_t *active; \/* Active conflicts *\/ local
646 cups_array_t *active; \/* Active conflicts *\/ local
962 cups_array_t *active = NULL; \/* Active constraints *\/ local
    [all...]
  /frameworks/layoutlib/bridge/src/android/text/
OptimizingLineBreaker.java 60 ArrayList<Integer> active = new ArrayList<Integer>(); local
61 active.add(0);
69 for (ListIterator<Integer> it = active.listIterator(); it.hasNext();
100 active.clear();
104 active.add(i);
107 if (active.isEmpty()) {
115 active.add(breakIndex);
  /packages/services/Car/service/src/com/android/car/
GarageModeService.java 197 // maintenance work active, we will exit garage mode early after
257 public void onMaintenanceActivityChanged(boolean active) {
260 logd("onMaintenanceActivityChanged: " + active);
261 mMaintenanceActive = active;
266 if (!active) {
390 boolean active = false;
392 active = mDeviceIdleController
397 return active;
414 public void onMaintenanceActivityChanged(final boolean active) {
415 DefaultDeviceIdleController.this.setMaintenanceActivity(active);
    [all...]
  /external/linux-kselftest/tools/testing/selftests/sync/
sync_stress_consumer.c 42 int error, active; local
47 active = sync_fence_count_with_status(fence,
49 } while (active);
  /external/mesa3d/src/gallium/drivers/freedreno/
freedreno_query_sw.c 92 q->active = true;
103 q->active = false;
115 if (q->active)
  /packages/apps/Settings/src/com/android/settings/dashboard/conditional/
AirplaneModeCondition.java 66 protected void setActive(boolean active) {
67 super.setActive(active);
68 Log.d(TAG, "setActive was called with " + active);
  /packages/services/Car/tests/carservice_test/src/com/android/car/
AppFocusTest.java 77 public void onAppFocusChanged(int appType, boolean active) {
78 Log.i(TAG, "onAppFocusChanged appType=" + appType + " active=" + active);
80 mLastChangeAppActive = active;
  /external/aac/libAACenc/src/
tns_func.h 113 PSY_CONFIGURATION *psyConfig, INT active, INT useTnsPeak);
  /external/adhd/cras/src/common/
cras_iodev_info.h 37 * active - If this is the node currently being used.
53 int32_t active; member in struct:cras_ionode_info
  /external/annotation-tools/scene-lib/src/annotations/
AnnotationBuilder.java 38 boolean active = true; field in class:AnnotationBuilder
102 if (!active) {
194 if (!active) {
200 active = false;
  /external/curl/docs/cmdline-opts/
disable-eprt.d 5 Tell curl to disable the use of the EPRT and LPRT commands when doing active
18 Disabling EPRT only changes the active behavior. If you want to switch to
  /external/libese/apps/weaver/include/ese/app/
weaver.h 49 bool active; member in struct:EseWeaverSession

Completed in 751 milliseconds

1 2 34 5 6 7 8 91011>>