/third_party/typescript/tests/baselines/reference/ |
H A D | privateNamesConstructorChain-1.js | 21 return kind === "m" ? f : kind === "a" ? f.call(receiver) : f ? f.value : state.get(receiver);
34 _Parent_bar = { value: 5 };
|
H A D | privateStaticNameShadowing.js | 20 return kind === "m" ? f : kind === "a" ? f.call(receiver) : f ? f.value : state.get(receiver);
34 _X_f = { value: __classPrivateFieldGet(X, _b, "m", _X_m).call(X) };
|
H A D | es6ImportDefaultBindingFollowedWithNamedImport1InEs5.js | 24 Object.defineProperty(exports, "__esModule", { value: true });
29 Object.defineProperty(exports, "__esModule", { value: true });
|
H A D | genericInference2.js | 5 (value: T): any; 10 export function observable<T>(value: T): Observable<T>;
|
H A D | genericTypeArgumentInference1.js | 4 (value: T, index: any, list: any): U; 8 identity<T>(value: T): T;
|
H A D | importCallExpressionES5CJS.js | 33 Object.defineProperty(exports, "__esModule", { value: true });
39 Object.defineProperty(exports, "__esModule", { value: true });
|
H A D | importCallExpressionES6CJS.js | 33 Object.defineProperty(exports, "__esModule", { value: true });
39 Object.defineProperty(exports, "__esModule", { value: true });
|
H A D | jsDeclarationsFunctionLikeClasses.js | 29 Object.defineProperty(exports, "__esModule", { value: true });
45 Object.defineProperty(exports, "__esModule", { value: true });
|
H A D | ES5For-of33.js | 13 return { value: o && o[i++], done: !o };
21 var v = _c.value;
|
H A D | ES5For-of34.js | 16 return { value: o && o[i++], done: !o };
27 foo().x = _c.value;
|
/third_party/protobuf/python/google/protobuf/pyext/ |
H A D | repeated_composite_container.h | 86 PyObject* Extend(RepeatedCompositeContainer* self, PyObject* value); 106 PyObject* value);
|
/third_party/python/Lib/test/ |
H A D | test_doctest2.py | 69 def setx(self, value): 76 self._x = value
|
/third_party/skia/docs/examples/ |
H A D | pong.cpp | 7 double value = ::fmod(t + phase, period); in REG_FIDDLE_ANIMATED() local 9 double diff = ::fabs(value - half); in REG_FIDDLE_ANIMATED()
|
/third_party/rust/crates/once_cell/examples/ |
H A D | test_synchronization.rs | 34 let &value = cell.get_or_init(|| i); in thread_main() 35 accum += value; in thread_main()
|
H A D | bench.rs | 25 let &value = CELL.get_or_init(|| i); in thread_main() 26 assert!(value < N_THREADS) in thread_main()
|
/third_party/vk-gl-cts/framework/delibs/decpp/ |
H A D | deStringUtil.hpp | 38 inline std::string toString (const T& value) in toString() argument 41 s << value; in toString() local
|
/third_party/vk-gl-cts/framework/randomshaders/ |
H A D | rsgExecutionContext.hpp | 69 void andExecutionMask (ExecConstValueAccess value); // Pushes computed value 70 void pushExecutionMask (ExecConstValueAccess value);
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
H A D | es2fApiCase.hpp | 52 void checkBooleans (deUint8 value, deUint8 expected); 53 void checkBooleans (deInt32 value, deUint8 expected);
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fApiCase.hpp | 52 void checkBooleans (deUint8 value, deUint8 expected); 53 void checkBooleans (deInt32 value, deUint8 expected);
|
/foundation/distributeddatamgr/kv_store/test/unittest/distributeddata/ |
H A D | SingleKvStoreDataPromiseJsTest.js | 27 const VALUE_TEST_STRING_ELEMENT = 'value-string-001'; 28 const VALUE_TEST_SYNC_ELEMENT = 'value-string-001'; 47 value : { 49 value : 'batch_test_string_value' 1227 expect(entrys[0].value.value == 'batch_test_string_value').assertTrue(); 1257 value : { 1259 value : 222 1271 expect(entrys[0].value.value [all...] |
/third_party/mesa3d/src/egl/drivers/dri2/ |
H A D | egl_dri2.c | 407 unsigned int attrib, value, double_buffer; in dri2_add_config() local 423 if (!dri2_dpy->core->indexConfigAttrib(dri_config, i, &attrib, &value)) in dri2_add_config() 428 if (value & __DRI_ATTRIB_FLOAT_BIT) in dri2_add_config() 430 if (value & __DRI_ATTRIB_RGBA_BIT) in dri2_add_config() 431 value = EGL_RGB_BUFFER; in dri2_add_config() 432 else if (value & __DRI_ATTRIB_LUMINANCE_BIT) in dri2_add_config() 433 value = EGL_LUMINANCE_BUFFER; in dri2_add_config() 436 base.ColorBufferType = value; in dri2_add_config() 440 if (value & __DRI_ATTRIB_NON_CONFORMANT_CONFIG) in dri2_add_config() 441 value in dri2_add_config() 859 unsigned int value = 0; dri2_renderer_query_integer() local 2496 dri2_query_surface(_EGLDisplay *disp, _EGLSurface *surf, EGLint attribute, EGLint *value) dri2_query_surface() argument 3326 dri2_query_wayland_buffer_wl(_EGLDisplay *disp, struct wl_resource *buffer_resource, EGLint attribute, EGLint *value) dri2_query_wayland_buffer_wl() argument [all...] |
/third_party/vk-gl-cts/external/vulkancts/scripts/ |
H A D | gen_framework.py | 161 def __init__ (self, name, aType, alias, value): 165 self.value = value 184 def __init__ (self, name, value, bitpos): 187 self.value = value # some enums specify value and some bitpos 204 intValue = parseInt(enumerator.value) 294 def __init__ (self, name, extends, alias, value, extnumber, offset, bitpos, vdir, comment): 298 self.value [all...] |
/base/msdp/device_status/test/unittest/frameworks/src/ |
H A D | interaction_drag_drawing_test.cpp | 193 int32_t ret = InteractionManager::GetInstance()->StartDrag(dragData.value(), in HWTEST_F() 238 int32_t ret = InteractionManager::GetInstance()->StartDrag(dragData.value(), in HWTEST_F() 283 int32_t ret = InteractionManager::GetInstance()->StartDrag(dragData.value(), in HWTEST_F() 328 int32_t ret = InteractionManager::GetInstance()->StartDrag(dragData.value(), in HWTEST_F() 373 int32_t ret = InteractionManager::GetInstance()->StartDrag(dragData.value(), in HWTEST_F() 415 int32_t ret = InteractionManager::GetInstance()->StartDrag(dragData.value(), in HWTEST_F() 457 int32_t ret = InteractionManager::GetInstance()->StartDrag(dragData.value(), in HWTEST_F() 499 int32_t ret = InteractionManager::GetInstance()->StartDrag(dragData.value(), in HWTEST_F() 541 int32_t ret = InteractionManager::GetInstance()->StartDrag(dragData.value(), in HWTEST_F() 582 int32_t ret = InteractionManager::GetInstance()->StartDrag(dragData.value(), in HWTEST_F() [all...] |
/third_party/skia/third_party/externals/swiftshader/src/Renderer/ |
H A D | Renderer.cpp | 727 void Renderer::clear(void *value, Format format, Surface *dest, const Rect &clearRect, unsigned int rgbaMask) in clear() argument 729 blitter->clear(value, format, dest, clearRect, rgbaMask); in clear() 2215 float value[4]; in loadConstants() local 2217 value[0] = instruction->src[0].value[0]; in loadConstants() 2218 value[1] = instruction->src[0].value[1]; in loadConstants() 2219 value[2] = instruction->src[0].value[2]; in loadConstants() 2220 value[ in loadConstants() 2259 float value[4]; loadConstants() local [all...] |
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/ |
H A D | jsi_engine.cpp | 147 void GetValueAsString(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, std::string& str) in GetValueAsString() argument 149 if (!value->IsObject(runtime)) { in GetValueAsString() 155 value->GetEnumerablePropertyNames(runtime, propertyNames, len); in GetValueAsString() 162 shared_ptr<JsValue> item = value->GetProperty(runtime, key); in GetValueAsString() 186 const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, std::string& familyStyle) in GetStyleFamilyValue() 190 int32_t len = value->GetArrayLength(runtime); in GetStyleFamilyValue() 193 shared_ptr<JsValue> element = value->GetElement(runtime, i); in GetStyleFamilyValue() 230 void GetStyleAnimationName(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, in GetStyleAnimationName() argument 233 int32_t len = value->GetArrayLength(runtime); in GetStyleAnimationName() 236 shared_ptr<JsValue> element = value in GetStyleAnimationName() 185 GetStyleFamilyValue( const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, std::string& familyStyle) GetStyleFamilyValue() argument 273 shared_ptr<JsValue> value = valObject->GetProperty(runtime, key); GetAttrImage() local 314 SetDomAttributesWithArray(const shared_ptr<JsRuntime>& runtime, const std::string& keyStr, const shared_ptr<JsValue>& value, std::vector<std::pair<std::string, std::string>>& attrs, JsCommandDomElementOperator& command) SetDomAttributesWithArray() argument 345 SetDomAttributesWithObject(const shared_ptr<JsRuntime>& runtime, const std::string& keyStr, const shared_ptr<JsValue>& value, JsCommandDomElementOperator& command) SetDomAttributesWithObject() argument 397 shared_ptr<JsValue> value = attrObj->GetProperty(runtime, key); SetDomAttributes() local 444 shared_ptr<JsValue> value = styleObj->GetProperty(runtime, key); SetDomStyle() local 480 std::string value = styles[i].second; SetDomStyle() local 491 std::string value = styles[i].second; SetDomStyle() local 525 shared_ptr<JsValue> value = eventObj->GetProperty(runtime, key); AddDomEvent() local [all...] |