/sdk/testapps/jarCheckTests2/app/ |
AndroidManifest.xml | 11 <category android:name="android.intent.category.LAUNCHER" />
|
/sdk/testapps/jarCheckTests2/lib1/ |
AndroidManifest.xml | 11 <category android:name="android.intent.category.LAUNCHER" />
|
/sdk/testapps/jarCheckTests2/lib2/ |
AndroidManifest.xml | 11 <category android:name="android.intent.category.LAUNCHER" />
|
/sdk/testapps/jarCheckTests3/app/ |
AndroidManifest.xml | 11 <category android:name="android.intent.category.LAUNCHER" />
|
/sdk/testapps/jarCheckTests3/lib1/ |
AndroidManifest.xml | 11 <category android:name="android.intent.category.LAUNCHER" />
|
/sdk/testapps/jarCheckTests3/lib2/ |
AndroidManifest.xml | 11 <category android:name="android.intent.category.LAUNCHER" />
|
/sdk/testapps/javaProjectTest/lib1/ |
AndroidManifest.xml | 16 <category android:name="android.intent.category.LAUNCHER" />
|
/sdk/testapps/libsAndJarTest/lib1/ |
AndroidManifest.xml | 16 <category android:name="android.intent.category.LAUNCHER" />
|
/sdk/testapps/testProjectTest/lib/ |
AndroidManifest.xml | 15 <category android:name="android.intent.category.LAUNCHER" />
|
/sdk/testapps/userLibTest/ |
AndroidManifest.xml | 11 <category android:name="android.intent.category.LAUNCHER" />
|
/system/tools/aidl/tests/java_app/ |
AndroidManifest.xml | 11 <category android:name="android.intent.category.LAUNCHER" />
|
/frameworks/support/samples/SupportPercentDemos/ |
AndroidManifest.xml | 34 <category android:name="android.intent.category.DEFAULT" /> 35 <category android:name="android.intent.category.LAUNCHER" /> 43 <category android:name="com.example.android.supportpercent.SAMPLE_CODE"/> 51 <category android:name="com.example.android.supportpercent.SAMPLE_CODE"/> 59 <category android:name="com.example.android.supportpercent.SAMPLE_CODE"/> 67 <category android:name="com.example.android.supportpercent.SAMPLE_CODE"/> 75 <category android:name="com.example.android.supportpercent.SAMPLE_CODE"/> 83 <category android:name="com.example.android.supportpercent.SAMPLE_CODE"/ [all...] |
/packages/apps/DeskClock/src/com/android/deskclock/events/ |
Events.java | 79 * Tracks an event. Events have a category, action, label and value. This 83 * @param category resource id of event category 87 public static void sendEvent(@StringRes int category, @StringRes int action, 90 eventTracker.sendEvent(category, action, label); 95 * Tracks an event. Events have a category, action, label and value. This 99 * @param category the event category 103 public static void sendEvent(String category, String action, String label) { 104 if (category != null && action != null) [all...] |
/prebuilts/misc/darwin-x86_64/sdl2/include/SDL2/ |
SDL_log.h | 59 * By default the application category is enabled at the INFO level, 60 * the assert category is enabled at the WARN level, test is enabled 120 * \brief Set the priority of a particular log category 122 extern DECLSPEC void SDLCALL SDL_LogSetPriority(int category, 126 * \brief Get the priority of a particular log category 128 extern DECLSPEC SDL_LogPriority SDLCALL SDL_LogGetPriority(int category); 145 extern DECLSPEC void SDLCALL SDL_LogVerbose(int category, const char *fmt, ...); 150 extern DECLSPEC void SDLCALL SDL_LogDebug(int category, const char *fmt, ...); 155 extern DECLSPEC void SDLCALL SDL_LogInfo(int category, const char *fmt, ...); 160 extern DECLSPEC void SDLCALL SDL_LogWarn(int category, const char *fmt, ...) [all...] |
/prebuilts/misc/windows/sdl2/i686-w64-mingw32/include/SDL2/ |
SDL_log.h | 59 * By default the application category is enabled at the INFO level, 60 * the assert category is enabled at the WARN level, test is enabled 120 * \brief Set the priority of a particular log category 122 extern DECLSPEC void SDLCALL SDL_LogSetPriority(int category, 126 * \brief Get the priority of a particular log category 128 extern DECLSPEC SDL_LogPriority SDLCALL SDL_LogGetPriority(int category); 145 extern DECLSPEC void SDLCALL SDL_LogVerbose(int category, const char *fmt, ...); 150 extern DECLSPEC void SDLCALL SDL_LogDebug(int category, const char *fmt, ...); 155 extern DECLSPEC void SDLCALL SDL_LogInfo(int category, const char *fmt, ...); 160 extern DECLSPEC void SDLCALL SDL_LogWarn(int category, const char *fmt, ...) [all...] |
/prebuilts/misc/windows/sdl2/include/ |
SDL_log.h | 59 * By default the application category is enabled at the INFO level, 60 * the assert category is enabled at the WARN level, test is enabled 120 * \brief Set the priority of a particular log category 122 extern DECLSPEC void SDLCALL SDL_LogSetPriority(int category, 126 * \brief Get the priority of a particular log category 128 extern DECLSPEC SDL_LogPriority SDLCALL SDL_LogGetPriority(int category); 145 extern DECLSPEC void SDLCALL SDL_LogVerbose(int category, const char *fmt, ...); 150 extern DECLSPEC void SDLCALL SDL_LogDebug(int category, const char *fmt, ...); 155 extern DECLSPEC void SDLCALL SDL_LogInfo(int category, const char *fmt, ...); 160 extern DECLSPEC void SDLCALL SDL_LogWarn(int category, const char *fmt, ...) [all...] |
/prebuilts/misc/windows/sdl2/x86_64-w64-mingw32/include/SDL2/ |
SDL_log.h | 59 * By default the application category is enabled at the INFO level, 60 * the assert category is enabled at the WARN level, test is enabled 120 * \brief Set the priority of a particular log category 122 extern DECLSPEC void SDLCALL SDL_LogSetPriority(int category, 126 * \brief Get the priority of a particular log category 128 extern DECLSPEC SDL_LogPriority SDLCALL SDL_LogGetPriority(int category); 145 extern DECLSPEC void SDLCALL SDL_LogVerbose(int category, const char *fmt, ...); 150 extern DECLSPEC void SDLCALL SDL_LogDebug(int category, const char *fmt, ...); 155 extern DECLSPEC void SDLCALL SDL_LogInfo(int category, const char *fmt, ...); 160 extern DECLSPEC void SDLCALL SDL_LogWarn(int category, const char *fmt, ...) [all...] |
/frameworks/base/packages/CtsShim/build/shim_priv_upgrade/ |
AndroidManifest.xml | 36 <category android:name="android.intent.category.INFO" /> 42 <category android:name="android.intent.category.BROWSABLE" /> 59 <category android:name="android.intent.category.INFO" /> 74 <category android:name="android.intent.category.INFO" /> 82 <category android:name="android.intent.category.DEFAULT" / [all...] |
/frameworks/base/tests/UiBench/ |
AndroidManifest.xml | 32 <category android:name="android.intent.category.DEFAULT" /> 33 <category android:name="android.intent.category.LAUNCHER" /> 43 <category android:name="com.android.test.uibench.TEST" /> 51 <category android:name="com.android.test.uibench.TEST" /> 59 <category android:name="com.android.test.uibench.TEST" /> 67 <category android:name="com.android.test.uibench.TEST" /> 75 <category android:name="com.android.test.uibench.TEST" /> 83 <category android:name="com.android.test.uibench.TEST" / [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ |
system_error | 151 category() const noexcept { return *_M_cat; } 158 { return category().message(value()); } 179 return (__lhs.category() < __rhs.category() 180 || (__lhs.category() == __rhs.category() 187 { return (__os << __e.category().name() << ':' << __e.value()); } 229 category() const noexcept { return *_M_cat; } 233 { return category().message(value()); } 253 return (__lhs.category() < __rhs.category( [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ |
system_error | 151 category() const noexcept { return *_M_cat; } 158 { return category().message(value()); } 179 return (__lhs.category() < __rhs.category() 180 || (__lhs.category() == __rhs.category() 187 { return (__os << __e.category().name() << ':' << __e.value()); } 229 category() const noexcept { return *_M_cat; } 233 { return category().message(value()); } 253 return (__lhs.category() < __rhs.category( [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ |
system_error | 151 category() const noexcept { return *_M_cat; } 158 { return category().message(value()); } 179 return (__lhs.category() < __rhs.category() 180 || (__lhs.category() == __rhs.category() 187 { return (__os << __e.category().name() << ':' << __e.value()); } 229 category() const noexcept { return *_M_cat; } 233 { return category().message(value()); } 253 return (__lhs.category() < __rhs.category( [all...] |
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ |
system_error | 154 category() const noexcept { return *_M_cat; } 161 { return category().message(value()); } 182 return (__lhs.category() < __rhs.category() 183 || (__lhs.category() == __rhs.category() 190 { return (__os << __e.category().name() << ':' << __e.value()); } 232 category() const noexcept { return *_M_cat; } 236 { return category().message(value()); } 256 return (__lhs.category() < __rhs.category( [all...] |
/cts/hostsidetests/appsecurity/test-apps/NoRestartApp/ |
AndroidManifest.xml | 32 <category android:name="android.intent.category.DEFAULT" /> 36 <category android:name="android.intent.category.LAUNCHER" />
|
/cts/hostsidetests/atrace/AtraceTestApp/ |
AndroidManifest.xml | 26 <category android:name="android.intent.category.DEFAULT" /> 27 <category android:name="android.intent.category.LAUNCHER" />
|