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

1 2

  /external/syslinux/gpxe/src/hci/mucurses/
wininit.c 32 attrset ( 0 );
  /frameworks/compile/mclinker/include/mcld/MC/
AttributeSet.h 27 typedef std::vector<Attribute*> AttrSet;
30 typedef AttrSet::iterator iterator;
31 typedef AttrSet::const_iterator const_iterator;
52 AttrSet m_AttrSet;
  /external/python/cpython2/Demo/curses/
tclock.py 26 stdscr.attrset(curses.color_pair(pair))
121 stdscr.attrset(curses.A_REVERSE)
126 stdscr.attrset(curses.color_pair(1))
131 stdscr.attrset(curses.color_pair(0))
rain.py 21 stdscr.attrset(color)
xmas.py 40 win.attrset(curses.color_pair(0))
160 treescrn2.attrset(curses.A_BOLD | curses.A_BLINK)
172 treescrn2.attrset(curses.A_BOLD | curses.A_BLINK)
187 treescrn2.attrset(curses.A_BOLD | curses.A_BLINK)
205 treescrn2.attrset(curses.A_BOLD | curses.A_BLINK)
225 treescrn2.attrset(curses.A_BOLD | curses.A_BLINK)
250 treescrn2.attrset(curses.A_BOLD | curses.A_BLINK)
  /external/llvm/lib/IR/
Attributes.cpp 869 SmallVector<AttributeSet, 4> AttrSet;
873 AttrSet.emplace_back(getSlotAttributes(I++));
875 AttrSet.emplace_back(AttributeSet::get(C, std::make_pair(*IdxI++, A)));
879 AttrSet.emplace_back(AttributeSet::get(C, *IdxI, B));
886 AttrSet.emplace_back(getSlotAttributes(I++));
889 AttrSet.emplace_back(AttributeSet::get(C, std::make_pair(*IdxI++, A)));
891 return get(C, AttrSet);
909 SmallVector<AttributeSet, 4> AttrSet;
919 AttrSet.push_back(getSlotAttributes(I));
934 AttrSet.push_back(AttributeSet::get(C, Index, B))
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/keystore/pkcs12/
PKCS12KeyStoreSpi.java 891 ASN1Set attrSet = (ASN1Set)sq.getObjectAt(1);
894 if (attrSet.size() > 0)
896 attr = (ASN1Primitive)attrSet.getObjectAt(0);
    [all...]
  /external/selinux/libsepol/cil/src/
cil.c     [all...]
cil_build_ast.c 1311 struct cil_userattributeset *attrset = NULL; local
1323 cil_userattributeset_init(&attrset);
1325 attrset->attr_str = parse_current->next->data;
1327 rc = cil_gen_expr(parse_current->next->next, CIL_USER, &attrset->str_expr);
1331 ast_node->data = attrset;
1338 cil_destroy_userattributeset(attrset);
1343 void cil_destroy_userattributeset(struct cil_userattributeset *attrset)
1345 if (attrset == NULL) {
1349 cil_list_destroy(&attrset->str_expr, CIL_TRUE);
1350 cil_list_destroy(&attrset->datum_expr, CIL_FALSE)
1945 struct cil_roleattributeset *attrset = NULL; local
3136 struct cil_typeattributeset *attrset = NULL; local
    [all...]
android.c 782 struct cil_typeattributeset *attrset = NULL; local
795 cil_typeattributeset_init(&attrset);
796 cil_list_init(&attrset->str_expr, CIL_TYPE);
797 attrset->attr_str = __cil_attrib_get_versname(orig_type, verargs->num);
798 cil_list_append(attrset->str_expr, CIL_STRING, orig_type);
802 ast_node->data = attrset;
cil_internal.h 985 void cil_roleattributeset_init(struct cil_roleattributeset **attrset);
988 void cil_typeattributeset_init(struct cil_typeattributeset **attrset);
1049 void cil_userattributeset_init(struct cil_userattributeset **attrset);
cil_build_ast.h 86 void cil_destroy_userattributeset(struct cil_userattributeset *attrset);
110 void cil_destroy_roleattributeset(struct cil_roleattributeset *attrset);
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
ElemUse.java 162 ElemAttributeSet attrSet =
165 attrSet.execute(transformer);
Stylesheet.java 858 * @param attrSet ElemAttributeSet to add to the list of attribute sets
860 public void setAttributeSet(ElemAttributeSet attrSet)
868 m_attributeSets.addElement(attrSet);
    [all...]
StylesheetRoot.java 549 * @param attrSet An attribute-set to add to the hashtable of attribute sets.
551 void recomposeAttributeSets(ElemAttributeSet attrSet)
553 ArrayList attrSetList = (ArrayList) m_attrSets.get(attrSet.getName());
559 m_attrSets.put(attrSet.getName(), attrSetList);
562 attrSetList.add(attrSet);
    [all...]
  /external/clang/lib/ARCMigrate/
TransGCAttrs.cpp 89 if (MigrateCtx.AttrSet.count(RawLoc))
111 MigrateCtx.AttrSet.insert(RawLoc);
Transforms.h 97 llvm::DenseSet<unsigned> AttrSet;
  /external/mesa3d/src/gallium/drivers/swr/
swr_shader.cpp 190 AttributeSet attrSet = AttributeSet::get(
203 pFunction->addAttributes(AttributeSet::FunctionIndex, attrSet);
392 AttributeSet attrSet = AttributeSet::get(
404 pFunction->addAttributes(AttributeSet::FunctionIndex, attrSet);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
cursslk.h 223 inline void attrset(attr_t attrs) { function in class:Soft_Label_Key_Set
cursesw.h 89 #ifdef attrset
90 inline chtype UNDEF(attrset)(chtype at) { return attrset(at); } function
91 #undef attrset macro
92 #define attrset UNDEF(attrset) macro
1104 int attrset(chtype at) { return ::wattrset(w, static_cast<int>(at)); } function in class:NCursesWindow
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
cursslk.h 223 inline void attrset(attr_t attrs) { function in class:Soft_Label_Key_Set
cursesw.h 89 #ifdef attrset
90 inline chtype UNDEF(attrset)(chtype at) { return attrset(at); } function
91 #undef attrset macro
92 #define attrset UNDEF(attrset) macro
1104 int attrset(chtype at) { return ::wattrset(w, static_cast<int>(at)); } function in class:NCursesWindow
    [all...]
  /frameworks/base/core/java/android/content/
RestrictionsManager.java 589 AttributeSet attrSet = Xml.asAttributeSet(xml);
590 if (attrSet != null) {
591 TypedArray a = appContext.obtainStyledAttributes(attrSet,
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_curses.py 62 stdscr.attrset(curses.A_BOLD)
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_curses.py 62 stdscr.attrset(curses.A_BOLD)

Completed in 2500 milliseconds

1 2