HomeSort by relevance Sort by last modified time
    Searched defs:out (Results 201 - 225 of 5853) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/perfetto/src/ftrace_reader/test/
cpu_reader_support.cc 49 uint8_t* out = buffer.get(); local
57 int n = sscanf(ptr, "%02hhx%02hhx", out, out + 1);
59 out += n;
  /external/protobuf/javanano/src/device/main/java/com/google/protobuf/nano/android/
ParcelableExtendableMessageNano.java 28 // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
51 public void writeToParcel(Parcel out, int flags) {
52 ParcelableMessageNanoCreator.writeToParcel(getClass(), this, out); local
ParcelableMessageNano.java 28 // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
49 public void writeToParcel(Parcel out, int flags) {
50 ParcelableMessageNanoCreator.writeToParcel(getClass(), this, out); local
  /external/python/cpython2/Modules/
testcapi_long.h 32 TYPENAME in, out; local
65 out = F_PY_TO_S(pyresult);
66 if (out == (TYPENAME)-1 && PyErr_Occurred())
69 if (out != in)
82 TYPENAME out;
138 out = F_PY_TO_S(y);
139 if (out != (TYPENAME)-1 || !PyErr_Occurred())
163 out = F_PY_TO_S(y);
164 if (out != (TYPENAME)-1 || !PyErr_Occurred())
  /external/python/cpython3/Include/
floatobject.h 115 PyAPI_FUNC(void) _PyFloat_DebugMallocStats(FILE* out); variable
tupleobject.h 67 PyAPI_FUNC(void) _PyTuple_DebugMallocStats(FILE *out); variable
  /external/python/cpython3/Modules/
testcapi_long.h 32 TYPENAME in, out; local
64 out = F_PY_TO_S(pyresult);
65 if (out == (TYPENAME)-1 && PyErr_Occurred())
68 if (out != in)
81 TYPENAME out;
137 out = F_PY_TO_S(y);
138 if (out != (TYPENAME)-1 || !PyErr_Occurred())
162 out = F_PY_TO_S(y);
163 if (out != (TYPENAME)-1 || !PyErr_Occurred())
181 TYPENAME out;
    [all...]
  /external/selinux/python/sepolicy/sepolicy/
transition.py 63 def out(self, name, header=""): member in class:setrans
79 buf += self.out(x, "%s%s ... " % (header, name))
84 print(self.out(self.source))
  /external/skia/gm/
blurimagevmask.cpp 35 char out[100]; local
36 sprintf(out, "Sigma: %g", sigma);
37 canvas->drawString(out, r.left(), r.bottom() + 35, textPaint);
  /external/skia/tests/
ParametricStageTest.cpp 14 float in[256], out[256]; local
17 out[i] = 0.0f; // Not likely important. Just being tidy.
21 op = {out, 0};
37 float err = fabsf(out[i] - want);
39 ERRORF(r, "At %d, error was %g (got %g, want %g)", i, err, out[i], want);
  /external/skia/tools/
embed_resources.py 41 out = args.output.write; variable
42 out('#include "SkTypes.h"\n')
47 out('static const uint8_t resource{0:d}[] SK_STRUCT_ALIGN({1:d}) = {{\n'
52 out(hex(b) + ',')
56 out('\n')
58 out('};\n')
59 out('static const size_t resource{0:d}_size = {1:d};\n'
64 out('struct SkEmbeddedResource { const uint8_t* d; const size_t s; };\n')
65 out('static const SkEmbeddedResource header[] = {\n')
68 out(' {{ resource{0:d}, resource{0:d}_size }},\n'.format(index)
    [all...]
  /external/skqp/gm/
blurimagevmask.cpp 35 char out[100]; local
36 sprintf(out, "Sigma: %g", sigma);
37 canvas->drawString(out, r.left(), r.bottom() + 35, textPaint);
  /external/skqp/tests/
AnnotationTest.cpp 54 sk_sp<SkData> out = outStream.detachAsData(); local
55 const char* rawOutput = (const char*)out->data();
57 REPORTER_ASSERT(reporter, ContainsString(rawOutput, out->size(), "/Annots "));
72 sk_sp<SkData> out = outStream.detachAsData(); local
73 const char* rawOutput = (const char*)out->data();
76 ContainsString(rawOutput, out->size(), "/example "));
ParametricStageTest.cpp 14 float in[256], out[256]; local
17 out[i] = 0.0f; // Not likely important. Just being tidy.
21 op = {out, 0};
37 float err = fabsf(out[i] - want);
39 ERRORF(r, "At %d, error was %g (got %g, want %g)", i, err, out[i], want);
  /external/skqp/tools/
embed_resources.py 41 out = args.output.write; variable
42 out('#include "SkTypes.h"\n')
47 out('static const uint8_t resource{0:d}[] SK_STRUCT_ALIGN({1:d}) = {{\n'
52 out(hex(b) + ',')
56 out('\n')
58 out('};\n')
59 out('static const size_t resource{0:d}_size = {1:d};\n'
64 out('struct SkEmbeddedResource { const uint8_t* d; const size_t s; };\n')
65 out('static const SkEmbeddedResource header[] = {\n')
68 out(' {{ resource{0:d}, resource{0:d}_size }},\n'.format(index)
    [all...]
  /external/tensorflow/tensorflow/core/framework/
common_shape_fns.h 44 // VALID: no padding is carried out.
165 ShapeHandle out; local
166 TF_RETURN_IF_ERROR(c->WithRank(c->input(0), rank, &out));
167 c->set_output(0, out);
174 ShapeHandle out; local
175 TF_RETURN_IF_ERROR(c->WithRankAtLeast(c->input(0), rank, &out));
176 c->set_output(0, out);
183 ShapeHandle out; local
184 TF_RETURN_IF_ERROR(c->WithRankAtMost(c->input(0), rank, &out));
185 c->set_output(0, out);
202 ShapeHandle out; local
    [all...]
  /external/tensorflow/tensorflow/core/kernels/
mkl_cwise_ops_common.cc 48 auto out = context->mutable_output(0); variable
49 VLOG(1) << "Shapes (output): " << out->shape().DebugString();
54 out = context->mutable_output(0);
55 VLOG(1) << "Shapes (output): " << out->shape().DebugString();
  /external/tensorflow/tensorflow/core/ops/
control_flow_ops.cc 30 ShapeHandle out = c->input(0); local
31 c->set_output(0, out);
32 c->set_output(1, out);
92 ShapeHandle out = c->input(0); local
93 if (!c->RankKnown(out)) {
94 out = c->UnknownShape();
96 int32 rank = c->Rank(out);
100 out = c->UnknownShape();
105 if (c->Value(c->Dim(input, d)) != c->Value(c->Dim(out, d))) {
106 TF_RETURN_IF_ERROR(c->ReplaceDim(out, d, c->UnknownDim(), &out))
    [all...]
spectral_ops.cc 70 ShapeHandle out; local
71 TF_RETURN_IF_ERROR(c->WithRankAtLeast(c->input(0), rank, &out));
88 TF_RETURN_IF_ERROR(c->ReplaceDim(out, -rank + i, c->UnknownDim(), &out));
97 TF_RETURN_IF_ERROR(c->ReplaceDim(out, -rank + i, c->MakeDim(dim), &out));
101 c->set_output(0, out);
  /external/tensorflow/tensorflow/core/platform/
subprocess_test.cc 40 string out, err; local
41 int status = proc.Communicate(nullptr, &out, &err);
44 EXPECT_EQ("", out);
55 string out, err; local
56 int status = proc.Communicate(nullptr, &out, &err);
59 EXPECT_EQ("hello world", out);
82 string out, err; local
83 int status = proc.Communicate(nullptr, &out, &err);
86 EXPECT_EQ("", out);
122 string out; local
164 string out; local
    [all...]
  /external/toybox/toys/other/
base64.c 43 int out = 0, bits = 0, x = 0, i, len; local
52 if (bits) wraputchar(toybuf[out<<(6-bits)], &x);
65 out = (out<<6) + x;
68 putchar(out >> (bits -= 8));
69 out &= (1<<bits)-1;
79 out = (out<<8) + buf[i];
82 wraputchar(toybuf[out >> (bits -= 6)], &x);
83 out &= (1<<bits)-1
    [all...]
eject.c 61 int fd, out = 0; local
67 if (!toys.optflags) xioctl(fd, 0x5309, &out); // CDROM_EJECT
71 int rc = ioctl(fd, 0x5326, &out); // CDROM_DRIVE_STATUS
73 xioctl(fd, 0x5319, &out); // CDROM_CLOSE_TRAY
74 else xioctl(fd, 0x5309, &out); // CDROM_EJECT
  /external/toybox/toys/posix/
echo.c 43 int i = 0, out; local
61 if (!(out = *(c++))) break;
64 if (out == '\\' && *c) {
67 if (n) out = n;
70 out = 0;
71 while (*c>='0' && *c<='7' && n++<3) out = (out*8)+*(c++)-'0';
73 out = 0;
75 if (*c>='0' && *c<='9') out = (out*16)+*(c++)-'0'
    [all...]
iconv.c 43 char *in = toybuf, *out = outstart; local
53 iconv(TT.ic, &in, &inlen, &out, &outlen);
57 else *(out++) = *(in++);
60 if (out != outstart) xwrite(1, outstart, out-outstart);
  /external/valgrind/none/tests/s390x/
rounding-5.c 37 float out; local
39 __asm__ volatile("cefbr %[r1],%[r2]" : [r1] "=f"(out) : [r2] "d"(i32));
40 printf("cefbr: %"PRId32" -> %f\n", i32, out);
47 float out; local
49 __asm__ volatile("cegbr %[r1],%[r2]" : [r1] "=f"(out) : [r2] "d"(i64));
50 printf("cegbr: %"PRId64" -> %f\n", i64, out);
57 double out; local
59 __asm__ volatile("cdgbr %[r1],%[r2]" : [r1] "=f"(out) : [r2] "d"(i64));
60 printf("cegbr: %"PRId64" -> %f\n", i64, out);

Completed in 767 milliseconds

1 2 3 4 5 6 7 891011>>