/packages/apps/InCallUI/src/com/android/incallui/ |
StatusBarNotifier.java | 444 // the expanded Notifications UI. It's labeled "Ongoing call" 635 // and clicks the notification's expanded view. It's also used to
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/ |
sysconfig.py | 377 values). Variables not present in 'vars' are silently expanded to the 380 you're fine. Returns a variable-expanded version of 's'.
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/ |
Standard_Suite.py | 684 'expanded' : 'pexp', # Expanded
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_zlib.py | 371 expanded = dco.decompress(first + second) 374 self.assertEqual(expanded, data, "17K random source doesn't match")
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/ |
sysconfig.py | 377 values). Variables not present in 'vars' are silently expanded to the 380 you're fine. Returns a variable-expanded version of 's'.
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_zlib.py | 371 expanded = dco.decompress(first + second) 374 self.assertEqual(expanded, data, "17K random source doesn't match")
|
/external/mksh/src/ |
eval.c | 200 size_t base; /* begin position of expanded word */ 201 short stype; /* [=+-?%#] action after expanded word */ [all...] |
exec.c | 106 /* set variable to its expanded value */ 119 /* free the expanded value */ 769 * is never re-used until the lookup table is expanded. 1304 /* Used for tracing and error messages to print expanded cp */ [all...] |
lex.c | 555 * the word is expanded." [all...] |
/external/chromium_org/third_party/libxml/src/ |
catalog.c | 137 xmlChar *URL; /* The expanded URL using the base */ [all...] |
/external/libsepol/src/ |
expand.c | [all...] |
/external/libxml2/ |
catalog.c | 141 xmlChar *URL; /* The expanded URL using the base */ [all...] |
/external/llvm/lib/Analysis/ |
ScalarEvolutionExpander.cpp | [all...] |
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
PhoneStatusBar.java | 302 // expanded notifications [all...] |
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/timeline/ |
TimelineView.js | [all...] |
/external/chromium_org/third_party/gtk+/gtk/ |
compose-parse.py | 158 -e, --gtk-expanded when used with --gtk, create file that repeats first column; not usable in GTK+ 165 "stats", "gtk", "verbose", "plane1", "numeric", "gtk-expanded", "all-sequences"]) 198 if o in ("-e", "--gtk-expanded"): [all...] |
/external/clang/lib/Sema/ |
SemaTemplateDeduction.cpp | 614 // parameter packs expanded by the pack expansion. 625 // Save the deduced template argument for the parameter pack expanded 666 // Capture the deduced template arguments for each parameter pack expanded 682 // Build argument packs for each of the parameter packs expanded by this [all...] |
/external/llvm/lib/Target/X86/ |
X86ISelLowering.h | 367 // according to %al. An operator is needed so that this can be expanded 708 /// expanded to FMAs when this method returns true, otherwise fmuladd is 709 /// expanded to fmul + fadd. [all...] |
X86TargetTransformInfo.cpp | 483 // SSE3 doesn't have 'blendps'. The following shuffles are expanded into 505 // This is expanded into a long sequence of four extract + four insert. 656 // This node is expanded into scalarized operations but BasicTTI is overly [all...] |
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/ |
VolumePanel.java | 534 public void onExpanded(boolean expanded) { 535 if (mZenPanelExpanded == expanded) return; 536 mZenPanelExpanded = expanded; [all...] |
/ndk/sources/host-tools/make-3.81/tests/ |
ChangeLog | 45 is related to where the error is expanded, not where it's set. 498 capabilities, including exporting/unexporting expanded variables. 500 * scripts/features/conditionals: Add a test for expanded variables
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
OutlinePage.java | 564 Object[] expanded = tv.getExpandedElements(); local 566 tv.setExpandedElements(expanded); 567 // Ensure that the root is expanded [all...] |
/external/antlr/antlr-3.4/runtime/C/doxygen/ |
build.dox | 78 /// The source code file should be expanded in a directory of your choice (probably your working directory) using the command:
|
/external/apache-xml/src/main/java/org/apache/xml/dtm/ |
DTMManager.java | 272 * whether entity reference nodes are expanded.
|
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/ |
SignerInformation.java | 37 * an expanded SignerInfo block from a CMS Signed message
|