| /third_party/typescript/tests/baselines/reference/ |
| H A D | ramdaToolsNoInfinite2.js | |
| H A D | underscoreTest1.js | 666 var flat = _.reduceRight(list, (a, b) => a.concat(b), []); variable 914 var flat = _.reduceRight(list, function (a, b) { return a.concat(b); }, []);
variable
|
| /third_party/json/tests/src/ |
| H A D | unit-json_patch.cpp | 656 json flat = j.flatten(); variable
|
| /third_party/libinput/udev/ |
| H A D | test-libinput-fuzz-extract.c | 39 int min, max, res, fuzz, flat; in START_TEST() member
|
| /third_party/python/Tools/scripts/ |
| H A D | objgraph.py | 50 def flat(list): function
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/strings/ |
| H A D | cord_ring_reader_test.cc | 38 CordRepFlat* flat = CordRepFlat::New(s.length()); in MakeFlat() local
|
| /third_party/node/deps/v8/src/objects/ |
| H A D | option-utils.h | 113 const String::FlatContent& flat = value_str->GetFlatContent(no_gc); in GetStringOrBooleanOption() local
|
| /third_party/skia/third_party/externals/swiftshader/src/Renderer/ |
| H A D | SetupProcessor.cpp | 144 bool flat = point; in update() local [all...] |
| H A D | SetupProcessor.hpp | 62 bool flat : 1; member
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/ |
| H A D | cord_rep_flat.h | 132 inline CordRepFlat* CordRep::flat() { in flat() function in absl::cord_internal::CordRep 137 inline const CordRepFlat* CordRep::flat() const { in flat() function in absl::cord_internal::CordRep
|
| H A D | cord_rep_consume_test.cc | 51 auto* flat = CordRepFlat::New(length); in CreateFlatWithLength() local 67 CordRep* flat[6]; member [all...] |
| H A D | cordz_statistics.h | 33 size_t flat = 0; // #flats member
|
| H A D | cord_rep_test_util.h | 59 auto* flat = cord_internal::CordRepFlat::New(value.length()); in MakeFlat() local
|
| H A D | cordz_info_statistics_test.cc | 57 CordRepFlat* flat = CordRepFlat::New(size - kFlatOverhead); in Flat() local 218 auto* flat = ref.NeedsUnref(Flat(512)); in TEST() local 233 auto* flat = ref.Ref(ref.NeedsUnref(Flat(64))); TEST() local 276 auto* flat = Flat(1024); TEST() local 293 auto* flat = ref.Ref(Flat(511), 2); TEST() local [all...] |
| /foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/platform/ohos/ |
| H A D | rs_ashmem_helper_test.cpp | 77 flat_binder_object* flat = reinterpret_cast<flat_binder_object*>(data + object[i]); in CreateMessageParcel() local
|
| /third_party/mesa3d/src/gallium/auxiliary/draw/ |
| H A D | draw_pipe_flatshade.c | 62 const struct flat_stage *flat = flat_stage(stage); in copy_flats() local 78 const struct flat_stage *flat = flat_stage(stage); in copy_flats2() local 199 struct flat_stage *flat = flat_stage(stage); in flatshade_init_state() local [all...] |
| /foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/ |
| H A D | rs_ashmem_helper.cpp | 189 const flat_binder_object* flat = reinterpret_cast<flat_binder_object*>(data + object[i]); in CopyFileDescriptor() local 208 flat_binder_object* flat = reinterpret_cast<flat_binder_object*>(data + object[i]); in InjectFileDescriptor() local
|
| /foundation/multimodalinput/input/frameworks/napi/input_device/src/ |
| H A D | js_util.cpp | 167 napi_value flat = nullptr; in GetDeviceAxisInfo() local
|
| /foundation/multimodalinput/input/frameworks/proxy/events/src/ |
| H A D | input_device.cpp | 156 InputDevice::AxisInfo::AxisInfo(int32_t type, int32_t min, int32_t max, int32_t fuzz, int32_t flat, int32_t resolution) in AxisInfo() argument 199 void InputDevice::AxisInfo::SetFlat(int32_t flat) in SetFlat() argument
|
| /foundation/communication/ipc/ipc/native/src/core/source/ |
| H A D | message_parcel.cpp | 53 void AcquireObject(flat_binder_object *flat, const void *cookie) in AcquireObject() argument 284 const flat_binder_object *flat = nullptr; in ClearFileDescriptor() local 314 const flat_binder_object *flat = nullptr; ContainFileDescriptors() local 583 flat_binder_object *flat = reinterpret_cast<flat_binder_object *>(this->GetData() + offset); Append() local [all...] |
| /third_party/mesa3d/src/amd/compiler/ |
| H A D | aco_assembler.cpp | 507 FLAT_instruction& flat = instr->flatlike(); in emit_instruction() local [all...] |
| H A D | aco_print_ir.cpp | 485 const FLAT_instruction& flat = instr->flatlike(); in print_instr_format_specific() local [all...] |
| /third_party/mbedtls/3rdparty/everest/library/kremlib/ |
| H A D | FStar_UInt128_extracted.c | 38 flat = { a.low + b.low, a.high + b.high + FStar_UInt128_carry(a.low + b.low, b.low) }; in FStar_UInt128_add() local 46 flat = { a.low + b.low, a.high + b.high + FStar_UInt128_carry(a.low + b.low, b.low) }; in FStar_UInt128_add_underspec() local 53 flat = { a.low + b.low, a.high + b.high + FStar_UInt128_carry(a.low + b.low, b.low) }; in FStar_UInt128_add_mod() local 60 flat = { a.low - b.low, a.high - b.high - FStar_UInt128_carry(a.low, a.low - b.low) }; in FStar_UInt128_sub() local 68 flat = { a.low - b.low, a.high - b.high - FStar_UInt128_carry(a.low, a.low - b.low) }; in FStar_UInt128_sub_underspec() local 76 flat = { a.low - b.low, a.high - b.high - FStar_UInt128_carry(a.low, a.low - b.low) }; FStar_UInt128_sub_mod_impl() local 87 FStar_UInt128_uint128 flat = { a.low & b.low, a.high & b.high }; FStar_UInt128_logand() local 93 FStar_UInt128_uint128 flat = { a.low ^ b.low, a.high ^ b.high }; FStar_UInt128_logxor() local 99 FStar_UInt128_uint128 flat = { a.low | b.low, a.high | b.high }; FStar_UInt128_logor() local 105 FStar_UInt128_uint128 flat = { ~a.low, ~a.high }; FStar_UInt128_lognot() local 131 flat = { a.low << s, FStar_UInt128_add_u64_shift_left_respec(a.high, a.low, s) }; FStar_UInt128_shift_left_small() local 139 FStar_UInt128_uint128 flat = { (uint64_t)0U, a.low << (s - FStar_UInt128_u32_64) }; FStar_UInt128_shift_left_large() local 175 flat = { FStar_UInt128_add_u64_shift_right_respec(a.high, a.low, s), a.high >> s }; FStar_UInt128_shift_right_small() local 183 FStar_UInt128_uint128 flat = { a.high >> (s - FStar_UInt128_u32_64), (uint64_t)0U }; FStar_UInt128_shift_right_large() local 227 flat = FStar_UInt128_eq_mask() local 242 flat = FStar_UInt128_gte_mask() local 254 FStar_UInt128_uint128 flat = { a, (uint64_t)0U }; FStar_UInt128_uint64_to_uint128() local 344 flat = FStar_UInt128_mul32() local 371 flat = FStar_UInt128_mul_wide_impl_t_() local 397 flat = FStar_UInt128_mul_wide_impl() local [all...] |
| /third_party/mesa3d/src/compiler/nir/ |
| H A D | nir_lower_io_to_vector.c | 479 bool flat = old_var->data.mode == nir_var_shader_in ? in nir_lower_io_to_vector_impl() local 532 bool flat = flat_outputs[loc]; in nir_lower_io_to_vector_impl() local
|
| /third_party/mesa3d/src/asahi/compiler/ |
| H A D | agx_pack.c | 452 bool flat = (I->op == AGX_OPCODE_LD_VARY_FLAT); in agx_pack_instr() local
|