Home
last modified time | relevance | path

Searched refs:symbol (Results 1 – 24 of 24) sorted by relevance

/packages/providers/MediaProvider/errorprone/src/com/google/errorprone/matchers/
DFieldMatchers.java43 boolean fieldSymbolIsAppropriate(Symbol symbol) { in anyFieldInClass() argument
57 boolean fieldSymbolIsAppropriate(Symbol symbol) {
58 return symbol.isStatic() && symbol.getSimpleName().contentEquals(fieldName);
71 boolean fieldSymbolIsAppropriate(Symbol symbol) {
72 return !symbol.isStatic() && symbol.getSimpleName().contentEquals(fieldName);
86 private boolean isSymbolFieldInAppropriateClass(@Nullable Symbol symbol) {
87 if (symbol == null) {
90 return symbol.getKind().isField()
91 && fieldSymbolIsAppropriate(symbol)
92 && classIsAppropriate(symbol.owner.enclClass());
[all …]
/packages/modules/NeuralNetworks/tools/test_generator/test_harness/
DAssertions.cpp39 #define COMPARE_ENUMS_FULL(symbol, lhsType, rhsType) \ argument
41 ::test_helper::lhsType::symbol) == \
43 ::android::nn::rhsType::symbol), \
44 "::test_helper::" #lhsType "::" #symbol \
45 " does not match ::android::nn::" #rhsType "::" #symbol)
47 #define COMPARE_ENUMS(symbol) COMPARE_ENUMS_FULL(symbol, TestOperandType, OperandType) argument
70 #define COMPARE_ENUMS(symbol) COMPARE_ENUMS_FULL(symbol, TestOperationType, OperationType) argument
178 #define COMPARE_ENUMS(symbol) COMPARE_ENUMS_FULL(symbol, TestOperandLifeTime, Operand::LifeTime) argument
/packages/apps/Dialer/java/com/android/voicemail/impl/mail/store/imap/
DImapResponse.java29 /* package */ static boolean isStatusResponse(String symbol) { in isStatusResponse() argument
30 return ImapConstants.OK.equalsIgnoreCase(symbol) in isStatusResponse()
31 || ImapConstants.NO.equalsIgnoreCase(symbol) in isStatusResponse()
32 || ImapConstants.BAD.equalsIgnoreCase(symbol) in isStatusResponse()
33 || ImapConstants.PREAUTH.equalsIgnoreCase(symbol) in isStatusResponse()
34 || ImapConstants.BYE.equalsIgnoreCase(symbol); in isStatusResponse()
/packages/modules/NetworkStack/tests/unit/src/android/net/util/
DHostnameTransliteratorTest.java91 final String symbol = new String(new byte[] { 0x00, 0x1b /* ESC */, 0x7f /* DEL */, in testHostnameOnlyUnsupportedAsciiSymbols() local
93 assertHostnameTransliteration(null, symbol); in testHostnameOnlyUnsupportedAsciiSymbols()
98 final String symbol = new String(new byte[] { 0x00, 'a', 0x1b /* ESC */, 0x7f /* DEL */, in testHostnameMixedAsciiSymbols() local
100 assertHostnameTransliteration("a-b", symbol); in testHostnameMixedAsciiSymbols()
/packages/modules/NeuralNetworks/common/
DDynamicCLDeps.cpp34 #define NN_LOAD_FUNCTION(name, symbol) \ argument
35 impl.name = reinterpret_cast<decltype(impl.name)>(loadFunction(handle, #symbol));
DValidation.cpp113 constexpr auto validSymbol = [](char symbol) { in isValidExtensionName() argument
114 return std::islower(symbol) || std::isdigit(symbol) || symbol == '.' || symbol == '_'; in isValidExtensionName()
/packages/modules/NetworkStack/src/com/android/server/connectivity/
DNetworkMonitor.java1823 String symbol = CAPTIVE_PORTAL_MODE; in getIsCaptivePortalCheckEnabled() local
1825 int mode = mDependencies.getSetting(mContext, symbol, defaultValue); in getIsCaptivePortalCheckEnabled()
2000 @NonNull String symbol, int defaultValue) { in getIntSetting() argument
2006 symbol, defaultValue); in getIntSetting()
2187 @StringRes int configResource, @NonNull String symbol, @NonNull String defaultValue) { in getSettingFromResource() argument
2193 setting = mDependencies.getSetting(context, symbol, null); in getSettingFromResource()
3109 public int getSetting(Context context, String symbol, int defaultValue) { in getSetting() argument
3110 return Settings.Global.getInt(context.getContentResolver(), symbol, defaultValue); in getSetting()
3118 public String getSetting(Context context, String symbol, String defaultValue) { in getSetting() argument
3119 final String value = Settings.Global.getString(context.getContentResolver(), symbol); in getSetting()
/packages/modules/adb/libs/adbconnection/
DAndroid.bp26 // Avoid getting duplicate symbol of android::build::GetBuildNumber().
/packages/modules/NeuralNetworks/runtime/
DNeuralNetworks.cpp1859 #define NNCL_FUNC(symbol) .symbol = symbol argument
/packages/modules/adb/
DAndroid.bp649 // avoid getting duplicate symbol of android::build::getbuildnumber().
/packages/apps/Test/connectivity/sl4n/rapidjson/doc/
Dtutorial.md207 …lem is that, C/C++ often uses null-terminated string, which treats ``\0'` as the terminator symbol.
DDoxyfile.in397 # The size of the symbol lookup cache can be set using LOOKUP_CACHE_SIZE. This
399 # an expensive process and often the same symbol appears multiple times in the
841 # The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names
843 # output. The symbol name can be a fully qualified name, a word, or if the
/packages/apps/LegacyCamera/jni/feature_stab/doc/
Ddbreg_API_doxyfile662 # The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names
664 # output. The symbol name can be a fully qualified name, a word, or if the
/packages/apps/LegacyCamera/jni/feature_mos/doc/
Dfeature_mos_API_doxyfile662 # The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names
664 # output. The symbol name can be a fully qualified name, a word, or if the
/packages/modules/NeuralNetworks/tools/api/
Dtypes.spec7118 %% List item symbol
/packages/inputmethods/LatinIME/dictionaries/
Dcs_wordlist.combined.gz1dictionary=main:cs,locale=cs,description=Čeština,date=1393228134, ...
Den_GB_wordlist.combined.gz1dictionary=main:en_gb,locale=en_GB,description=English (UK),date ...
Den_US_wordlist.combined.gz
Den_wordlist.combined.gz1dictionary=main:en,locale=en,description=English,date=1414726273, ...
Dpl_wordlist.combined.gz1dictionary=main:pl,locale=pl,description=Polski,date=1414726264, ...
Dnb_wordlist.combined.gz
Dda_wordlist.combined.gz1dictionary=main:da,locale=da,description=Dansk,date=1393228134, ...
Dsv_wordlist.combined.gz
Dfr_wordlist.combined.gz1dictionary=main:fr,locale=fr,description=Français,date=1414726264, ...