HomeSort by relevance Sort by last modified time
    Searched refs:canonicalize (Results 1 - 25 of 199) sorted by null

1 2 3 4 5 6 7 8

  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
FormEncodingBuilder.java 35 HttpUrl.canonicalize(content, name, 0, name.length(),
38 HttpUrl.canonicalize(content, value, 0, value.length(),
48 HttpUrl.canonicalize(content, name, 0, name.length(),
51 HttpUrl.canonicalize(content, value, 0, value.length(),
HttpUrl.java 206 * application that stores information-per-URL will need to either canonicalize manually, or suffer
690 this.encodedUsername = canonicalize(username, USERNAME_ENCODE_SET, false, false, false, true);
696 this.encodedUsername = canonicalize(
703 this.encodedPassword = canonicalize(password, PASSWORD_ENCODE_SET, false, false, false, true);
709 this.encodedPassword = canonicalize(
752 String canonicalPathSegment = canonicalize(
765 String canonicalPathSegment = canonicalize(encodedPathSegment,
793 ? queryStringToNamesAndValues(canonicalize(
802 canonicalize(encodedQuery, QUERY_ENCODE_SET, true, false, true, true))
812 canonicalize(name, QUERY_COMPONENT_ENCODE_SET, false, false, true, true)) method
824 canonicalize(encodedName, QUERY_COMPONENT_ENCODE_SET, true, false, true, true)); method
856 canonicalize(encodedName, QUERY_COMPONENT_ENCODE_SET, true, false, true, true)); method
    [all...]
  /frameworks/compile/mclinker/lib/Support/
RealPath.cpp 43 detail::canonicalize(m_PathName);
49 detail::canonicalize(path_name.native());
Path.cpp 120 detail::canonicalize(result);
124 bool Path::canonicalize() { function in class:mcld::sys::fs::Path
125 return detail::canonicalize(m_PathName);
  /external/elfutils/libdwfl/
dwfl_error.c 94 canonicalize (Dwfl_Error error) function
129 return canonicalize (error);
136 global_error = canonicalize (error);
  /external/desugar/java/com/google/devtools/common/options/
OptionsProvider.java 75 List<String> canonicalize(); method in interface:OptionsProvider
  /libcore/json/src/test/java/org/json/
ParsingTest.java 234 actual = canonicalize(actual);
235 expected = canonicalize(expected);
248 private Object canonicalize(Object input) throws JSONException { method in class:ParsingTest
253 result.add(canonicalize(array.opt(i))); method
261 result.put(key, canonicalize(object.get(key)));
  /libcore/ojluni/src/main/java/java/lang/invoke/
MethodTypeForm.java 266 MethodType erased = canonicalize(mt, ERASE, ERASE);
276 /** Codes for {@link #canonicalize(java.lang.Class, int)}.
288 /** Canonicalize the types in the given method type.
292 public static MethodType canonicalize(MethodType mt, int howRet, int howArgs) { method in class:MethodTypeForm
296 Class<?> rtc = MethodTypeForm.canonicalize(rtype, howRet);
307 /** Canonicalize the given return or param type.
310 static Class<?> canonicalize(Class<?> t, int how) { method in class:MethodTypeForm
359 /** Canonicalize each param type in the given array.
365 Class<?> c = canonicalize(ts[i], how);
  /external/guice/core/src/com/google/inject/internal/
MoreTypes.java 146 return ((CompositeType) canonicalize(type)).isFullySpecified();
155 public static Type canonicalize(Type type) { method in class:MoreTypes
158 return c.isArray() ? new GenericArrayTypeImpl(canonicalize(c.getComponentType())) : c;
365 this.ownerType = ownerType == null ? null : canonicalize(ownerType);
366 this.rawType = canonicalize(rawType);
371 this.typeArguments[t] = canonicalize(this.typeArguments[t]);
449 this.componentType = canonicalize(componentType);
493 this.lowerBound = canonicalize(lowerBounds[0]);
500 this.upperBound = canonicalize(upperBounds[0]);
BytecodeGen.java 67 static final ClassLoader GUICE_CLASS_LOADER = canonicalize(BytecodeGen.class.getClassLoader());
147 * Attempts to canonicalize null references to the system class loader.
150 private static ClassLoader canonicalize(ClassLoader classLoader) { method in class:BytecodeGen
173 delegate = canonicalize(delegate);
  /external/llvm/test/MC/ARM/
arm-aliases.s 4 @ Shift-by-zero should canonicalize to no shift at all (lsl #0 encoding)
  /external/r8/src/main/java/com/android/tools/r8/graph/
DexDebugEntryBuilder.java 107 getEntry(register).set(canonicalize(name, type, signature));
146 private DebugLocalInfo canonicalize(DexString name, DexType type, DexString signature) { method in class:DexDebugEntryBuilder
DexItemFactory.java 276 synchronized private static <T extends DexItem> T canonicalize(Map<T, T> map, T item) { method in class:DexItemFactory
301 return canonicalize(types, type);
311 return canonicalize(fields, field);
321 return canonicalize(protos, proto);
346 return canonicalize(methods, method);
357 return canonicalize(methodHandles, methodHandle);
365 return canonicalize(callSites, callSite);
  /frameworks/compile/mclinker/include/mcld/Support/
FileSystem.h 85 size_t canonicalize(Path::StringType& pPathName);
  /libcore/ojluni/src/main/java/java/io/
FileSystem.java 97 public abstract String canonicalize(String path) throws IOException; method in class:FileSystem
  /external/guice/core/src/com/google/inject/
TypeLiteral.java 21 import static com.google.inject.internal.MoreTypes.canonicalize;
89 this.type = canonicalize(checkNotNull(type, "type"));
95 * Returns the type from super class's type parameter in {@link MoreTypes#canonicalize(Type)
104 return canonicalize(parameterized.getActualTypeArguments()[0]);
  /packages/services/Car/tests/CarDiagnosticVerifier/src/com/google/android/car/diagnosticverifier/
DiagnosticVerifier.java 108 CarDiagnosticEvent canonicalEvent = canonicalize(event);
115 CarDiagnosticEvent newEvent = canonicalize(event);
222 * The function will canonicalize a given event by using JSON converter which will reset event
226 private CarDiagnosticEvent canonicalize(CarDiagnosticEvent event) { method in class:DiagnosticVerifier
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
LocaleIDParser.java 43 private boolean canonicalize; field in class:LocaleIDParser
65 public LocaleIDParser(String localeID, boolean canonicalize) {
69 this.canonicalize = canonicalize;
551 if (canonicalize) {
PluralRulesLoader.java 65 String localeId = ULocale.canonicalize(locale.getBaseName());
168 String localeId = ULocale.canonicalize(locale.getBaseName());
268 String localeId = ULocale.canonicalize(locale.getBaseName());
  /external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/impl/
LocaleIDParser.java 41 private boolean canonicalize; field in class:LocaleIDParser
63 public LocaleIDParser(String localeID, boolean canonicalize) {
67 this.canonicalize = canonicalize;
549 if (canonicalize) {
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
LocaleIDParser.java 41 private boolean canonicalize; field in class:LocaleIDParser
63 public LocaleIDParser(String localeID, boolean canonicalize) {
67 this.canonicalize = canonicalize;
549 if (canonicalize) {
PluralRulesLoader.java 63 String localeId = ULocale.canonicalize(locale.getBaseName());
166 String localeId = ULocale.canonicalize(locale.getBaseName());
266 String localeId = ULocale.canonicalize(locale.getBaseName());
  /external/icu/icu4c/source/common/
locid.cpp 170 UBool canonicalize = FALSE; local
178 canonicalize = TRUE; // always canonicalize host ID
183 if (canonicalize) {
486 Locale& Locale::init(const char* localeID, UBool canonicalize)
519 // "canonicalize" the locale ID to ICU/Java format
521 length = canonicalize ?
533 length = canonicalize ?
544 /* after uloc_getName/canonicalize() we know that only '_' are separators */
  /external/llvm/include/llvm/ADT/
ImmutableMap.h 101 const bool Canonicalize;
104 Factory(bool canonicalize = true) : Canonicalize(canonicalize) {}
106 Factory(BumpPtrAllocator &Alloc, bool canonicalize = true)
107 : F(Alloc), Canonicalize(canonicalize) {}
113 return ImmutableMap(Canonicalize ? F.getCanonicalTree(T): T);
118 return ImmutableMap(Canonicalize ? F.getCanonicalTree(T): T);
  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
ImmutableMap.h 99 const bool Canonicalize;
102 Factory(bool canonicalize = true)
103 : Canonicalize(canonicalize) {}
105 Factory(BumpPtrAllocator& Alloc, bool canonicalize = true)
106 : F(Alloc), Canonicalize(canonicalize) {}
112 return ImmutableMap(Canonicalize ? F.getCanonicalTree(T): T);
117 return ImmutableMap(Canonicalize ? F.getCanonicalTree(T): T);

Completed in 1065 milliseconds

1 2 3 4 5 6 7 8