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

<<11121314151617181920>>

  /external/autotest/scheduler/
host_scheduler_unittests.py 82 # HQE becomes active and the host remains assigned to it.
94 self.assertTrue(len(hqes) == 1 and hqes[0].active and
101 # HQE becomes DOES NOT become active, because we validate the
114 self.assertTrue(len(hqes) == 1 and not hqes[0].active and
121 # HQE does not become active through the scheduler, and that the
137 self.assertTrue(len(hqes) == 1 and not hqes[0].active and
157 # Since the hqe task isn't active we get both back.
163 self.db_helper.update_hqe(hqe.id, active=True)
200 self.assertTrue(hqe.active and hqe.host_id == host.id and
253 # now leased, because its leased by an active hqe
    [all...]
query_managers.py 56 active so it shouldn't show up in case 2 on the next tick.
89 query=('NOT complete AND NOT active AND status="Queued"'
133 # exclude hosts with active queue entries unless the SpecialTask is for
137 join_condition='afe_host_queue_entries.active',
159 """A helper method to get all active jobs using the same host.
164 # Filter all active hqes and stand alone special tasks to make sure
166 # stand alone special task can share a host with an active hqe, an
169 active=1, complete=0, host_id__isnull=False).values_list(
178 host_id__in=multiple_hosts, active=True).values(
194 host_id__isnull=False, complete=0, active=1
    [all...]
  /external/libjpeg-turbo/doc/html/search/
search.css 140 a.SelectItem:active {
216 a.SRSymbol:focus, a.SRSymbol:active,
217 a.SRScope:focus, a.SRScope:active {
  /hardware/libhardware/modules/camera/3_4/
v4l2_wrapper.cpp 173 buffer.active = false;
597 if (!buffers_[i].active) {
622 buffers_[index].active = false;
650 request_context->active = true;
723 request_context->active = false;
731 if (buffer.active) {
  /prebuilts/misc/windows/sdl2/test/
testatomic.c 290 volatile SDL_bool active; member in struct:__anon471
310 queue->active = SDL_TRUE;
543 } else if (queue->active) {
556 } else if (queue->active) {
576 while (queue->active) {
657 queue.active = SDL_FALSE;
  /system/netd/server/
TetherController.cpp 562 existingEntry->active = true;
568 .active = true
579 existingEntry->active = false;
585 return existingEntry != nullptr && existingEntry->active;
591 if (it->second.active) {
600 if (it.second.active) {
610 // is in the map regardless of its active status. Rules are added both ways so we check with
  /external/mesa3d/src/compiler/glsl/
link_uniform_initializers.cpp 134 storage->opaque[sh].active) {
142 storage->opaque[sh].active) {
243 if (shader && storage->opaque[sh].active) {
  /external/wpa_supplicant_8/wpa_supplicant/
rrm.c 448 struct hostapd_hw_modes *mode, int active,
478 if (res == NOT_ALLOWED || (res == NO_IR && active))
500 struct hostapd_hw_modes *mode, int active)
511 return wpas_add_channels(op, mode, active, channels_80mhz,
515 return wpas_add_channels(op, mode, active, channels_160mhz,
518 return wpas_add_channels(op, mode, active, NULL, 0);
522 static int * wpas_channel_report_freqs(struct wpa_supplicant *wpa_s, int active,
569 new_freqs = wpas_add_channels(op, mode, active, pos, left);
584 u8 op_class, u8 chan, int active,
613 freqs = wpas_op_class_freqs(op, mode, active);
    [all...]
  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/inc/
h264_utils.h 219 active(false)
232 bool active; member in class:perf_metrics
376 bool active; member in struct:panscan_handler::PANSCAN_NODE
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/inc/
h264_utils.h 224 active(false) {
236 bool active; member in class:perf_metrics
374 bool active; member in struct:panscan_handler::PANSCAN_NODE
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/
h264_utils.h 224 active(false) {
236 bool active; member in class:perf_metrics
374 bool active; member in struct:panscan_handler::PANSCAN_NODE
  /hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/inc/
h264_utils.h 224 active(false) {
236 bool active; member in class:perf_metrics
374 bool active; member in struct:panscan_handler::PANSCAN_NODE
  /art/adbconnection/
adbconnection.h 115 void NotifyDdms(bool active);
  /build/soong/zip/
rate_limit.go 116 // A CPURateLimiter limits the number of active calls based on CPU requirements
141 // A MemoryRateLimiter limits the number of active calls based on Memory requirements
  /external/adhd/cras/src/server/
cras_alsa_io.c 519 * default node to set as active.
540 /* If a node exists for node_idx, set it as active. */
627 * Gets the curve for the active output node. If the node doesn't have volume
640 * Gets the curve for the active output.
656 /* Only set the limits if the dev is active. */
699 /* Only set the volume if the dev is active. */
744 /* Only set the volume if the dev is active. */
779 * Updates system capture gain limits based on current active device/node.
1542 struct alsa_output_node *active = get_active_output(aio); local
1547 struct alsa_input_node *active = get_active_input(aio); local
1617 struct alsa_output_node *active = get_active_output(aio); local
1623 struct alsa_input_node *active = get_active_input(aio); local
2164 struct alsa_output_node *active = (struct alsa_output_node *)ionode; local
    [all...]
  /external/autotest/client/common_lib/
profiler_manager.py 86 def active(self): member in class:profiler_manager
  /external/autotest/client/tests/iozone/
postprocessing.py 339 self.active = True
345 self.active = False
354 self.active = False
452 if self.active:
  /external/clang/tools/scan-build-py/libscanbuild/
analyze.py 242 """ Print active checkers to stdout. """
244 for name in sorted(name for name, (_, active) in checkers.items()
245 if active):
256 description, active = checkers[name]
257 prefix = '+' if active else ' '
  /external/libxaac/decoder/
ixheaacd_bitbuffer.h 43 UWORD8 active; member in struct:__anon26481
  /external/libyuv/files/tools_libyuv/autoroller/
roll_deps.py 131 """Returns a tuple of active,branches.
133 The 'active' is the name of the currently active branch and 'branches' is a
138 active = ''
142 active = line[1:].strip()
143 branches.append(active)
148 return active, branches
  /external/mesa3d/src/compiler/glsl/glcpp/
glcpp-parse.y     [all...]
  /external/webrtc/tools/autoroller/
roll_chromium_revision.py 119 """Returns a tuple of active,branches.
121 The 'active' is the name of the currently active branch and 'branches' is a
126 active = ''
130 active = line[1:].strip()
131 branches.append(active)
136 return active, branches
  /external/webrtc/webrtc/modules/audio_processing/intelligibility/
intelligibility_enhancer.h 72 bool active() const;
  /frameworks/av/services/audioflinger/
RecordTracks.h 55 void appendDump(String8& result, bool active);
  /frameworks/base/core/java/android/content/pm/
PackageInstaller.java 581 * Active state for session has been changed.
583 * A session is considered active whenever there is ongoing forward
593 public abstract void onActiveChanged(int sessionId, boolean active);
640 final boolean active = msg.arg2 != 0;
641 mCallback.onActiveChanged(sessionId, active);
664 public void onSessionActiveChanged(int sessionId, boolean active) {
665 mHandler.obtainMessage(MSG_SESSION_ACTIVE_CHANGED, sessionId, active ? 1 : 0)
1433 public boolean active; field in class:PackageInstaller.SessionInfo
    [all...]

Completed in 3979 milliseconds

<<11121314151617181920>>