/third_party/node/lib/internal/ |
H A D | url.js | 182 // Ada uses uint32_t(-1) for declaring omitted values. 443 const values = []; 447 values.push(list[i + 1]); 450 return values; 604 values() { 633 values: kEnumerableProperty, 1304 const values = target[searchParams]; 1305 const len = values.length; 1313 const name = values[index]; 1314 const value = values[inde [all...] |
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
H A D | FramebufferVk.cpp | 42 // Clear values are only used when loadOp=Clear is set in clearWithRenderPassOp. When starting a 579 // flush deferred clears, which will start a render pass with deferred clear values. in clearImpl() 623 const GLfloat *values) in clearBufferfv() 633 clearValue.depthStencil.depth = values[0]; in clearBufferfv() 638 clearValue.color.float32[0] = values[0]; in clearBufferfv() 639 clearValue.color.float32[1] = values[1]; in clearBufferfv() 640 clearValue.color.float32[2] = values[2]; in clearBufferfv() 641 clearValue.color.float32[3] = values[3]; in clearBufferfv() 651 const GLuint *values) in clearBufferuiv() 658 clearValue.color.uint32[0] = values[ in clearBufferuiv() 620 clearBufferfv(const gl::Context *context, GLenum buffer, GLint drawbuffer, const GLfloat *values) clearBufferfv() argument 648 clearBufferuiv(const gl::Context *context, GLenum buffer, GLint drawbuffer, const GLuint *values) clearBufferuiv() argument 667 clearBufferiv(const gl::Context *context, GLenum buffer, GLint drawbuffer, const GLint *values) clearBufferiv() argument [all...] |
/third_party/python/Lib/tkinter/test/test_ttk/ |
H A D | test_widgets.py | 429 'validate', 'validatecommand', 'values', 457 self.combo['values'] = [1] 491 self.assertEqual(self.combo['values'], '') 494 self.checkParam(self.combo, 'values', 'mon tue wed thur', 496 self.checkParam(self.combo, 'values', ('mon', 'tue', 'wed', 'thur')) 497 self.checkParam(self.combo, 'values', (42, 3.14, '', 'any string')) 498 self.checkParam(self.combo, 'values', '') 500 self.combo['values'] = ['a', 1, 'c'] 511 # testing values with empty string 513 self.combo['values'] [all...] |
/applications/standard/calendardata/calendarmanager/native/include/ |
H A D | data_share_helper_manager.h | 42 * @param values Indicates the data records to insert. If this parameter is null, a blank row will be inserted. 46 int BatchInsert(const Uri &uri, const std::vector<DataShare::DataShareValuesBucket> &values);
|
/applications/standard/contacts_data/dataBusiness/voicemail/include/ |
H A D | voicemail_database.h | 39 int UpdateVoiceMail(OHOS::NativeRdb::ValuesBucket values, OHOS::NativeRdb::RdbPredicates &rdbPredicates);
|
/applications/standard/contacts_data/test/unittest/include/ |
H A D | contactpinyin_test.h | 33 OHOS::DataShare::DataShareValuesBucket &values, std::string testName);
|
/base/accesscontrol/sandbox_manager/services/sandbox_manager/main/cpp/include/database/ |
H A D | sandbox_manager_rdb_utils.h | 35 void ToRdbValueBuckets(const std::vector<GenericValues>& values, std::vector<NativeRdb::ValuesBucket> &buckets);
|
/base/update/updateservice/services/firmware/data/db/include/ |
H A D | firmware_component_operator.h | 43 bool Insert(const std::vector<FirmwareComponent> &values);
|
/base/useriam/user_auth_framework/frameworks/native/client/inc/ |
H A D | executor_callback_service.h | 36 int32_t OnGetProperty(const Attributes &condition, Attributes &values) override;
|
/base/useriam/user_auth_framework/services/context/inc/ |
H A D | auth_widget_helper.h | 40 static bool ParseAttributes(const Attributes &values, const AuthType &authType,
|
/base/useriam/user_auth_framework/test/unittest/inner_api/mocks/ |
H A D | mock_executor_callback_service.h | 34 MOCK_METHOD2(OnGetProperty, int32_t(const Attributes &condition, Attributes &values));
|
/base/useriam/user_auth_framework/test/unittest/services/mocks/ |
H A D | mock_executor_callback.h | 36 MOCK_METHOD2(OnGetProperty, int32_t(const Attributes &condition, Attributes &values));
|
/base/useriam/user_auth_framework/frameworks/native/ipc/common_defines/ |
H A D | executor_callback_interface.h | 37 virtual int32_t OnGetProperty(const Attributes &condition, Attributes &values) = 0;
|
/foundation/ability/ability_runtime/frameworks/cj/ffi/ |
H A D | cj_ability_delegator_args.h | 45 CArrString values; member
|
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
H A D | cj_data_panel_ffi.h | 48 CJ_EXPORT void FfiOHOSAceFrameworkDataPanelCreate(VectorDoubleHandle values, double max, int32_t panelType);
|
/foundation/communication/bluetooth/interfaces/inner_api/include/ |
H A D | bluetooth_gatt_descriptor.h | 139 * @param values values of set value. 144 void SetValue(const uint8_t *values, const size_t length);
|
/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/include/ |
H A D | medialibrary_analysis_album_operations.h | 54 EXPORT static int32_t HandleGroupPhotoAlbum(const OperationType &opType, const NativeRdb::ValuesBucket &values,
|
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/fuzztest/medialibraryextensioninsert_fuzzer/src/ |
H A D | medialibrary_extension_insert_fuzzer.cpp | 52 DataShareValuesBucket values; in InsertFuzzer() local
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/interface/include/ |
H A D | collection.h | 32 int GetMatchedDocument(const JsonObject &filterObj, Key &key, std::pair<std::string, std::string> &values,
|
/third_party/ffmpeg/libavfilter/ |
H A D | blend.h | 81 struct FilterParams *param, double *values, int starty);
|
/third_party/mesa3d/bin/ |
H A D | refcnt-log-helper.py | 72 for stack in objects.values():
|
/third_party/mesa3d/src/compiler/isaspec/ |
H A D | decode.h | 39 * Table of enum values 46 } values[]; member
|
/third_party/node/test/parallel/ |
H A D | test-inspector-ip-detection.js | 26 for (const i of [].concat(...Object.values(os.networkInterfaces()))) {
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
H A D | Fence.h | 52 void getSynciv(GLenum pname, GLsizei *length, GLint *values);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/ |
H A D | MSP430Subtarget.cpp | 25 cl::values(
|