Searched defs:spec (Results 276 - 300 of 398) sorted by relevance

<<111213141516

/external/chromium_org/url/
H A Durl_canon_unittest.cc868 const char spec[] = "192.168.0.1"; local
869 CanonicalizeIPAddress(spec, Component(), &output1, &host_info);
872 CanonicalizeIPAddress(spec, Component(0, 0), &output1, &host_info);
1619 // Three slashes should be non-UNC, even if there is no drive spec (IE
1666 // Make sure the spec was properly identified, the file canonicalizer has
1667 // different code for writing the spec.
1709 // Make sure the spec was properly identified, the filesystem canonicalizer
1710 // has different code for writing the spec.
1801 // Make sure the spec was properly identified
H A Durl_util.cc70 inline bool DoCompareSchemeComponent(const CHAR* spec, argument
75 return LowerCaseEqualsASCII(&spec[component.begin],
76 &spec[component.end()],
80 // Returns true if the given scheme identified by |scheme| within |spec| is one
83 bool DoIsStandard(const CHAR* spec, const Component& scheme) { argument
89 if (LowerCaseEqualsASCII(&spec[scheme.begin], &spec[scheme.end()],
105 const CHAR* spec = RemoveURLWhitespace(str, str_len, local
109 if (!ExtractScheme(spec, spec_len, &our_scheme)) {
117 return DoCompareSchemeComponent(spec, our_schem
131 const CHAR* spec = RemoveURLWhitespace(in_spec, in_spec_len, local
267 DoReplaceComponents(const char* spec, int spec_len, const Parsed& parsed, const Replacements<CHAR>& replacements, CharsetConverter* charset_converter, CanonOutput* output, Parsed* out_parsed) argument
398 IsStandard(const char* spec, const Component& scheme) argument
402 IsStandard(const base::char16* spec, const Component& scheme) argument
420 Canonicalize(const char* spec, int spec_len, bool trim_path_end, CharsetConverter* charset_converter, CanonOutput* output, Parsed* output_parsed) argument
430 Canonicalize(const base::char16* spec, int spec_len, bool trim_path_end, CharsetConverter* charset_converter, CanonOutput* output, Parsed* output_parsed) argument
466 ReplaceComponents(const char* spec, int spec_len, const Parsed& parsed, const Replacements<char>& replacements, CharsetConverter* charset_converter, CanonOutput* output, Parsed* out_parsed) argument
477 ReplaceComponents(const char* spec, int spec_len, const Parsed& parsed, const Replacements<base::char16>& replacements, CharsetConverter* charset_converter, CanonOutput* output, Parsed* out_parsed) argument
573 CompareSchemeComponent(const char* spec, const Component& component, const char* compare_to) argument
579 CompareSchemeComponent(const base::char16* spec, const Component& component, const char* compare_to) argument
[all...]
/external/deqp/modules/gles2/functional/
H A Des2fBufferWriteTests.cpp84 DataStoreSpecVecBuilder& operator<< (const DataStoreSpec& spec) argument
86 list.push_back(spec);
240 for (vector<DataStoreSpec>::const_iterator spec = m_specs.begin(); spec != m_specs.end(); spec++)
244 refBuf.setSize(spec->size);
245 fillWithRandomBytes(refBuf.getPtr(), spec->size, baseSeed ^ deInt32Hash(spec->size+spec->target+spec
[all...]
H A Des2fDrawTests.cpp54 gls::DrawTestSpec spec(baseSpec);
58 spec.primitiveCount = 1;
59 test->addIteration(spec, "draw count = 1");
61 spec.primitiveCount = 5;
62 test->addIteration(spec, "draw count = 5");
64 spec.primitiveCount = 25;
65 test->addIteration(spec, "draw count = 25");
71 static void genBasicSpec (gls::DrawTestSpec& spec, gls::DrawTestSpec::DrawMethod method) argument
73 spec.apiType = glu::ApiType::es(2,0);
74 spec
144 gls::DrawTestSpec spec; local
179 gls::DrawTestSpec spec; local
225 gls::DrawTestSpec spec; local
330 gls::DrawTestSpec spec; local
399 gls::DrawTestSpec spec; local
597 gls::DrawTestSpec spec; local
[all...]
/external/deqp/modules/gles2/performance/
H A Des2pDrawCallBatchingTests.cpp85 DrawCallBatchingTest (Context& context, const char* name, const char* description, const TestSpec& spec);
149 DrawCallBatchingTest::DrawCallBatchingTest (Context& context, const char* name, const char* description, const TestSpec& spec) argument
157 , m_spec (spec)
931 string specToName (const DrawCallBatchingTest::TestSpec& spec) argument
935 DE_ASSERT(!spec.useStaticBuffer || spec.staticAttributeCount > 0);
936 DE_ASSERT(!spec.useDynamicBuffer|| spec.dynamicAttributeCount > 0);
938 if (spec.staticAttributeCount > 0)
939 stream << spec
955 specToDescrpition(const DrawCallBatchingTest::TestSpec& spec) argument
1056 DrawCallBatchingTest::TestSpec spec; local
[all...]
/external/deqp/modules/gles3/functional/
H A Des3fBufferWriteTests.cpp84 DataStoreSpecVecBuilder& operator<< (const DataStoreSpec& spec) argument
86 list.push_back(spec);
240 for (vector<DataStoreSpec>::const_iterator spec = m_specs.begin(); spec != m_specs.end(); spec++)
244 refBuf.setSize(spec->size);
245 fillWithRandomBytes(refBuf.getPtr(), spec->size, baseSeed ^ deInt32Hash(spec->size+spec->target+spec
[all...]
H A Des3fPixelBufferObjectTests.cpp78 ReadPixelsTest (Context& context, const TestSpec& spec);
106 ReadPixelsTest::ReadPixelsTest (Context& context, const TestSpec& spec) argument
107 : TestCase (context, spec.name.c_str(), spec.description.c_str())
108 , m_random (deStringHash(spec.name.c_str()))
111 , m_framebuffeType (spec.framebufferType)
112 , m_renderbufferFormat (spec.renderbufferFormat)
114 , m_useColorClears (spec.useColorClear)
115 , m_renderTriangles (spec.renderTriangles)
125 m_texChannelClass = tcu::getTextureChannelClass(glu::mapGLInternalFormat(spec
[all...]
H A Des3fTextureFormatTests.cpp124 tcu::TextureFormatInfo spec = tcu::getTextureFormatInfo(fmt); local
133 << ",\n fill with " << formatGradient(&spec.valueMin, &spec.valueMax) << " gradient"
142 tcu::fillWithComponentGradients(m_texture->getRefTexture().getLevel(0), spec.valueMin, spec.valueMax);
163 tcu::TextureFormatInfo spec = tcu::getTextureFormatInfo(m_texture->getRefTexture().getFormat()); local
172 renderParams.colorScale = spec.lookupScale;
173 renderParams.colorBias = spec.lookupBias;
289 tcu::TextureFormatInfo spec = tcu::getTextureFormatInfo(fmt); local
298 << ",\n fill with " << formatGradient(&spec
353 tcu::TextureFormatInfo spec = tcu::getTextureFormatInfo(m_texture->getRefTexture().getFormat()); local
486 tcu::TextureFormatInfo spec = tcu::getTextureFormatInfo(m_texture->getRefTexture().getFormat()); local
515 tcu::TextureFormatInfo spec = tcu::getTextureFormatInfo(m_texture->getRefTexture().getFormat()); local
638 tcu::TextureFormatInfo spec = tcu::getTextureFormatInfo(m_texture->getRefTexture().getFormat()); local
667 tcu::TextureFormatInfo spec = tcu::getTextureFormatInfo(m_texture->getRefTexture().getFormat()); local
814 tcu::TextureFormatInfo spec = tcu::getTextureFormatInfo(m_texture->getRefTexture().getFormat()); local
964 tcu::TextureFormatInfo spec = tcu::getTextureFormatInfo(m_texture->getRefTexture().getFormat()); local
[all...]
H A Des3fVertexArrayObjectTests.cpp149 VertexArrayObjectTest (Context& context, const Spec& spec, const char* name, const char* description);
177 VertexArrayObjectTest::VertexArrayObjectTest (Context& context, const Spec& spec, const char* name, const char* description) argument
179 , m_spec (spec)
1259 Spec spec; local
1276 spec.buffers.push_back(floatCoordBuffer48_1);
1277 spec.buffers.push_back(floatCoordBuffer48_2);
1279 spec.useDrawElements = false;
1280 spec.instances = 0;
1281 spec.count = 48;
1282 spec
1296 Spec spec; local
1334 Spec spec; local
1372 Spec spec; local
1409 Spec spec; local
1446 Spec spec; local
1496 Spec spec; local
1533 Spec spec; local
1570 Spec spec; local
[all...]
H A Des3fVertexArrayTest.cpp98 MultiVertexArrayTest::Spec spec; local
99 spec.primitive = Array::PRIMITIVE_TRIANGLES;
100 spec.drawCount = counts[countNdx];
101 spec.first = 0;
102 spec.arrays.push_back(arraySpec);
105 addChild(new MultiVertexArrayTest(m_testCtx, m_context.getRenderContext(), spec, name.c_str(), name.c_str()));
203 MultiVertexArrayTest::Spec spec; local
204 spec.primitive = Array::PRIMITIVE_TRIANGLES;
205 spec.drawCount = counts[countNdx];
206 spec
306 MultiVertexArrayTest::Spec spec; local
407 MultiVertexArrayTest::Spec spec; local
501 MultiVertexArrayTest::Spec spec; local
617 MultiVertexArrayTest::Spec spec; local
720 getTestName(const MultiVertexArrayTest::Spec& spec) argument
736 MultiVertexArrayTest::Spec spec; local
790 getTestName(const MultiVertexArrayTest::Spec& spec) argument
806 addStorageCases(MultiVertexArrayTest::Spec spec, int depth) argument
857 MultiVertexArrayTest::Spec spec; local
892 getTestName(const MultiVertexArrayTest::Spec& spec) argument
916 MultiVertexArrayTest::Spec spec; local
926 addStrideCases(MultiVertexArrayTest::Spec spec, int depth) argument
983 getTestName(const MultiVertexArrayTest::Spec& spec) argument
1007 MultiVertexArrayTest::Spec spec; local
1017 addInputTypeCases(MultiVertexArrayTest::Spec spec, int depth) argument
[all...]
/external/deqp/modules/gles3/stress/
H A Des3sDrawTests.cpp225 static void genBasicSpec (gls::DrawTestSpec& spec, gls::DrawTestSpec::DrawMethod method) argument
227 spec.apiType = glu::ApiType::es(3,0);
228 spec.primitive = gls::DrawTestSpec::PRIMITIVE_TRIANGLES;
229 spec.primitiveCount = 5;
230 spec.drawMethod = method;
231 spec.indexType = gls::DrawTestSpec::INDEXTYPE_LAST;
232 spec.indexPointerOffset = 0;
233 spec.indexStorage = gls::DrawTestSpec::STORAGE_LAST;
234 spec.first = 0;
235 spec
313 gls::DrawTestSpec spec; local
537 gls::DrawTestSpec spec; local
[all...]
/external/deqp/modules/gles31/stress/
H A Des31sVertexAttributeBindingTests.cpp384 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
[all...]
/external/guava/guava-testlib/src/com/google/common/collect/testing/google/
H A DMultisetNavigationTester.java519 private void testSubMultisetEntrySet(SubMultisetSpec spec) { argument
522 List<Entry<E>> expected = spec.expectedEntries(i, entries);
523 SortedMultiset<E> subMultiset = spec.subMultiset(sortedMultiset, entries, i);
528 private void testSubMultisetSize(SubMultisetSpec spec) { argument
531 List<Entry<E>> expected = spec.expectedEntries(i, entries);
532 SortedMultiset<E> subMultiset = spec.subMultiset(sortedMultiset, entries, i);
537 private void testSubMultisetDistinctElements(SubMultisetSpec spec) { argument
540 List<Entry<E>> expected = spec.expectedEntries(i, entries);
541 SortedMultiset<E> subMultiset = spec.subMultiset(sortedMultiset, entries, i);
/external/libselinux/src/
H A Dlabel_file.c26 typedef struct spec { struct
91 /* find the stem of a file spec, returns the index into stem_arr for a new
153 struct spec *curr_spec, *spec_arr = data->spec_arr;
186 static void spec_hasMetaChars(struct spec *spec) argument
192 c = spec->regex_str;
193 len = strlen(spec->regex_str);
196 spec->hasMetaChars = 0;
197 spec->prefix_len = len;
213 spec
228 compile_regex(struct saved_data *data, spec_t *spec, const char **errbuf) argument
546 struct spec *spec; local
667 spec_t *spec; local
[all...]
/external/llvm/lib/Target/X86/Disassembler/
H A DX86DisassemblerDecoder.cpp989 const struct InstructionSpecifier *spec; local
990 spec = specifierForUID(instructionID);
996 if (x86OperandSets[spec->operands][0].type == TYPE_REL8) {
1015 const struct InstructionSpecifier *spec; local
1019 spec = specifierForUID(instructionID);
1030 insn->spec = spec;
1040 insn->spec = specifierForUID(instructionIDWithOpsize);
1043 insn->spec = spec;
1055 const struct InstructionSpecifier *spec; local
[all...]
/external/oprofile/pp/
H A Dopannotate.cpp816 int opannotate(options::spec const & spec) argument
818 handle_options(spec);
/external/qemu/distrib/libselinux/src/
H A Dlabel_file.c26 typedef struct spec { struct
90 /* find the stem of a file spec, returns the index into stem_arr for a new
152 struct spec *curr_spec, *spec_arr = data->spec_arr;
185 static void spec_hasMetaChars(struct spec *spec) argument
191 c = spec->regex_str;
192 len = strlen(spec->regex_str);
195 spec->hasMetaChars = 0;
196 spec->prefix_len = len;
212 spec
227 compile_regex(struct saved_data *data, spec_t *spec, char **errbuf) argument
545 struct spec *spec; local
[all...]
/external/smack/src/org/xbill/DNS/
H A DDNSSEC.java9 import java.security.spec.*;
379 ECParameterSpec spec; field in class:DNSSEC.ECKeyInfo
392 spec = new ECParameterSpec(curve, new ECPoint(gx, gy), n, 1);
426 return factory.generatePublic(new ECPublicKeySpec(q, keyinfo.spec));
/external/aac/libAACdec/src/
H A Dconceal.cpp235 FIXP_DBL *spec,
1743 FIXP_DBL *spec,
1762 spec[i] = -spec[i];
1742 CConcealment_ApplyRandomSign(int randomPhase, FIXP_DBL *spec, int samplesPerFrame ) argument
/external/aac/libAACenc/src/
H A Dsf_estim.cpp131 /* calc sum of sqrt(spec) */
137 /* set sfbFormFactor for sfbs with zero spec to zero. Just for debugging. */
189 /* calc sum of sqrt(spec) */
358 static INT FDKaacEnc_improveScf(FIXP_DBL *spec, argument
375 sfbDistLdData = FDKaacEnc_calcSfbDist(spec,
390 sfbDistLdData = FDKaacEnc_calcSfbDist(spec,
408 sfbDistLdData = FDKaacEnc_calcSfbDist(spec,
429 sfbDistLdData = FDKaacEnc_calcSfbDist(spec,
1242 /* calc loop scalefactors, if spec is not all zero (i.e. maxSf == -99) */
/external/blktrace/btt/doc/
H A Dbtt.tex764 \newpage\subsection{\label{sec:sps-spec}Seeks Per Second}
926 can be found in section~\ref{sec:sps-spec}.
/external/chromium-libpac/src/
H A Dproxy_resolver_v8.cc725 int ProxyResolverV8::GetProxyForURL(const android::String16 spec, const android::String16 host, argument
733 int rv = context_->ResolveProxy(spec, host, results);
/external/chromium_org/chrome/browser/autocomplete/
H A Dhistory_url_provider.cc258 if ((host.spec().length() < (match.input_location + input.length())))
261 const base::string16 spec = base::UTF8ToUTF16(host.spec()); local
262 if (spec.compare(match.input_location, input.length(), input))
632 base::UTF8ToUTF16(destination_url.spec()), text);
749 base::UTF8ToUTF16(j->url().spec()), base::string16());
/external/chromium_org/chrome/browser/profiles/
H A Dprofile_io_data.cc183 const std::string& spec = stripped_url.possibly_invalid_spec(); local
186 if (offset < static_cast<int>(spec.size()))
187 relative_path.assign(spec.substr(offset + bundled_path_prefix.length()));
/external/chromium_org/net/base/
H A Dnet_util_icu.cc523 // Transforms the portion of |spec| covered by |original_component| according to
529 void AppendFormattedComponent(const std::string& spec, argument
540 std::string component_str(spec, original_component_begin,
683 // We handle both valid and invalid URLs (this will give us the spec
685 const std::string& spec = url.possibly_invalid_spec(); local
691 url_string.end(), spec.begin(),
692 spec.begin() + parsed.CountCharactersBefore(url::Parsed::USERNAME, true));
734 AppendFormattedComponent(spec, parsed.username,
739 AppendFormattedComponent(spec, parsed.password,
749 AppendFormattedComponent(spec, parse
[all...]

Completed in 3654 milliseconds

<<111213141516