HomeSort by relevance Sort by last modified time
    Searched full:stypes (Results 1 - 25 of 29) sorted by null

1 2

  /external/selinux/checkpolicy/
checkpolicy.h 7 ebitmap_t stypes; member in struct:te_assert
policy_define.c 3319 type_set_t stypes, ttypes; local
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
hs20_supplicant.h 14 int hs20_anqp_send_req(struct wpa_supplicant *wpa_s, const u8 *dst, u32 stypes,
16 void hs20_put_anqp_req(u32 stypes, const u8 *payload, size_t payload_len,
hs20_supplicant.c 173 void hs20_put_anqp_req(u32 stypes, const u8 *payload, size_t payload_len,
184 if (stypes == BIT(HS20_STYPE_NAI_HOME_REALM_QUERY)) {
189 } else if (stypes == BIT(HS20_STYPE_ICON_REQUEST)) {
199 if (stypes & BIT(i))
209 static struct wpabuf * hs20_build_anqp_req(u32 stypes, const u8 *payload,
218 hs20_put_anqp_req(stypes, payload, payload_len, buf);
224 int hs20_anqp_send_req(struct wpa_supplicant *wpa_s, const u8 *dst, u32 stypes,
246 "subtypes 0x%x", MAC2STR(dst), stypes);
248 buf = hs20_build_anqp_req(stypes, payload, payload_len);
  /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/colorextraction/
SysuiColorExtractorTests.java 44 private static int[] sTypes = new int[]{
61 for (int type : sTypes) {
80 for (int type : sTypes) {
100 for (int type : sTypes) {
  /external/selinux/libsepol/src/
assertion.c 236 rc = ebitmap_and(&src_matches, &avrule->stypes.types,
252 rc = ebitmap_and(&self_matches, &avrule->stypes.types, &matches);
405 rc = ebitmap_and(&src_matches, &avrule->stypes.types,
423 rc = ebitmap_and(&self_matches, &avrule->stypes.types, &matches);
480 rc = ebitmap_match_any(&avrule->stypes.types, &p->attr_type_map[k->source_type - 1]);
496 rc2 = ebitmap_match_any(&avrule->stypes.types, &match);
expand.c 1392 ebitmap_t stypes, ttypes; local
1558 ebitmap_t stypes, ttypes; local
1965 ebitmap_t stypes, ttypes; local
2421 ebitmap_t stypes, ttypes; local
2646 ebitmap_t stypes, ttypes; local
    [all...]
module_to_cil.c 1192 ts = &avrule->stypes;
1527 char **stypes = NULL; local
1542 ts = &rule->stypes;
1543 rc = process_typeset(pdb, ts, attr_list, &stypes, &num_stypes);
1600 char **stypes = NULL; local
    [all...]
policydb.c 574 type_set_init(&x->stypes);
585 type_set_destroy(&x->stypes);
630 type_set_init(&x->stypes);
638 type_set_destroy(&x->stypes);
679 type_set_init(&x->stypes);
688 type_set_destroy(&x->stypes);
    [all...]
link.c     [all...]
write.c     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newxmlfile/
NewXmlFileCreationPage.java 244 private static final TypeInfo[] sTypes = {
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
mkbuiltin.go 103 fmt.Fprintf(w, "func %sTypes() []*types.Type {\n", name)
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
mkbuiltin.go 103 fmt.Fprintf(w, "func %sTypes() []*types.Type {\n", name)
  /external/selinux/libsepol/include/sepol/policydb/
policydb.h 288 type_set_t stypes; member in struct:avrule
315 type_set_t stypes; member in struct:filename_trans_rule
324 type_set_t stypes; member in struct:range_trans_rule
  /system/sepolicy/tools/sepolicy-analyze/
neverallow.c 412 if (read_typeset(policydb, &p, end, &avrule->stypes, &avrule->flags))
  /external/selinux/checkpolicy/test/
dismod.c 258 if (display_type_set(&avrule->stypes, 0, policy, fp))
513 display_type_set(&tr->stypes, 0, p, fp);
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/
parameter_validation_generator.py 144 self.stypes = [] # Values from the VkStructureType enumeration
225 self.stypes = []
379 self.stypes.append(elem.get('name'))
    [all...]
  /external/python/cpython2/Demo/tix/
tixwidgets.py 868 stypes = {} variable
    [all...]
  /external/vulkan-validation-layers/scripts/
parameter_validation_generator.py 169 self.stypes = [] # Values from the VkStructureType enumeration
351 self.stypes = []
517 self.stypes.append(elem.get('name'))
    [all...]
  /external/python/cpython3/Doc/library/
email.policy.rst 424 header field types, and the major MIME header field stypes. Support for
  /external/selinux/libsepol/cil/src/
cil_binary.c     [all...]
  /external/vulkan-validation-layers/layers/
parameter_validation.h 554 // TODO: The valid pNext structure types are not recursive. Each structure has its own list of valid sTypes for pNext.
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/vendor/github.com/ianlancetaylor/demangle/
ast.go     [all...]
  /prebuilts/go/linux-x86/src/cmd/vendor/github.com/ianlancetaylor/demangle/
ast.go     [all...]

Completed in 1432 milliseconds

1 2