HomeSort by relevance Sort by last modified time
    Searched defs:MODE (Results 1 - 11 of 11) 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; //
  /hardware/ti/wpan/tools/FM/FmRxApp/src/com/ti/fmrxapp/
FmRxAppConstants.java 111 public static final String MODE = "MODE";
  /external/icu4c/tools/pkgdata/
pkgdata.cpp 109 static int32_t pkg_createWindowsDLL(const char mode, const char *gencFilePath, UPKGOptions *o);
117 static int32_t pkg_createWithoutAssemblyCode(UPKGOptions *o, const char *targetDir, const char mode);
120 static int32_t pkg_createWithAssemblyCode(const char *targetDir, const char mode, const char *gencFilePath);
121 static int32_t pkg_generateLibraryFile(const char *targetDir, const char mode, const char *objectFile, char *command = NULL);
123 static void createFileNames(UPKGOptions *o, const char mode, const char *version_major, const char *version, const char *libName, const UBool reverseExt);
132 MODE,
172 /*02*/ UOPTION_DEF( "mode", 'm', UOPT_REQUIRES_ARG),
234 "Specify the mode of building (see below; default: common)",
246 "Specify a version when packaging in dll or static mode",
249 "Quite mode. (e.g. Do not output a readme file for static libraries)
531 const char mode = o->mode[0]; local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.debug.core_3.6.0.v20100519.jar 
org.eclipse.ui.ide_3.6.2.M20101117-0800.jar 

Completed in 1579 milliseconds