/third_party/ffmpeg/libswscale/x86/ |
H A D | input.asm | 735 ; 4 - load only 2 values on sse2 760 ; line up the 2 values in lanes 0,2 831 ; 3 - store only 2 values on sse2 865 ; in sse2 mode only 2 values are done per loop, due to lack of pmulld instruction 943 ; in sse2 mode only 2 values are done per loop, due to lack of pmulld instruction
|
/third_party/libunwind/libunwind/doc/ |
H A D | libunwind-dynamic.tex | 64 once the stack-pointer is restored, all values saved in the 177 that needs to be added to the segment-relative values stored in the 278 of the \Type{unw\_dyn\_operation\_t} values described below. 307 in order of increasing \Var{when} values. If the directives happen to 325 values:
|
/third_party/node/ |
H A D | configure.py | 955 values = (to_utf8(proc.communicate()[0]).split('\n')[-2].split() + ['0'] * 7)[0:7] 957 values = (to_utf8(proc.communicate()[0]).split() + ['0'] * 7)[0:7] 959 is_clang = values[0] == '1' 960 gcc_version = tuple(map(int, values[1:1+3])) 961 clang_version = tuple(map(int, values[4:4+3])) if is_clang else None
|
/third_party/libexif/libexif/ |
H A D | exif-entry.c | 746 const char *values[4]; /*!< list of progressively shorter string member 1383 for (j = 0; list2[i].elem[j].values[0] && in exif_entry_get_value() 1393 for (k = 0; list2[i].elem[j].values[k]; k++) { in exif_entry_get_value() 1394 size_t l = strlen (_(list2[i].elem[j].values[k])); in exif_entry_get_value() 1396 strncpy (val, _(list2[i].elem[j].values[k]), maxlen-1); in exif_entry_get_value()
|
/third_party/node/deps/v8/src/ast/ |
H A D | prettyprinter.cc | 269 // TODO(adamk): Teach Literal how to print its values without in VisitLiteral() 297 for (int i = 0; i < node->values()->length(); i++) { in VisitArrayLiteral() 299 Expression* subexpr = node->values()->at(i); in VisitArrayLiteral() 404 // TODO(adamk): Teach Literal how to print its values without in VisitProperty() 1246 if (node->values()->length() > 0) { in VisitArrayLiteral() 1248 for (int i = 0; i < node->values()->length(); i++) { in VisitArrayLiteral() 1249 Visit(node->values()->at(i)); in VisitArrayLiteral()
|
/third_party/skia/third_party/externals/libjpeg-turbo/simd/i386/ |
H A D | jchuff-sse2.asm | 109 ; wN: xmmN treated as eight signed 16-bit values 110 ; wN[i]: perform the same operation on all eight signed 16-bit values, i=0..7 111 ; bN: xmmN treated as 16 unsigned 8-bit values, or 112 ; mmN treated as eight unsigned 8-bit values 113 ; bN[i]: perform the same operation on all unsigned 8-bit values,
|
/third_party/python/Lib/test/ |
H A D | test_sax.py | 69 self.assertEqual(list(attrs.values()), []) 86 self.assertEqual(list(attrs.values()), []) 98 self.assertEqual(list(attrs.values()), ["val"]) 1115 self.assertEqual(list(attrs.values()), ["val"]) 1287 # pass various values from a locator to the SAXParseException to 1291 # use "normal" values for the locator: 1352 self.assertEqual(list(attrs.values()), ["val"])
|
/third_party/python/Python/ |
H A D | ceval.c | 904 // Return a tuple of values corresponding to keys, with error checks for 917 PyObject *values = NULL; in match_keys() local 936 values = PyTuple_New(nkeys); in match_keys() 937 if (values == NULL) { in match_keys() 964 Py_DECREF(values); in match_keys() 967 values = Py_None; in match_keys() 970 PyTuple_SET_ITEM(values, i, value); in match_keys() 977 return values; in match_keys() 982 Py_XDECREF(values); in match_keys() 1245 using gcc's labels-as-values extensio 3507 PyDictValues *values = *_PyObject_ValuesPointer(owner); global() local 3615 PyDictValues *values = *_PyObject_ValuesPointer(owner); global() local [all...] |
/third_party/python/Tools/clinic/ |
H A D | clinic.py | 321 # The C statements needed to dynamically modify the values 644 parameters = list(f.parameters.values()) 1237 parameters = list(f.parameters.values()) 2339 for p in self.parameters.values(): 3371 fail("str_converter: Argument Clinic doesn't support default values for encoded strings") 4457 # now must have default values. 4481 for p in self.function.parameters.values(): 4606 # we can only represent very simple data values in C. 4751 names = [k.name for k in self.function.parameters.values()] 4798 if not any(p.group == self.group for p in self.function.parameters.values()) [all...] |
/third_party/skia/tests/ |
H A D | SkVMTest.cpp | 1986 auto eval = [](int N, float values[], auto fn) { 1992 b.done().eval(N, values); 1995 auto compare = [r](int N, const float values[], const float expected[]) { 1997 REPORTER_ASSERT(r, SkScalarNearlyEqual(values[i], expected[i], 0.001f)); 2003 float values[] = {0.25f, 0.5f, 1, 2, 4, 8}; 2004 constexpr int N = SK_ARRAY_COUNT(values); 2005 eval(N, values, [](skvm::Builder* b, skvm::F32 v) { 2009 compare(N, values, expected); 2014 float values[] = {-2, -1, 0, 1, 2, 3}; 2015 constexpr int N = SK_ARRAY_COUNT(values); [all...] |
/base/notification/distributed_notification_service/services/ans/include/ |
H A D | notification_preferences.h | 378 const std::string &key, std::unordered_map<std::string, std::string> &values, const int32_t &userId);
|
/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/ |
H A D | fa_ability_thread.h | 193 * @param pacMap Defines a PacMap object for storing a series of values. 248 * @param values Indicates the data records to insert. 251 int BatchInsert(const Uri &uri, const std::vector<NativeRdb::ValuesBucket> &values) override;
|
/foundation/ability/form_fwk/test/mock/include/ |
H A D | mock_distributed_sched.h | 131 void GetCachedOsdSwitch(std::vector<std::u16string> &deviceIds, std::vector<int32_t> &values) override
|
/foundation/ability/ability_runtime/frameworks/native/ability/native/ |
H A D | ability_thread.cpp | 209 int AbilityThread::BatchInsert(const Uri &uri, const std::vector<NativeRdb::ValuesBucket> &values) in BatchInsert() argument
|
/foundation/arkui/ace_engine/adapter/ohos/entrance/pa_engine/engine/jsi/ |
H A D | jsi_pa_engine.h | 79 int32_t BatchInsert(const Uri& uri, const std::vector<OHOS::NativeRdb::ValuesBucket>& values,
|
/foundation/arkui/napi/interfaces/kits/napi/ |
H A D | native_api.h | 95 const napi_value* values);
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/ |
H A D | avrcp_tg_browse.h | 26 * @brief This enumeration declares the values of the <b>BROWSING</b> commands. 148 * @brief This enumeration declares the values of the <b>SetBrowsedPlayer</b> command. 253 * @brief This enumeration declares the values of the <b>ChangePath</b> command. 368 * @brief This enumeration declares the values of the <b>GetFolderItems</b> command. 601 * @brief This enumeration declares the values of the <b>GetItemAttributes</b> command. 629 const std::vector<std::string> &values, uint8_t label); 746 * @brief This enumeration declares the values of the <b>GetTotalNumberOfItems</b> command.
|
H A D | avrcp_tg_vendor.h | 30 * @brief This enumeration declares the values of the <b>VENDOR DEPENDENT</b> command. 305 * @brief This enumeration declares a set of values associated with the <b>GetCapability<b> 452 * @brief This enumeration declares the values of the <b>GetElementAttribute</b> command. 469 * @details You can use this constructor when wants to initialize the [attributes] [values] and [label]. 472 uint8_t crCode, const std::vector<uint32_t> &attribtues, const std::vector<std::string> &values, uint8_t label); 588 * @brief This enumeration declares the values of the <b>GetPlayStatus</b> command. 715 * @brief This enumeration declares the values of the <b>SetAddressedPlayer</b> command. 821 * @brief This enumeration declares a set of values of the <b>PlayItemResponse</b> command. 943 * @brief This enumeration declares the values of the <b>AddToNowPlaying</b> command. 1070 * @brief This enumeration declares the values o [all...] |
/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/ |
H A D | avrcp_ct_browse.h | 27 * @brief This enumeration declares the values of the <b>BROWSING</b> commands. 118 * @brief This enumeration declares the values of the <b>SetBrowsedPlayer</b> command. 249 * @brief This enumeration declares the values of the <b>ChangePath</b> command. 346 * @brief This enumeration declares the values of the <b>GetFolderItems</b> command. 597 std::vector<uint32_t> &attributes, std::vector<std::string> &values); 605 * @brief This enumeration declares the values of the <b>GetItemAttributes</b> command. 733 * @brief This enumeration declares the values of the <b>GetTotalNumberOfItems</b> command.
|
/foundation/multimedia/image_effect/test/unittest/ |
H A D | image_effect_inner_unittest.cpp | 55 ErrorCode Restore(const EffectJsonPtr &values) override
|
/foundation/distributeddatamgr/data_share/frameworks/js/napi/dataShare/include/ |
H A D | napi_datashare_helper.h | 112 std::vector<DataShareValuesBucket> values; member
|
/foundation/distributeddatamgr/data_share/interfaces/inner_api/consumer/include/ |
H A D | datashare_helper.h | 224 * @param values Indicates the data records to insert. 228 virtual int BatchInsert(Uri &uri, const std::vector<DataShareValuesBucket> &values) = 0;
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/ylong_cloud_extension/src/service_impl/ |
H A D | types.rs | 103 /// Hashmap of Value name as keys, Value as values. 142 for table in value.tables.values() { in try_from()
|
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/mock/include/ |
H A D | rdb_store_impl.h | 40 std::pair<int, int64_t> BatchInsert(const std::string& table, const ValuesBuckets& values) override;
|
/foundation/distributeddatamgr/pasteboard/framework/innerkits/include/ |
H A D | paste_data_record.h | 64 std::shared_ptr<std::map<std::string, std::shared_ptr<EntryValue>>> values,
|