/external/chromium_org/third_party/cld/encodings/compact_lang_det/win/ |
cld_htmlutils_windows.cc | 18 // for testing. Later entities will be expanded by browser itself.
|
/external/chromium_org/third_party/libphonenumber/src/resources/geocoding/fi/ |
358.txt | 18 # Expanded 3585 prefix to exclude mobile.
|
/external/chromium_org/third_party/libphonenumber/src/resources/geocoding/se/ |
358.txt | 17 # Expanded 3585 prefix to exclude mobile.
|
/external/chromium_org/tools/gn/ |
command_format_unittest.cc | 30 // These are expanded out this way rather than a runtime loop so that
|
/external/chromium_org/tools/gyp/test/ninja/normalize-paths-win/ |
gyptest-normalize-paths.py | 8 Make sure paths are normalized with VS macros properly expanded on Windows.
|
/external/chromium_org/ui/webui/resources/css/ |
tree.css | 44 .tree-item[expanded] > .tree-row > .expand-icon { 92 .tree-children[expanded] { 123 html[dir=rtl] .tree-item[expanded] > .tree-row > .tree-label { 146 .tree-item[expanded] > .tree-row > .tree-label {
|
/external/clang/test/CXX/dcl.decl/dcl.meaning/dcl.fct/ |
p14.cpp | 19 // parameter pack that has not been expanded; otherwise, it is parsed
|
/external/llvm/include/llvm/TableGen/ |
SetTheory.h | 81 /// set into a fully expanded list of elements. Expanders provide a way for 92 // Map set defs to their fully expanded contents. This serves as a memoization 134 /// pointer to the expanded elements, or NULL if Set cannot be expanded
|
/external/llvm/test/CodeGen/ARM/ |
2011-08-29-SchedCycle.ll | 3 ; When a i64 sub is expanded to subc + sube.
|
/external/llvm/test/CodeGen/NVPTX/ |
i1-param.ll | 6 ; Make sure predicate (i1) operands to kernels get expanded out to .u8
|
/external/openfst/src/include/fst/ |
dfs-visit.h | 107 bool expanded = false; local 108 if (fst.Properties(kExpanded, false)) { // tests if expanded case, then 110 expanded = true; 184 if (!expanded && root == nstates) {
|
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/ |
weight_a.c | 30 Word16 ap[], /* (o) Q12 : Spectral expanded LPC coefficients */
|
/frameworks/base/packages/SystemUI/res/layout/ |
carrier_label.xml | 23 android:textAppearance="@style/TextAppearance.StatusBar.Expanded.Network"
|
/frameworks/base/services/core/java/com/android/server/notification/ |
NotificationDelegate.java | 34 void onNotificationExpansionChanged(String key, boolean userAction, boolean expanded);
|
/ndk/sources/host-tools/sed-4.2.1/m4/ |
sys_time_h.m4 | 13 dnl below is expanded once only, before all REPLACE_GETTIMEOFDAY=1
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/ |
ScrollAdapter.java | 31 * {@link Adapter#getView(int,View,ViewGroup)} to create an expanded view. Returns null if the
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/audits/ |
AuditsPanel.js | 346 * @param {boolean=} expanded 349 WebInspector.AuditRuleResult = function(value, expanded, className) 353 this.expanded = expanded; 384 * @param {boolean=} expanded 388 addChild: function(value, expanded, className) 392 var entry = new WebInspector.AuditRuleResult(value, expanded, className);
|
/external/llvm/include/llvm/Analysis/ |
ScalarEvolutionExpander.h | 53 /// PostIncLoops - Addrecs referring to any of the given loops are expanded 60 /// IVIncInsertPos - When this is non-null, addrecs expanded in the 72 /// CanonicalMode - When true, expressions are expanded in "canonical" 73 /// form. In particular, addrecs are expanded as arithmetic based on 74 /// a canonical induction variable. When false, expression are expanded 80 /// "expanded" form. 221 /// result will be expanded to have that type, with a cast if necessary.
|
/external/apache-xml/src/main/java/org/apache/xalan/templates/ |
ElemUse.java | 56 * sets. Each name is specified as a QName, which is expanded as 80 * sets. Each name is specified as a QName, which is expanded as 98 * sets. Each name is specified as a QName, which is expanded as 111 * with the same expanded-name and with equal import precedence and that both 130 * with the same expanded-name and with equal import precedence and that both
|
/external/clang/include/clang/Lex/ |
TokenLexer.h | 44 /// defined to, with arguments expanded for function-like macros. If this is 63 /// expanded. 80 /// that the macro expanded from had these properties. 176 /// source line of the expanded buffer. Handle this by returning the 186 /// tokens to their new expanded locations.
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
PanelBar.java | 151 * @param expanded whether the panel is currently expanded; this is independent from the 152 * fraction as the panel also might be expanded if the fraction is 0 154 public void panelExpansionChanged(PanelView panel, float frac, boolean expanded) { 163 if (expanded) {
|
/external/chromium_org/chrome/browser/resources/options/ |
cookies_list.js | 104 * stateless. We cache the expanded item in @{code CookiesList} though, so it 168 get expanded() { 171 set expanded(expanded) { 172 if (this.expanded_ == expanded) 174 this.expanded_ = expanded; 175 if (expanded) { 181 oldExpanded.expanded = false; 295 if (this.expanded) 601 // out of view (except the expanded item, which we cache). This i [all...] |
/external/chromium_org/ui/gfx/geometry/ |
r_tree_unittest.cc | 85 // Given a node and a rectangle, builds an expanded rectangle list where the 324 Rect expanded = top; local 325 expanded.Union(corner); 328 parent.get(), corner, parent->child(0), expanded)); 330 expanded = middle; 331 expanded.Union(corner); 336 parent.get(), corner, parent->child(1), expanded)); 338 expanded = bottom; 339 expanded.Union(corner); 344 parent.get(), corner, parent->child(2), expanded)); [all...] |
/external/clang/lib/Lex/ |
TokenLexer.cpp | 69 // Tokens to point to the expanded tokens. 74 // expanded. The macro must be disabled only after argument pre-expansion of 113 // the expanded tokens. 177 // we install the newly expanded sequence as the new 'Tokens' list. 246 // An argument is expanded somehow, the result is different than the 261 // argument and substitute the expanded tokens into the result. This is 274 // If the arg token expanded into anything, append it. 313 // argument. It gets substituted as its non-pre-expanded tokens. 403 // The preprocessor cache of macro expanded tokens owns these tokens,not us. 414 // that it is no longer being expanded [all...] |
/external/chromium_org/chrome/browser/ui/panels/ |
stacked_panel_collection.cc | 129 panel->expansion_state() == Panel::EXPANDED ? 347 bool expanded = panel->expansion_state() == Panel::EXPANDED; local 349 if (expanded) 354 if (expanded) 367 // Make sure the panel is expanded when activated so the user input 370 panel->SetExpansionState(Panel::EXPANDED); 378 // Ensure that the panel could fit within the work area after it is expanded. 414 panel->SetExpansionState(Panel::EXPANDED); 442 // panel that is clicked by the user will be expanded [all...] |