HomeSort by relevance Sort by last modified time
    Searched full:spec (Results 651 - 675 of 5720) sorted by null

<<21222324252627282930>>

  /external/chromium_org/components/domain_reliability/
config.cc 40 const std::string& spec = url.spec(); local
44 if (MatchPattern(spec, **it))
  /external/chromium_org/net/base/
url_util.cc 89 return url_.spec().substr(key_.begin, key_.len);
96 return url_.spec().substr(value_.begin, value_.len);
122 !url::ExtractQueryKeyValue(url_.spec().c_str(), &query_, &key_, &value_);
  /external/chromium_org/net/quic/crypto/
crypto_utils.cc 50 // NOTE: Microsoft does NOT enforce this spec, so if we throw away hostnames
51 // based on the above spec, we may be losing some hostnames that windows
53 // accepted by the above spec is '_'.
  /external/chromium_org/third_party/WebKit/Source/core/animation/
AnimatableRepeatable.cpp 48 // Spec: If a pair of values cannot be interpolated, then the lists are not interpolable.
57 // Interpolation behaviour spec: http://www.w3.org/TR/css3-transitions/#animtype-repeatable-list
65 // Spec: If a pair of values cannot be interpolated, then the lists are not interpolable.
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGStringList.h 42 // Implementation of SVGStringList spec:
50 // SVGStringList items are exposed to Javascript as DOMString (not SVGString) as in the spec.
66 // SVGStringList DOM Spec implementation. These are only to be called from SVGStringListTearOff:
  /external/chromium_org/third_party/WebKit/Source/core/xml/parser/
MarkupTokenizerInlines.h 61 // We use this macro when the HTML5 spec says "reconsume the current input
69 // We use this macro when the HTML5 spec says "consume the next input
80 // Sometimes there's more complicated logic in the spec that separates when
  /external/chromium_org/third_party/WebKit/Source/modules/serviceworkers/polyfills/
cachePolyfill.js 8 // See https://slightlyoff.github.io/ServiceWorker/spec/service_worker/index.html#cache-objects
30 // FIXME: Should this be in the spec?
45 // FIXME: Should spec rename each --> forEach?
  /external/chromium_org/third_party/angle/src/libGLESv2/
Fence.cpp 41 // GL_NV_fence spec:
81 // GL_NV_fence spec:
185 // The spec does not specify any way to report errors during the status test (e.g. device lost)
  /external/chromium_org/third_party/libjingle/source/talk/sound/
pulseaudiosoundsystem.h 156 const pa_sample_spec &spec));
164 const pa_sample_spec &spec);
172 const pa_sample_spec &spec);
  /external/chromium_org/tools/clang/blink_gc_plugin/
RecordInfo.h 36 BasePoint(const clang::CXXBaseSpecifier& spec,
39 : spec_(spec), info_(info), status_(status) {}
41 const clang::CXXBaseSpecifier& spec() { return spec_; } function in class:BasePoint
  /external/chromium_org/ui/base/dragdrop/
os_exchange_data_provider_aurax11_unittest.cc 55 EXPECT_EQ(kGoogleURL, out_gurl.spec());
66 EXPECT_EQ(kGoogleURL, out_gurl.spec());
105 EXPECT_EQ(kGoogleURL, out_gurl.spec());
os_exchange_data_unittest.cc 41 EXPECT_EQ(url_spec, url.spec());
54 // URL spec and title should match
59 EXPECT_EQ(url_spec, output_url.spec());
  /external/chromium_org/ui/views/controls/
message_box_view.h 36 // to HTML5 spec for details.
37 // http://dev.w3.org/html5/spec/Overview.html#text-rendered-in-native-user-interfaces:
38 // The spec does not say anything about alignment. And we choose to
  /external/dexmaker/src/dx/java/com/android/dx/rop/code/
PlainInsn.java 37 * @param result {@code null-ok;} spec for the result, if any
63 * @param result {@code null-ok;} spec for the result, if any
64 * @param source {@code non-null;} spec for the source
  /external/junit/src/org/junit/internal/runners/
JUnit4ClassRunner.java 66 Description spec= Description.createSuiteDescription(getName(), classAnnotations()); local
69 spec.addChild(methodDescription(method));
70 return spec;
  /external/libvorbis/
CHANGES 67 * documentation and spec fixes
69 * new draft RTP encapsulation spec
75 * new draft RTP encapsulation spec
  /external/nist-sip/java/gov/nist/javax/sip/header/ims/
PVisitedNetworkIDHeader.java 66 * vnetwork-spec
67 * *(COMMA vnetwork-spec)
68 * vnetwork-spec = (token / quoted-string)
  /external/nist-sip/java/gov/nist/javax/sip/parser/ims/
PVisitedNetworkIDParser.java 47 * vnetwork-spec
48 * *(COMMA vnetwork-spec)
49 * vnetwork-spec = (token / quoted-string)
  /frameworks/base/tests/GridLayoutTest/src/com/android/test/layout/
AlignmentTest.java 39 import static android.widget.GridLayout.spec;
96 LayoutParams layoutParams = new LayoutParams(spec(i, va), spec(j, ha));
  /frameworks/opt/vcard/java/com/android/vcard/
VCardParser_V21.java 29 * vCard parser for vCard 2.1. See the specification for more detail about the spec itself.
32 * The spec is written in 1996, and currently various types of "vCard 2.1" exist.
35 * In stead, not only vCard spec but also real world vCard is considered.
  /libcore/luni/src/main/java/javax/crypto/spec/
GCMParameterSpec.java 17 package javax.crypto.spec;
19 import java.security.spec.AlgorithmParameterSpec;
92 * Returns the Initial Vector (IV) used by this parameter spec.
OAEPParameterSpec.java 18 package javax.crypto.spec;
20 import java.security.spec.AlgorithmParameterSpec;
21 import java.security.spec.MGF1ParameterSpec;
  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
KeyPairGenerator4Test.java 24 import java.security.spec.DSAParameterSpec;
105 * java.security.KeyPairGenerator#initialize(java.security.spec.AlgorithmParameterSpec)
122 * java.security.KeyPairGenerator#initialize(java.security.spec.AlgorithmParameterSpec,
  /libcore/luni/src/test/java/tests/security/spec/
EncodedKeySpecTest.java 23 package tests.security.spec;
27 import org.apache.harmony.security.tests.support.spec.MyEncodedKeySpec;
29 import java.security.spec.EncodedKeySpec;
PKCS8EncodedKeySpecTest.java 23 package tests.security.spec;
27 import java.security.spec.EncodedKeySpec;
28 import java.security.spec.PKCS8EncodedKeySpec;

Completed in 880 milliseconds

<<21222324252627282930>>