Home
last modified time | relevance | path

Searched refs:local_ (Results 1 – 12 of 12) sorted by relevance

/third_party/abseil-cpp/absl/time/internal/cctz/src/
Dtime_zone_libc.cc181 : local_(name == "localtime") {} in TimeZoneLibC()
204 std::tm* tmp = local_ ? local_time(&t, &tm) : gm_time(&t, &tm); in BreakTime()
216 al.abbr = local_ ? tm_zone(*tmp) : "UTC"; // as expected by cctz in BreakTime()
222 if (!local_) { in MakeTime()
303 return local_ ? "localtime" : "UTC"; in Description()
Dtime_zone_libc.h47 const bool local_; // localtime or UTC
/third_party/skia/third_party/externals/abseil-cpp/absl/time/internal/cctz/src/
Dtime_zone_libc.cc187 : local_(name == "localtime") {} in TimeZoneLibC()
210 std::tm* tmp = local_ ? local_time(&t, &tm) : gm_time(&t, &tm); in BreakTime()
222 al.abbr = local_ ? tm_zone(*tmp) : "UTC"; // as expected by cctz in BreakTime()
228 if (!local_) { in MakeTime()
309 return local_ ? "localtime" : "UTC"; in Description()
Dtime_zone_libc.h47 const bool local_; // localtime or UTC
/third_party/mindspore/mindspore/lite/src/runtime/kernel/opencl/
Dopencl_kernel.cc333 std::set<size_t> local_ = {}; in GenerateLocalByGlobal() local
336 local_.insert(index); in GenerateLocalByGlobal()
341 local_.insert(i); in GenerateLocalByGlobal()
344 return local_; in GenerateLocalByGlobal()
/third_party/grpc/src/core/lib/channel/
Dchannelz.cc381 local_(std::move(local)), in SocketNode()
471 PopulateSocketAddressJson(&object, "local", local_.c_str()); in RenderJson()
Dchannelz.h306 std::string local_; variable
/third_party/flutter/skia/third_party/externals/opencl-lib/3-0/include/CL/
Dcl2.hpp9155 const NDRange local_; member in cl::EnqueueArgs
9166 local_(NullRange) in EnqueueArgs()
9175 local_(local) in EnqueueArgs()
9184 local_(local) in EnqueueArgs()
9193 local_(NullRange) in EnqueueArgs()
9202 local_(local) in EnqueueArgs()
9211 local_(local) in EnqueueArgs()
9220 local_(NullRange), in EnqueueArgs()
9230 local_(local), in EnqueueArgs()
9240 local_(local), in EnqueueArgs()
[all …]
Dcl.hpp7214 const NDRange local_; member
7221 local_(NullRange) in EnqueueArgs()
7230 local_(local) in EnqueueArgs()
7239 local_(local) in EnqueueArgs()
7248 local_(NullRange) in EnqueueArgs()
7257 local_(local) in EnqueueArgs()
7266 local_(local) in EnqueueArgs()
7275 local_(NullRange), in EnqueueArgs()
7285 local_(local), in EnqueueArgs()
7295 local_(local), in EnqueueArgs()
[all …]
/third_party/mesa3d/include/CL/
Dcl2.hpp9772 const NDRange local_;
9783 local_(NullRange)
9792 local_(local)
9801 local_(local)
9810 local_(NullRange)
9819 local_(local)
9828 local_(local)
9837 local_(NullRange),
9847 local_(local),
9857 local_(local),
[all …]
Dcl.hpp7224 const NDRange local_; member
7231 local_(NullRange) in EnqueueArgs()
7240 local_(local) in EnqueueArgs()
7249 local_(local) in EnqueueArgs()
7258 local_(NullRange) in EnqueueArgs()
7267 local_(local) in EnqueueArgs()
7276 local_(local) in EnqueueArgs()
7285 local_(NullRange), in EnqueueArgs()
7295 local_(local), in EnqueueArgs()
7305 local_(local), in EnqueueArgs()
[all …]
/third_party/jsoncpp/src/test_lib_json/
Dmain.cpp62 static std::deque<JsonTest::TestCaseFactory> local_; variable
64 JSONTEST_FIXTURE_V2(FixtureType, name, local_)
3843 for (unsigned int index = 0; index < local_.size(); ++index) { in main()
3844 JsonTest::TestCaseFactory local = local_[index]; in main()