Home
last modified time | relevance | path

Searched defs:reference (Results 1 – 25 of 60) sorted by relevance

123

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/timedetector/
H A DReferenceWithHistoryTest.java42 TestRef<String> reference = new TestRef<>(); in testBasicReferenceBehavior() local
82 TestRef<String> reference = new TestRef<>(); in testValueHistoryBehavior() local
124 ReferenceWithHistory<?> referenceWithHistory, TestRef<?> reference, Object value) { in compareGet()
130 ReferenceWithHistory<T> referenceWithHistory, TestRef<T> reference, T newValue) { in setAndCompareReturnValue()
135 ReferenceWithHistory<?> referenceWithHistory, TestRef<?> reference, String expected) { in compareToString()
/ohos5.0/foundation/arkui/napi/reference_manager/
H A Dnative_reference_manager.cpp28 void NativeReferenceManager::CreateHandler(NativeReference* reference) in CreateHandler()
37 void NativeReferenceManager::ReleaseHandler(NativeReference* reference) in ReleaseHandler()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeBase/api/base/containers/
H A Diterator.h50 using reference = typename T::const_reference; variable
150 using reference = typename T::reference; variable
262 using reference = typename Iter::reference; variable
371 using reference = value_type&&; variable
H A Darray_view.h38 using reference = value_type&; in BASE_BEGIN_NAMESPACE() local
H A Dunordered_map.h58 using reference = typename base_container::const_reference; variable
121 using reference = typename base_container::reference; variable
222 using reference = value_type&; variable
/aosp14/frameworks/base/errorprone/tests/res/android/util/
H A DPreconditions.java28 public static <T> T checkNotNull(T reference) { in checkNotNull()
32 public static <T> T checkNotNull(T reference, Object errorMessage) { in checkNotNull()
/aosp14/frameworks/base/core/tests/coretests/src/android/view/textclassifier/
H A DTextLanguageTest.java48 final TextLanguage reference = new TextLanguage.Builder() in testParcel() local
77 final TextLanguage.Request reference = new TextLanguage.Request.Builder(text) in testRequestParcel() local
H A DTextLinksTest.java72 final TextLinks reference = new TextLinks.Builder(fullText) in testParcel() local
114 final TextLinks.Request reference = new TextLinks.Request.Builder("text") in testParcelOptions() local
H A DTextSelectionTest.java62 final TextSelection reference = new TextSelection.Builder(startIndex, endIndex) in testParcel() local
94 final TextSelection.Request reference = in testParcelRequest() local
H A DTextClassificationTest.java98 final TextClassification reference = new TextClassification.Builder() in testParcel() local
168 final TextClassification reference = new TextClassification.Builder() in testParcelLegacy() local
200 final TextClassification.Request reference = in testParcelParcel() local
/aosp14/frameworks/base/tools/aapt2/link/
H A DReferenceLinker.cpp252 const SymbolTable::Symbol* ReferenceLinker::ResolveSymbol(const Reference& reference, in ResolveSymbol()
290 const SymbolTable::Symbol* ReferenceLinker::ResolveSymbolCheckVisibility(const Reference& reference, in ResolveSymbolCheckVisibility()
309 const Reference& reference, const CallSite& callsite, IAaptContext* context, in ResolveAttributeCheckVisibility()
324 std::optional<xml::AaptAttribute> ReferenceLinker::CompileXmlAttribute(const Reference& reference, in CompileXmlAttribute()
373 const Reference& reference, in LinkReference()
/aosp14/frameworks/base/packages/PrintRecommendationService/src/com/android/printservice/recommendation/util/
H A DPreconditions.java110 public static @NonNull <T> T checkNotNull(final T reference) { in checkNotNull()
127 public static @NonNull <T> T checkNotNull(final T reference, final Object errorMessage) { in checkNotNull()
145 public static @NonNull <T> T checkNotNull(final T reference, in checkNotNull()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeBinaryCompile/LumeShaderCompiler/src/
H A Darray_view.h34 using reference = T&; member
72 using reference = value_type&; variable
/ohos5.0/foundation/ability/ability_runtime/frameworks/js/napi/app/ability_delegator/
H A Djs_ability_delegator_registry.cpp30 static thread_local std::unique_ptr<NativeReference> reference; variable
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/relational/
H A Drelational_schema_object.cpp190 for (const auto &reference : referenceProperty_) { in GetReferencePropertyString() local
199 std::string RelationalSchemaObject::GetOneReferenceString(const TableReferenceProperty &reference) in GetOneReferenceString()
250 for (const auto &reference : left) { in PropertyCompare() local
863 for (const JsonObject &reference : references) { in ParseCheckReferenceProperty() local
1054 for (const auto &reference : referenceProperty_) { in GenerateTableInfoReferenced() local
/aosp14/frameworks/base/test-runner/src/android/test/
H A DViewAsserts.java290 static public void assertHorizontalCenterAligned(View reference, View test) { in assertHorizontalCenterAligned()
311 static public void assertVerticalCenterAligned(View reference, View test) { in assertVerticalCenterAligned()
/ohos5.0/base/theme/wallpaper_mgr/utils/include/
H A Dconcurrent_map.h28 using reference = typename std::map<_Key, _Tp>::reference; variable
/ohos5.0/foundation/distributeddatamgr/pasteboard/framework/framework/include/common/
H A Dconcurrent_map.h29 using reference = typename std::map<_Key, _Tp>::reference; variable
/ohos5.0/foundation/distributeddatamgr/relational_store/rdbmock/frameworks/native/rdb/
H A Dconcurrent_map.h34 using reference = typename std::map<_Key, _Tp>::reference; variable
/ohos5.0/foundation/ability/ability_runtime/services/dataobsmgr/include/
H A Dconcurrent_map.h34 using reference = typename std::map<_Key, _Tp>::reference; variable
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/include/
H A Dnet.h44 FILLP_INT reference; member
/ohos5.0/base/inputmethod/imf/frameworks/common/
H A Dconcurrent_map.h34 using reference = typename std::map<_Key, _Tp>::reference; variable
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/common/
H A Dconcurrent_map.h34 using reference = typename std::map<_Key, _Tp>::reference; variable
/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/native/include/
H A Dconcurrent_map.h35 using reference = typename std::map<_Key, _Tp>::reference; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_grid_row.cpp219 auto reference = breakpoints->GetProperty("reference"); in ParserBreakpoints() local

123