HomeSort by relevance Sort by last modified time
    Searched defs:MODE (Results 1 - 9 of 9) sorted by null

  /frameworks/base/core/tests/coretests/src/android/provider/
TestProvider.java 26 final static int MODE = DATABASE_MODE_QUERIES + DATABASE_MODE_2LINES;
30 setupSuggestions(AUTHORITY, MODE);
  /cts/tests/src/android/provider/cts/
TestSearchRecentSuggestionsProvider.java 23 final static int MODE = DATABASE_MODE_QUERIES + DATABASE_MODE_2LINES;
27 setupSuggestions(AUTHORITY, MODE);
  /development/samples/ApiDemos/src/com/example/android/apis/app/
SearchSuggestionSampleProvider.java 22 * To create a search suggestions provider using the built-in recent queries mode,
24 * a unique authority and the mode you with to use. For more information, see
36 * These flags determine the operating mode of the suggestions provider. This value should
40 final static int MODE = DATABASE_MODE_QUERIES;
48 setupSuggestions(AUTHORITY, MODE);
  /packages/apps/Calendar/src/com/android/calendar/
CalendarRecentSuggestionsProvider.java 22 public final static int MODE = DATABASE_MODE_QUERIES;
29 setupSuggestions(Utils.getSearchAuthority(getContext()), MODE);
  /cts/tests/src/android/content/cts/
MockSRSProvider.java 22 final static int MODE = DATABASE_MODE_QUERIES + DATABASE_MODE_2LINES;
29 setupSuggestions(AUTHORITY, MODE);
37 public void setupSuggestions(String authority, int mode) {
39 super.setupSuggestions(authority, mode);
  /external/ipsec-tools/src/libipsec/
policy_parse.h 49 MODE = 265,
68 #define MODE 265
  /external/libvpx/vp8/common/
onyx.h 62 } MODE;
73 static __inline void Scale2Ratio(int mode, int *hr, int *hs)
75 switch (mode)
113 // mode ->
114 //(0)=Realtime/Live Encoding. This mode is optimized for realtim encoding (for example, capturing
128 int Mode; //
  /external/icu4c/tools/pkgdata/
pkgdata.cpp 108 static int32_t pkg_createWindowsDLL(const char mode, const char *gencFilePath, UPKGOptions *o);
116 static int32_t pkg_createWithoutAssemblyCode(UPKGOptions *o, const char *targetDir, const char mode);
119 static int32_t pkg_createWithAssemblyCode(const char *targetDir, const char mode, const char *gencFilePath);
120 static int32_t pkg_generateLibraryFile(const char *targetDir, const char mode, const char *objectFile, char *command = NULL);
122 static void createFileNames(UPKGOptions *o, const char mode, const char *version_major, const char *version, const char *libName, const UBool reverseExt);
131 MODE,
171 /*02*/ UOPTION_DEF( "mode", 'm', UOPT_REQUIRES_ARG),
233 "Specify the mode of building (see below; default: common)",
245 "Specify a version when packaging in dll or static mode",
248 "Quite mode. (e.g. Do not output a readme file for static libraries)
531 const char mode = o->mode[0]; local
    [all...]
  /external/collada/include/1.4/dom/
domTypes.h 237 FX_OPAQUE_ENUM_A_ONE, /**< When a transparent opaque attribute is set to A_ONE, it means the transparency information will be taken from the alpha channel of the color, texture, or parameter supplying the value. The value of 1.0 is opaque in this mode. */
238 FX_OPAQUE_ENUM_RGB_ZERO, /**< When a transparent opaque attribute is set to RGB_ZERO, it means the transparency information will be taken from the red, green, and blue channels of the color, texture, or parameter supplying the value. Each channel is modulated independently. The value of 0.0 is opaque in this mode. */
874 MODE = 156,
    [all...]

Completed in 2902 milliseconds