/packages/apps/InCallUI/res/values/ |
styles.xml | 61 <!-- "Compound button" variation of InCallButton.
|
/packages/apps/Settings/src/com/android/settings/tts/ |
TtsEnginePreference.java | 258 * as the currently selected key and the currently checked compound button.
|
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
ContactLookupKeyTest.java | 211 // Compound lookup key
|
SearchIndexManagerTest.java | 312 // the korean name uses three compound characters. this test makes sure 326 // the korean name uses three compound characters. this test makes sure 354 // the korean name uses three compound characters. this test makes sure
|
/external/chromium_org/components/autofill/core/browser/ |
autofill_profile.cc | 156 // Collapse compound field types to their "full" type. I.e. First name 469 // Ignore the compound "full name" field type. We are only interested in 472 // of |this|. Likewise, ignore the compound "street address" type, as we
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/cm/ |
css.js | 142 // compound selector: 144 // compound, div > .example is not. 147 // One or more compound selectors chained with combinators.
|
/external/chromium_org/third_party/sqlite/src/test/ |
select6.test | 301 # Tests of compound sub-selects 309 ifcapable compound { 345 } ;# ifcapable compound
|
e_select.test | 261 # EVIDENCE-OF: R-56911-63533 -- syntax diagram compound-operator [all...] |
func.test | 412 ifcapable compound { 833 ifcapable compound&&subquery { 886 } ;# ifcapable compound&&subquery [all...] |
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/pyxelator/ |
cparse.py | 156 class Compound(Node,Parser): 189 class Struct(Compound): 194 class Union(Compound):
|
/external/clang/include/clang/Sema/ |
ScopeInfo.h | 46 /// \brief Contains information about the compound statement currently being 53 /// \brief Whether this compound stamement contains `for' or `while' loops 119 /// \brief The stack of currently active compound stamement scopes in the
|
Initialization.h | 80 /// \brief The entity being initialized is the initializer for a compound 314 /// \brief Create the entity for a compound literal initializer. 495 // C++ cast syntax doesn't permit init lists, but C compound literals are [all...] |
/external/e2fsprogs/lib/ext2fs/ |
kernel-jbd.h | 316 /* Which compound transaction is this update a part of? */ 337 * tracks a compound transaction through its various states: 569 * compound commit transaction */
|
/external/clang/lib/Parse/ |
ParseObjc.cpp | [all...] |
ParseExpr.cpp | 495 /// [GNU] '(' compound-statement ')' 626 // may be one of a parenthesized expression, cast-expression, compound literal [all...] |
Parser.cpp | 837 /// compound-statement in function-definition. TemplateParams, if 842 /// decl-specs declarator declaration-list[opt] compound-statement 844 /// [C90] decl-specs[opt] declarator declaration-list[opt] compound-statement [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/ |
turtle.py | 56 and user controllable turtle shapes, among them compound 828 attribute _type is one of "polygon", "image", "compound" 842 elif type_ == "compound": 849 """Add component to a shape of type compound. 860 >>> s = Shape("compound") 864 if self._type != "compound": [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/ |
turtle.py | 56 and user controllable turtle shapes, among them compound 828 attribute _type is one of "polygon", "image", "compound" 842 elif type_ == "compound": 849 """Add component to a shape of type compound. 860 >>> s = Shape("compound") 864 if self._type != "compound": [all...] |
/external/clang/lib/StaticAnalyzer/Core/ |
RegionStore.cpp | 369 /// MemRegion to the value implicitly defined for compound literals when 447 /// BindStruct - Bind a compound value to a structure. 451 /// BindVector - Bind a compound value to a vector. [all...] |
/external/chromium_org/third_party/icu/source/i18n/ |
rbt_pars.cpp | 858 * Return the compound filter parsed by parse(). Caller owns result. [all...] |
/external/icu4c/i18n/ |
rbt_pars.cpp | 864 * Return the compound filter parsed by parse(). Caller owns result. [all...] |
/external/clang/docs/ |
Block-ABI-Apple.rst | 101 any) to the ``Block`` and executes the ``Block`` compound statement. 471 A ``Block`` that uses a ``__block`` variable in its compound statement body must 699 and within the compound statement: [all...] |
/external/clang/lib/Sema/ |
JumpDiagnostics.cpp | 38 /// because you can have multiple VLA scopes per compound statement, and most 39 /// compound statements don't introduce any scopes. 93 // Build information for the top level compound statement, so that we have a
|
/external/clang/utils/ |
FindSpecRefs | 79 ('6.8.2 Compound statement', '132'), 368 ('5.17 Assignment and compound assignment operators', '112'), 374 ('6.3 Compound statement or block', '116'), [all...] |
/external/chromium_org/chrome/browser/extensions/api/declarative_content/ |
declarative_content_apitest.cc | 328 testing::ContainsRegex("compound selector.*: div input$"));
|