/third_party/alsa-lib/src/ucm/ |
H A D | ucm_regex.c | 31 static int get_string(snd_config_t *compound, const char *key, const char **str) in get_string() argument 36 err = snd_config_search(compound, key, &node); in get_string() 106 uc_error("compound type expected for DefineRegex"); in uc_mgr_define_regex()
|
H A D | ucm_cond.c | 30 static int get_string(snd_config_t *compound, const char *key, const char **str) in get_string() argument 35 err = snd_config_search(compound, key, &node); in get_string() 324 uc_error("compound type expected for If.Condition"); in if_eval() 365 uc_error("compound type expected for If.1"); in if_eval_one() 438 uc_error("compound type expected for If"); in uc_mgr_evaluate_condition()
|
H A D | ucm_include.c | 29 static int get_string(snd_config_t *compound, const char *key, const char **str) in get_string() argument 34 err = snd_config_search(compound, key, &node); in get_string() 53 uc_error("compound type expected for Include.1"); in include_eval_one() 147 uc_error("compound type expected for the merged block"); in compound_merge() 173 uc_error("destination configuration node is not a compound"); in compound_merge() 295 uc_error("compound type expected for Include"); in uc_mgr_evaluate_include()
|
/third_party/mesa3d/src/nouveau/codegen/ |
H A D | nv50_ir_ra.cpp | 794 // the separate intervals for testing interference of compound values) 947 // Used when coalescing moves. The non-compound value will become one, e.g.: 956 if (ldst->compound && !lsrc->compound) { in copyCompound() 962 assert(!ldst->compound); in copyCompound() 964 if (lsrc->compound) { in copyCompound() 967 if (!ldst->compound) in copyCompound() 969 ldst->compound = 1; in copyCompound() 1018 if (!force && rep->compound && val->compound) in coalesceValues() [all...] |
H A D | nv50_ir.cpp | 227 compound = 0; in LValue() 244 compound = 0; in LValue()
|
H A D | nv50_ir.h | 783 unsigned compMask : 8; // compound/component mask 784 unsigned compound : 1; // used by RA, value involved in split/merge
|
/third_party/python/Lib/tkinter/test/test_ttk/ |
H A D | test_extensions.py | 84 x = ttk.LabeledScale(self.root, compound='top') 87 x = ttk.LabeledScale(self.root, compound='bottom') 91 x = ttk.LabeledScale(self.root, compound='unknown')
|
/third_party/alsa-lib/src/ |
H A D | conf.c | 120 Opening and closing braces { } indicate the start and end of a compound 177 or a compound statement. 304 name. The type and the default value are specified in the compound block: 376 values in the current compound are used as configuration for the function. 377 If the compound func.\<function_name\> is defined in the root node, then the 378 library and function from this compound configuration are used, otherwise 395 presence of a \@hooks compound node.</P> 458 } compound; member 1144 INIT_LIST_HEAD(&n->u.compound.fields); in _snd_config_make() 1160 list_add_tail(&n->list, &parent->u.compound in _snd_config_make_add() [all...] |
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/ |
H A D | Demo.java | 83 boolean compound = false; 154 } else if (compound) { in initMenus() 155 // Adding an item to a compound transliterator in initMenus() 186 // If compound gets deselected, then select NONE in initMenus() 188 } else if (!compound) { in initMenus() 189 // Switching from non-compound to compound in initMenus() 193 compound = true; in initMenus() 321 String compound = ""; in initMenus() 323 compound in initMenus() [all...] |
/third_party/ltp/tools/sparse/sparse-src/validation/ |
H A D | shift-undef.c | 30 int compound(int s, unsigned int u, int p) in compound() function
|
/third_party/python/Lib/lib2to3/tests/data/ |
H A D | py2_test_grammar.py | 155 def f4(two, (compound, (argument, list))): pass 156 def f5((compound, first), two): pass 161 ('two', '(compound, (argument, list))', 'compound', 'argument', 164 ('(compound, first)', 'two', 'compound', 'first')) 167 ('two', '.1', 'compound', 'argument', 'list')) 169 ('.0', 'two', 'compound', 'first'))
|
/third_party/python/Doc/tools/extensions/ |
H A D | pyspecific.py | 112 pnode = nodes.compound(classes=['impl-detail']) 519 'break', 'callable-types', 'calls', 'class', 'comparisons', 'compound',
|
/third_party/python/Lib/ |
H A D | turtle.py | 56 and user controllable turtle shapes, among them compound 874 attribute _type is one of "polygon", "image", "compound" 888 elif type_ == "compound": 895 """Add component to a shape of type compound. 906 >>> s = Shape("compound") 910 if self._type != "compound": 1120 (compound) Shape object. Installs the corresponding 1121 compound shape. 2500 elif self._type == "compound": 2508 elif self._type == "compound" [all...] |