/external/tensorflow/tensorflow/core/profiler/internal/ |
tfprof_tensor.h | 88 int64 nstart = start; local 91 sstream << values[nstart]; 93 if (typeid(values[nstart]) == typeid(double)) { 99 } else if (typeid(values[nstart]) == typeid(int64)) { 106 } else if (typeid(values[nstart]) == typeid(string)) { 112 CHECK(false) << "Unsupported type: " << typeid(values[nstart]).name(); 119 sstream << values[nstart]; 121 if (typeid(values[nstart]) == typeid(double)) { 127 } else if (typeid(values[nstart]) == typeid(int64)) { 134 } else if (typeid(values[nstart]) == typeid(string)) [all...] |
/external/webrtc/webrtc/base/ |
proxydetect.cc | 521 int nstart = 0, nend = 0, vstart = 0, vend = 0; local 523 &nstart, &nend, &vstart, &vend); 525 char* name = buffer + nstart; 526 name[nend - nstart] = 0; [all...] |
/cts/tests/tests/text/src/android/text/cts/ |
SpannableStringBuilderSpanTest.java | 455 public void onSpanChanged(Spannable text, Object span, int ostart, int oend, int nstart, 457 if (text == mSpannable) mChanged.add(new Changed(span, ostart, oend, nstart, nend));
|
SelectionTest.java | [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
test_multiprocessing.py | [all...] |
/external/golang-protobuf/proto/ |
text_test.go | 350 t.Errorf("#%d: Round-trip failed:\nstart: %v\n end: %v", i, tc.in, pb)
|
/external/python/cpython2/Lib/test/ |
test_multiprocessing.py | [all...] |
/external/selinux/libsepol/cil/src/ |
cil_resolve_ast.c | [all...] |
/external/python/cpython3/Lib/test/ |
_test_multiprocessing.py | [all...] |