HomeSort by relevance Sort by last modified time
    Searched refs:tres (Results 1 - 23 of 23) sorted by null

  /external/valgrind/mpi/
mpiwrap_type_test.c 38 Ty tres; local
46 r = MPI_Type_struct( 2, blocklens, disps, tys, &tres );
48 return tres;
53 Ty tres; local
55 r = MPI_Type_vector( count, blocklen, stride, t, &tres );
57 return tres;
62 Ty tres; local
64 r = MPI_Type_hvector( count, blocklen, stride, t, &tres );
66 return tres;
74 Ty tres; local
90 Ty tres; local
    [all...]
  /external/toybox/tests/
tail.test 72 echo tres > three
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/utils/google-benchmark/tools/gbench/
report.py 96 tres = calculate_change(bn['real_time'], other_bench['real_time'])
100 get_color(tres), tres, get_color(cpures), cpures,
  /external/libcxx/test/std/experimental/memory/memory.polymorphic.allocator.class/memory.polymorphic.allocator.mem/
construct_pair_const_lvalue_pair.pass.cpp 55 bool tres = checkConstruct<decltype((p.first))>(ptr->first, TExpect, M) && local
65 return tres && ures;
construct_pair_rvalue.pass.cpp 56 bool tres = checkConstruct<TT&&>(ptr->first, TExpect, M) && local
65 return tres && ures;
construct_pair_values.pass.cpp 54 bool tres = checkConstruct<TT&&>(ptr->first, TExpect, M) && local
64 return tres && ures;
construct_piecewise_pair.pass.cpp 49 bool tres = checkConstruct<TTuple&&...>(ptr->first, TExpect, M); local
54 return tres && ures;
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/experimental/memory/memory.polymorphic.allocator.class/memory.polymorphic.allocator.mem/
construct_pair_const_lvalue_pair.pass.cpp 55 bool tres = checkConstruct<decltype((p.first))>(ptr->first, TExpect, M) && local
65 return tres && ures;
construct_pair_rvalue.pass.cpp 56 bool tres = checkConstruct<TT&&>(ptr->first, TExpect, M) && local
65 return tres && ures;
construct_pair_values.pass.cpp 54 bool tres = checkConstruct<TT&&>(ptr->first, TExpect, M) && local
64 return tres && ures;
construct_piecewise_pair.pass.cpp 49 bool tres = checkConstruct<TTuple&&...>(ptr->first, TExpect, M); local
54 return tres && ures;
  /external/elfutils/libdw/
fde.c 122 struct dwarf_fde **tres = tsearch (fde, &cache->fde_tree, &compare_fde); local
123 if (tres == NULL)
129 else if (*tres != fde)
135 return *tres;
  /external/google-benchmark/tools/gbench/
report.py 120 tres = calculate_change(bn['real_time'], other_bench['real_time'])
124 get_color(tres), tres, get_color(cpures), cpures,
  /external/libcxx/utils/google-benchmark/tools/gbench/
report.py 120 tres = calculate_change(bn['real_time'], other_bench['real_time'])
124 get_color(tres), tres, get_color(cpures), cpures,
  /external/valgrind/coregrind/
m_translate.c 1488 VexTranslateResult tres; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
imageop.c 273 int tres, x, y, len; local
280 if ( !PyArg_ParseTuple(args, "s#iii", &cp, &len, &x, &y, &tres) )
294 if ( (int)cp[i] > tres )
  /external/python/cpython2/Modules/
imageop.c 276 int tres, x, y, len; local
283 if ( !PyArg_ParseTuple(args, "s#iii", &cp, &len, &x, &y, &tres) )
297 if ( (int)cp[i] > tres )
_tkinter.c 2016 Tcl_Obj *tres; local
2024 tres = Tcl_GetVar2Ex(Tkapp_Interp(self), name1, name2, flags); local
    [all...]
  /external/elfutils/src/
nm.c 715 struct local_name **tres = tsearch (newp, &local_root, local
717 if (tres == NULL)
720 else if (*tres != newp)
    [all...]
  /external/python/cpython3/Modules/
_tkinter.c 1918 Tcl_Obj *tres; local
1926 tres = Tcl_GetVar2Ex(Tkapp_Interp(self), name1, name2, flags); local
    [all...]
  /external/python/cpython3/Lib/test/
test_enum.py 907 tres = 3 variable in class:TestEnum.test_intenum_transitivity.numero
910 self.assertEqual(number.three, numero.tres)
2369 tres = 4.0 variable in class:TestUnique.test_unique_clean.Clean
2382 tres = 1 variable in class:TestUnique.test_unique_dirty.Dirty
    [all...]
  /external/valgrind/VEX/priv/
guest_x86_toIR.c     [all...]
guest_amd64_toIR.c     [all...]

Completed in 727 milliseconds