/aosp_15_r20/external/jimfs/jimfs/src/main/java/com/google/common/jimfs/ |
H A D | AttributeProvider.java | 74 public boolean supports(String attribute) { in supports() 91 public abstract Object get(File file, String attribute); in get() 103 public abstract void set(File file, String view, String attribute, Object value, boolean create); in set() method in AttributeProvider 129 protected static RuntimeException unsettable(String view, String attribute, boolean create) { in unsettable() 141 protected static void checkNotCreate(String view, String attribute, boolean create) { in checkNotCreate() 152 protected static <T> T checkType(String view, String attribute, Object value, Class<T> type) { in checkType() 166 String view, String attribute, Object value, Class<?>... expectedTypes) { in invalidType()
|
H A D | PosixAttributeProvider.java | 119 public Object get(File file, String attribute) { in get() 131 public void set(File file, String view, String attribute, Object value, boolean create) { in set() method in PosixAttributeProvider 151 private static ImmutableSet<PosixFilePermission> toPermissions(Set<?> set) { in toPermissions()
|
H A D | UserDefinedAttributeProvider.java | 53 public boolean supports(String attribute) { in supports() 72 public Object get(File file, String attribute) { in get() 82 public void set(File file, String view, String attribute, Object value, boolean create) { in set() method in UserDefinedAttributeProvider
|
H A D | DosAttributeProvider.java | 69 private static Boolean getDefaultValue(String attribute, Map<String, ?> userProvidedDefaults) { in getDefaultValue() argument 80 public Object get(File file, String attribute) { in get() 89 public void set(File file, String view, String attribute, Object value, boolean create) { in set() method in DosAttributeProvider
|
H A D | OwnerAttributeProvider.java | 70 public Object get(File file, String attribute) { in get() 78 public void set(File file, String view, String attribute, Object value, boolean create) { in set() method in OwnerAttributeProvider
|
H A D | UnixAttributeProvider.java | 99 public Object get(File file, String attribute) { in get() 127 public void set(File file, String view, String attribute, Object value, boolean create) { in set() method in UnixAttributeProvider
|
H A D | AclAttributeProvider.java | 76 public Object get(File file, String attribute) { in get() 85 public void set(File file, String view, String attribute, Object value, boolean create) { in set() method in AclAttributeProvider
|
H A D | BasicAttributeProvider.java | 60 public Object get(File file, String attribute) { in get() 86 public void set(File file, String view, String attribute, Object value, boolean create) { in set() method in BasicAttributeProvider
|
H A D | Configuration.java | 437 PathNormalization n, @NullableDecl PathNormalization set) { in checkNormalizationNotSet() 617 public Builder setDefaultAttributeValue(String attribute, Object value) { in setDefaultAttributeValue() 621 attribute); in setDefaultAttributeValue() local
|
/aosp_15_r20/external/emma/core/java12/com/vladium/jcd/cls/ |
H A D | IAttributeCollection.java | 71 int add (Attribute_info attribute); in add() 85 Attribute_info set (int offset, Attribute_info attribute); in set() method
|
H A D | AttributeCollection.java | 124 public int add (final Attribute_info attribute) in add() 150 public Attribute_info set (final int offset, final Attribute_info attribute) in set() method in AttributeCollection
|
/aosp_15_r20/external/icu/icu4c/source/common/ |
H A D | uniset_closure.cpp | 118 _set_add(USet *set, UChar32 c) { in _set_add() 123 _set_addRange(USet *set, UChar32 start, UChar32 end) { in _set_addRange() 128 _set_addString(USet *set, const char16_t *str, int32_t length) { in _set_addString() 139 addCaseMapping(UnicodeSet &set, int32_t result, const char16_t *full, UnicodeString &str) { in addCaseMapping() 214 UnicodeSet& UnicodeSet::closeOver(int32_t attribute) { in closeOver()
|
/aosp_15_r20/external/cronet/third_party/icu/source/common/ |
H A D | uniset_closure.cpp | 118 _set_add(USet *set, UChar32 c) { in _set_add() 123 _set_addRange(USet *set, UChar32 start, UChar32 end) { in _set_addRange() 128 _set_addString(USet *set, const char16_t *str, int32_t length) { in _set_addString() 139 addCaseMapping(UnicodeSet &set, int32_t result, const char16_t *full, UnicodeString &str) { in addCaseMapping() 214 UnicodeSet& UnicodeSet::closeOver(int32_t attribute) { in closeOver()
|
/aosp_15_r20/external/cldr/tools/cldr-code/src/test/java/org/unicode/cldr/unittest/ |
H A D | TestAttributeValues.java | 187 String attribute = r.getAttributeLocalName(i); in checkFile() local 252 String attribute = entry.getKey(); in checkPath() local 266 private void checkAttribute(String element, String attribute, String attrValue) { in checkAttribute() 281 Map<String, Boolean> set = sub.get(attribute); in checkAttribute() local
|
/aosp_15_r20/external/jimfs/jimfs/src/test/java/com/google/common/jimfs/ |
H A D | TestAttributeProvider.java | 70 public void set(File file, String view, String attribute, Object value, boolean create) { in set() method in TestAttributeProvider 86 public Object get(File file, String attribute) { in get()
|
/aosp_15_r20/libcore/ojluni/src/main/java/java/text/ |
H A D | AttributedString.java | 314 public void addAttribute(Attribute attribute, Object value) { in addAttribute() 339 public void addAttribute(Attribute attribute, Object value, in addAttribute() 399 private synchronized void addAttributeImpl(Attribute attribute, Object value, in addAttributeImpl() 513 private void addAttributeRunData(Attribute attribute, Object value, in addAttributeRunData() 604 private synchronized Object getAttribute(Attribute attribute, int runIndex) { in getAttribute() 620 …private Object getAttributeCheckRange(Attribute attribute, int runIndex, int beginIndex, int endIn… in getAttributeCheckRange() 868 public int getRunStart(Attribute attribute) { in getRunStart() 909 public int getRunLimit(Attribute attribute) { in getRunLimit() 983 public Object getAttribute(Attribute attribute) { in getAttribute() 1059 HashSet<Map.Entry<Attribute, Object>> set = new HashSet<>(); in entrySet() local
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/text/ |
D | AttributedString.java | 314 public void addAttribute(Attribute attribute, Object value) { in addAttribute() 339 public void addAttribute(Attribute attribute, Object value, in addAttribute() 399 private synchronized void addAttributeImpl(Attribute attribute, Object value, in addAttributeImpl() 513 private void addAttributeRunData(Attribute attribute, Object value, in addAttributeRunData() 604 private synchronized Object getAttribute(Attribute attribute, int runIndex) { in getAttribute() 620 …private Object getAttributeCheckRange(Attribute attribute, int runIndex, int beginIndex, int endIn… in getAttributeCheckRange() 868 public int getRunStart(Attribute attribute) { in getRunStart() 909 public int getRunLimit(Attribute attribute) { in getRunLimit() 983 public Object getAttribute(Attribute attribute) { in getAttribute() 1059 HashSet<Map.Entry<Attribute, Object>> set = new HashSet<>(); in entrySet() local
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/15/libcore/ojluni/src/main/java/java/text/ |
D | AttributedString.java | 314 public void addAttribute(Attribute attribute, Object value) { in addAttribute() 339 public void addAttribute(Attribute attribute, Object value, in addAttribute() 399 private synchronized void addAttributeImpl(Attribute attribute, Object value, in addAttributeImpl() 513 private void addAttributeRunData(Attribute attribute, Object value, in addAttributeRunData() 604 private synchronized Object getAttribute(Attribute attribute, int runIndex) { in getAttribute() 620 …private Object getAttributeCheckRange(Attribute attribute, int runIndex, int beginIndex, int endIn… in getAttributeCheckRange() 868 public int getRunStart(Attribute attribute) { in getRunStart() 909 public int getRunLimit(Attribute attribute) { in getRunLimit() 983 public Object getAttribute(Attribute attribute) { in getAttribute() 1059 HashSet<Map.Entry<Attribute, Object>> set = new HashSet<>(); in entrySet() local
|
/aosp_15_r20/frameworks/native/opengl/tests/gldual/src/com/android/gldual/ |
H A D | GLDualGL2View.java | 63 public GLDualGL2View(Context context, AttributeSet set) { in GLDualGL2View() 172 EGLConfig config, int attribute, int defaultValue) { in findConfigAttrib() 264 int attribute = attributes[i]; in printConfig() local
|
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/test/ |
H A D | CheckAttributeValues.java | 214 String attribute, in check() 531 public Predicate<String> set(String pattern) { in set() method in CheckAttributeValues.RegexMatcher 536 public Predicate<String> set(String pattern, int flags) { in set() method in CheckAttributeValues.RegexMatcher 551 public Predicate<String> set(Collection<String> collection) { in set() method in CheckAttributeValues.CollectionMatcher 566 public Predicate<String> set(Predicate<String> a, Predicate<String> b) { in set() method in CheckAttributeValues.OrMatcher 581 public Predicate<String> set(Predicate<String> other) { in set() method in CheckAttributeValues.ListMatcher
|
/aosp_15_r20/dalvik/dexgen/src/com/android/dexgen/rop/ |
H A D | StdAttributeList.java | 101 public void set(int n, Attribute attribute) { in set() method in StdAttributeList
|
/aosp_15_r20/dalvik/dx/src/com/android/dx/cf/iface/ |
H A D | StdAttributeList.java | 105 public void set(int n, Attribute attribute) { in set() method in StdAttributeList
|
/aosp_15_r20/external/deqp/modules/egl/ |
H A D | teglChooseConfigTests.cpp | 318 …impleCase(EglTestContext &eglTestCtx, const char *name, const char *description, EGLenum attribute, in ChooseConfigSimpleCase() 432 EGLenum attribute; member 619 std::set<T> set; in toSet() local 633 EGLenum attribute; in init() member
|
/aosp_15_r20/external/angle/src/libANGLE/renderer/gl/egl/ |
H A D | FunctionsEGL.cpp | 649 EGLBoolean FunctionsEGL::getConfigAttrib(EGLConfig config, EGLint attribute, EGLint *value) const in getConfigAttrib() 698 EGLBoolean FunctionsEGL::querySurface(EGLSurface surface, EGLint attribute, EGLint *value) const in querySurface() 718 EGLBoolean FunctionsEGL::surfaceAttrib(EGLSurface surface, EGLint attribute, EGLint value) const in surfaceAttrib() 761 EGLBoolean FunctionsEGL::getSyncAttribKHR(EGLSyncKHR sync, EGLint attribute, EGLint *value) const in getSyncAttribKHR() 783 void FunctionsEGL::setBlobCacheFuncsANDROID(EGLSetBlobFuncANDROID set, in setBlobCacheFuncsANDROID() 847 EGLint attribute, in queryDeviceAttribEXT() 858 EGLBoolean FunctionsEGL::queryDisplayAttribEXT(EGLint attribute, EGLAttrib *value) const in queryDisplayAttribEXT()
|
/aosp_15_r20/external/angle/src/libGLESv2/ |
H A D | egl_ext_stubs.cpp | 261 EGLint attribute, in GetSyncAttribKHR() 411 EGLBoolean QueryDebugKHR(Thread *thread, EGLint attribute, EGLAttrib *value) in QueryDebugKHR() 435 EGLBoolean QueryDeviceAttribEXT(Thread *thread, Device *dev, EGLint attribute, EGLAttrib *value) in QueryDeviceAttribEXT() 470 EGLint attribute, in QueryDisplayAttribEXT() 484 EGLenum attribute, in QueryStreamKHR() 511 EGLenum attribute, in QueryStreamu64KHR() 535 EGLint attribute, in QuerySurfacePointerANGLE() 557 EGLSetBlobFuncANDROID set, in SetBlobCacheFuncsANDROID() 580 EGLenum attribute, in StreamAttribKHR() 923 EGLint attribute, in QueryDisplayAttribANGLE() [all …]
|