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

<<11121314151617181920>>

  /external/chromium_org/third_party/WebKit/Source/modules/serviceworkers/
Response.cpp 20 // FIXME: Maybe append or override content-length and content-type headers using the blob. The spec will clarify what to do:
27 // FIXME: Implement. Spec will eventually whitelist allowable headers.
  /external/chromium_org/third_party/angle/src/compiler/translator/
TranslatorESSL.cpp 11 TranslatorESSL::TranslatorESSL(ShShaderType type, ShShaderSpec spec)
12 : TCompiler(type, spec, SH_ESSL_OUTPUT) {
ValidateLimitations.h 13 // minimum functionality mandated in GLSL 1.0 spec, Appendix A.
45 // mandated in GLSL 1.0 spec, Appendix A, Section 5.
  /external/chromium_org/third_party/libxml/src/
TODO_SCHEMAS 27 - "formal" checking, i.e. go through the full Structure spec and
28 bind code and associated parts of the Schemas spec
  /external/chromium_org/third_party/openmax_dl/dl/sp/src/arm/arm64/
omxSP_FFTFwd_RToCCS_F32.c 110 ARMsFFTSpec_R_FC32* spec = (ARMsFFTSpec_R_FC32*)pFFTSpec; local
123 if (!validateParametersF32(pSrc, pDst, spec))
130 order = fastlog2(spec->N) - 1;
133 subFFTNum = spec->N >> 1;
134 pTwiddle = spec->pTwiddle;
135 pOut = (OMX_FC32*) spec->pBuf;
210 ComplexToRealFixup(pOut, pDst, pTwiddle, spec->pBuf, spec->N);
  /external/chromium_org/third_party/polymer/polymer/
README.md 13 Polymer is based on a set of future technologies, including [Shadow DOM](https://dvcs.w3.org/hg/webcomponents/raw-file/tip/spec/shadow/index.html), [Custom Elements](https://dvcs.w3.org/hg/webcomponents/raw-file/tip/spec/custom/index.html) and Model Driven Views. Currently these technologies are implemented as polyfills or shims, but as browsers adopt these features natively, the platform code that drives Polymer evacipates, leaving only the value-adds.
  /external/conscrypt/src/main/java/org/conscrypt/
OpenSSLDHKeyFactory.java 25 import java.security.spec.InvalidKeySpecException;
26 import java.security.spec.KeySpec;
27 import java.security.spec.PKCS8EncodedKeySpec;
28 import java.security.spec.X509EncodedKeySpec;
32 import javax.crypto.spec.DHParameterSpec;
33 import javax.crypto.spec.DHPrivateKeySpec;
34 import javax.crypto.spec.DHPublicKeySpec;
129 throw new InvalidKeySpecException("Unsupported key type and key spec combination; key="
OpenSSLECPrivateKey.java 27 import java.security.spec.ECParameterSpec;
28 import java.security.spec.ECPrivateKeySpec;
29 import java.security.spec.InvalidKeySpecException;
175 final ECParameterSpec spec = getParams(); local
178 return spec.getCurve().equals(otherSpec.getCurve())
179 && spec.getGenerator().equals(otherSpec.getGenerator())
180 && spec.getOrder().equals(otherSpec.getOrder())
181 && spec.getCofactor() == otherSpec.getCofactor();
  /external/libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.spec/
Android.mk 17 test_makefile := external/libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.spec/Android.mk
19 test_name := utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.spec/swap
  /external/libcxx/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.spec/
Android.mk 17 test_makefile := external/libcxx/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.spec/Android.mk
19 test_name := utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.spec/swap
  /external/libvorbis/
Makefile.am 20 libvorbis.spec libvorbis.spec.in \
  /external/libvorbis/doc/
09-helper.tex 4 \section{Helper equations} \label{vorbis:spec:helper}
15 \subsubsection{ilog} \label{vorbis:spec:ilog}
48 \subsubsection{float32_unpack} \label{vorbis:spec:float32:unpack}
66 \subsubsection{lookup1_values} \label{vorbis:spec:lookup1:values}
81 \subsubsection{low_neighbor} \label{vorbis:spec:low:neighbor}
88 \subsubsection{high_neighbor} \label{vorbis:spec:high:neighbor}
97 \subsubsection{render_point} \label{vorbis:spec:render:point}
125 \subsubsection{render_line} \label{vorbis:spec:render:line}
  /external/qemu/distrib/sdl-1.2.15/src/audio/mint/
SDL_mintaudio.c 45 unsigned long SDL_MintAudio_audiosize; /* Length of audio buffer=spec->size */
66 SDL_memset(buffer, audio->spec.silence, audio->spec.size);
80 audio->spec.callback(audio->spec.userdata,
85 audio->spec.callback(audio->spec.userdata, buffer, audio->spec.size);
  /external/valgrind/main/docs/internals/
SPEC-notes.txt 3 I've been running the SPEC CPU 2006 benchmarks under valgrind (doing some
40 benchmark on SPEC CPU 2000, but in the "art" case it only
  /libcore/luni/src/test/java/libcore/javax/crypto/spec/
AlgorithmParametersTestAES.java 16 package libcore.javax.crypto.spec;
18 import javax.crypto.spec.IvParameterSpec;
AlgorithmParametersTestDES.java 16 package libcore.javax.crypto.spec;
18 import javax.crypto.spec.IvParameterSpec;
AlgorithmParametersTestDESede.java 16 package libcore.javax.crypto.spec;
18 import javax.crypto.spec.IvParameterSpec;
  /libcore/luni/src/test/java/org/apache/harmony/crypto/tests/support/
MySecretKeyFactorySpi.java 26 import java.security.spec.InvalidKeySpecException;
27 import java.security.spec.KeySpec;
  /libcore/support/src/test/java/tests/security/
AlgorithmParametersTest.java 20 import java.security.spec.AlgorithmParameterSpec;
21 import java.security.spec.InvalidParameterSpecException;
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/smart_ptr/
bad_weak_ptr.hpp 23 # pragma warn -8026 // Functions with excep. spec. are not expanded inline
56 # pragma warn .8026 // Functions with excep. spec. are not expanded inline
  /external/chromium_org/chrome/browser/history/
most_visited_tiles_experiment_unittest.cc 226 const std::string& item_url = items[i].url.spec();
262 const std::string& item_url = items[i].url.spec();
285 EXPECT_EQ(most_visited_urls[TILE_ONE].url.spec(),
286 test_urls[TILE_EIGHT].url.spec());
304 EXPECT_EQ(most_visited_urls[TILE_ONE].url.spec(),
305 test_urls[TILE_ONE].url.spec());
306 EXPECT_EQ(most_visited_urls[TILE_EIGHT - 1].url.spec(),
307 test_urls[TILE_EIGHT - 1].url.spec());
328 EXPECT_EQ(most_visited_urls[TILE_ONE].url.spec(),
329 test_urls[TILE_FOUR].url.spec());
    [all...]
  /external/chromium_org/google_apis/drive/
gdata_wapi_parser_unittest.cc 47 EXPECT_EQ("https://self_link/", self_link->href().spec());
54 resumable_link->href().spec());
81 folder_entry->download_url().spec());
94 entry1_alternate_link->href().spec());
99 EXPECT_EQ("https://1_edit_link/", entry1_edit_link->href().spec());
112 EXPECT_EQ("https://file_link_parent/", file_parent_link->href().spec());
119 file_open_with_link->href().spec());
127 file_unknown_link->href().spec());
177 entry->download_url().spec());
193 entry1_alternate_link->href().spec());
    [all...]
  /external/chromium_org/gpu/tools/compositor_model_bench/
compositor_model_bench.cc 83 SimulationSpecification spec; local
88 spec.simulation_name = path.BaseName().RemoveExtension().MaybeAsASCII();
89 if (spec.simulation_name == "") {
93 spec.input_path = path;
94 spec.model_under_test = ForwardRenderModel;
95 spec.frames_rendered = 0;
97 sims_remaining_.push(spec);
102 // spec.model_under_test = KDTreeRenderModel;
103 // sims_remaining_.push(spec);
222 SimulationSpecification& spec = sims_remaining_.front() local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.api.tools.ee.cdcfoundation10_1.0.0.200901281111/org/eclipse/pde/api/tools/internal/api_stubs/
CDC-1.0_Foundation-1.0.zip 
  /external/qemu/distrib/sdl-1.2.15/src/audio/bsd/
SDL_bsdaudio.c 71 static int OBSD_OpenAudio(_THIS, SDL_AudioSpec *spec);
302 OBSD_OpenAudio(_THIS, SDL_AudioSpec *spec)
311 SDL_CalculateAudioSpec(spec);
333 for (format = SDL_FirstAudioFormat(spec->format);
369 SDL_SetError("No supported encoding for 0x%x", spec->format);
373 spec->format = format;
376 info.play.channels = spec->channels;
378 spec->channels = 1;
380 info.play.sample_rate = spec->freq;
381 info.blocksize = spec->size
    [all...]

Completed in 224 milliseconds

<<11121314151617181920>>