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

<<31323334353637383940>>

  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.api.tools.ee.javase16_1.0.0.200901281111/org/eclipse/pde/api/tools/internal/api_stubs/
JavaSE-1.6.zip 
  /external/chromium_org/third_party/mesa/src/docs/
MESA_texture_array.spec 163 Change the first paragraph (page 150) to say (spec changes identical to
179 Change the fourth paragraph on page 151 to say (spec changes identical
190 Change the fourth paragraph on page 156 to say (spec changes identical
228 Change the second paragraph (page 159) (spec changes identical
246 Change the last paragraph on page 160 to say (spec changes identical
309 Change the third paragraph (page 176) to say (spec changes identical
318 Change first paragraph to say (spec changes identical to
331 Change the second paragraph (page 177) to say (spec changes identical
340 Change the second and third paragraphs (page 179) to say (spec changes
372 Change section (page 180) to say (spec changes identical to
    [all...]
  /external/libvorbis/doc/
04-codec.tex 5 \section{Codec Setup and Packet Decode} \label{vorbis:spec:codec}
12 provided in \xref{vorbis:spec:intro}. \xref{vorbis:spec:bitpacking} covers reading and writing bit fields from
87 \xref{vorbis:spec:comment}.
113 in \xref{vorbis:spec:codebook}. Save each configuration, in
145 configuration as defined in \xref{vorbis:spec:floor0}; save
149 decode the floor configuration as defined in \xref{vorbis:spec:floor1}; save this configuration in slot \varname{[i]} of the floor configuration array \varname{[vorbis_floor_configurations]}.
169 one or two, decode the residue configuration as defined in \xref{vorbis:spec:residue}; save this configuration in slot \varname{[i]} of the residue configuration array \varname{[vorbis_residue_configurations]}.
209 \item vector \varname{[vorbis_mapping_magnitude]} element \varname{[j]}= read \link{vorbis:spec:ilog}{ilog}(\varname{[audio_channels]} - 1) bits as unsigned integer
210 \item vector \varname{[vorbis_mapping_angle]} element \varname{[j]}= read \link{vorbis:spec:ilog}{ilog}(\varname{[audio_channels]} - 1) bits as unsigned intege
    [all...]
  /external/mesa3d/docs/
MESA_texture_array.spec 163 Change the first paragraph (page 150) to say (spec changes identical to
179 Change the fourth paragraph on page 151 to say (spec changes identical
190 Change the fourth paragraph on page 156 to say (spec changes identical
228 Change the second paragraph (page 159) (spec changes identical
246 Change the last paragraph on page 160 to say (spec changes identical
309 Change the third paragraph (page 176) to say (spec changes identical
318 Change first paragraph to say (spec changes identical to
331 Change the second paragraph (page 177) to say (spec changes identical
340 Change the second and third paragraphs (page 179) to say (spec changes
372 Change section (page 180) to say (spec changes identical to
    [all...]
  /frameworks/base/services/core/java/com/android/server/wm/
AccessibilityController.java 112 public void setMagnificationSpecLocked(MagnificationSpec spec) {
114 mDisplayMagnifier.setMagnificationSpecLocked(spec);
254 public void setMagnificationSpecLocked(MagnificationSpec spec) {
255 mMagnifedViewport.updateMagnificationSpecLocked(spec);
371 MagnificationSpec spec = mMagnifedViewport.getMagnificationSpecLocked(); local
372 if (spec != null && !spec.isNop()) {
383 return spec;
434 public void updateMagnificationSpecLocked(MagnificationSpec spec) {
435 if (spec != null)
575 MagnificationSpec spec = mMagnificationSpec; local
    [all...]
  /external/chromium_org/net/spdy/
spdy_stream_unittest.cc 166 EXPECT_EQ(kStreamUrl, stream->GetUrlFromHeaders().spec());
221 EXPECT_EQ(kStreamUrl, stream.GetUrlFromHeaders().spec());
284 EXPECT_EQ(kStreamUrl, stream->GetUrlFromHeaders().spec());
367 EXPECT_EQ(kStreamUrl, stream->GetUrlFromHeaders().spec());
428 EXPECT_EQ(kStreamUrl, stream->GetUrlFromHeaders().spec());
485 EXPECT_EQ(kStreamUrl, stream->GetUrlFromHeaders().spec());
543 EXPECT_EQ(kStreamUrl, stream->GetUrlFromHeaders().spec());
618 EXPECT_EQ(kStreamUrl, stream->GetUrlFromHeaders().spec());
698 EXPECT_EQ(kStreamUrl, stream->GetUrlFromHeaders().spec());
765 EXPECT_EQ(kStreamUrl, stream->GetUrlFromHeaders().spec());
    [all...]
  /external/chromium_org/third_party/WebKit/Source/modules/crypto/
NormalizeAlgorithm.cpp 265 // Defined by the WebCrypto spec as:
287 // Defined by the WebCrypto spec as:
312 // Defined by the WebCrypto spec as:
408 // Defined by the WebCrypto spec as:
428 // Defined by the WebCrypto spec as:
457 // Defined by the WebCrypto spec as:
472 // Defined by the WebCrypto spec as:
496 // Defined by the WebCrypto spec as:
511 // Defined by the WebCrypto spec as:
539 // Defined by the WebCrypto spec as
    [all...]
  /external/deqp/modules/gles31/functional/
es31fFboNoAttachmentTests.cpp 329 const FboSpec& spec);
352 const FboSpec& spec)
355 , m_spec (spec)
519 const FboSpec spec (width, height, 0);
524 group->addChild(new SizeCase(testCtx, renderCtx, name.str().c_str(), name.str().c_str(), spec));
565 const FboSpec& spec = specs[caseNdx]; local
568 name << spec.width << "x" << spec.height;
570 group->addChild(new SizeCase(testCtx, renderCtx, name.str().c_str(), name.str().c_str(), spec));
582 const FboSpec spec (128, 128, samples)
    [all...]
  /external/deqp/modules/gles31/stress/
es31sVertexAttributeBindingTests.cpp 384 TestSpec spec; local
386 spec.bufferOffset = bufferOffset;
387 spec.bufferStride = bufferStrideBase + bufferStridePadding;
388 spec.positionAttrOffset = positionAttrOffset;
389 spec.colorAttrOffset = colorAttrOffset;
390 spec.hasColorAttr = hasColorAttr;
393 DE_ASSERT(!deIsAligned32(spec.bufferOffset + spec.positionAttrOffset, datumSize));
395 DE_ASSERT(deIsAligned32(spec.bufferOffset + spec.positionAttrOffset, datumSize))
    [all...]
  /cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/
KeyManagementTest.java 29 import java.security.spec.InvalidKeySpecException;
30 import java.security.spec.PKCS8EncodedKeySpec;
  /cts/tools/signature-tools/
sig-create 77 java.security.spec \
91 javax.crypto.spec \
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
HighRegisterPrefix.java 135 * Returns the proper move instruction for the given source spec
138 * @param src {@code non-null;} the source register spec
  /dalvik/dx/src/com/android/dx/dex/code/
HighRegisterPrefix.java 134 * Returns the proper move instruction for the given source spec
137 * @param src {@code non-null;} the source register spec
  /dalvik/dx/src/com/android/dx/dex/code/form/
Form22t.java 27 * Instruction format {@code 22t}. See the instruction format spec
94 // Note: A zero offset would fit, but it is prohibited by the spec.
  /development/samples/Vault/src/com/example/android/vault/
SecretKeyWrapper.java 77 final KeyPairGeneratorSpec spec = new KeyPairGeneratorSpec.Builder(context) local
86 gen.initialize(spec);
  /external/apache-harmony/crypto/src/test/api/java/org/apache/harmony/crypto/tests/javax/crypto/spec/
IvParameterSpecTest.java 22 package org.apache.harmony.crypto.tests.javax.crypto.spec;
28 import javax.crypto.spec.IvParameterSpec;
PBEParameterSpecTest.java 22 package org.apache.harmony.crypto.tests.javax.crypto.spec;
26 import javax.crypto.spec.PBEParameterSpec;
  /external/apache-harmony/crypto/src/test/api/java.injected/javax/crypto/
MacSpiTest.java 29 import java.security.spec.AlgorithmParameterSpec;
31 import javax.crypto.spec.SecretKeySpec;
  /external/apache-harmony/crypto/src/test/api/java.injected/javax/crypto/spec/
PSourceTest.java 22 package javax.crypto.spec;
25 import javax.crypto.spec.PSource;
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/spec/
RSAOtherPrimeInfoTest.java 22 package org.apache.harmony.security.tests.java.security.spec;
25 import java.security.spec.RSAOtherPrimeInfo;
  /external/chromium_org/android_webview/native/permission/
permission_request_handler.cc 74 std::string key = origin.GetOrigin().spec();
135 preauthorized_permission_.find(origin.GetOrigin().spec());
  /external/chromium_org/apps/browser/api/app_runtime/
app_runtime_api.cc 101 launch_data.url.reset(new std::string(url.spec()));
102 launch_data.referrer_url.reset(new std::string(referrer_url.spec()));
  /external/chromium_org/base/json/
string_escape.cc 30 // isn't required by the spec, but it's more readable by humans.
33 // Note: \v is in the reader, but not here since the JSON spec doesn't
  /external/chromium_org/chrome/browser/apps/
app_url_redirector.cc 66 << params.url().spec() << " -> "
81 << request->method() << " " << request->url().spec();
  /external/chromium_org/chrome/browser/chromeos/offline/
offline_load_page_unittest.cc 113 EXPECT_EQ(kURL2, web_contents()->GetVisibleURL().spec());
142 EXPECT_EQ(kURL1, web_contents()->GetLastCommittedURL().spec());

Completed in 615 milliseconds

<<31323334353637383940>>