Searched refs:definitions (Results 1 – 25 of 32) sorted by relevance
12
/frameworks/ex/common/java/com/android/common/ |
D | GoogleLogTags.logtags | 18 # This file contains definitions for event log (android.util.EventLog) tags 19 # used by Google Mobile Services applications. These definitions are part of 26 # missing the tag definitions, and may not be able to show them in their logs.
|
/frameworks/av/drm/ |
D | README.md | 13 for detailed definitions of each field above.
|
/frameworks/av/drm/libmediadrm/tests/ |
D | Android.bp | 1 // Build definitions for unit tests.
|
/frameworks/av/media/img_utils/src/ |
D | TiffWriter.cpp | 29 const TagDefinition_t* definitions, size_t length) { in buildTagMap() argument 32 map.add(definitions[i].tagId, definitions + i); in buildTagMap()
|
/frameworks/base/core/proto/android/os/ |
D | data.proto | 22 // This file contains protobuf definitions used in incidentd directly.
|
/frameworks/compile/slang/tests/F_reduce_general_bad_function/ |
D | reduce_general_bad_function.rscript | 44 // . . . but initializer must not have duplicate definitions 113 // . . . but accumulator must not have duplicate definitions 174 // . . . but combiner must not have duplicate definitions 234 // . . . but outconverter must not have duplicate definitions
|
/frameworks/compile/mclinker/include/mcld/LD/ |
D | DiagSymbolResolutions.inc | 43 "inconsistent definitions of absolute symbol `%0': old(%1) -> new(%2)",
|
/frameworks/compile/slang/tests/P_reduce_general_examples_explicit/ |
D | reduce_general_examples_explicit.rscript | 7 // explicit definitions for functions that were omitted from the other
|
/frameworks/base/core/java/android/view/translation/ |
D | UiTranslationController.java | 745 final Bundle definitions = in sanitizedViewTranslationResponse() local 747 if (definitions != null) { in sanitizedViewTranslationResponse() 749 for (String partOfSpeech : definitions.keySet()) { in sanitizedViewTranslationResponse() 751 for (CharSequence definition : definitions.getCharSequenceArray(partOfSpeech)) { in sanitizedViewTranslationResponse()
|
/frameworks/compile/slang/tests/F_reduce_general_bad_halter/ |
D | reduce_general_bad_halter.rscript | 44 // . . . but halter must not have duplicate definitions
|
/frameworks/av/media/img_utils/include/img_utils/ |
D | TiffWriter.h | 251 const TagDefinition_t* definitions, size_t length);
|
/frameworks/proto_logging/stats/enums/media/drm/ |
D | enums.proto | 21 // Please see MediaDrm.ErrorCodes for definitions.
|
/frameworks/libs/binary_translation/kernel_api/tools/ |
D | README.md | 78 2. `gen_syscall_numbers.cc`, which contains function definitions for mapping between host and guest
|
/frameworks/base/tools/aapt2/ |
D | readme.md | 10 conflicting definitions for the same Java constant in Manifest.java. Changed the implementation 68 Rewriting these resource IDs to use the package ID 7F while maintaining their definitions under
|
D | Resources.proto | 62 // Resource definitions corresponding to an Android package. 270 // as XML attribute values or on the right hand side of style attribute definitions. The concrete
|
/frameworks/base/core/res/ |
D | Android.bp | 147 // PRODUCT-agnostic resource data like IDs and type definitions.
|
/frameworks/proto_logging/stats/enums/input/ |
D | enums.proto | 173 * Contains usage type/category definitions.
|
/frameworks/proto_logging/stats/enums/telephony/ |
D | enums.proto | 95 // Cellular radio power state, see android/telephony/TelephonyManager.java for definitions. 103 // Roaming type enums, see android.telephony.ServiceState.RoamingType for definitions.
|
/frameworks/av/media/audio/aconfig/ |
D | README.md | 3 This directory contains the aconfig flag definitions and the associated build files for Android
|
/frameworks/base/packages/SystemUI/docs/ |
D | scene.md | 17 2. Transition definitions (which scene leads to which other scene following 254 definitions, if the same `ElementKey` is used for one element in the current
|
/frameworks/compile/mclinker/tools/mcld/ |
D | Options.td | 44 HelpText<"Allow multiple definitions">;
|
/frameworks/rs/script_api/include/ |
D | rs_object_info.rsh | 54 * C structure definitions.
|
/frameworks/native/opengl/tests/angeles/ |
D | license-LGPL.txt | 294 that the user who changes the contents of definitions files in the 296 to use the modified definitions.)
|
/frameworks/proto_logging/stats/enums/app/ |
D | app_enums.proto | 611 * Keep sync with the definitions in
|
/frameworks/wilhelm/doc/ |
D | Doxyfile | 225 # definitions whose arguments contain STL classes (e.g. func(std::string); v.s. 1198 # Load stylesheet definitions from file. Syntax is similar to doxygen's 1200 # replacements, missing definitions are set to their default value.
|
12