Home
last modified time | relevance | path

Searched defs:step (Results 251 - 275 of 1211) sorted by relevance

1...<<11121314151617181920>>...49

/third_party/skia/tests/
H A DStreamBufferTest.cpp55 const size_t step = 5; in test_flushing() local
H A DSkGlyphBufferTest.cpp19 const float step = 1.f / perUnit; in DEF_TEST() local
/third_party/skia/third_party/externals/brotli/java/org/brotli/dec/
H A DHuffman.java34 private static void replicateValue(int[] table, int offset, int step, int end, int item) { in replicateValue() argument
[all...]
/third_party/skia/third_party/externals/brotli/c/common/
H A Dtransform.c263 int step = ToUpperCase(uppercase); in BrotliTransformDictionaryWord() local
276 int step = Shift(shift, len, param); in BrotliTransformDictionaryWord() local
/third_party/skia/third_party/externals/brotli/csharp/org/brotli/dec/
H A DHuffman.cs42 private static void ReplicateValue(int[] table, int offset, int step, int end, int item) in ReplicateValue() argument
[all...]
/third_party/typescript/tests/baselines/reference/
H A DthisTypeInFunctionsNegative.js188 function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); } function
H A DasyncFunctionReturnType.js84 function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); } function
H A Demitter.asyncGenerators.functionDeclarations.es5.js37 function step(op) { function
[all...]
H A Demitter.asyncGenerators.functionExpressions.es5.js37 function step(op) { function
[all...]
H A Demitter.asyncGenerators.objectLiteralMethods.es5.js51 function step(op) { function
[all...]
H A Demitter.forAwait(target=es5).js59 function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); } function
[all...]
H A DneverAsDiscriminantType(strict=false).js75 function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); } function
H A DneverAsDiscriminantType(strict=true).js75 function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); } function
H A DprivateNamesIncompatibleModifiers.js44 function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); } function
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_1d_table.cpp159 real64 step = (real64) kTableSize / 65535.0; in Expand16() local
/third_party/skia/gm/
H A Dstringart.cpp49 SkScalar step = angle; variable
/third_party/skia/infra/bots/recipe_modules/flavor/
H A Dandroid.py511 def step(self, name, cmd): function
[all...]
/third_party/skia/bench/
H A DInterpBench.cpp64 SkFixed step = SkFloatToFixed(dx); variable
83 int64_t step = (int64_t)(dx * 65536 * 655536); variable
114 int64_t step = (int64_t)(dx * 65536 * 655536 * 65536); global() variable
[all...]
/base/hiviewdfx/faultloggerd/tools/process_dump/
H A Ddfx_unwind_remote.cpp63 size_t step = LOG_BUF_LEN - 1; in GetThreadKernelStack() local
/base/security/device_auth/services/legacy/authenticators/src/account_related/auth/pake_v2_auth_task/
H A Dpake_v2_auth_client_task.c241 int32_t step = 0; // step comes from opposite device in ProcessClientTask() local
[all...]
H A Dpake_v2_auth_server_task.c241 int32_t step = 0; in ProcessServerTask() local
[all...]
/base/telephony/sms_mms/services/sms/gsm/
H A Dgsm_sms_tpdu_codec.cpp151 uint8_t step = SLIDE_DATA_STEP; in DebugTpdu() local
/foundation/ability/ability_runtime/interfaces/inner_api/dataobs_manager/include/
H A Ddataobs_utils.h152 bool DataObsUtils::ReadVariant(uint32_t step, uint32_t index, const _OutTp &output, MessageParcel &data) in ReadVariant() argument
158 bool DataObsUtils::ReadVariant(uint32_t step, uint32_t index, const _OutTp &output, MessageParcel &data) in ReadVariant() argument
170 bool DataObsUtils::WriteVariant(uint32_t step, const _InTp &input, MessageParcel &data) in WriteVariant() argument
176 bool DataObsUtils::WriteVariant(uint32_t step, cons argument
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dslider_model_impl.cpp25 void SliderModelImpl::Create(float value, float step, float min, float max) in Create() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dtext_adapt_font_sizer.cpp105 Dimension step = stepUnit; in GetAdaptFontSizeStep() local

Completed in 11 milliseconds

1...<<11121314151617181920>>...49