Searched defs:spec (Results 251 - 275 of 398) sorted by relevance

<<111213141516

/external/deqp/modules/gles2/functional/
H A Des2fVertexArrayTest.cpp99 MultiVertexArrayTest::Spec spec; local
100 spec.primitive = Array::PRIMITIVE_TRIANGLES;
101 spec.drawCount = counts[countNdx];
102 spec.first = 0;
103 spec.arrays.push_back(arraySpec);
105 std::string name = spec.getName();
108 addChild(new MultiVertexArrayTest(m_testCtx, m_context.getRenderContext(), spec, name.c_str(), name.c_str()));
169 MultiVertexArrayTest::Spec spec; local
170 spec.primitive = Array::PRIMITIVE_TRIANGLES;
171 spec
240 MultiVertexArrayTest::Spec spec; local
308 MultiVertexArrayTest::Spec spec; local
371 MultiVertexArrayTest::Spec spec; local
436 MultiVertexArrayTest::Spec spec; local
507 getTestName(const MultiVertexArrayTest::Spec& spec) argument
523 MultiVertexArrayTest::Spec spec; local
577 getTestName(const MultiVertexArrayTest::Spec& spec) argument
593 addStorageCases(MultiVertexArrayTest::Spec spec, int depth) argument
644 MultiVertexArrayTest::Spec spec; local
679 getTestName(const MultiVertexArrayTest::Spec& spec) argument
703 MultiVertexArrayTest::Spec spec; local
713 addStrideCases(MultiVertexArrayTest::Spec spec, int depth) argument
770 getTestName(const MultiVertexArrayTest::Spec& spec) argument
794 MultiVertexArrayTest::Spec spec; local
804 addInputTypeCases(MultiVertexArrayTest::Spec spec, int depth) argument
[all...]
/external/deqp/modules/gles2/stress/
H A Des2sDrawTests.cpp44 static void genBasicSpec (gls::DrawTestSpec& spec, gls::DrawTestSpec::DrawMethod method) argument
46 spec.apiType = glu::ApiType::es(2,0);
47 spec.primitive = gls::DrawTestSpec::PRIMITIVE_TRIANGLES;
48 spec.primitiveCount = 5;
49 spec.drawMethod = method;
50 spec.indexType = gls::DrawTestSpec::INDEXTYPE_LAST;
51 spec.indexPointerOffset = 0;
52 spec.indexStorage = gls::DrawTestSpec::STORAGE_LAST;
53 spec.first = 0;
54 spec
128 gls::DrawTestSpec spec; local
320 gls::DrawTestSpec spec; local
[all...]
/external/deqp/modules/gles31/functional/
H A Des31fFboNoAttachmentTests.cpp329 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 (12
348 SizeCase(tcu::TestContext& testCtx, const glu::RenderContext& renderCtx, const char* name, const char* desc, const FboSpec& spec) argument
[all...]
H A Des31fTextureFormatTests.cpp143 tcu::TextureFormatInfo spec = tcu::getTextureFormatInfo(m_texture->getRefTexture().getFormat()); local
147 tcu::fillWithComponentGradients(m_texture->getRefTexture().getLevel(0), spec.valueMin, spec.valueMax);
182 tcu::TextureFormatInfo spec = tcu::getTextureFormatInfo(m_texture->getRefTexture().getFormat()); local
189 renderParams.colorScale = spec.lookupScale;
190 renderParams.colorBias = spec.lookupBias;
285 tcu::TextureFormatInfo spec = tcu::getTextureFormatInfo(fmt); local
286 tcu::Vec4 colorA (spec.valueMin.x(), spec.valueMax.y(), spec
320 tcu::TextureFormatInfo spec = tcu::getTextureFormatInfo(m_texture->getRefTexture().getFormat()); local
[all...]
/external/deqp/modules/glshared/
H A DglsShaderLibraryCase.hpp216 PipelineProgram spec; member in struct:deqp::gls::sl::ShaderCase::ProgramObject
/external/dexmaker/src/dx/java/com/android/dx/dex/code/
H A DLocalList.java127 /** {@code non-null;} register spec representing the variable */
128 private final RegisterSpec spec; field in class:LocalList.Entry
130 /** {@code non-null;} variable type (derived from {@code spec}) */
138 * @param spec {@code non-null;} register spec representing
141 public Entry(int address, Disposition disposition, RegisterSpec spec) { argument
151 if (spec.getLocalItem() == null) {
153 "spec.getLocalItem() == null");
157 throw new NullPointerException("spec == null");
162 this.spec
849 add(int address, Disposition disposition, RegisterSpec spec) argument
873 addOrUpdateEnd(int address, Disposition disposition, RegisterSpec spec) argument
[all...]
/external/dexmaker/src/dx/java/com/android/dx/ssa/
H A DSsaMethod.java672 * @param spec {@code non-null;} ssa reg
675 public boolean isRegALocal(RegisterSpec spec) { argument
676 SsaInsn defn = getDefinitionForRegister(spec.getReg());
687 for (SsaInsn use : getUseListForRegister(spec.getReg())) {
/external/icu/icu4c/source/i18n/
H A Dtridpars.cpp712 // or a spec (source, target, or variant).
745 // We are about to try to parse a spec with no delimiter
752 UnicodeString spec = ICU_Utility::parseUnicodeIdentifier(id, pos); local
753 if (spec.length() == 0) {
762 first = spec;
765 target = spec;
768 variant = spec;
775 // A spec with no prior character is either source or target,
/external/jpeg/
H A Djmemdos.c338 XMSspec spec; local
345 spec.length = byte_count & (~ 1L);
346 spec.src_handle = info->handle.xms_handle;
347 spec.src.offset = file_offset;
348 spec.dst_handle = 0;
349 spec.dst.ptr = buffer_address;
351 ctx.ds_si = (void far *) & spec;
371 XMSspec spec; local
378 spec.length = byte_count & (~ 1L);
379 spec
496 EMSspec spec; local
521 EMSspec spec; local
[all...]
/external/libnl/lib/route/sch/
H A Dtbf.c234 static inline double calc_limit(struct rtnl_ratespec *spec, int latency, argument
239 limit = (double) spec->rs_rate * ((double) latency / 1000000.);
/external/lldb/source/Plugins/ObjectContainer/BSD-Archive/
H A DObjectContainerBSDArchive.cpp552 ModuleSpec &spec = specs.GetModuleSpecRefAtIndex (specs.GetSize() - 1); local
555 spec.GetObjectName () = object->ar_name;
556 spec.SetObjectOffset(object_file_offset);
557 spec.GetObjectModificationTime () = object_mod_time;
/external/lldb/source/Plugins/Process/POSIX/
H A DPOSIXThread.cpp414 const ThreadSpec *spec = bp_site ? local
417 if (spec && spec->TIDMatches(*this))
/external/oprofile/libpp/
H A Dprofile_spec.cpp96 /* FIXME: what does spec say about this being allowed to be
203 /// return true if the value from the profile spec may match the comma
208 // if the profile spec is "all" we match the sample file
213 // spec values
217 // now match each profile spec value against the sample file
224 bool profile_spec::match(filename_spec const & spec) const
230 // sample filename. This allow to specify profile spec based on the
232 string simage = fixup_image_spec(spec.image, extra_found_images);
233 string slib_image = fixup_image_spec(spec.lib_image,
263 // matched this spec throug
306 profile_spec spec; local
376 valid_candidate(string const & base_dir, string const & filename, profile_spec const & spec, bool exclude_dependent, bool exclude_cg) argument
[all...]
/external/oprofile/pp/
H A Dopreport.cpp496 int opreport(options::spec const & spec) argument
500 handle_options(spec);
/external/qemu/distrib/jpeg-6b/
H A Djmemdos.c338 XMSspec spec; local
345 spec.length = byte_count & (~ 1L);
346 spec.src_handle = info->handle.xms_handle;
347 spec.src.offset = file_offset;
348 spec.dst_handle = 0;
349 spec.dst.ptr = buffer_address;
351 ctx.ds_si = (void far *) & spec;
371 XMSspec spec; local
378 spec.length = byte_count & (~ 1L);
379 spec
496 EMSspec spec; local
521 EMSspec spec; local
[all...]
/external/qemu/distrib/sdl-1.2.15/src/audio/
H A DSDL_wave.c393 SDL_AudioSpec *spec, Uint8 **audio_buf, Uint32 *audio_len)
489 SDL_memset(spec, 0, (sizeof *spec));
490 spec->freq = SDL_SwapLE32(format->frequency);
494 spec->format = AUDIO_S16;
500 spec->format = AUDIO_U8;
503 spec->format = AUDIO_S16;
514 spec->channels = (Uint8)SDL_SwapLE16(format->channels);
515 spec->samples = 4096; /* Good default buffer size */
549 samplesize = ((spec
392 SDL_LoadWAV_RW(SDL_RWops *src, int freesrc, SDL_AudioSpec *spec, Uint8 **audio_buf, Uint32 *audio_len) argument
[all...]
/external/qemu/distrib/sdl-1.2.15/src/audio/symbian/
H A DSDL_epocaudio.cpp71 static int EPOC_OpenAudio(SDL_AudioDevice *thisdevice, SDL_AudioSpec *spec);
496 static int EPOC_OpenAudio(SDL_AudioDevice *thisdevice, SDL_AudioSpec *spec) argument
504 switch(spec->format)
522 spec->format = AUDIO_S16LSB;
527 if(spec->channels > 2)
528 spec->channels = 2;
530 spec->freq = CStreamPlayer::ClosestSupportedRate(spec->freq);
534 const TInt buflen = spec->size;// * bytes * spec
[all...]
/external/srec/srec/clib/
H A Dfpi_tgt.c722 spect_dist_info **spec, int num,
733 ASSERT(spec);
766 ASSERT(spec[jj]);
767 add_distribution_data(spec[jj], (int) frame_ptr[jj]);
721 get_background_statistics(fepFramePkt *frmPkt, int start, int end, spect_dist_info **spec, int num, int relative_to_pullp) argument
/external/strace/
H A Dvsprintf.c277 struct printf_spec spec)
284 int need_pfx = ((spec.flags & SPECIAL) && spec.base != 10);
289 if (i < spec.field_width)
290 i = spec.field_width;
295 // if (spec.flags & LEFT)
296 // spec.flags &= ~ZEROPAD;
298 if (spec.flags & SIGN) {
302 spec.field_width--;
303 // } else if (spec
276 number(char *buf, char *end, unsigned long long num, struct printf_spec spec) argument
403 string(char *buf, char *end, const char *s, struct printf_spec spec) argument
441 pointer(const char *fmt, char *buf, char *end, void *ptr, struct printf_spec spec) argument
475 format_decode(const char *fmt, struct printf_spec *spec) argument
653 struct printf_spec spec = {0}; local
[all...]
/external/blktrace/btreplay/
H A Dbtrecord.c266 * @spec: IO trace specification
270 static void io_bunch_add(struct io_stream *stream, struct io_spec *spec) argument
274 .sector = spec->sector,
275 .nbytes = spec->bytes,
276 .rw = spec->rw
281 assert(stream->last_time == 0 || stream->last_time <= spec->time);
284 stream->last_time = spec->time;
482 * @spec: IO specifier for trace
486 static int next_io(struct ifile_info *iip, struct io_spec *spec) argument
512 spec
646 bunch_done(struct io_stream *stream, struct io_spec *spec) argument
662 stream_add_io(struct io_stream *stream, struct io_spec *spec) argument
764 struct io_spec spec; local
[all...]
/external/chromium_org/chrome/installer/mini_installer/
H A Dmini_installer.cc670 PathString spec; local
671 if (!spec.assign(parent_dir) || !spec.append(prefix) || !spec.append(L"*.*"))
675 HANDLE find = ::FindFirstFileEx(spec.get(), FindExInfoStandard, &find_data,
/external/chromium_org/content/browser/webui/
H A Durl_data_manager_backend.cc84 const std::string& spec = url.possibly_invalid_spec(); local
89 if (offset < static_cast<int>(spec.size()))
90 path->assign(spec.substr(offset));
345 base::strlcpy(url_buf, request_->url().spec().c_str(), arraysize(url_buf));
/external/chromium_org/content/common/
H A Dpage_state_serialization.cc298 std::string spec; local
299 if (obj->pickle.ReadString(&obj->iter, &spec))
300 return GURL(spec);
/external/chromium_org/third_party/cython/src/Cython/Utility/
H A DMemoryView_C.c168 __pyx_check_strides(Py_buffer *buf, int dim, int ndim, int spec) argument
174 if (spec & __Pyx_MEMVIEW_CONTIG) {
175 if (spec & (__Pyx_MEMVIEW_PTR|__Pyx_MEMVIEW_FULL)) {
190 if (spec & __Pyx_MEMVIEW_FOLLOW) {
202 if (spec & __Pyx_MEMVIEW_CONTIG && dim != ndim - 1) {
207 } else if (spec & (__Pyx_MEMVIEW_PTR)) {
225 __pyx_check_suboffsets(Py_buffer *buf, int dim, CYTHON_UNUSED int ndim, int spec) argument
229 if (spec & __Pyx_MEMVIEW_DIRECT) {
238 if (spec & __Pyx_MEMVIEW_PTR) {
300 int i, spec local
[all...]
/external/chromium_org/url/third_party/mozilla/
H A Durl_parse.cc59 int FindNextAuthorityTerminator(const CHAR* spec, argument
63 if (IsAuthorityTerminator(spec[i]))
70 void ParseUserInfo(const CHAR* spec, argument
77 while (colon_offset < user.len && spec[user.begin + colon_offset] != ':')
93 void ParseServerInfo(const CHAR* spec, argument
110 int ipv6_terminator = spec[serverinfo.begin] == '[' ? serverinfo.end() : -1;
115 switch (spec[i]) {
143 void DoParseAuthority(const CHAR* spec, argument
161 while (i > auth.begin && spec[i] != '@')
164 if (spec[
179 ParsePath(const CHAR* spec, const Component& path, Component* filepath, Component* query, Component* ref) argument
286 DoParseAfterScheme(const CHAR* spec, int spec_len, int after_scheme, Parsed* parsed) argument
318 DoParseStandardURL(const CHAR* spec, int spec_len, Parsed* parsed) argument
339 DoParseFileSystemURL(const CHAR* spec, int spec_len, Parsed* parsed) argument
456 DoParsePathURL(const CHAR* spec, int spec_len, bool trim_path_end, Parsed* parsed) argument
506 DoParseMailtoURL(const CHAR* spec, int spec_len, Parsed* parsed) argument
572 DoParsePort(const CHAR* spec, const Component& component) argument
615 DoExtractFileName(const CHAR* spec, const Component& path, Component* file_name) argument
654 DoExtractQueryKeyValue(const CHAR* spec, Component* query, Component* key, Component* value) argument
850 ParseAuthority(const char* spec, const Component& auth, Component* username, Component* password, Component* hostname, Component* port_num) argument
859 ParseAuthority(const base::char16* spec, const Component& auth, Component* username, Component* password, Component* hostname, Component* port_num) argument
914 ParsePathInternal(const char* spec, const Component& path, Component* filepath, Component* query, Component* ref) argument
922 ParsePathInternal(const base::char16* spec, const Component& path, Component* filepath, Component* query, Component* ref) argument
930 ParseAfterScheme(const char* spec, int spec_len, int after_scheme, Parsed* parsed) argument
937 ParseAfterScheme(const base::char16* spec, int spec_len, int after_scheme, Parsed* parsed) argument
[all...]

Completed in 535 milliseconds

<<111213141516