/frameworks/base/tools/aapt2/ |
ResourceValues.cpp | 74 Reference::Reference() : reference_type(Type::kResource) {} 76 Reference::Reference(const ResourceNameRef& n, Type t) 79 Reference::Reference(const ResourceId& i, Type type) 82 Reference::Reference(const ResourceNameRef& n, const ResourceId& i) 85 bool Reference::Equals(const Value* value) const { 86 const Reference* other = ValueCast<Reference>(value) [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/bin_search_tree_/ |
point_iterators.hpp | 58 Reference, \ 69 Reference, \ 80 Reference, \ 91 Reference, \ 101 typename Reference, 113 typedef Reference reference; typedef in class:__gnu_pbds::detail::bin_search_tree_const_it_ 278 typename Reference, 318 inline typename PB_DS_TREE_CONST_IT_C_DEC::reference
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/bin_search_tree_/ |
point_iterators.hpp | 58 Reference, \ 69 Reference, \ 80 Reference, \ 91 Reference, \ 101 typename Reference, 113 typedef Reference reference; typedef in class:__gnu_pbds::detail::bin_search_tree_const_it_ 278 typename Reference, 318 inline typename PB_DS_TREE_CONST_IT_C_DEC::reference
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/bin_search_tree_/ |
point_iterators.hpp | 58 Reference, \ 69 Reference, \ 80 Reference, \ 91 Reference, \ 101 typename Reference, 113 typedef Reference reference; typedef in class:__gnu_pbds::detail::bin_search_tree_const_it_ 278 typename Reference, 318 inline typename PB_DS_TREE_CONST_IT_C_DEC::reference
|
/prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/bin_search_tree_/ |
point_iterators.hpp | 58 Reference, \ 69 Reference, \ 80 Reference, \ 91 Reference, \ 101 typename Reference, 113 typedef Reference reference; typedef in class:__gnu_pbds::detail::bin_search_tree_const_it_ 278 typename Reference, 318 inline typename PB_DS_TREE_CONST_IT_C_DEC::reference
|
/prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/bin_search_tree_/ |
point_iterators.hpp | 58 Reference, \ 69 Reference, \ 80 Reference, \ 91 Reference, \ 101 typename Reference, 113 typedef Reference reference; typedef in class:__gnu_pbds::detail::bin_search_tree_const_it_ 278 typename Reference, 318 inline typename PB_DS_TREE_CONST_IT_C_DEC::reference
|
/prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/bin_search_tree_/ |
point_iterators.hpp | 58 Reference, \ 69 Reference, \ 80 Reference, \ 91 Reference, \ 101 typename Reference, 113 typedef Reference reference; typedef in class:__gnu_pbds::detail::bin_search_tree_const_it_ 278 typename Reference, 318 inline typename PB_DS_TREE_CONST_IT_C_DEC::reference
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/ |
CollationTailoring.java | 37 CollationTailoring(SharedObject.Reference<CollationSettings> baseSettings) { 44 settings = new SharedObject.Reference<CollationSettings>(new CollationSettings()); 102 public SharedObject.Reference<CollationSettings> settings; // reference-counted
|
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/ |
CollationTailoring.java | 35 CollationTailoring(SharedObject.Reference<CollationSettings> baseSettings) { 42 settings = new SharedObject.Reference<CollationSettings>(new CollationSettings()); 100 public SharedObject.Reference<CollationSettings> settings; // reference-counted
|
/external/libchrome/base/metrics/ |
persistent_memory_allocator.cc | 99 uint32_t name; // Reference to stored name string. 108 // Offset/reference to first free space in segment. 120 const PersistentMemoryAllocator::Reference 134 Reference starting_after) 146 PersistentMemoryAllocator::Reference 162 Reference last = last_record_.load(std::memory_order_acquire); 163 Reference next; 190 // Update the "last_record" pointer to be the reference being returned. 227 PersistentMemoryAllocator::Reference 229 Reference ref [all...] |
persistent_sample_map.cc | 140 PersistentMemoryAllocator::Reference 144 PersistentMemoryAllocator::Reference ref = 156 PersistentMemoryAllocator::Reference 161 PersistentMemoryAllocator::Reference ref = 214 PersistentMemoryAllocator::Reference ref = records_->CreateNew(value); 253 PersistentMemoryAllocator::Reference ref;
|
/art/test/912-classes/src/art/ |
Test912Art.java | 19 import java.lang.ref.Reference;
|
/external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/ |
ReferenceFormatter.java | 32 import org.jf.dexlib2.iface.reference.*; 47 Reference reference) throws IOException { 50 writeStringReference(writer, ((StringReference)reference).getString()); 53 writer.write(((TypeReference)reference).getType()); 56 ReferenceUtil.writeMethodDescriptor(writer, (MethodReference)reference); 59 ReferenceUtil.writeFieldDescriptor(writer, (FieldReference)reference); 62 throw new IllegalStateException("Unknown reference type");
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/ |
ReferenceType.java | 34 import org.jf.dexlib2.iface.reference.*; 62 public static int getReferenceType(Reference reference) { 63 if (reference instanceof StringReference) { 65 } else if (reference instanceof TypeReference) { 67 } else if (reference instanceof FieldReference) { 69 } else if (reference instanceof MethodReference) { 71 } else if (reference instanceof MethodProtoReference) { 74 throw new IllegalStateException("Invalid reference"); 79 * Validate a specific reference type. Note that the NONE placeholder is specifically not considered valid here [all...] |
/external/chromium-trace/catapult/common/py_utils/py_utils/refactor/annotated_symbol/ |
reference.py | 14 'Reference', 18 class Reference(base_symbol.AnnotatedSymbol): 44 super(Reference, self).__init__(-1, children)
|
/external/clang/test/SemaCXX/ |
ast-print.cpp | 10 struct Reference 17 Reference r;
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
CacheValue.java | 12 import java.lang.ref.Reference; 19 * Holds a value either via a direct reference or via a {@link Reference}, 23 * If it is held via a direct reference, then it is actually immutable. 25 * <p>A {@code Reference} may be cleared (garbage-collected), 71 * Otherwise, it holds it via a {@link Reference}. 82 * Distinguishes a null value from a Reference value that has been cleared. 89 * or null if it was held in a Reference and has been cleared. 93 * If the value was held via a {@link Reference} which has been cleared, 94 * then it is replaced with a new {@link Reference} to the new value [all...] |
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
CacheValue.java | 11 import java.lang.ref.Reference; 18 * Holds a value either via a direct reference or via a {@link Reference}, 22 * If it is held via a direct reference, then it is actually immutable. 24 * <p>A {@code Reference} may be cleared (garbage-collected), 69 * Otherwise, it holds it via a {@link Reference}. 80 * Distinguishes a null value from a Reference value that has been cleared. 87 * or null if it was held in a Reference and has been cleared. 91 * If the value was held via a {@link Reference} which has been cleared, 92 * then it is replaced with a new {@link Reference} to the new value [all...] |
/external/skia/experimental/xps_to_png/ |
compile_xps_to_png.bat | 7 @set LIB="C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.2" 10 /reference:"PresentationCore.dll" ^ 11 /reference:"PresentationFramework.dll" ^ 12 /reference:"ReachFramework.dll" ^ 13 /reference:"WindowsBase.dll" ^
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/instruction/ |
ImmutableInstruction35c.java | 37 import org.jf.dexlib2.iface.reference.Reference; 38 import org.jf.dexlib2.immutable.reference.ImmutableReference; 39 import org.jf.dexlib2.immutable.reference.ImmutableReferenceFactory; 53 @Nonnull protected final ImmutableReference reference; field in class:ImmutableInstruction35c 62 @Nonnull Reference reference) { 70 this.reference = ImmutableReferenceFactory.of(opcode.referenceType, reference); 94 @Nonnull @Override public ImmutableReference getReference() { return reference; } [all...] |
/frameworks/base/docs/ |
__DEPRECATED__DO_NOT_EDIT__.txt | 10 - Reference documentation is still maintained via building of .java source files,
|
/frameworks/base/docs/html/ |
__DEPRECATED__DO_NOT_EDIT__.txt | 10 - Reference documentation is still maintained via building of .java source files,
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/util/leak/ |
WeakIdentityHashMap.java | 19 import java.lang.ref.Reference; 36 Reference<?> ref;
|
/frameworks/base/tools/aapt2/test/ |
Builders.h | 62 return AddValue(name, id, util::make_unique<Reference>(ParseNameOrDie(ref))); 136 inline std::unique_ptr<Reference> BuildReference(const android::StringPiece& ref, 138 std::unique_ptr<Reference> reference = local 139 util::make_unique<Reference>(ParseNameOrDie(ref)); 140 reference->id = id; 141 return reference; 193 Reference(ResourceName({}, ResourceType::kId, name)), value}); 210 style_->parent = Reference(ParseNameOrDie(str)); 216 Style::Entry{Reference(ParseNameOrDie(str)), std::move(value)}) [all...] |
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/FrameworkHiiOnUefiHiiThunk/ |
Strings.c | 131 If *Reference == 0, a new String Token is created.
138 @param Reference The string token assigned to the string.
152 IN OUT STRING_REF *Reference,
198 StringId = *Reference;
205 if (*Reference == 0) {
226 StringId = *Reference;
231 if (*Reference == 0) {
232 *Reference = StringId;
|