HomeSort by relevance Sort by last modified time
    Searched refs:de (Results 126 - 150 of 673) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/e2fsprogs/misc/
chattr.c 255 static int chattr_dir_proc (const char * dir_name, struct dirent * de,
260 if (strcmp (de->d_name, ".") && strcmp (de->d_name, "..")) {
263 path = malloc(strlen (dir_name) + 1 + strlen (de->d_name) + 1);
270 sprintf(path, "%s/%s", dir_name, de->d_name);
  /external/iproute2/misc/
lnstat_util.c 184 /* de->d_name is guaranteed to be <= NAME_MAX */
210 struct dirent *de; local
251 while ((de = readdir(dir))) {
254 if (de->d_type != DT_REG)
258 req_files, de->d_name))
261 lf = alloc_and_open(path, de->d_name);
  /external/jhead/
gpsinfo.c 126 int de; local
142 for (de=0;de<NumDirEntries;de++){
148 DirEntry = DIR_ENTRY_ADDR(DirStart, de);
  /external/libhevc/common/
ihevc_deblk_edge_filter.c 116 WORD32 de, dep, deq; local
156 de = 0;
182 de = (d_sam0 == 1 && d_sam3 == 1) ? 2 : 1;
192 if(de != 0)
204 if(de == 2)
354 WORD32 de, dep, deq; local
394 de = 0;
420 de = (d_sam0 == 1 && d_sam3 == 1) ? 2 : 1;
430 if(de != 0)
442 if(de == 2
591 WORD32 de, dep, deq; local
853 WORD32 de, dep, deq; local
    [all...]
  /external/deqp/execserver/tools/
xsTest.cpp 69 void sendMessage (de::Socket& socket, const Message& message)
90 void readBytes (de::Socket& socket, vector<deUint8>& dst, int numBytes)
107 Message* readMessage (de::Socket& socket)
171 de::SocketAddress address;
191 virtual void runClient (de::Socket& socket) = DE_NULL;
235 class FilePrinter : public de::Thread
247 de::Thread::start();
278 string cmdLine = m_testCtx.serverPath + " --port=" + de::toString(m_testCtx.address.getPort());
298 de::Socket socket;
343 void runClient (de::Socket& socket
    [all...]
  /external/chromium_org/chrome/browser/ui/libgtk2ui/
gconf_listener.cc 48 base::nix::DesktopEnvironment de = local
50 if (de == base::nix::DESKTOP_ENVIRONMENT_GNOME ||
51 de == base::nix::DESKTOP_ENVIRONMENT_UNITY ||
  /external/deqp/framework/common/
tcuTexVerifierUtil.cpp 66 const float ax = de::abs(x);
67 const float ay = de::abs(y);
68 const float az = de::abs(z);
  /external/deqp/framework/delibs/decpp/
deRandom.cpp 36 namespace de namespace
94 DE_TEST_ASSERT(de::abs(expected[i] - rnd.getFloat()) < epsilon);
104 DE_TEST_ASSERT(de::abs(expected[i] - rnd.getFloat(-542.2f, 1248.7f)) < epsilon);
188 } // de
  /external/deqp/modules/gles2/functional/
es2fShaderInvarianceTests.cpp 51 static tcu::Vec4 genRandomVector (de::Random& rnd)
175 throw tcu::NotSupportedError(std::string("Render target size must be at least ") + de::toString(m_renderSize) + "x" + de::toString(m_renderSize));
207 de::Random rnd (123);
499 << FormatArgument("HIGH_VALUE", de::toString(precisions[precNdx].highValue))
500 << FormatArgument("HIGH_VALUE_INV", de::toString(precisions[precNdx].invHighValue))
501 << FormatArgument("MEDIUM_VALUE", de::toString(precisions[precNdx].mediumValue))
502 << FormatArgument("LOW_VALUE", de::toString(precisions[precNdx].lowValue))
503 << FormatArgument("LOW_VALUE_INV", de::toString(precisions[precNdx].invlowValue))
504 << FormatArgument("LOOP_ITERS", de::toString(precisions[precNdx].loopIterations)
    [all...]
  /external/deqp/modules/gles3/functional/
es3fShaderInvarianceTests.cpp 51 static tcu::Vec4 genRandomVector (de::Random& rnd)
175 throw tcu::NotSupportedError(std::string("Render target size must be at least ") + de::toString(m_renderSize) + "x" + de::toString(m_renderSize));
207 de::Random rnd (123);
501 << FormatArgument("HIGH_VALUE", de::toString(precisions[precNdx].highValue))
502 << FormatArgument("HIGH_VALUE_INV", de::toString(precisions[precNdx].invHighValue))
503 << FormatArgument("MEDIUM_VALUE", de::toString(precisions[precNdx].mediumValue))
504 << FormatArgument("LOW_VALUE", de::toString(precisions[precNdx].lowValue))
505 << FormatArgument("LOW_VALUE_INV", de::toString(precisions[precNdx].invlowValue))
506 << FormatArgument("LOOP_ITERS", de::toString(precisions[precNdx].loopIterations)
    [all...]
es3fTextureSpecificationTests.cpp 89 return (int)deLog2Floor32(de::max(width, height))+1;
94 return (int)deLog2Floor32(de::max(width, de::max(height, depth)))+1;
98 static tcu::Vector<float, Size> randomVector (de::Random& rnd, const tcu::Vector<float, Size>& minVal = tcu::Vector<float, Size>(0.0f), const tcu::Vector<float, Size>& maxVal = tcu::Vector<float, Size>(1.0f))
178 de::Random rnd (deStringHash(getName()));
291 int levelW = de::max(1, m_width >> levelNdx);
292 int levelH = de::max(1, m_height >> levelNdx);
308 string levelStr = de::toString(levelNdx);
374 int levelSize = de::max(1, m_size >> levelNdx);
399 string faceStr = de::toString((tcu::CubeFace)face)
    [all...]
  /external/chromium_org/tools/python/google/httpd_config/
httpd2_mac.conf 126 # French (fr) - German (de) - Greek-Modern (el)
138 AddLanguage de .de
176 LanguagePriority en da nl et fr de el it ja kr no pl pt pt-br ru ltz ca es sv tw
  /external/deqp/framework/egl/
egluUtil.cpp 183 usePlatformExt = de::contains(platformExts.begin(), platformExts.end(), string("EGL_EXT_platform_base")) &&
184 de::contains(platformExts.begin(), platformExts.end(), string(nativeDisplay.getPlatformExtensionName()));
224 usePlatformExt = de::contains(platformExts.begin(), platformExts.end(), string("EGL_EXT_platform_base")) &&
225 de::contains(platformExts.begin(), platformExts.end(), string(nativeDisplay.getPlatformExtensionName()));
268 usePlatformExt = de::contains(platformExts.begin(), platformExts.end(), string("EGL_EXT_platform_base")) &&
269 de::contains(platformExts.begin(), platformExts.end(), string(nativeDisplay.getPlatformExtensionName()));
  /external/deqp/framework/referencerenderer/
rrFragmentOperations.cpp 36 using de::min;
37 using de::max;
38 using de::clamp;
51 return de::inBounds(point.x(), rect.left, rect.left + rect.width) &&
52 de::inBounds(point.y(), rect.bottom, rect.bottom + rect.height);
110 int clampedStencilRef = de::clamp(stencilState.ref, 0, (1<<numStencilBits)-1);
145 int clampedStencilRef = de::clamp(stencilState.ref, 0, (1<<numStencilBits)-1);
152 case STENCILOP_INCR: SAMPLE_REGISTER_SFAIL(de::clamp(stencilBufferValue+1, 0, (1<<numStencilBits) - 1)) break;
153 case STENCILOP_DECR: SAMPLE_REGISTER_SFAIL(de::clamp(stencilBufferValue-1, 0, (1<<numStencilBits) - 1)) break;
175 float sampleDepth = de::clamp(sampleDepthFloat, 0.0f, 1.0f);
    [all...]
  /external/deqp/modules/gles31/functional/
es31fTextureBufferTests.cpp 187 const string name ("buffer_size_" + de::toString(size));
195 const string name ("range_size_" + de::toString(size));
206 const string name ("offset_" + de::toString(offset) + "_alignments");
228 const string name ("buffer_size_" + de::toString(size));
236 const string name ("range_size_" + de::toString(size));
247 const string name ("offset_" + de::toString(offset) + "_alignments");
es31fShaderCommonFunctionTests.cpp 69 template<typename T> T randomScalar (de::Random& rnd, T minValue, T maxValue);
70 template<> inline float randomScalar (de::Random& rnd, float minValue, float maxValue) { return rnd.getFloat(minValue, maxValue); }
71 template<> inline deInt32 randomScalar (de::Random& rnd, deInt32 minValue, deInt32 maxValue) { return rnd.getInt(minValue, maxValue); }
72 template<> inline deUint32 randomScalar (de::Random& rnd, deUint32 minValue, deUint32 maxValue) { return minValue + rnd.getUint32() % (maxValue - minValue + 1); }
75 inline tcu::Vector<T, Size> randomVector (de::Random& rnd, const tcu::Vector<T, Size>& minValue, const tcu::Vector<T, Size>& maxValue)
84 static void fillRandomVectors (de::Random& rnd, const tcu::Vector<T, Size>& minValue, const tcu::Vector<T, Size>& maxValue, void* dst, int numValues, int offset = 0)
92 static void fillRandomScalars (de::Random& rnd, T minValue, T maxValue, void* dst, int numValues, int offset = 0)
104 return de::max(0, inExp-outExp); // Lost due to mantissa shift.
159 DE_ASSERT(de::inBounds<int>(precision, 0, DE_LENGTH_OF_ARRAY(bits)));
172 DE_ASSERT(de::inBounds<int>(precision, 0, DE_LENGTH_OF_ARRAY(exponent)))
    [all...]
  /external/blktrace/
btrace.spec 8 # Please submit bugfixes or comments via http://www.suse.de/feedback/
54 * Mon Oct 10 2005 - axboe@suse.de
  /external/chromium_org/third_party/icu/source/data/rbnf/
rbnflocal.mk 15 # | RBNF_SOURCE = ar.txt ar_AE.txt en.txt de.txt zh.txt
  /external/deqp/execserver/
xsWin32TestProcess.hpp 76 class CaseListWriter : public de::Thread
93 class FileReader : public de::Thread
  /external/deqp/framework/opengl/
gluCallLogWrapper.cpp 55 return tcu::formatArray(arr, de::max(size, 0));
60 return detail::EnumPointerFmt(value, (deUint32)de::max(0, size), getName);
  /external/deqp/modules/egl/
teglColorClearCase.cpp 89 static ClearOp computeRandomClear (de::Random& rnd, int width, int height)
153 de::Random rnd (deStringHash(getName()));
227 typedef de::SharedPtr<ColorClearThread> ColorClearThreadSp;
228 typedef de::SharedPtr<de::Semaphore> SemaphoreSp;
241 class ColorClearThread : public de::Thread
299 de::Random rnd (deStringHash(getName()));
315 *sem = SemaphoreSp(new de::Semaphore(0));
  /external/deqp/modules/gles3/stress/
es3sLongShaderTests.cpp 145 return makePrefix() + de::toString(m_variableIndex);
182 LongShaderGenerator (de::Random& rnd, const LongShaderSpec& spec);
187 de::Random m_rnd;
210 LongShaderGenerator::LongShaderGenerator (de::Random& rnd, const LongShaderSpec& spec)
325 addLine("mediump float " + varName + " = " + de::floatToString(varValue, 5) + "f;");
363 de::Random m_rnd;
460 const std::string name = de::toString(opCount) + "_operations_" + glu::getShaderTypeName(shaderType);
461 const std::string desc = std::string("Compile ") + glu::getShaderTypeName(shaderType) + " shader with " + de::toString(opCount) + " operations";
  /external/deqp/modules/glshared/
glsAttributeLocationTests.cpp 123 << (iter->getArraySize() != Attribute::NOT_ARRAY ? "[" + de::toString(iter->getArraySize()) + "]" : "") << ";\n";
148 const string variableName(attrib.getName() + (attrib.getArraySize() != Attribute::NOT_ARRAY ? "[" + de::toString(id) + "]" : ""));
492 << (attrib.getLayoutLocation() != Attribute::LOC_UNDEF ? ", Layout location " + de::toString(attrib.getLayoutLocation()) : "")
616 << (attrib.getCondition() != Cond::COND_NEVER && expectedLocation != Attribute::LOC_UNDEF ? ", expected " + de::toString(expectedLocation) : "")
643 return type.getName() + (arraySize != Attribute::NOT_ARRAY ? "_array_" + de::toString(arraySize) : "");
854 attributes.push_back(Attribute(m_type, "a_" + de::toString(ndx), Attribute::LOC_UNDEF, Cond::COND_ALWAYS, m_arraySize));
855 bindings.push_back(Bind("a_" + de::toString(ndx), loc));
868 : TestCase (testCtx, ("cond_" + generateTestName(type, arraySize) + (offset != 0 ? "_offset_" + de::toString(offset) : "")).c_str(),
869 ("cond_" + generateTestName(type, arraySize) + (offset != 0 ? "_offset_" + de::toString(offset) : "")).c_str())
918 attributes.push_back(Attribute(m_type, "a_" + de::toString(ndx), Attribute::LOC_UNDEF, Cond("A", true)))
    [all...]
glsTextureBufferCase.cpp 96 void genRandomCoords (de::Random rng, vector<deUint8>& coords, size_t offset, size_t size)
205 texelValue = tcu::Vec4(m_texture.getPixel(de::clamp<int>((deRoundFloatToInt32(position.x() * 4) + 4) * (deRoundFloatToInt32(position.y() * 4) + 4), 0, m_texture.getWidth()-1), 0));
275 const tcu::Vec4 texColor0 = m_texture.getPixel(de::clamp((position0.x() * position0.y()), 0, m_texture.getWidth()-1), 0);
276 const tcu::Vec4 texColor1 = m_texture.getPixel(de::clamp((position1.x() * position1.y()), 0, m_texture.getWidth()-1), 0);
277 const tcu::Vec4 texColor2 = m_texture.getPixel(de::clamp((position2.x() * position2.y()), 0, m_texture.getWidth()-1), 0);
278 const tcu::Vec4 texColor3 = m_texture.getPixel(de::clamp((position3.x() * position3.y()), 0, m_texture.getWidth()-1), 0);
430 de::Random& rng,
444 de::Random& rng,
449 const size_t size = de::max<size_t>(minSize, size_t((texture.getSize() != 0 ? texture.getSize() : texture.getBufferSize()) * (0.7 + 0.3 * rng.getFloat())));
467 de::Random& rng
    [all...]
  /external/e2fsprogs/lib/blkid/
devname.c 125 struct dirent *de, *d_de; local
132 while ((de = readdir(dir)) != NULL) {
133 if (!strcmp(de->d_name, ".") || !strcmp(de->d_name, "..") ||
134 !strcmp(de->d_name, devname) ||
135 strncmp(de->d_name, "dm-", 3) ||
136 strlen(de->d_name) > sizeof(path)-32)
138 sprintf(path, "/sys/block/%s/slaves", de->d_name);

Completed in 3984 milliseconds

1 2 3 4 56 7 8 91011>>