Home
last modified time | relevance | path

Searched refs:Boolean (Results 1 - 25 of 320) sorted by relevance

12345678910>>...13

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/pae/
H A Dieee802_1x_kay.h65 Boolean transmits;
66 Boolean receives;
71 Boolean rx_latest;
72 Boolean tx_latest;
82 Boolean transmitting; /* bool transmitting (read only) */
96 Boolean in_use; /* bool inUse (read only) */
100 Boolean enable_transmit; /* bool EnableTransmit */
103 Boolean confidentiality;
113 Boolean receiving; /* bool receiving (read only) */
123 Boolean enable_receiv
[all...]
H A Dieee802_1x_kay_i.h49 Boolean is_key_server;
51 Boolean macsec_desired;
53 Boolean sak_used;
90 Boolean cached;
93 Boolean active;
94 Boolean participant;
95 Boolean retain;
101 Boolean principal;
113 Boolean ltx;
114 Boolean lr
[all...]
H A Dieee802_1x_cp.c34 Boolean changed;
37 Boolean port_valid;
43 Boolean chgd_server; /* clear by CP */
44 Boolean elected_self;
47 Boolean new_sak; /* clear by CP */
50 Boolean using_receive_sas;
51 Boolean all_receiving;
52 Boolean server_transmitting;
53 Boolean using_transmit_sa;
58 Boolean lt
[all...]
H A Dieee802_1x_cp.h27 void ieee802_1x_cp_set_electedself(void *cp_ctx, Boolean status);
34 void ieee802_1x_cp_set_usingreceivesas(void *cp_ctx, Boolean status);
35 void ieee802_1x_cp_set_allreceiving(void *cp_ctx, Boolean status);
36 void ieee802_1x_cp_set_servertransmitting(void *cp_ctx, Boolean status);
37 void ieee802_1x_cp_set_usingtransmitas(void *cp_ctx, Boolean status);
H A Dieee802_1x_secy_ops.h23 int secy_cp_control_protect_frames(struct ieee802_1x_kay *kay, Boolean flag);
24 int secy_cp_control_encrypt(struct ieee802_1x_kay *kay, Boolean enabled);
25 int secy_cp_control_replay(struct ieee802_1x_kay *kay, Boolean flag, u32 win);
29 int secy_cp_control_enable_port(struct ieee802_1x_kay *kay, Boolean flag);
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A Dwpa_auth_i.h42 Boolean Init;
43 Boolean DeauthenticationRequest;
44 Boolean AuthenticationRequest;
45 Boolean ReAuthenticationRequest;
46 Boolean Disconnect;
50 Boolean TimeoutEvt;
51 Boolean EAPOLKeyReceived;
52 Boolean EAPOLKeyPairwise;
53 Boolean EAPOLKeyRequest;
54 Boolean MICVerifie
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eapol_auth/
H A Deapol_auth_sm_i.h46 Boolean authAbort;
47 Boolean authFail;
49 Boolean authStart;
50 Boolean authTimeout;
51 Boolean authSuccess;
52 Boolean eapolEap;
53 Boolean initialize;
54 Boolean keyDone;
55 Boolean keyRun;
56 Boolean keyTxEnable
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_server/
H A Deap.h48 Boolean eapResp; /* shared with EAPOL Backend Authentication */
50 Boolean portEnabled;
52 Boolean eapRestart; /* shared with EAPOL Authenticator PAE */
57 Boolean eapReq; /* shared with EAPOL Backend Authentication */
58 Boolean eapNoReq; /* shared with EAPOL Backend Authentication */
59 Boolean eapSuccess;
60 Boolean eapFail;
61 Boolean eapTimeout;
67 Boolean eapKeyAvailable; /* called keyAvailable in IEEE 802.1X-2004 */
70 Boolean aaaEapRe
[all...]
H A Deap_i.h35 Boolean (*check)(struct eap_sm *sm, void *priv,
39 Boolean (*isDone)(struct eap_sm *sm, void *priv);
43 Boolean (*isSuccess)(struct eap_sm *sm, void *priv);
141 Boolean rxResp;
142 Boolean rxInitiate;
147 Boolean ignore;
156 Boolean changed;
172 Boolean backend_auth;
173 Boolean update_user;
203 Boolean start_reaut
[all...]
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/fontinfo/
H A DCommandOptions.java14 public Boolean help = false;
17 public Boolean all = false;
20 public Boolean csv = false;
23 public Boolean detailed = false;
26 public Boolean metrics = false;
29 public Boolean general = false;
32 public Boolean cmap = false;
35 public Boolean chars = false;
39 public Boolean blocks = false;
43 public Boolean script
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/
H A Deap_i.h41 Boolean ignore;
56 Boolean allowNotifications;
128 Boolean (*isKeyAvailable)(struct eap_sm *sm, void *priv);
170 Boolean (*has_reauth_data)(struct eap_sm *sm, void *priv);
321 Boolean rxReq;
322 Boolean rxSuccess;
323 Boolean rxFailure;
328 Boolean ignore;
333 Boolean allowNotifications; /* peer state machine <-> methods */
335 Boolean eapKeyAvailabl
[all...]
/third_party/libphonenumber/metadata/src/test/java/com/google/i18n/phonenumbers/metadata/table/
H A DColumnGroupTest.java31 Column<Boolean> prototype = Column.ofBoolean("Region"); in testGroupColumns()
32 ColumnGroup<PhoneRegion, Boolean> group = ColumnGroup.byRegion(prototype); in testGroupColumns()
34 Column<Boolean> us = group.getColumnFromId("US"); in testGroupColumns()
36 assertThat(us.type()).isEqualTo(Boolean.class); in testGroupColumns()
38 Column<Boolean> ca = group.getColumn(PhoneRegion.of("CA")); in testGroupColumns()
49 Column<Boolean> prototype = Column.ofBoolean("Region"); in testExtractGroupColumns()
50 ColumnGroup<PhoneRegion, Boolean> group = ColumnGroup.byRegion(prototype); in testExtractGroupColumns()
51 Column<Boolean> us = group.getColumnFromId("US"); in testExtractGroupColumns()
52 Column<Boolean> ca = group.getColumn(PhoneRegion.of("CA")); in testExtractGroupColumns()
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DBooleanArrayList.java45 final class BooleanArrayList extends AbstractProtobufList<Boolean>
133 public Boolean get(int index) { in get()
145 if (!(element instanceof Boolean)) { in indexOf()
148 boolean unboxedElement = (Boolean) element; in indexOf()
169 public Boolean set(int index, Boolean element) { in set()
183 public boolean add(Boolean element) { in add()
189 public void add(int index, Boolean element) { in add()
193 /** Like {@link #add(Boolean)} but more efficient in that it doesn't box the element. */
209 /** Like {@link #add(int, Boolean)} bu
[all...]
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fImplementationLimitTests.cpp73 struct Boolean struct
76 Boolean (GLboolean value_) : value(value_) {} in Boolean() function
79 std::ostream& operator<< (std::ostream& str, const Boolean& boolean) { return str << (boolean.value ? "GL_TRUE" : "GL_FALSE"); } in operator <<()
105 Boolean query<Boolean> (const glw::Functions& gl, deUint32 param) in query()
109 return Boolean(val); in query()
122 bool compare<Boolean> (const Boolean& min, const Boolean& reported) in compare()
204 LIMIT_CASE(shader_compiler, GL_SHADER_COMPILER, Boolean, GL_FALS in init()
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/fst/
H A Dfst_session.h27 Boolean is_old);
30 Boolean is_old);
42 struct fst_iface * fst_session_get_iface(struct fst_session *s, Boolean is_old);
43 const u8 * fst_session_get_peer_addr(struct fst_session *s, Boolean is_old);
60 Boolean is_old);
62 Boolean is_old);
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
H A DBooleanArrayListTest.java78 Iterator<Boolean> iterator = list.iterator(); in testModificationWithIteration()
329 assertFalse(list.addAll(Collections.<Boolean>emptyList())); in testAddAll()
345 assertTrue(list.remove(Boolean.TRUE)); in testRemove()
348 assertFalse(list.remove(Boolean.TRUE)); in testRemove()
408 list.addAll(Collections.<Boolean>emptyList()); in assertImmutable()
450 list.addAll(0, Collections.<Boolean>emptyList()); in assertImmutable()
485 list.removeAll(Collections.<Boolean>emptyList()); in assertImmutable()
492 list.removeAll(Collections.singleton(Boolean.TRUE)); in assertImmutable()
506 list.retainAll(Collections.<Boolean>emptyList()); in assertImmutable()
513 list.removeAll(Collections.singleton(Boolean in assertImmutable()
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eapol_supp/
H A Deapol_supp_sm.h319 void eapol_sm_notify_portEnabled(struct eapol_sm *sm, Boolean enabled);
320 void eapol_sm_notify_portValid(struct eapol_sm *sm, Boolean valid);
321 void eapol_sm_notify_eap_success(struct eapol_sm *sm, Boolean success);
322 void eapol_sm_notify_eap_fail(struct eapol_sm *sm, Boolean fail);
328 void eapol_sm_notify_logoff(struct eapol_sm *sm, Boolean logoff);
391 Boolean enabled) in eapol_sm_notify_portEnabled()
395 Boolean valid) in eapol_sm_notify_portValid()
399 Boolean success) in eapol_sm_notify_eap_success()
402 static inline void eapol_sm_notify_eap_fail(struct eapol_sm *sm, Boolean fail) in eapol_sm_notify_eap_fail()
419 static inline void eapol_sm_notify_logoff(struct eapol_sm *sm, Boolean logof in eapol_sm_get_session_id()
[all...]
H A Deapol_supp_sm.c41 Boolean eapFail;
42 Boolean eapolEap;
43 Boolean eapSuccess;
44 Boolean initialize;
45 Boolean keyDone;
46 Boolean keyRun;
48 Boolean portEnabled;
50 Boolean portValid;
51 Boolean suppAbort;
52 Boolean suppFai
[all...]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/timezone/
H A DTimeZoneTest.java362 Boolean.FALSE, new Integer(TimeZone.SHORT), "PST", in TestDisplayName()
363 Boolean.TRUE, new Integer(TimeZone.SHORT), "PDT", in TestDisplayName()
364 Boolean.FALSE, new Integer(TimeZone.LONG), "Pacific Standard Time", in TestDisplayName()
365 Boolean.TRUE, new Integer(TimeZone.LONG), "Pacific Daylight Time", in TestDisplayName()
367 Boolean.FALSE, new Integer(TimeZone.SHORT_GENERIC), "PT", in TestDisplayName()
368 Boolean.TRUE, new Integer(TimeZone.SHORT_GENERIC), "PT", in TestDisplayName()
369 Boolean.FALSE, new Integer(TimeZone.LONG_GENERIC), "Pacific Time", in TestDisplayName()
370 Boolean.TRUE, new Integer(TimeZone.LONG_GENERIC), "Pacific Time", in TestDisplayName()
372 Boolean.FALSE, new Integer(TimeZone.SHORT_GMT), "-0800", in TestDisplayName()
373 Boolean in TestDisplayName()
[all...]
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/
H A DTimeZoneTest.java358 Boolean.FALSE, new Integer(TimeZone.SHORT), "PST", in TestDisplayName()
359 Boolean.TRUE, new Integer(TimeZone.SHORT), "PDT", in TestDisplayName()
360 Boolean.FALSE, new Integer(TimeZone.LONG), "Pacific Standard Time", in TestDisplayName()
361 Boolean.TRUE, new Integer(TimeZone.LONG), "Pacific Daylight Time", in TestDisplayName()
363 Boolean.FALSE, new Integer(TimeZone.SHORT_GENERIC), "PT", in TestDisplayName()
364 Boolean.TRUE, new Integer(TimeZone.SHORT_GENERIC), "PT", in TestDisplayName()
365 Boolean.FALSE, new Integer(TimeZone.LONG_GENERIC), "Pacific Time", in TestDisplayName()
366 Boolean.TRUE, new Integer(TimeZone.LONG_GENERIC), "Pacific Time", in TestDisplayName()
368 Boolean.FALSE, new Integer(TimeZone.SHORT_GMT), "-0800", in TestDisplayName()
369 Boolean in TestDisplayName()
[all...]
/third_party/node/deps/v8/src/compiler/
H A Dgraph-assembler.cc137 TNode<Boolean> JSGraphAssembler::Is##Name(TNode<Object> value) { \
138 return TNode<Boolean>::UncheckedCast( \
286 TNode<Boolean> JSGraphAssembler::ReferenceEqual(TNode<Object> lhs, in ReferenceEqual()
288 return AddNode<Boolean>( in ReferenceEqual()
292 TNode<Boolean> JSGraphAssembler::NumberEqual(TNode<Number> lhs, in NumberEqual()
294 return AddNode<Boolean>( in NumberEqual()
319 TNode<Boolean> JSGraphAssembler::NumberLessThan(TNode<Number> lhs, in NumberLessThan()
321 return AddNode<Boolean>( in NumberLessThan()
325 TNode<Boolean> JSGraphAssembler::NumberLessThanOrEqual(TNode<Number> lhs, in NumberLessThanOrEqual()
327 return AddNode<Boolean>( in NumberLessThanOrEqual()
[all...]
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fImplementationLimitTests.cpp90 struct Boolean struct
93 Boolean (GLboolean value_) : value(value_) {} in Boolean() function
96 std::ostream& operator<< (std::ostream& str, const Boolean& boolean) { return str << (boolean.value ? "GL_TRUE" : "GL_FALSE"); } in operator <<()
138 Boolean query<Boolean> (const glw::Functions& gl, deUint32 param) in query()
142 return Boolean(val); in query()
161 bool compare<Boolean> (const Boolean& min, const Boolean& reported) in compare()
219 template <> struct QueryTypeTraits<Boolean> { enu
[all...]
/third_party/node/test/addons/repl-domain-abort/
H A Dbinding.cc25 using v8::Boolean;
36 Boolean::New(isolate, true), in Method()
37 Boolean::New(isolate, false) in Method()
/third_party/skia/third_party/externals/angle2/src/android_system_settings/src/com/android/angle/common/
H A DGlobalSettings.java66 Boolean getAllUseAngle() in getAllUseAngle()
81 Boolean getShowAngleInUseDialogBox() in getShowAngleInUseDialogBox()
96 static void updateAllUseAngle(Context context, Boolean allUseAngle) in updateAllUseAngle()
103 static void updateShowAngleInUseDialog(Context context, Boolean showAngleInUseDialog) in updateShowAngleInUseDialog()
275 private Boolean isPkgInstalled(String pkgName) in isPkgInstalled()
288 private Boolean isValidDiverValue(String driverValue) in isValidDiverValue()
/third_party/node/deps/v8/include/
H A Dv8-primitive.h34 class V8_EXPORT Boolean : public Primitive { class
37 V8_INLINE static Boolean* Cast(v8::Data* data) { in Cast()
41 return static_cast<Boolean*>(data); in Cast()
44 V8_INLINE static Local<Boolean> New(Isolate* isolate, bool value);
844 V8_INLINE Local<Boolean> True(Isolate* isolate) { in True()
849 return Local<Boolean>(reinterpret_cast<Boolean*>(slot)); in True()
852 V8_INLINE Local<Boolean> False(Isolate* isolate) { in False()
857 return Local<Boolean>(reinterpret_cast<Boolean*>(slo in False()
[all...]

Completed in 15 milliseconds

12345678910>>...13