Searched defs:active (Results 1 - 25 of 93) sorted by last modified time

1234

/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/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/valgrind/include/vki/
H A Dvki-linux.h2423 char waitv; /* if set, hang on writes if not active */
2428 #define VKI_VT_GETMODE 0x5601 /* get mode of active vt */
2429 #define VKI_VT_SETMODE 0x5602 /* set mode of active vt */
2432 unsigned short v_active; /* active vt */
2441 #define VKI_VT_ACTIVATE 0x5606 /* make vt active */
2442 #define VKI_VT_WAITACTIVE 0x5607 /* wait for vt active */
3467 __vki_u32 active; member in struct:vki_ethtool_get_features_block
/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/v8/src/
H A Ddebug-debugger.js148 BreakPoint.prototype.active = function() {
150 return this.script_break_point().active();
195 // Break point not active - not triggered.
196 if (!this.active()) return false;
341 ScriptBreakPoint.prototype.active = function() {
1725 active: break_point.active(),
H A Dliveedit.cc1878 // Replace "blocked on active" with "replaced on active" status.
1900 FunctionPatchabilityStatus active = FUNCTION_BLOCKED_ACTIVE_GENERATOR; local
1920 result->set(i, Smi::FromInt(active));
1974 // Scan the heap for active generators -- those that are either currently
/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);
H A DSkDisplayList.cpp27 void SkDisplayList::append(SkActive* active) { argument
28 *fActiveList.append() = active;
38 SkActive* active = *activePtr; local
39 active->reset();
126 void SkDisplayList::remove(SkActive* active) { argument
127 int index = fActiveList.find(active);
130 SkASSERT(fActiveList.find(active) < 0);
/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/skia/src/pathops/
H A DSkOpSegment.cpp163 SkPathWriter* path, bool active) const {
171 // OPTIMIZE? if not active, skip remainder and return xyAtT(end)
176 if (active) {
339 bool active = !span->isCanceled(); local
341 if (active) {
346 activePrior = active;
/external/skia/src/utils/debugger/
H A DSkDrawCommand.h81 // The next "active" system is only used by save, saveLayer, and restore.
82 // It is used to determine which saveLayers are currently active (at a
84 // saves just return a kPushLayer action but don't track active state
86 // saveLayers return kPushLayer but also track the active state
93 virtual void setActive(bool active) {} argument
94 virtual bool active() const { return false; } function in class:SkDrawCommand
577 void setActive(bool active) override { fActive = active; }
578 bool active() const override { return fActive; }
/external/slf4j/log4j-over-slf4j/compatibility/lib/
H A Dlog4j-1.2.14.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/log4j/ org/apache/log4j/Appender ...
H A Dlog4j-1.3alpha-8.jar ... .spi.Filter tailFilter protected boolean closed protected boolean active private boolean guard public void " href="/6.0.0 ...
/external/selinux/libselinux/src/
H A Daudit2why.c34 int active; member in struct:boolean_t
58 boollist[boolcnt]->active = sepol_bool_get_value(boolean);
80 int active = boollist[i]->active; local
98 sepol_bool_set_value(boolean, !active);
125 sepol_bool_set_value(boolean, active);
155 b[i].active = !boollist[ctr]->active;
405 PyObject *bool_ = Py_BuildValue("(si)", b->name, b->active);
/external/selinux/libselinux/utils/
H A Dgetsebool.c17 int i, get_all = 0, rc = 0, active, pending, len = 0, opt; local
74 active = security_get_boolean_active(names[i]);
75 if (active < 0) {
78 fprintf(stderr, "Error getting active value for %s\n",
97 if (pending != active) {
99 (active ? "on" : "off"),
103 (active ? "on" : "off"));
/external/selinux/libsemanage/src/
H A Dsemanage_store.c88 "/active",
446 /* Given a store location (active/previous/tmp) and a definition
542 "Could not create module store, active subdirectory at %s.",
548 "Could not read from module store, active subdirectory at %s.",
555 "Could not access module store active subdirectory at %s, or it is not a directory.",
565 "Could not create module store, active modules subdirectory at %s.",
571 "Could not read from module store, active modules subdirectory at %s.",
578 "Could not access module store active modules subdirectory at %s, or it is not a directory.",
605 /* returns <0 if the active store cannot be read or doesn't exist
615 /* read access on active stor
1619 const char *active = semanage_path(SEMANAGE_ACTIVE, SEMANAGE_TOPLEVEL); local
[all...]
/external/robolectric/lib/main/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ...
/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/ppp/pppd/
H A Dsys-linux.c1331 * set_filters - set the active and pass filters in the kernel driver.
1333 int set_filters(struct bpf_program *pass, struct bpf_program *active) argument
1346 fp.len = active->bf_len;
1347 fp.filter = (struct sock_filter *) active->bf_insns;
1349 error("Couldn't set active-filter in kernel: %m");

Completed in 500 milliseconds

1234