HomeSort by relevance Sort by last modified time
    Searched refs:xyz (Results 176 - 200 of 229) sorted by null

1 2 3 4 5 6 78 910

  /prebuilts/go/darwin-x86/src/net/http/cookiejar/
jar.go 376 return path[:i] // Path is either of form "/abc/xyz" or "/abc/xyz/".
jar_test.go 232 "/abc/xyz": "/abc",
233 "/abc/xyz/": "/abc/xyz",
  /prebuilts/go/linux-x86/src/net/http/cookiejar/
jar.go 376 return path[:i] // Path is either of form "/abc/xyz" or "/abc/xyz/".
jar_test.go 232 "/abc/xyz": "/abc",
233 "/abc/xyz/": "/abc/xyz",
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_generators.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/plat-linux2/
IN.py 64 def __attribute__(xyz): return
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_generators.py     [all...]
  /external/opencv3/modules/imgproc/src/opencl/
resize.cl 79 #define READ_IMAGE(X,Y,Z) read_imagef(X,Y,Z).xyz
  /external/v8/test/mjsunit/es6/
string-includes.js 144 return "xyz";
super.js 364 super[oThrowsInToString] = 'xyz';
438 super[oThrowsInToString] = 'xyz';
    [all...]
  /external/v8/test/mjsunit/harmony/
regexp-lookbehind.js 32 assertEquals(["def"], "xyz\nabcdef".match(/(?<=^[a-c]{3})def/m));
  /frameworks/rs/java/tests/VrDemo/src/com/example/android/rs/vr/engine/
vr.rs 47 s = rsMatrixMultiply(&matrix4, (float3) {0.5f, 0.5f, 0.5f}).xyz;
  /prebuilts/go/darwin-x86/src/bytes/
bytes_test.go 190 {"abc", "xyz", -1},
204 {"abc", "xyz", -1},
206 {"a?b?c?d", "uvw?xyz", 2 + len("?")},
1141 {"abc", "xyz", false},
1142 {"abc", "XYZ", false},
  /prebuilts/go/linux-x86/src/bytes/
bytes_test.go 190 {"abc", "xyz", -1},
204 {"abc", "xyz", -1},
206 {"a?b?c?d", "uvw?xyz", 2 + len("?")},
1141 {"abc", "xyz", false},
1142 {"abc", "XYZ", false},
  /external/deqp/framework/referencerenderer/
rrFragmentOperations.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineVertexUtil.cpp 877 vertexItr->texCoord.xyz() = texCoordsCube[texCoordCubeIndices[quadNdx][vertexNdx]];
vktPipelinePushConstantTests.cpp 362 << " gl_Position.xyz = gl_in[i].gl_Position.xyz / matInst.kind;\n"
    [all...]
  /external/deqp/framework/common/
tcuVector.hpp 135 VecAccess<T, Size, 3> xyz (void) { DE_ASSERT(Size >= 3); return VecAccess<T, Size, 3>(*this, 0, 1, 2); } function in class:tcu::Vector
  /frameworks/native/services/sensorservice/
vec.h 132 // vec3_t c = a.xyz + b;
134 // "a.xyz + b" is a mixed-operation between a vbase<> and a vec<>, requiring
288 vbase<float, 3> xyz; member in union:android::vbase::__anon30109
  /external/ImageMagick/MagickCore/
accelerate-kernels-private.h     [all...]
  /prebuilts/go/darwin-x86/src/crypto/x509/
x509_test.go 175 {"*.example.com", "xyz.www.example.com", false},
176 {"*.*.example.com", "xyz.www.example.com", false},
177 {"*.www.*.com", "xyz.www.example.com", false},
    [all...]
  /prebuilts/go/linux-x86/src/crypto/x509/
x509_test.go 175 {"*.example.com", "xyz.www.example.com", false},
176 {"*.*.example.com", "xyz.www.example.com", false},
177 {"*.www.*.com", "xyz.www.example.com", false},
    [all...]
  /external/pdfium/third_party/lcms2-2.6/src/
cmstypes.c 279 // Type XYZ. Only one value is allowed
282 //The XYZType contains an array of three encoded values for the XYZ tristimulus
290 cmsCIEXYZ* xyz; local
293 xyz = (cmsCIEXYZ*) _cmsMallocZero(self ->ContextID, sizeof(cmsCIEXYZ));
294 if (xyz == NULL) return NULL;
296 if (!_cmsReadXYZNumber(io, xyz)) {
297 _cmsFree(self ->ContextID, xyz);
302 return (void*) xyz;
    [all...]
  /prebuilts/go/darwin-x86/src/net/mail/
message_test.go 523 `<def!xyz%abc@example.com>`,
  /prebuilts/go/darwin-x86/src/regexp/
find_test.go 58 {`(([^xyz]*)(d))`, "abcd", build(1, 0, 4, 0, 4, 0, 3, 3, 4)},

Completed in 1217 milliseconds

1 2 3 4 5 6 78 910