Home
last modified time | relevance | path

Searched defs:origin (Results 1 – 25 of 2348) sorted by relevance

12345678910>>...94

/aosp_15_r20/external/apache-commons-io/src/main/java/org/apache/commons/io/build/
H A DAbstractOriginSupplier.java54 protected static ByteArrayOrigin newByteArrayOrigin(final byte[] origin) { in newByteArrayOrigin()
65 protected static CharSequenceOrigin newCharSequenceOrigin(final CharSequence origin) { in newCharSequenceOrigin()
75 protected static FileOrigin newFileOrigin(final File origin) { in newFileOrigin()
85 protected static FileOrigin newFileOrigin(final String origin) { in newFileOrigin()
95 protected static InputStreamOrigin newInputStreamOrigin(final InputStream origin) { in newInputStreamOrigin()
105 protected static OutputStreamOrigin newOutputStreamOrigin(final OutputStream origin) { in newOutputStreamOrigin()
115 protected static PathOrigin newPathOrigin(final Path origin) { in newPathOrigin()
125 protected static PathOrigin newPathOrigin(final String origin) { in newPathOrigin()
135 protected static ReaderOrigin newReaderOrigin(final Reader origin) { in newReaderOrigin()
145 protected static URIOrigin newURIOrigin(final URI origin) { in newURIOrigin()
[all …]
H A DAbstractOrigin.java69 public ByteArrayOrigin(final byte[] origin) { in ByteArrayOrigin()
106 public CharSequenceOrigin(final CharSequence origin) { in CharSequenceOrigin()
155 public FileOrigin(final File origin) { in FileOrigin()
192 public InputStreamOrigin(final InputStream origin) { in InputStreamOrigin()
227 public OutputStreamOrigin(final OutputStream origin) { in OutputStreamOrigin()
256 public PathOrigin(final Path origin) { in PathOrigin()
293 public ReaderOrigin(final Reader origin) { in ReaderOrigin()
331 public URIOrigin(final URI origin) { in URIOrigin()
360 public WriterOrigin(final Writer origin) { in WriterOrigin()
380 final T origin; field in AbstractOrigin
[all …]
/aosp_15_r20/external/cronet/url/
H A Dorigin_abstract_tests.h114 bool IsOpaque(const OriginType& origin) { in IsOpaque()
117 std::string GetScheme(const OriginType& origin) { in GetScheme()
120 std::string GetHost(const OriginType& origin) { in GetHost()
123 uint16_t GetPort(const OriginType& origin) { in GetPort()
126 SchemeHostPort GetTupleOrPrecursorTupleIfOpaque(const OriginType& origin) { in GetTupleOrPrecursorTupleIfOpaque()
135 std::string Serialize(const OriginType& origin) { in Serialize()
152 void VerifyOriginInvariants(const OriginType& origin) { in VerifyOriginInvariants()
197 void VerifyUniqueOpaqueOriginInvariants(const OriginType& origin) { in VerifyUniqueOpaqueOriginInvariants()
220 auto origin = this->CreateOriginFromString(test_input); in TestUniqueOpaqueOrigin() local
229 void VerifyTupleOriginInvariants(const OriginType& origin, in VerifyTupleOriginInvariants()
[all …]
H A Dorigin_unittest.cc73 bool HasNonceTokenBeenInitialized(const url::Origin& origin) { in HasNonceTokenBeenInitialized()
85 const base::UnguessableToken* GetNonce(const Origin& origin) { in GetNonce()
100 std::optional<std::string> SerializeWithNonce(const Origin& origin) { in SerializeWithNonce()
104 std::optional<std::string> SerializeWithNonceAndInitIfNeeded(Origin& origin) { in SerializeWithNonceAndInitIfNeeded()
123 Origin origin = Origin::Create(url); in TestSerialization() local
243 Origin origin = Origin::CreateFromNormalizedTuple( in TEST_P() local
360 std::optional<url::Origin> origin = in TEST_P() local
507 Origin origin = Origin::Create(url); in TEST_P() local
569 raw_ptr<Origin> origin; in TEST_P() member
757 Origin origin = Origin::Create(url); in TEST_P() local
[all …]
H A Dorigin_abstract_tests.cc55 bool UrlOriginTestTraits::IsOpaque(const Origin& origin) { in IsOpaque()
60 std::string UrlOriginTestTraits::GetScheme(const Origin& origin) { in GetScheme()
65 std::string UrlOriginTestTraits::GetHost(const Origin& origin) { in GetHost()
70 uint16_t UrlOriginTestTraits::GetPort(const Origin& origin) { in GetPort()
76 const Origin& origin) { in GetTupleOrPrecursorTupleIfOpaque()
86 std::string UrlOriginTestTraits::Serialize(const Origin& origin) { in Serialize()
/aosp_15_r20/external/rust/android-crates-io/crates/url/tests/
Durltestdata.json8 "origin": "http://example.org", string
23 "origin": "http://foo:21", string
38 "origin": "https://test", string
53 "origin": "https://test", string
68 "origin": "null", string
83 "origin": "null", string
98 "origin": "http://example.org", string
113 "origin": "http://example.org", string
128 "origin": "http://example.org", string
143 "origin": "null", string
[all …]
/aosp_15_r20/external/aws-sdk-java-v2/services/kms/target/generated-sources/sdk/software/amazon/awssdk/services/kms/model/
H A DCreateKeyRequest.java122 private final String origin; field in CreateKeyRequest
1128 public final OriginType origin() { in origin() method in CreateKeyRequest
2553 Builder origin(String origin); in origin() method
2611 Builder origin(OriginType origin); in origin() method
3016 private String origin; field in CreateKeyRequest.BuilderImpl
3142 public final void setOrigin(String origin) { in setOrigin()
3147 public final Builder origin(String origin) { in origin() argument
3153 public final Builder origin(OriginType origin) { in origin() argument
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/notification/
H A DZenModeHelper.java459 AutomaticZenRule automaticZenRule, @ConfigOrigin int origin, String reason, in addAutomaticZenRule()
511 AutomaticZenRule azrToAdd, @ConfigOrigin int origin) { in maybeRestoreRemovedRule()
580 AutomaticZenRule automaticZenRule, @ConfigOrigin int origin, String reason, in updateAutomaticZenRule()
852 boolean removeAutomaticZenRule(UserHandle user, String id, @ConfigOrigin int origin, in removeAutomaticZenRule()
886 boolean removeAutomaticZenRules(UserHandle user, String packageName, @ConfigOrigin int origin, in removeAutomaticZenRules()
916 @ConfigOrigin int origin) { in maybePreserveRemovedRule()
961 @ConfigOrigin int origin, int callingUid) { in setAutomaticZenRuleState()
984 @ConfigOrigin int origin, int callingUid) { in setAutomaticZenRuleState()
1006 Condition condition, @ConfigOrigin int origin, int callingUid) { in setAutomaticZenRuleStateLocked()
1022 int origin) { in applyConditionAndReconsiderOverride()
[all …]
/aosp_15_r20/libcore/ojluni/src/main/java/jdk/internal/util/random/
H A DRandomSupport.java201 public static void checkRange(float origin, float bound) { in checkRange()
216 public static void checkRange(double origin, double bound) { in checkRange()
230 public static void checkRange(int origin, int bound) { in checkRange()
244 public static void checkRange(long origin, long bound) { in checkRange()
410 public static long boundedNextLong(RandomGenerator rng, long origin, long bound) { in boundedNextLong()
537 public static int boundedNextInt(RandomGenerator rng, int origin, int bound) { in boundedNextInt()
643 public static double boundedNextDouble(RandomGenerator rng, double origin, double bound) { in boundedNextDouble()
715 public static float boundedNextFloat(RandomGenerator rng, float origin, float bound) { in boundedNextFloat()
956 final int origin; field in RandomSupport.RandomIntsSpliterator
969 long index, long fence, int origin, int bound) { in RandomIntsSpliterator()
[all …]
/aosp_15_r20/external/OpenCL-CTS/test_conformance/extensions/cl_khr_dx9_media_sharing/
H A Dtest_functions_api.cpp190 size_t origin[3] = { 0, 0, 0 }; in api_functions() local
224 size_t origin[3] = { 0, 0, 0 }; in api_functions() local
249 size_t origin[3] = { 0, 0, 0 }; in api_functions() local
283 size_t origin[3] = { 0, 0, 0 }; in api_functions() local
349 size_t origin[3] = { 0, 0, 0 }; in api_functions() local
421 size_t origin[3] = { 0, 0, 0 }; in api_functions() local
485 size_t origin[3] = { 0, 0, 0 }; in api_functions() local
530 size_t origin[3] = { 0, 0, 0 }; in api_functions() local
585 size_t origin[3] = { 0, 0, 0 }; in api_functions() local
/aosp_15_r20/tools/test/connectivity/acts/framework/acts/controllers/monsoon_lib/sampling/engine/
Dcalibration.py36 def add(self, channel, origin, granularity, value): argument
61 def get(self, channel, origin, granularity): argument
83 def add(self, channel, origin, granularity, value): argument
100 def get(self, channel, origin, granularity): argument
121 def add(self, channel, origin, granularity, value): argument
135 def get(self, channel, origin, granularity): argument
171 def get(self, channel, origin, granularity): argument
/aosp_15_r20/libcore/ojluni/annotations/hiddenapi/java/util/
H A DRandom.java62 final long internalNextLong(long origin, long bound) { in internalNextLong()
66 final int internalNextInt(int origin, int bound) { in internalNextInt()
70 final double internalNextDouble(double origin, double bound) { in internalNextDouble()
221 java.util.Random rng, long index, long fence, double origin, double bound) { in RandomDoublesSpliterator()
259 final double origin; field in Random.RandomDoublesSpliterator
275 RandomIntsSpliterator(java.util.Random rng, long index, long fence, int origin, int bound) { in RandomIntsSpliterator()
313 final int origin; field in Random.RandomIntsSpliterator
330 java.util.Random rng, long index, long fence, long origin, long bound) { in RandomLongsSpliterator()
368 final long origin; field in Random.RandomLongsSpliterator
/aosp_15_r20/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/type/
H A DArrayType.java73 private Origin origin; field in ArrayType
76 public ArrayType(Type componentType, Origin origin, NodeList<AnnotationExpr> annotations) { in ArrayType()
88 …public ArrayType(TokenRange tokenRange, Type componentType, Origin origin, NodeList<AnnotationExpr… in ArrayType()
177 private Origin origin; field in ArrayType.ArrayBracketPair
179 …public ArrayBracketPair(TokenRange tokenRange, Origin origin, NodeList<AnnotationExpr> annotations… in ArrayBracketPair()
207 public ArrayBracketPair setOrigin(Origin origin) { in setOrigin()
224 public ArrayType setOrigin(final Origin origin) { in setOrigin()
/aosp_15_r20/external/mockito/src/main/java/org/mockito/internal/creation/bytebuddy/
H A DMockMethodAdvice.java56 @Advice.Origin Method origin, in enter()
96 public Callable<?> handle(Object instance, Method origin, Object[] arguments) throws Throwable { in handle()
129 public boolean isOverridden(Object instance, Method origin) { in isOverridden()
144 private final Method origin; field in MockMethodAdvice.RealMethodCall
150 …private RealMethodCall(SelfCallInfo selfCallInfo, Method origin, Object instance, Object[] argumen… in RealMethodCall()
177 private final SerializableMethod origin; field in MockMethodAdvice.SerializableRealMethodCall
183 …private SerializableRealMethodCall(String identifier, Method origin, Object instance, Object[] arg… in SerializableRealMethodCall()
214 …private static Object tryInvoke(Method origin, Object instance, Object[] arguments) throws Throwab… in tryInvoke()
/aosp_15_r20/external/apache-http/src/org/apache/http/impl/cookie/
H A DRFC2965Spec.java84 final String name, final String value, final CookieOrigin origin) { in createCookie()
92 final String name, final String value, final CookieOrigin origin) { in createCookie2()
103 CookieOrigin origin) throws MalformedCookieException { in parse()
158 public void validate(final Cookie cookie, CookieOrigin origin) in validate()
171 public boolean match(final Cookie cookie, CookieOrigin origin) { in match()
223 private static CookieOrigin adjustEffectiveHost(final CookieOrigin origin) { in adjustEffectiveHost()
H A DCookieSpecBase.java59 protected static String getDefaultPath(final CookieOrigin origin) { in getDefaultPath()
72 protected static String getDefaultDomain(final CookieOrigin origin) { in getDefaultDomain()
76 protected List<Cookie> parse(final HeaderElement[] elems, final CookieOrigin origin) in parse()
108 public void validate(final Cookie cookie, final CookieOrigin origin) in validate()
121 public boolean match(final Cookie cookie, final CookieOrigin origin) { in match()
/aosp_15_r20/external/kotlinx.serialization/formats/json-tests/commonTest/src/kotlinx/serialization/features/
H A DLocalClassesTest.kt38 val origin = Local(42) in testGeneratedSerializer() constant
50 val origin = Local(it) in testInLambda() constant
63 val origin: Local? = null in testObjectCustomSerializer() constant
75 val origin: Local? = null in testClassCustomSerializer() constant
/aosp_15_r20/external/skia/src/gpu/ganesh/
H A DGrRecordingContextPriv.cpp42 GrSurfaceOrigin origin, in createDevice()
61 GrSurfaceOrigin origin, in createDevice()
141 GrSurfaceOrigin origin, in makeSC()
182 GrSurfaceOrigin origin, in makeSFC()
236 GrSurfaceOrigin origin, in makeSFC()
288 GrSurfaceOrigin origin, in makeSFCWithFallback()
323 GrSurfaceOrigin origin, in makeSFCFromBackendTexture()
/aosp_15_r20/external/dexmaker/dexmaker-mockito-inline/src/main/java/com/android/dx/mockito/inline/
H A DMockMethodAdvice.java46 private static Object tryInvoke(Method origin, Object instance, Object[] arguments) in tryInvoke()
174 Method origin = Class.forName(methodComponents.group(1)).getDeclaredMethod( in getOrigin() local
195 public Callable<?> handle(Object instance, Method origin, Object[] arguments) throws Throwable { in handle()
239 public boolean isOverridden(Object instance, Method origin) { in isOverridden()
259 private final Method origin; field in MockMethodAdvice.SuperMethodCall
263 private SuperMethodCall(SelfCallInfo selfCallInfo, Method origin, Object instance, in SuperMethodCall()
/aosp_15_r20/external/OpenCL-CTS/test_conformance/events/
H A Daction_classes.cpp337 size_t origin[3] = { 0, 0, 0 }, region[3] = { mWidth, mHeight, 1 }; in Execute() local
373 size_t origin[3] = { 0, 0, 0 }, region[3] = { mWidth, mHeight, mDepth }; in Execute() local
409 size_t origin[3] = { 0, 0, 0 }, region[3] = { mWidth, mHeight, 1 }; in Execute() local
446 size_t origin[3] = { 0, 0, 0 }, region[3] = { mWidth, mHeight, mDepth }; in Execute() local
461 size_t origin[3] = { 0, 0, 0 }, region[3] = { mWidth, mHeight, mDepth }; in Execute() local
595 size_t origin[3] = { 0, 0, 0 }, region[3] = { mWidth, mHeight, 1 }; in Execute() local
632 size_t origin[3] = { 0, 0, 0 }, region[3] = { mWidth, mHeight, mDepth }; in Execute() local
670 size_t origin[3] = { 0, 0, 0 }, region[3] = { mWidth, mHeight, 1 }; in Execute() local
707 size_t origin[3] = { 0, 0, 0 }, region[3] = { mWidth, mHeight, mDepth }; in Execute() local
747 size_t origin[3] = { 0, 0, 0 }, region[3] = { mWidth, mHeight, 1 }; in Execute() local
/aosp_15_r20/frameworks/base/core/java/android/webkit/
H A DWebStorage.java64 protected Origin(String origin, long quota, long usage) { in Origin()
136 public void getUsageForOrigin(String origin, ValueCallback<Long> callback) { in getUsageForOrigin()
146 public void getQuotaForOrigin(String origin, ValueCallback<Long> callback) { in getQuotaForOrigin()
157 public void setQuotaForOrigin(String origin, long quota) { in setQuotaForOrigin()
165 public void deleteOrigin(String origin) { in deleteOrigin()
/aosp_15_r20/external/skia/src/text/
H A DGlyphRun.cpp47 SkPoint origin, in GlyphRunList()
58 SkPoint origin, in GlyphRunList()
189 const GlyphRun& run, const SkPaint& paint, SkPoint origin) { in makeGlyphRunList()
196 const SkFont& font, SkSpan<const SkGlyphID> glyphIDs, SkPoint origin, SkPoint* buffer) { in draw_text_positions()
212 const void* bytes, size_t byteLength, SkPoint origin, in textToGlyphRunList()
233 const SkTextBlob& blob, SkPoint origin) { in blobToGlyphRunList()
372 const SkTextBlob* blob, const SkRect& bounds, SkPoint origin) { in setGlyphRunList()
/aosp_15_r20/libcore/luni/src/test/java/libcore/java/util/
H A DRandomTest.java104 final int origin = 128, bound = 256; in test_ints$II() local
125 final int origin = 128, bound = 256; in test_ints$LII() local
184 final int origin = 128, bound = 256; in test_longs$II() local
204 final int origin = 128, bound = 256; in test_longs$LII() local
263 final int origin = 128, bound = 256; in test_doubles$II() local
287 final int origin = 128, bound = 256; in test_doubles$LII() local
/aosp_15_r20/external/turbine/java/com/google/turbine/binder/
H A DHierarchyBinder.java46 ClassSymbol origin, in bind()
53 private final ClassSymbol origin; field in HierarchyBinder
59 ClassSymbol origin, in HierarchyBinder()
75 log.error(decl.xtnds().get().position(), ErrorKind.CYCLIC_HIERARCHY, origin); in bind() local
103 log.error(i.position(), ErrorKind.CYCLIC_HIERARCHY, origin); in bind() local
/aosp_15_r20/external/OpenCL-CTS/test_conformance/basic/
H A Dtest_image_multipass.cpp186 size_t origin[3] = {0, 0, 0}, region[3] = {img_width, img_height, 1}; in test_image_multipass_integer_coord() local
244 size_t origin[3] = {0, 0, 0}, region[3] = {img_width, img_height, 1}; in test_image_multipass_integer_coord() local
357 size_t origin[3] = {0, 0, 0}, region[3] = {img_width, img_height, 1}; in test_image_multipass_integer_coord() local
437 size_t origin[3] = {0, 0, 0}, region[3] = {img_width, img_height, 1}; in test_image_multipass_float_coord() local
488 size_t origin[3] = {0, 0, 0}, region[3] = {img_width, img_height, 1}; in test_image_multipass_float_coord() local
598 size_t origin[3] = {0, 0, 0}, region[3] = {img_width, img_height, 1}; in test_image_multipass_float_coord() local

12345678910>>...94