Searched refs:lengths (Results 126 - 150 of 166) sorted by relevance

1234567

/external/mesa3d/include/CL/
H A Dcl.hpp2400 ::size_t* lengths = (::size_t*) alloca(n * sizeof(::size_t)); local
2405 lengths[i] = sources[(int)i].second;
2409 context(), (cl_uint)n, strings, lengths, &error);
2426 ::size_t* lengths = (::size_t*) alloca(n * sizeof(::size_t)); local
2431 lengths[i] = binaries[(int)i].second;
2437 lengths, images, binaryStatus != NULL
/external/tensorflow/tensorflow/c/
H A Dc_api.cc1142 const void* const* values, const size_t* lengths,
1148 lengths[i]); local
1154 v.emplace_back(static_cast<const char*>(values[i]), lengths[i]); local
1656 void** values, size_t* lengths,
1671 lengths[i] = s.size();
1141 TF_SetAttrStringList(TF_OperationDescription* desc, const char* attr_name, const void* const* values, const size_t* lengths, int num_values) argument
1655 TF_OperationGetAttrStringList(TF_Operation* oper, const char* attr_name, void** values, size_t* lengths, int max_values, void* storage, size_t storage_size, TF_Status* status) argument
/external/ltp/testcases/kernel/fs/fsstress/
H A Dfsstress.c1547 static int lengths[] = { 10, 100, 1000, 10000 }; local
1555 li = (int)(random() % ARRAY_SIZE(lengths));
1556 len = (int)(random() % lengths[li]);
/external/tensorflow/tensorflow/python/kernel_tests/
H A Darray_ops_test.py1075 lengths = array_ops.placeholder(dtype=dtypes.int32)
1076 res = array_ops.sequence_mask(lengths)
/external/opencv/cvaux/include/
H A Dcvaux.h1083 int* lengths,
/external/skia/include/gpu/gl/
H A DGrGLFunctions.h247 typedef GrGLuint (* GrGLGetDebugMessageLogProc)(GrGLuint count, GrGLsizei bufSize, GrGLenum* sources, GrGLenum* types, GrGLuint* ids, GrGLenum* severities, GrGLsizei* lengths, GrGLchar* messageLog);
/external/elfutils/src/
H A Dldgeneric.c3503 uint32_t *lengths; local
3526 /* Array for counting the collisions and chain lengths. */
3528 lengths = &counts[maxcnt + 1];
3539 memset (lengths, '\0', size * sizeof (uint32_t));
3545 ++lengths[hashcodes[inner] % size];
3547 /* Determine the lengths. */
3551 ++counts[lengths[inner]];
3553 if (lengths[inner] > maxlength)
3554 maxlength = lengths[inner];
/external/swiftshader/third_party/PowerVR_SDK/Builds/Include/GLES2/
H A Dgl2ext.h1151 GL_APICALL GLuint GL_APIENTRY glGetDebugMessageLog (GLuint count, GLsizei bufsize, GLenum *sources, GLenum *types, GLuint *ids, GLenum *severities, GLsizei *lengths, GLchar *messageLog);
1163 typedef GLuint (GL_APIENTRYP PFNGLGETDEBUGMESSAGELOGPROC) (GLuint count, GLsizei bufsize, GLenum *sources, GLenum *types, GLuint *ids, GLenum *severities, GLsizei *lengths, GLchar *messageLog);
/external/tensorflow/tensorflow/contrib/layers/python/layers/
H A Dlayers.py2931 lengths = math_ops.sqrt(
2941 return math_ops.div(inputs, array_ops.tile(lengths, multiples))
/external/skia/src/gpu/gl/
H A DGrGLTestInterface.h329 virtual GrGLuint getDebugMessageLog(GrGLuint count, GrGLsizei bufSize, GrGLenum* sources, GrGLenum* types, GrGLuint* ids, GrGLenum* severities, GrGLsizei* lengths, GrGLchar* messageLog) { return 0; } argument
/external/skqp/include/gpu/gl/
H A DGrGLFunctions.h370 typedef GrGLuint (* GrGLGetDebugMessageLogProc)(GrGLuint count, GrGLsizei bufSize, GrGLenum* sources, GrGLenum* types, GrGLuint* ids, GrGLenum* severities, GrGLsizei* lengths, GrGLchar* messageLog);
/external/skqp/src/gpu/gl/
H A DGrGLTestInterface.h329 virtual GrGLuint getDebugMessageLog(GrGLuint count, GrGLsizei bufSize, GrGLenum* sources, GrGLenum* types, GrGLuint* ids, GrGLenum* severities, GrGLsizei* lengths, GrGLchar* messageLog) { return 0; } argument
/external/libunwind/doc/
H A Dlibunwind-dynamic.tex309 but a runtime code-generator should not go to extra lengths just to
/external/pcre/dist2/src/
H A Dpcre2test.c5196 the same match, we use PCHARS() just to find the printed lengths of the
5341 fprintf(outfile, "Mismatched substring lengths: %lu %lu\n",
5400 fprintf(outfile, "Mismatched substring lengths: %lu %lu\n",
5492 PCRE2_SIZE *lengths; local
5493 PCRE2_SUBSTRING_LIST_GET(rc, match_data, &stringlist, &lengths);
5506 PCHARSV(stringlist[i], 0, lengths[i], utf, outfile);
7117 check lengths for non-string items. */
/external/mesa3d/include/GL/
H A Dglcorearb.h2553 typedef GLuint (APIENTRYP PFNGLGETDEBUGMESSAGELOGPROC) (GLuint count, GLsizei bufSize, GLenum *sources, GLenum *types, GLuint *ids, GLenum *severities, GLsizei *lengths, GLchar *messageLog);
2597 GLAPI GLuint APIENTRY glGetDebugMessageLog (GLuint count, GLsizei bufSize, GLenum *sources, GLenum *types, GLuint *ids, GLenum *severities, GLsizei *lengths, GLchar *messageLog);
3058 typedef GLuint (APIENTRYP PFNGLGETDEBUGMESSAGELOGARBPROC) (GLuint count, GLsizei bufSize, GLenum *sources, GLenum *types, GLuint *ids, GLenum *severities, GLsizei *lengths, GLchar *messageLog);
3063 GLAPI GLuint APIENTRY glGetDebugMessageLogARB (GLuint count, GLsizei bufSize, GLenum *sources, GLenum *types, GLuint *ids, GLenum *severities, GLsizei *lengths, GLchar *messageLog);
H A Dglext.h2501 typedef GLuint (APIENTRYP PFNGLGETDEBUGMESSAGELOGPROC) (GLuint count, GLsizei bufSize, GLenum *sources, GLenum *types, GLuint *ids, GLenum *severities, GLsizei *lengths, GLchar *messageLog);
2545 GLAPI GLuint APIENTRY glGetDebugMessageLog (GLuint count, GLsizei bufSize, GLenum *sources, GLenum *types, GLuint *ids, GLenum *severities, GLsizei *lengths, GLchar *messageLog);
3058 typedef GLuint (APIENTRYP PFNGLGETDEBUGMESSAGELOGARBPROC) (GLuint count, GLsizei bufSize, GLenum *sources, GLenum *types, GLuint *ids, GLenum *severities, GLsizei *lengths, GLchar *messageLog);
3063 GLAPI GLuint APIENTRY glGetDebugMessageLogARB (GLuint count, GLsizei bufSize, GLenum *sources, GLenum *types, GLuint *ids, GLenum *severities, GLsizei *lengths, GLchar *messageLog);
5353 typedef GLuint (APIENTRYP PFNGLGETDEBUGMESSAGELOGAMDPROC) (GLuint count, GLsizei bufsize, GLenum *categories, GLuint *severities, GLuint *ids, GLsizei *lengths, GLchar *message);
5358 GLAPI GLuint APIENTRY glGetDebugMessageLogAMD (GLuint count, GLsizei bufsize, GLenum *categories, GLuint *severities, GLuint *ids, GLsizei *lengths, GLchar *message);
/external/mesa3d/include/GLES3/
H A Dgl32.h1728 typedef GLuint (GL_APIENTRYP PFNGLGETDEBUGMESSAGELOGPROC) (GLuint count, GLsizei bufSize, GLenum *sources, GLenum *types, GLuint *ids, GLenum *severities, GLsizei *lengths, GLchar *messageLog);
1772 GL_APICALL GLuint GL_APIENTRY glGetDebugMessageLog (GLuint count, GLsizei bufSize, GLenum *sources, GLenum *types, GLuint *ids, GLenum *severities, GLsizei *lengths, GLchar *messageLog);
/external/deqp/external/openglcts/modules/gl/
H A Dgl4cShadingLanguage420PackTests.cpp1498 * @param out_use_lengths If source lengths shall be provided to compiler
1630 /* Prepare source lengths */
2458 * @param out_use_lengths If source lengths shall be provided to compiler
3267 /** Decides if the current test case requires source lengths
3269 * @return true if test requires lengths, false otherwise
3563 * @param out_use_lengths If source lengths shall be provided to compiler
16156 " uint lengths[4];\n"
16160 " lengths[indices.x] = gohan[variable].length();\n"
16161 " lengths[indices.y] = (gohan * goten).length();\n"
16162 " lengths[indice
17985 GLint* lengths = 0; local
[all...]
/external/annotation-tools/annotation-file-utilities/lib/
H A Dplume-core.jarMETA-INF/ META-INF/MANIFEST.MF plume/ArraysMDE$ComparableArrayComparatorLengthFirst.class ArraysMDE.java package ...
/external/deqp/modules/gles31/functional/
H A Des31fTessellationTests.cpp1202 static vector<float> lengths (const vector<Segment>& segments) { return members(segments, &Segment::length); }
1260 failNote += "\nNote: segment lengths are, from left to right:\n " + containerStr(Segment::lengths(segments));
1333 // We have 2 segmentsA and 2 segmentsB, ensure segmentsB has the shorter lengths
1426 continue; // Unknown segment lengths, skip.
1447 << ", but resulted in segment lengths " << prevData.additionalSegmentLength << " and " << curData.additionalSegmentLength << TestLog::EndMessage;
/external/mesa3d/include/GLES2/
H A Dgl2ext.h140 typedef GLuint (GL_APIENTRYP PFNGLGETDEBUGMESSAGELOGKHRPROC) (GLuint count, GLsizei bufSize, GLenum *sources, GLenum *types, GLuint *ids, GLenum *severities, GLsizei *lengths, GLchar *messageLog);
152 GL_APICALL GLuint GL_APIENTRY glGetDebugMessageLogKHR (GLuint count, GLsizei bufSize, GLenum *sources, GLenum *types, GLuint *ids, GLenum *severities, GLsizei *lengths, GLchar *messageLog);
/external/protobuf/javanano/src/test/java/com/google/protobuf/nano/
H A DNanoTest.java2310 // Test string serialization roundtrip using strings of the following lengths,
2314 int[] lengths = new int[] {
2323 for (int i : lengths) {
4461 // Two tags + two lengths + the arrays
/external/swiftshader/include/GLES2/
H A Dgl2ext.h134 typedef GLuint (GL_APIENTRYP PFNGLGETDEBUGMESSAGELOGKHRPROC) (GLuint count, GLsizei bufSize, GLenum *sources, GLenum *types, GLuint *ids, GLenum *severities, GLsizei *lengths, GLchar *messageLog);
146 GL_APICALL GLuint GL_APIENTRY glGetDebugMessageLogKHR (GLuint count, GLsizei bufSize, GLenum *sources, GLenum *types, GLuint *ids, GLenum *severities, GLsizei *lengths, GLchar *messageLog);
/external/deqp/framework/platform/null/
H A DtcuNullRenderContextFuncs.inl2250 GLW_APICALL GLuint GLW_APIENTRY glGetDebugMessageLog (GLuint count, GLsizei bufSize, GLenum *sources, GLenum *types, GLuint *ids, GLenum *severities, GLsizei *lengths, GLchar *messageLog)
2258 DE_UNREF(lengths);
/external/swiftshader/include/GL/
H A Dglcorearb.h2553 typedef GLuint (APIENTRYP PFNGLGETDEBUGMESSAGELOGPROC) (GLuint count, GLsizei bufSize, GLenum *sources, GLenum *types, GLuint *ids, GLenum *severities, GLsizei *lengths, GLchar *messageLog);
2597 GLAPI GLuint APIENTRY glGetDebugMessageLog (GLuint count, GLsizei bufSize, GLenum *sources, GLenum *types, GLuint *ids, GLenum *severities, GLsizei *lengths, GLchar *messageLog);
3105 typedef GLuint (APIENTRYP PFNGLGETDEBUGMESSAGELOGARBPROC) (GLuint count, GLsizei bufSize, GLenum *sources, GLenum *types, GLuint *ids, GLenum *severities, GLsizei *lengths, GLchar *messageLog);
3110 GLAPI GLuint APIENTRY glGetDebugMessageLogARB (GLuint count, GLsizei bufSize, GLenum *sources, GLenum *types, GLuint *ids, GLenum *severities, GLsizei *lengths, GLchar *messageLog);

Completed in 1242 milliseconds

1234567