/external/chromium_org/third_party/icu/source/i18n/ |
transreg.h | 50 * Construct a compound RBT alias (type == COMPOUND) 106 // compound filter, and it is _not_ owned. 115 enum { SIMPLE, COMPOUND, RULES } type; 161 * compound) attempt to instantiate it from the registry. Return
|
rbt_pars.h | 51 * PUBLIC data member containing the parsed compound filter, if any. 167 * Return the compound filter parsed by parse(). Caller owns result. 168 * @return the compound filter parsed by parse().
|
/external/chromium_org/third_party/sqlite/src/test/ |
tkt2822.test | 13 # ORDER BY clauses on compound SELECT statements raised by ticket 22 ifcapable !compound { 39 # For a compound SELECT the rules are modified slightly. 46 # though one copied from PostgreSQL. The rule for compound 218 # Tests for rule 2 in compound queries
|
trigger1.test | 312 # compound SELECT statements, and another that does not. 313 ifcapable compound { 328 } ;# ifcapable compound 329 ifcapable !compound { 346 } ;# ifcapable !compound 483 # compound SELECT statements, and another that does not. 484 ifcapable compound {
|
select1.test | 614 ifcapable compound { 631 ifcapable subquery&&compound { 669 } ;#ifcapable compound 677 ifcapable compound { 684 } ;# ifcapable compound 954 ifcapable compound { 966 } ;# ifcapable compound 981 ifcapable {compound && subquery} { 996 } ;# ifcapable compound
|
insert5.test | 50 ifcapable compound {
|
limit.test | 251 # Make sure LIMIT works well with compound SELECT statements. 254 ifcapable compound { 331 } ;# ifcapable compound 374 ifcapable compound {
|
minmax.test | 150 ifcapable {compound && subquery} { 171 } ;# ifcapable compound 295 ifcapable {compound && subquery} { 310 } ;# ifcapable compound&&subquery
|
/external/icu4c/i18n/ |
transreg.h | 50 * Construct a compound RBT alias (type == COMPOUND) 106 // compound filter, and it is _not_ owned. 115 enum { SIMPLE, COMPOUND, RULES } type; 161 * compound) attempt to instantiate it from the registry. Return
|
rbt_pars.h | 51 * PUBLIC data member containing the parsed compound filter, if any. 167 * Return the compound filter parsed by parse(). Caller owns result. 168 * @return the compound filter parsed by parse().
|
/frameworks/native/include/ui/ |
TVecHelpers.h | 60 * TVec{Add|Product}Operators implements basic arithmetic and basic compound assignments 71 /* compound assignment from a another vector of the same size but different 91 /* compound assignment from a another vector of the same type. 152 /* compound assignment from a another vector of the same size but different 172 /* compound assignment from a another vector of the same type.
|
/frameworks/base/docs/html/guide/topics/ui/ |
custom-components.jd | 11 <li><a href="#compound">Compound Controls</a></li> 349 <h2 id="compound">Compound Controls 353 existing controls, then creating a Compound Component (or Compound Control) might 366 <p>To create a compound component:</p> 372 can be nested inside, so the compound component can be arbitrarily 425 In the end, you can very quickly construct arbitrarily complex compound 429 <h4>Examples of Compound Controls</h4 [all...] |
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/pyxelator/ |
ir.py | 390 class Compound(genpyx.Compound, Taged): 420 class Struct(genpyx.Struct, Compound): 426 class Union(genpyx.Union, Compound): 503 return self.spec.compound # i am a compound 504 compound = property(get_compound) variable in class:Declarator 761 if self and isinstance(self[0],Compound): 763 compound = property(get_compound) variable in class:TypeSpecifiers 943 # elif self[i].compound [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/test/test_ttk/ |
test_extensions.py | 89 x = ttk.LabeledScale(compound='top') 92 x = ttk.LabeledScale(compound='bottom') 95 x = ttk.LabeledScale(compound='unknown') # invert default positions
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/test/test_ttk/ |
test_extensions.py | 89 x = ttk.LabeledScale(compound='top') 92 x = ttk.LabeledScale(compound='bottom') 95 x = ttk.LabeledScale(compound='unknown') # invert default positions
|
/development/samples/XmlAdapters/src/com/example/android/xmladapters/ |
ContactPhotoBinder.java | 39 * photo as a compound drawable on the TextView used to display the contact's
|
/external/chromium_org/extensions/browser/ |
file_highlighter_unittest.cc | 65 // Get a compound portion of a key, including quoted '//' (which shouldn't be
|
/external/chromium_org/third_party/icu/source/data/mappings/ |
icu-internal-compound-s3.ucm | 10 <code_set_name> icu-internal-compound-s3
|
/external/chromium_org/third_party/sqlite/src/src/ |
walker.c | 116 ** on the compound select chain, p->pPrior.
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
UndefinedAssignmentChecker.cpp | 67 str = "The left expression of the compound assignment is an "
|
/external/clang/test/Analysis/ |
dead-stores.m | 47 // because the compound statement for the @synchronized was being visited
|
uninit-vals-ps.c | 104 // Previously the analyzer didn't examine the compound initializers of unions,
|
/external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/ |
p11-1y.cpp | 22 // compound-statement, the identifier in the init-capture hides any declaration
|
/external/clang/test/SemaTemplate/ |
instantiate-c99.cpp | 72 // Compound literals
|
/external/guava/guava-testlib/src/com/google/common/collect/testing/features/ |
CollectionSize.java | 92 "A compound CollectionSize doesn't specify a number of elements.");
|