Home
last modified time | relevance | path

Searched defs:new_s (Results 1 – 10 of 10) sorted by relevance

/external/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.resize_file/
Dresize_file.pass.cpp79 const std::uintmax_t new_s = 100; in TEST_CASE() local
86 const std::uintmax_t new_s = 1; in TEST_CASE() local
93 const std::uintmax_t new_s = 0; in TEST_CASE() local
101 const std::uintmax_t new_s = 1024; in TEST_CASE() local
/external/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.enab/
Denable_shared_from_this.pass.cpp108 std::shared_ptr<T> new_s = ptr->shared_from_this(); in main() local
/external/tensorflow/tensorflow/core/kernels/
Dadjust_hsv_gpu.cu.h117 float new_s = hsv.s; in adjust_hsv_nhwc() local
/external/harfbuzz_ng/src/
Dhb-ot-shape-complex-hangul.cc316 hb_codepoint_t new_s = s + new_tindex; in preprocess_text_hangul() local
/external/libcxx/src/filesystem/
Ddirectory_iterator.cpp281 __dir_stream new_s(p, opt, m_ec); in recursive_directory_iterator() local
/external/python/cpython2/Modules/
Dstropmodule.c1096 char *new_s; in mymemreplace() local
1172 char *str, *pat,*sub,*new_s; in strop_replace() local
/external/libxkbcommon/xkbcommon/src/compose/
Dparser.c493 struct scanner new_s; in do_include() local
/external/selinux/libsemanage/src/
Dsemanage_store.c1214 char *new_s = realloc(s, len + 2); in append() local
1233 char *new_s; in append_str() local
/external/google-breakpad/src/testing/test/
Dgmock-matchers_test.cc3126 void set_s(const string& new_s) { s_ = new_s; } in set_s()
/external/googletest/googlemock/test/
Dgmock-matchers_test.cc4137 void set_s(const std::string& new_s) { s_ = new_s; } in set_s()