Home
last modified time | relevance | path

Searched refs:values (Results 1376 - 1400 of 3199) sorted by relevance

1...<<51525354555657585960>>...128

/third_party/node/lib/internal/
H A Durl.js182 // 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 DFramebufferVk.cpp42 // 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 Dtest_widgets.py429 '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 Ddata_share_helper_manager.h42 * @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 Dvoicemail_database.h39 int UpdateVoiceMail(OHOS::NativeRdb::ValuesBucket values, OHOS::NativeRdb::RdbPredicates &rdbPredicates);
/applications/standard/contacts_data/test/unittest/include/
H A Dcontactpinyin_test.h33 OHOS::DataShare::DataShareValuesBucket &values, std::string testName);
/base/accesscontrol/sandbox_manager/services/sandbox_manager/main/cpp/include/database/
H A Dsandbox_manager_rdb_utils.h35 void ToRdbValueBuckets(const std::vector<GenericValues>& values, std::vector<NativeRdb::ValuesBucket> &buckets);
/base/update/updateservice/services/firmware/data/db/include/
H A Dfirmware_component_operator.h43 bool Insert(const std::vector<FirmwareComponent> &values);
/base/useriam/user_auth_framework/frameworks/native/client/inc/
H A Dexecutor_callback_service.h36 int32_t OnGetProperty(const Attributes &condition, Attributes &values) override;
/base/useriam/user_auth_framework/services/context/inc/
H A Dauth_widget_helper.h40 static bool ParseAttributes(const Attributes &values, const AuthType &authType,
/base/useriam/user_auth_framework/test/unittest/inner_api/mocks/
H A Dmock_executor_callback_service.h34 MOCK_METHOD2(OnGetProperty, int32_t(const Attributes &condition, Attributes &values));
/base/useriam/user_auth_framework/test/unittest/services/mocks/
H A Dmock_executor_callback.h36 MOCK_METHOD2(OnGetProperty, int32_t(const Attributes &condition, Attributes &values));
/base/useriam/user_auth_framework/frameworks/native/ipc/common_defines/
H A Dexecutor_callback_interface.h37 virtual int32_t OnGetProperty(const Attributes &condition, Attributes &values) = 0;
/foundation/ability/ability_runtime/frameworks/cj/ffi/
H A Dcj_ability_delegator_args.h45 CArrString values; member
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_data_panel_ffi.h48 CJ_EXPORT void FfiOHOSAceFrameworkDataPanelCreate(VectorDoubleHandle values, double max, int32_t panelType);
/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_gatt_descriptor.h139 * @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 Dmedialibrary_analysis_album_operations.h54 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 Dmedialibrary_extension_insert_fuzzer.cpp52 DataShareValuesBucket values; in InsertFuzzer() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/interface/include/
H A Dcollection.h32 int GetMatchedDocument(const JsonObject &filterObj, Key &key, std::pair<std::string, std::string> &values,
/third_party/ffmpeg/libavfilter/
H A Dblend.h81 struct FilterParams *param, double *values, int starty);
/third_party/mesa3d/bin/
H A Drefcnt-log-helper.py72 for stack in objects.values():
/third_party/mesa3d/src/compiler/isaspec/
H A Ddecode.h39 * Table of enum values
46 } values[]; member
/third_party/node/test/parallel/
H A Dtest-inspector-ip-detection.js26 for (const i of [].concat(...Object.values(os.networkInterfaces()))) {
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
H A DFence.h52 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 DMSP430Subtarget.cpp25 cl::values(

Completed in 11 milliseconds

1...<<51525354555657585960>>...128