/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/ |
numeric_cast.hpp | 36 template< typename N > struct apply;
|
size.hpp | 32 ::template apply< Sequence >::type
|
/packages/apps/Browser/src/com/android/browser/preferences/ |
DebugPreferencesFragment.java | 47 .apply();
|
/packages/apps/Calendar/ |
proguard.flags | 39 public *** apply();
|
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/ |
CellBroadcastReceiver.java | 154 .apply(); 160 .apply(); 165 CellBroadcastSettings.KEY_ENABLE_CMAS_AMBER_ALERTS, enable).apply(); 170 CellBroadcastSettings.KEY_ENABLE_CMAS_TEST_ALERTS, enable).apply();
|
/packages/apps/Gallery2/src/com/android/gallery3d/anim/ |
AlphaAnimation.java | 34 public void apply(GLCanvas canvas) { method in class:AlphaAnimation
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/ |
ImageFilterContrast.java | 48 public Bitmap apply(Bitmap bitmap, float scaleFactor, int quality) { method in class:ImageFilterContrast
|
ImageFilterEdge.java | 42 public Bitmap apply(Bitmap bitmap, float scaleFactor, int quality) { method in class:ImageFilterEdge
|
ImageFilterExposure.java | 46 public Bitmap apply(Bitmap bitmap, float scaleFactor, int quality) { method in class:ImageFilterExposure
|
ImageFilterSaturated.java | 47 public Bitmap apply(Bitmap bitmap, float scaleFactor, int quality) { method in class:ImageFilterSaturated
|
ImageFilterShadows.java | 47 public Bitmap apply(Bitmap bitmap, float scaleFactor, int quality) { method in class:ImageFilterShadows
|
ImageFilterVibrance.java | 46 public Bitmap apply(Bitmap bitmap, float scaleFactor, int quality) { method in class:ImageFilterVibrance
|
/packages/apps/Launcher2/res/values/ |
colors.xml | 21 <!-- The color tints to apply to the text and drag view when hovering
|
/packages/apps/Launcher3/res/values/ |
colors.xml | 21 <!-- The color tints to apply to the text and drag view when hovering
|
/packages/apps/PackageInstaller/src/com/android/packageinstaller/ |
RemoveReceiver.java | 37 prefs.edit().remove(pkg).apply();
|
/packages/apps/UnifiedEmail/src/com/android/mail/utils/ |
LogTag.java | 23 * Get the log tag to apply to logging.
|
/pdk/apps/TestingCamera/src/com/android/testingcamera/ |
callback.rs | 107 // Apply yuv->rgb color transform 126 // Apply yuv->rgb color transform 144 // Apply yuv->rgb color transform 162 // Apply yuv->rgb color transform
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/ |
ListViewRule.java | 31 * rule to apply.
|
ViewRule.java | 24 * apply.
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/transforms/ |
Predicates.java | 28 public boolean apply(Object value) { method in class:Predicates.IntegerPropertyEqualsPredicate
|
/system/media/audio_route/include/audio_route/ |
audio_route.h | 28 /* Apply an audio route path by name */
|
/external/clang/test/CXX/temp/temp.decls/temp.variadic/ |
multi-level-substitution.cpp | 221 struct apply { // expected-note 2{{template is declared here}} struct in struct:ExpandingNonTypeTemplateParameters::tuple_of_values 229 is_same<tuple_of_values<int&, float&, char, int>::apply<i, f, 'a', 17> 237 tuple_of_values<int&, float&>::apply<i, i>::type tv2; // expected-error{{non-type template parameter of reference type 'float &' cannot bind to template argument of type 'int'}} 239 tuple_of_values<int&, float&>::apply<i>::type tv3; // expected-error{{too few template arguments for class template 'apply'}} 241 tuple_of_values<int&, float&>::apply<i, f, i>::type tv4; // expected-error{{too many template arguments for class template 'apply'}}
|
/external/clang/unittests/Tooling/ |
RefactoringTest.cpp | 48 EXPECT_TRUE(Replace.apply(Context.Rewrite)); 56 EXPECT_TRUE(Replace.apply(Context.Rewrite)); 64 EXPECT_TRUE(Replace.apply(Context.Rewrite)); 73 EXPECT_TRUE(Replace.apply(Context.Rewrite)); 82 EXPECT_TRUE(Replace1.apply(Context.Rewrite)); 89 EXPECT_TRUE(Replace2.apply(Context.Rewrite)); 95 EXPECT_FALSE(Replace.apply(Context.Rewrite));
|
/external/jsilver/src/com/google/clearsilver/jsilver/compiler/ |
EscapingEvaluator.java | 117 expression.apply(this); 135 node.getLeft().apply(this); 137 node.getRight().apply(this); 155 node.getName().apply(new DepthFirstAdapter() { 164 node12.getParent().apply(this); 166 node12.getChild().apply(this); 188 csExpressions[i].apply(this); method
|
/external/chromium_org/chrome/browser/chromeos/drive/ |
change_list_processor.cc | 91 FileError ChangeListProcessor::Apply( 200 // The old paths must be calculated before we apply any actual changes. 202 // sets the new path because we apply changes in such an order (see below). 208 // Apply all entries except deleted ones to the metadata. 221 // parent-child relationships in the result (after this apply) tree. 222 // Then apply the topmost change first. 225 // can guarantee that no cycle is made during this apply (i.e. no entry gets 229 // - The new parent and its ancestors will no longer move during this apply. 268 // Apply the parent first. 285 // Apply deleted entries [all...] |