/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/ |
is_lvalue_reference.hpp | 16 // Some workarounds in here use ideas suggested from "Generic<Programming>:
|
is_member_pointer.hpp | 16 // Some workarounds in here use ideas suggested from "Generic<Programming>:
|
is_pointer.hpp | 16 // Some workarounds in here use ideas suggested from "Generic<Programming>:
|
is_same.hpp | 16 // Some workarounds in here use ideas suggested from "Generic<Programming>:
|
is_volatile.hpp | 16 // Some workarounds in here use ideas suggested from "Generic<Programming>:
|
/packages/apps/Contacts/src/com/android/contacts/editor/ |
AggregationSuggestionView.java | 111 * Returns true if the suggested contact can be edited.
|
/packages/apps/QuickSearchBox/res/values/ |
styles.xml | 75 <style name="SuggestionText1.Suggested" parent="@style/SuggestionText1">
|
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dictionary/ |
dictionary.h | 44 static const int KIND_APP_DEFINED = 6; // Suggested by the application
|
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/ |
suggest.h | 33 // priority of a suggested word
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
dummy_thread.py | 6 Suggested usage is::
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
dummy_thread.py | 6 Suggested usage is::
|
/prebuilts/tools/common/proguard/proguard4.7/docs/ |
license.html | 40 exception</a> to the latter clause (in wording suggested by
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/ |
TypographyFix.java | 85 return "Replace with suggested characters";
|
/system/core/sh/bltin/ |
echo.c | 50 * It is suggested that 'printf "%b" "string"' be used to get \ sequences
|
/packages/apps/ContactsCommon/tests/src/com/android/contacts/common/ |
RawContactModifierTests.java | 288 EditType suggested; local 292 suggested = RawContactModifier.getBestValidType(state, kindPhone, false, Integer.MIN_VALUE); 293 assertEquals("Unexpected suggestion", typeHome, suggested); 297 suggested = RawContactModifier.getBestValidType(state, kindPhone, false, Integer.MIN_VALUE); 298 assertEquals("Unexpected suggestion", typeWork, suggested); 302 suggested = RawContactModifier.getBestValidType(state, kindPhone, false, Integer.MIN_VALUE); 303 assertEquals("Unexpected suggestion", typeWork, suggested); 307 suggested = RawContactModifier.getBestValidType(state, kindPhone, false, Integer.MIN_VALUE); 308 assertEquals("Unexpected suggestion", typeWork, suggested); 312 suggested = RawContactModifier.getBestValidType(state, kindPhone, false, Integer.MIN_VALUE) [all...] |
/external/chromium/chrome/browser/autocomplete/ |
autocomplete_match.h | 73 NAVSUGGEST, // A suggested URL. 78 SEARCH_SUGGEST, // A suggested search (with the default engine).
|
/external/chromium/chrome/browser/instant/ |
instant_loader.h | 112 // Invoked when the page wants to update the suggested text. If |user_text_| 184 // The latest suggestion (suggested text less the user text).
|
/external/chromium_org/chrome/browser/spellchecker/ |
spellcheck_platform_mac_unittest.cc | 87 const char* suggested_word; // A suggested word that should occur. 361 // Check if the suggested words occur.
|
/external/kernel-headers/original/asm-mips/ |
mipsmtregs.h | 200 /* Enable virtual processor execution if previous suggested it should be. 241 /* enable multi-threaded execution if previous suggested it should be.
|
/external/skia/bench/ |
gen_bench_ranges.py | 6 """ Analyze recent SkPicture or Microbench data, and output suggested ranges. 34 # Ratios for calculating suggested picture bench upper and lower bounds.
|
/libcore/libart/src/main/java/dalvik/system/ |
VMRuntime.java | 93 * @param newTarget the new suggested ideal heap utilization. 160 * @param newTarget the new suggested ideal heap utilization.
|
/libcore/libdvm/src/main/java/dalvik/system/ |
VMRuntime.java | 93 * @param newTarget the new suggested ideal heap utilization. 160 * @param newTarget the new suggested ideal heap utilization.
|
/packages/apps/Browser/src/com/android/browser/ |
UrlInputView.java | 57 static final String SUGGESTED = "browser-suggest"; 296 finishInput(url, extra, SUGGESTED);
|
/ndk/sources/host-tools/make-3.81/ |
ansi2knr.c | 95 suggested by Jim Meyering <meyering@ascend.com> 103 --filename switch (changes suggested by 106 compilers that don't understand void, as suggested by 110 to reduce sensitivity to macros, as suggested by Tom Lane 119 don't handle 8-bit characters properly, suggested by 124 suggested by Francois Pinard <pinard@iro.umontreal.ca>;
|
/frameworks/base/graphics/java/android/graphics/drawable/ |
Drawable.java | 718 * Returns the minimum width suggested by this Drawable. If a View uses this 719 * Drawable as a background, it is suggested that the View use at least this 723 * @return The minimum width suggested by this Drawable. If this Drawable 724 * doesn't have a suggested minimum width, 0 is returned. 732 * Returns the minimum height suggested by this Drawable. If a View uses this 733 * Drawable as a background, it is suggested that the View use at least this 737 * @return The minimum height suggested by this Drawable. If this Drawable 738 * doesn't have a suggested minimum height, 0 is returned. 746 * Return in padding the insets suggested by this Drawable for placing 758 * Return in insets the layout insets suggested by this Drawable for use with alignmen [all...] |