Searched refs:Util (Results 1 - 25 of 255) sorted by relevance

1234567891011

/external/apache-harmony/archive/src/test/java-internal/org/apache/harmony/archive/util/
H A DUtilTest.java49 assertTrue(Util.asciiEndsWithIgnoreCase(s1, s2));
50 assertTrue(Util.asciiEndsWithIgnoreCase(s2, s1));
51 assertTrue(Util.asciiEndsWithIgnoreCase(s1, "wxyz"));
57 assertTrue(Util.asciiEqualsIgnoreCase(s1, s2));
58 assertTrue(Util.asciiEqualsIgnoreCase(s2, s1));
62 assertTrue(Util.asciiEqualsIgnoreCase(ASCII_ALPHABET_LC_BYTES,
64 assertTrue(Util.asciiEqualsIgnoreCase(ASCII_ALPHABET_LC_BYTES,
66 assertTrue(Util.asciiEqualsIgnoreCase(ASCII_ALPHABET_UC_BYTES,
/external/webkit/Tools/TestWebKitAPI/Tests/WebKit2/
H A DCanHandleRequest.cpp58 WKRetainPtr<WKContextRef> context = adoptWK(Util::createContextForInjectedBundleTest("CanHandleRequestTest"));
61 _WKContextRegisterURLSchemeAsEmptyDocument(context.get(), Util::toWK("emptyscheme").get());
65 WKPageLoadURL(webView.page(), adoptWK(Util::createURLForResource("simple", "html")).get());
67 WKContextPostMessageToInjectedBundle(context.get(), Util::toWK("CheckCanHandleRequest").get(), 0);
68 Util::run(&didReceiveMessage);
H A DResponsivenessTimerDoesntFireEarly_Bundle.cpp53 Util::sleep(0.5);
55 WKBundlePostMessage(bundle, Util::toWK("DidBrieflyPause").get(), 0);
H A DResponsivenessTimerDoesntFireEarly.cpp78 WKRetainPtr<WKContextRef> context = adoptWK(Util::createContextForInjectedBundleTest("ResponsivenessTimerDoesntFireEarlyTest"));
84 WKPageLoadURL(webView.page(), adoptWK(Util::createURLForResource("simple", "html")).get());
85 Util::run(&didFinishLoad);
87 WKContextPostMessageToInjectedBundle(context.get(), Util::toWK("BrieflyPause").get(), 0);
94 Util::run(&didBrieflyPause);
H A DDocumentStartUserScriptAlertCrash.cpp50 WKRetainPtr<WKContextRef> context(AdoptWK, Util::createContextForInjectedBundleTest("DocumentStartUserScriptAlertCrashTest", pageGroup.get()));
60 WKRetainPtr<WKURLRef> url(AdoptWK, Util::createURLForResource("simple", "html"));
63 Util::run(&done);
H A DForceRepaint.cpp62 WKRetainPtr<WKURLRef> url(AdoptWK, Util::createURLForResource("simple-accelerated-compositing", "html"));
65 Util::run(&test1Done);
66 Util::run(&test2Done);
H A DAboutBlankLoad.cpp38 TEST_ASSERT(WKStringIsEqualToUTF8CString(Util::MIMETypeForWKURLResponse(response).get(), "text/html"));
57 Util::run(&done);
H A DHitTestResultNodeHandle.cpp73 WKRetainPtr<WKContextRef> context(AdoptWK, Util::createContextForInjectedBundleTest("HitTestResultNodeHandleTest"));
80 WKPageLoadURL(webView.page(), adoptWK(Util::createURLForResource("simple", "html")).get());
81 Util::run(&didFinishLoad);
85 Util::run(&done);
H A DPageLoadDidChangeLocationWithinPageForFrame.cpp71 WKRetainPtr<WKURLRef> url(AdoptWK, Util::createURLForResource("file-with-anchor", "html"));
73 Util::run(&didFinishLoad);
77 WKPageRunJavaScriptInMainFrame(webView.page(), Util::toWK("clickLink()").get(), 0, nullJavaScriptCallback);
78 Util::run(&didChangeLocationWithinPage);
H A DRestoreSessionStateContainingFormData.cpp56 WKPageLoadURL(webView.page(), adoptWK(Util::createURLForResource("simple-form", "html")).get());
57 Util::run(&didFinishLoad);
61 Util::run(&didFinishLoad);
81 Util::run(&didFinishLoad);
/external/smali/dexlib/src/main/java/org/jf/dexlib/Util/
H A DPair.java29 package org.jf.dexlib.Util;
H A DAlignmentUtils.java29 package org.jf.dexlib.Util;
H A DAnnotatedOutput.java25 package org.jf.dexlib.Util;
H A DInput.java25 package org.jf.dexlib.Util;
H A DReadOnlyArrayList.java29 package org.jf.dexlib.Util;
/external/webkit/Tools/TestWebKitAPI/Tests/WebKit2/win/
H A DHideFindIndicator.cpp66 WKRetainPtr<WKURLRef> url = adoptWK(Util::createURLForResource("find", "html"));
68 Util::run(&didFinishLoad);
71 WKPageFindString(webView.page(), Util::toWK("Hello").get(), kWKFindOptionsShowFindIndicator, 100);
72 Util::run(&findIndicatorCallbackWasCalled);
80 Util::run(&findIndicatorCallbackWasCalled);
/external/smali/dexlib/src/main/java/org/jf/dexlib/EncodedValue/
H A DByteEncodedValue.java31 import org.jf.dexlib.Util.AnnotatedOutput;
32 import org.jf.dexlib.Util.EncodedValueUtils;
33 import org.jf.dexlib.Util.Input;
H A DArrayEncodedValue.java32 import org.jf.dexlib.Util.AnnotatedOutput;
33 import org.jf.dexlib.Util.Input;
H A DStringEncodedValue.java33 import org.jf.dexlib.Util.AnnotatedOutput;
34 import org.jf.dexlib.Util.EncodedValueUtils;
35 import org.jf.dexlib.Util.Input;
36 import org.jf.dexlib.Util.Utf8Utils;
H A DAnnotationEncodedValue.java34 import org.jf.dexlib.Util.AnnotatedOutput;
35 import org.jf.dexlib.Util.Input;
/external/openfst/src/include/fst/
H A Dequivalent.h174 typedef EquivalenceUtil<Arc> Util; typedef
175 typedef typename Util::MappedId MappedId;
176 enum { FST1 = 1, FST2 = 2 }; // Required by Util::MapState(...)
178 MappedId s1 = Util::MapState(fst1.Start(), FST1);
179 MappedId s2 = Util::MapState(fst2.Start(), FST2);
182 UnionFind<MappedId> eq_classes(1000, Util::kInvalidId);
203 if (Util::IsFinal(fst1, s1) != Util::IsFinal(fst2, s2)) {
216 MappedId rep1 = Util::FindSet(&eq_classes, s1);
217 MappedId rep2 = Util
[all...]
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dequivalent.h142 typedef EquivalenceUtil<Arc> Util; typedef
143 typedef typename Util::MappedId MappedId;
144 enum { FST1 = 1, FST2 = 2 }; // Required by Util::MapState(...)
146 MappedId s1 = Util::MapState(fst1.Start(), FST1);
147 MappedId s2 = Util::MapState(fst2.Start(), FST2);
150 UnionFind<MappedId> eq_classes(1000, Util::kInvalidId);
157 if (Util::IsFinal(fst1, s1) != Util::IsFinal(fst2, s2)) {
182 MappedId rep1 = Util::FindSet(&eq_classes, s1);
183 MappedId rep2 = Util
[all...]
/external/smali/baksmali/src/main/java/org/jf/baksmali/Renderers/
H A DCharRenderer.java32 import org.jf.dexlib.Util.Utf8Utils;
/external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Analysis/
H A DValidationException.java31 import org.jf.dexlib.Util.ExceptionWithContext;
/external/smali/dexlib/src/main/java/org/jf/dexlib/
H A DIndexedSection.java31 import org.jf.dexlib.Util.ExceptionWithContext;
32 import org.jf.dexlib.Util.Input;

Completed in 1581 milliseconds

1234567891011