HomeSort by relevance Sort by last modified time
    Searched defs:active (Results 101 - 125 of 629) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/freetype/src/truetype/
ttobjs.h 130 /* There can only be 3 active code ranges at once: */
165 FT_Bool active; /* is it active? */ member in struct:TT_DefRecord_
  /external/guava/guava/src/com/google/common/util/concurrent/
MoreExecutors.java 288 * - Active: shutdown == false
696 int active = 1; local
704 ++active;
705 } else if (active == 0) {
720 --active;
    [all...]
  /external/jemalloc/include/jemalloc/internal/
prof.h 229 * True if profiling is active for this tdata's thread
230 * (thread.prof.active mallctl).
232 bool active; member in struct:prof_tdata_s
307 bool prof_active_set(tsdn_t *tsdn, bool active);
311 bool prof_thread_active_set(tsd_t *tsd, bool active);
315 bool prof_gdump_set(tsdn_t *tsdn, bool active);
457 return (!tdata->active);
  /external/jemalloc/src/
stats.c 361 "min active:dirty page ratio: %u:1\n",
365 "min active:dirty page ratio: N/A\n");
504 "active: %12zu\n", pactive * page);
746 OPT_WRITE_BOOL_MUTABLE(prof_active, prof.active, ",")
792 "Min active:dirty page ratio per arena: "
796 "Min active:dirty page ratio per arena: "
923 CTL_GET("prof.active", &bv, bool);
925 "\t\t\t\"active\": %s,\n", bv ? "true" : "false");
950 size_t allocated, active, metadata, resident, mapped, retained; local
954 CTL_GET("stats.active", &active, size_t)
    [all...]
  /external/kernel-headers/original/uapi/linux/
switchtec_ioctl.h 50 __u32 active; member in struct:switchtec_ioctl_flash_part_info
  /external/libcups/cups/
dest-options.c 301 cups_array_t *active = NULL, /* Active conflicts */ local
394 active = cups_test_constraints(dinfo, new_option, new_value,
399 active = cups_test_constraints(dinfo, new_option, new_value, num_myres,
402 have_conflicts = (active != NULL);
404 if (!active || !num_resolved)
414 for (c = (_cups_dconstres_t *)cupsArrayFirst(active), changed = 0;
416 c = (_cups_dconstres_t *)cupsArrayNext(active))
485 cupsArrayDelete(active);
486 active = NULL
2096 cups_array_t *active = NULL; \/* Active constraints *\/ local
    [all...]
  /external/libpcap/
pcap-rpcap.c 68 /* Keeps a list of all the opened connections in the active mode. */
422 struct activehosts *temp; /* temp var needed to scan the host list chain, to detect if we're in active mode */
423 int active = 0; /* active mode or not? */ local
428 /* detect if we're in active mode */
434 active = 1;
440 if (!active)
468 if ((!active) && (md->rmt_sockctrl))
708 int active = 0; /* '1' if we're in active mode * local
913 int active = 0; \/* '1' if we're in active mode *\/ local
    [all...]
  /external/mesa3d/src/compiler/glsl/glcpp/
glcpp.h 187 active_list_t *active; member in struct:glcpp_parser
  /external/mesa3d/src/gallium/drivers/ilo/
ilo_render_gen.h 120 bool active; member in struct:ilo_render::ilo_render_state::__anon29562
  /external/mesa3d/src/mesa/drivers/dri/i915/
i830_context.h 138 GLuint active; member in struct:i830_hw_state
164 i830->state.active |= flag; \
166 i830->state.active &= ~flag; \
i915_state.c 440 int active = (ctx->Polygon.StippleFlag && local
444 if (active) {
487 if (active)
1011 i915->state.active = (I915_UPLOAD_PROGRAM |
    [all...]
  /external/syslinux/dos/
syslinux.c 518 uint8_t active; /* Active flag */ member in struct:mbr_entry
554 me->active = 0x80;
557 me->active = 0;
  /external/vboot_reference/tests/
cgptlib_test.c 698 * All active (non-zero PartitionTypeGUID) partition entries should have:
727 /* case: non active entry should be ignored. */
747 int active; member in struct:__anon43261::__anon43262
799 if (cases[i].entries[j].active) {
    [all...]
  /external/vulkan-validation-layers/tests/
loader_validation_tests.cpp 268 bool active; member in struct:AllocTrack
278 : active(false),
320 if (g_allocated_vector[iii].active) {
347 if (!g_allocated_vector[iii].active) {
359 g_allocated_vector[iii].active = true;
370 if (g_allocated_vector[iii].active && g_allocated_vector[iii].aligned_start_addr == pMemory) {
372 g_allocated_vector[iii].active = false;
382 if (g_allocated_vector[iii].active && g_allocated_vector[iii].aligned_start_addr == pOriginal) {
    [all...]
  /frameworks/av/services/audiopolicy/service/
AudioPolicyService.h 270 // transitions to an active state we will start reporting buffers with data. This approach
271 // transparently handles recording while the UID transitions between idle/active state
273 // receiving empty buffers while active.
292 void addOverrideUid(uid_t uid, bool active) { updateOverrideUid(uid, active, true); }
297 void notifyService(uid_t uid, bool active);
298 void updateOverrideUid(uid_t uid, bool active, bool insert);
299 void updateUidCache(uid_t uid, bool active, bool insert);
301 uid_t uid, bool active, bool insert, bool *wasThere, bool *wasActive);
637 active(false), isConcurrent(false), isVirtualDevice(false) {
646 bool active; \/\/ Capture is active or inactive member in class:android::AudioPolicyService::AudioRecordClient
    [all...]
  /frameworks/native/opengl/libagl/
texture.cpp 110 c->rasterizer.procs.activeTexture(c, c->textures.active);
119 * If the active textures are EGLImage, they need to be locked before
165 c->rasterizer.procs.activeTexture(c, c->textures.active);
304 const int active = c->textures.active; local
305 const GLuint name = c->textures.tmu[active].name;
308 texture_unit_t& u(c->textures.tmu[active]);
326 // bind this texture to the current active texture unit
331 invalidate_texture(c, active);
346 // bind this texture to the current active texture uni
373 const int active = c->textures.active; local
609 const int active = c->textures.active; local
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
PhoneSwitcher.java 54 * and determine which phone/phones are active.
57 * the active phones. Note we don't wait for data attach (which may not happen anyway).
265 * phones that aren't in the active phone list. Finally, activate all
266 * phones in the active phone list.
330 public volatile boolean active = false; field in class:PhoneSwitcher.PhoneState
336 if (state.active == false) return;
337 state.active = false;
349 if (state.active == true) return;
350 state.active = true;
373 mCommandsInterfaces[phoneId].setDataAllowed(mPhoneStates[phoneId].active, null)
    [all...]
  /hardware/qcom/audio/hal/audio_extn/
maxxaudio.c 61 bool active; member in struct:ma_state
185 if (ma_cur_state_table[i].active &&
228 ALOGV("%s: stream(%d) volume(%f) active(%s)", __func__,
230 ma_cur_state_table[i].active ? "T" : "F");
468 ma_cur_state_table[i].active = false;
497 float vol, bool active)
502 ALOGV("%s: stream[%d] vol[%f] active[%s]",
503 __func__, stream_type, vol, active ? "true" : "false");
511 // 1. start track: active and volume isn't zero
512 // 2. stop track: no tracks are active
    [all...]
  /packages/apps/Settings/src/com/android/settings/
DeviceAdminSettings.java 77 public boolean active; field in class:DeviceAdminSettings.DeviceAdminListItem
80 // Sort active admins first, then by name.
81 if (this.active != other.active) {
82 return this.active ? -1 : 1;
341 // Set 'A' is the set of active admins for the profile whereas set 'B' is the set of
357 * @param alreadyAddedComponents the set of active admin component names. Receivers of
381 // add only visible ones (note: active admins are added regardless of visibility)
389 // Active ones already added.
390 item.active = false
    [all...]
  /packages/apps/Settings/src/com/android/settings/notification/
NotificationStation.java 85 public boolean active; field in class:NotificationStation.HistoricalNotificationInfo
268 StatusBarNotification[] active = mNoMan.getActiveNotifications( local
274 = new ArrayList<HistoricalNotificationInfo>(active.length + dismissed.length);
277 : new StatusBarNotification[][] { active, dismissed }) {
299 info.active = (resultset == active);
395 if (info.active) {
396 // mRanking only applies to active notifications
609 row.itemView.setAlpha(mInfo.active ? 1.0f : 0.5f);
  /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;
  /frameworks/base/graphics/java/android/graphics/drawable/
RippleDrawable.java 272 private void setRippleActive(boolean active) {
273 if (mRippleActive != active) {
274 mRippleActive = active;
275 if (active) {
547 * Attempts to start an enter animation for the active hotspot. Fails if
577 * Attempts to start an exit animation for the active hotspot. Fails if
578 * there is no active hotspot.
592 * Cancels and removes the active ripple, all exiting ripples, and the
824 final RippleForeground active = mRipple; local
827 if (active == null && count <= 0 && (background == null || !background.isVisible()))
    [all...]
  /bionic/libc/kernel/uapi/linux/dvb/
video.h 111 int active; member in struct:video_highlight
120 int active; member in struct:video_spu
  /device/google/contexthub/firmware/os/drivers/orientation/
orientation.c 101 bool active; member in struct:FusionSensor
353 if (mTask.sensors[GAME].active) {
364 if (mTask.sensors[GRAVITY].active) {
379 && mTask.sensors[LINEAR].active) {
403 if (mTask.sensors[ORIENT].active) {
423 if (mTask.sensors[GEOMAG].active) {
433 if (mTask.sensors[ROTAT].active) {
500 // Do not remove the accel sample until all active fusion sesnsors
555 if (mTask.sensors[ORIENT].active
556 || mTask.sensors[ROTAT].active
    [all...]
  /device/google/marlin/camera/QCamera2/stack/mm-jpeg-interface/inc/
mm_jpeg.h 315 /* this flag represents whether the job is active */
316 OMX_BOOL active; member in struct:mm_jpeg_job_session

Completed in 1221 milliseconds

1 2 3 45 6 7 8 91011>>