Searched defs:active (Results 26 - 50 of 93) sorted by relevance

1234

/external/skia/src/animator/
H A DSkAnimateMaker.cpp60 void SkAnimateMaker::appendActive(SkActive* active) { argument
61 fDisplayList.append(active);
273 void SkAnimateMaker::removeActive(SkActive* active) { argument
274 if (active == NULL)
276 fDisplayList.remove(active);
/external/skia/src/core/
H A DSkTLList.h303 bool active = fList.isInList(block->fNodes + i); local
304 SkASSERT(free != active);
305 activeCnt += active;
324 bool active = fList.isInList(block->fNodes + i); local
325 SkASSERT(free != active);
326 activeCnt += active;
/external/toybox/kconfig/
H A Dmconf.c720 struct symbol *active; local
722 active = sym_get_choice_value(menu->sym);
734 if (child->sym == active)
755 active = child->sym;
/external/toybox/toys/posix/
H A Dfind.c183 int pcount = 0, print = 0, not = 0, active = !!new, test = active, recurse; local
223 // active: if 0 don't perform tests
228 int check = active && test;
240 // Save old "not" and "active" on toybuf stack.
242 // Note: test value should never change while !active
245 toybuf[pcount++] = not+(active<<1);
246 if (!check) active = 0;
252 // Pop active state, apply deferred not (which was only set if checking)
253 active
[all...]
/external/freetype/src/truetype/
H A Dttobjs.h145 /* There can only be 3 active code ranges at once: */
180 FT_Bool active; /* is it active? */ member in struct:TT_DefRecord_
/external/jemalloc/include/jemalloc/internal/
H A Dprof.h228 * True if profiling is active for this tdata's thread
229 * (thread.prof.active mallctl).
231 bool active; member in struct:prof_tdata_s
307 bool prof_active_set(bool active);
310 bool prof_thread_active_set(bool active);
314 bool prof_gdump_set(bool active);
440 return (!tdata->active);
/external/jemalloc/src/
H A Dstats.c282 "min active:dirty page ratio: %u:1\n",
286 "min active:dirty page ratio: N/A\n");
294 "dirty pages: %zu:%zu active:dirty, %"PRIu64" sweep%s,"
338 malloc_cprintf(write_cb, cbopaque, "active: %12zu\n",
500 OPT_WRITE_BOOL_MUTABLE(prof_active, prof.active)
533 "Min active:dirty page ratio per arena: %u:1\n",
537 "Min active:dirty page ratio per arena: N/A\n");
567 size_t allocated, active, metadata, resident, mapped; local
571 CTL_GET("stats.active", &active, size_
[all...]
/external/mesa3d/src/glsl/glcpp/
H A Dglcpp.h167 active_list_t *active; member in struct:glcpp_parser
/external/mesa3d/src/mesa/drivers/dri/i915/
H A Di830_context.h138 GLuint active; member in struct:i830_hw_state
164 i830->state.active |= flag; \
166 i830->state.active &= ~flag; \
H A Di830_state.c483 int active = (ctx->Polygon.StippleFlag && local
487 if (active) {
530 if (active)
1152 i830->state.active = (I830_UPLOAD_INVARIENT |
H A Di915_context.h245 GLuint active; /* I915_UPLOAD_* */ member in struct:i915_hw_state
278 (i915)->state.active |= (flag); \
280 (i915)->state.active &= ~(flag); \
H A Di915_state.c456 int active = (ctx->Polygon.StippleFlag && local
460 if (active) {
503 if (active)
1024 i915->state.active = (I915_UPLOAD_PROGRAM |
/external/pdfium/third_party/freetype/src/truetype/
H A Dttobjs.h145 /* There can only be 3 active code ranges at once: */
180 FT_Bool active; /* is it active? */ member in struct:TT_DefRecord_
/external/wpa_supplicant_8/hostapd/src/pae/
H A Dieee802_1x_kay.h94 Boolean active; member in struct:ieee802_1x_kay
H A Dieee802_1x_kay_i.h179 /* used for active and potential participant */
185 Boolean active; member in struct:ieee802_1x_mka_participant
191 /* used for active participant */
/external/wpa_supplicant_8/src/pae/
H A Dieee802_1x_kay.h94 Boolean active; member in struct:ieee802_1x_kay
H A Dieee802_1x_kay_i.h179 /* used for active and potential participant */
185 Boolean active; member in struct:ieee802_1x_mka_participant
191 /* used for active participant */
/external/wpa_supplicant_8/wpa_supplicant/src/pae/
H A Dieee802_1x_kay.h94 Boolean active; member in struct:ieee802_1x_kay
H A Dieee802_1x_kay_i.h179 /* used for active and potential participant */
185 Boolean active; member in struct:ieee802_1x_mka_participant
191 /* used for active participant */
/external/aac/libAACenc/src/
H A Daacenc_tns.cpp367 tns active flag
379 INT active,
389 tC->tnsActive = (active) ? TRUE : FALSE;
946 /* if TNS is active in at least one channel, check if ParCor coefficients of higher filter are similar */
371 FDKaacEnc_InitTnsConfiguration(INT bitRate, INT sampleRate, INT channels, INT blockType, INT granuleLength, INT ldSbrPresent, TNS_CONFIG *tC, PSY_CONFIGURATION *pC, INT active, INT useTnsPeak) argument
/external/boringssl/src/ssl/
H A Dssl_cipher.c502 int active; member in struct:cipher_order_st
807 co_list[co_list_num].active = 0;
912 if (!curr->active) {
914 curr->active = 1;
922 if (curr->active) {
928 if (curr->active) {
933 curr->active = 0;
947 curr->active = 0;
974 if (curr->active && curr->cipher->strength_bits > max_strength_bits) {
990 if (curr->active) {
[all...]
/external/clang/lib/CodeGen/
H A DCGCleanup.cpp149 // All other scopes are always active.
256 llvm::AllocaInst *active local
261 setBeforeOutermostConditional(Builder.getFalse(), active);
264 Builder.CreateStore(Builder.getTrue(), active);
266 // Set that as the active flag in the cleanup.
268 assert(!cleanup.getActiveFlag() && "cleanup already has active flag?");
269 cleanup.setActiveFlag(active);
483 // If there's an active flag, load it and skip the cleanup if it's
499 // Emit the continuation block if there was an active flag.
713 assert(!IsActive && "source without fallthrough for active cleanu
[all...]
/external/kernel-headers/original/uapi/linux/dvb/
H A Dvideo.h164 int active; /* 1=show highlight, 0=hide highlight */ member in struct:video_highlight
183 int active; member in struct:video_spu
/external/vboot_reference/tests/
H A Dcgptlib_test.c698 * All active (non-zero PartitionTypeGUID) partition entries should have:
727 /* case: non active entry should be ignored. */
747 int active; member in struct:__anon16888::__anon16889
799 if (cases[i].entries[j].active) {
/external/fio/
H A Dgoptions.c335 int i, active = 0; local
344 active = i;
349 gtk_combo_box_set_active(GTK_COMBO_BOX(c->combo), active);
380 int i, active = 0; local
389 active = i;
394 gtk_combo_box_set_active(GTK_COMBO_BOX(c->combo), active);

Completed in 9256 milliseconds

1234