| /base/telephony/ril_adapter/services/hril/include/ |
| H A D | hril_base.h | 120 RequestVendor( int32_t serial, int32_t requestId, ReqFuncSet reqFuncSet, FuncPointer func, ValueTypes &&... vals) RequestVendor() argument
|
| /foundation/communication/bluetooth/frameworks/inner/src/ |
| H A D | bluetooth_avrcp_tg.cpp | 365 std::vector<int32_t> vals; in NotifyPlayerAppSettingChanged() local
|
| /foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/dm/ |
| H A D | dashing.cpp | 189 float vals[sizeof(gIntervals) / sizeof(int)]; in OnTestFunction() local
|
| /foundation/multimodalinput/input/tools/event_inject/src/ |
| H A D | input_parse.cpp | 75 void GetJsonData(cJSON *json, const std::string& key, std::vector<int32_t>& vals) in GetJsonData() argument
|
| /foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/ |
| H A D | abs_rdb_predicates.cpp | 231 std::vector<std::string> vals;
in In() local 314 std::vector<std::string> vals;
in NotIn() local
|
| /third_party/ffmpeg/libavcodec/ |
| H A D | lsp.c | 228 void ff_sort_nearly_sorted_floats(float *vals, int len) in ff_sort_nearly_sorted_floats() argument
|
| /third_party/astc-encoder/Source/ |
| H A D | astcenc_symbolic_physical.cpp | 304 int vals = 2 * (scb.color_formats[i] >> 2) + 2; in symbolic_to_physical() local 556 int vals = 2 * (color_formats[i] >> 2) + 2; in physical_to_symbolic() local
|
| /third_party/lzma/CPP/7zip/UI/Common/ |
| H A D | UpdatePair.cpp | 150 int *vals = &duplicatedArcItem[0];
in GetUpdatePairInfoList() local 159 unsigned *vals = &arcIndices[0];
in GetUpdatePairInfoList() local
|
| /third_party/node/deps/openssl/openssl/crypto/bn/ |
| H A D | bn_ctx.c | 26 BIGNUM vals[BN_CTX_POOL_SIZE]; member
|
| /third_party/openssl/crypto/bn/ |
| H A D | bn_ctx.c | 26 BIGNUM vals[BN_CTX_POOL_SIZE]; member
|
| /third_party/vk-gl-cts/external/amber/src/src/vkscript/ |
| H A D | command_parser_test.cc | 3885 std::vector<double> vals = {2, 3, 4, 5}; in TEST_F() local 3915 std::vector<double> vals = {2, 3, 4, 5}; in TEST_F() local
|
| /third_party/skia/third_party/externals/swiftshader/src/Reactor/ |
| H A D | Print.hpp | 182 static std::vector<Value *> vals(ARGS... v) in vals() function in rr::PrintValue 359 Printv(const char *msg, std::initializer_list<PrintValue> vals) Printv() argument 367 Print(const char *msg, const ARGS &...vals) Print() argument 375 Print(const char *function, const char *file, int line, const char *msg, const ARGS &...vals) Print() argument [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/astc-encoder/Source/ |
| H A D | astc_symbolic_physical.cpp | 238 int vals = 2 * (color_formats[i] >> 2) + 2; in physical_to_symbolic() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
| H A D | Format.h | 104 format_object(const char *fmt, const Ts &... vals) in format_object() argument
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
| H A D | Format.h | 104 format_object(const char *fmt, const Ts &... vals) in format_object() argument
|
| /third_party/skia/experimental/graphite/src/geom/ |
| H A D | Rect.h | 49 AI static Rect FromVals(float4 vals) { // vals.zw must already be negated. in FromVals() argument 65 AI const float4& vals() const { return fVals; } // [left, top, -right, -bot]. in vals() function in skgpu::Rect 66 AI float4& vals() { return fVals; } // [left, top, -right, -bot]. in vals() function in skgpu::Rect 144 AI static float4 NegateBotRight(float4 vals) { // Returns [vals.xy, -vals.zw]. in NegateBotRight() argument 148 AI Rect(float4 vals) argument [all...] |
| /third_party/skia/bench/ |
| H A D | DashBench.cpp | 184 SkScalar vals[] = { SkIntToScalar(4), SkIntToScalar(4) }; in MakeDashBench() local 222 SkScalar vals[] = { SK_Scalar1, SK_Scalar1 }; in DashLineBench() local 261 SkScalar vals[] = { SkIntToScalar(dashLength), SkIntToScalar(dashLength) }; in DrawPointsDashingBench() local 386 SkScalar vals[] = { SkIntToScalar(dashLength), SkIntToScalar(dashLength) }; in DashGridBench() local
|
| /base/useriam/face_auth/test/fuzztest/faceauthallinoneexecutorhdi_fuzzer/ |
| H A D | face_auth_all_in_one_executor_hdi_fuzzer.cpp | 249 std::vector<uint32_t> vals; in FillFuzzAttributeKeyVector() local
|
| /base/useriam/fingerprint_auth/test/fuzztest/fingerprintauthallinoneexecutorhdi_fuzzer/ |
| H A D | fingerprint_auth_all_in_one_executor_hdi_fuzzer.cpp | 246 std::vector<uint32_t> vals; in FillFuzzAttributeKeyVector() local
|
| /foundation/communication/bluetooth_service/services/bluetooth/server/src/ |
| H A D | bluetooth_avrcp_tg_server.cpp | 390 std::deque<uint8_t> vals; in NotifyPlayerAppSettingChanged() local
|
| /foundation/graphic/graphic_2d/rosen/samples/2d_graphics/ |
| H A D | drawing_sample_rs.cpp | 187 scalar vals[] = {10.0, 20.0}; in TestDrawPathEffect() local
|
| /third_party/ffmpeg/libavcodec/tests/ |
| H A D | dct.c | 120 static void init_block(int16_t block[64], int test, int is_idct, AVLFG *prng, int vals) in init_block() argument 191 const int vals=1<<bits; in dct_error() local [all...] |
| /third_party/curl/lib/ |
| H A D | ldap.c | 607 BerValue **vals; in ldap_do() local [all...] |
| /third_party/libunwind/libunwind/tests/ |
| H A D | Gia64-test-nat.c | 207 check_static_to_stacked (unw_cursor_t *c, unw_word_t *vals) in check_static_to_stacked() argument 253 check_static_to_fr(unw_cursor_t *c, unw_word_t *vals) check_static_to_fr() argument 290 check_static_to_br(unw_cursor_t *c, unw_word_t *vals) check_static_to_br() argument 326 check_static_to_mem(unw_cursor_t *c, unw_word_t *vals) check_static_to_mem() argument 362 check_static_to_memN(unw_cursor_t *c, unw_word_t *vals, const char *func) check_static_to_memN() argument 398 check_static_to_mem2(unw_cursor_t *c, unw_word_t *vals) check_static_to_mem2() argument 404 check_static_to_mem3(unw_cursor_t *c, unw_word_t *vals) check_static_to_mem3() argument 410 check_static_to_mem4(unw_cursor_t *c, unw_word_t *vals) check_static_to_mem4() argument 416 check_static_to_mem5(unw_cursor_t *c, unw_word_t *vals) check_static_to_mem5() argument 422 check_static_to_scratch(unw_cursor_t *c, unw_word_t *vals) check_static_to_scratch() argument 501 check_pr(unw_cursor_t *c, unw_word_t *vals) check_pr() argument 539 check_rotate_regs(unw_cursor_t *c, unw_word_t *vals) check_rotate_regs() argument 547 start_checks(void *funcs, unsigned long *vals) start_checks() argument [all...] |
| /third_party/mesa3d/src/freedreno/rnn/ |
| H A D | rnndec.c | 163 struct rnnvalue **vals; in rnndec_decodeval() local 130 rnndec_decode_enum_val(struct rnndeccontext *ctx, struct rnnvalue **vals, int valsnum, uint64_t value) rnndec_decode_enum_val() argument [all...] |