Home
last modified time | relevance | path

Searched defs:label (Results 501 - 525 of 700) sorted by relevance

1...<<2122232425262728

/third_party/icu/icu4c/source/test/intltest/
H A Dtransrt.cpp864 void RTTest::logWrongScript(const UnicodeString& label, in logWrongScript() argument
874 void RTTest::logNotCanonical(const UnicodeString& label, in logNotCanonical() argument
890 void RTTest::logFails(const UnicodeString& label) { in logFails() argument
895 logToRulesFails(const UnicodeString& label, const UnicodeString& from, const UnicodeString& to, const UnicodeString& otherTo) logToRulesFails() argument
[all...]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/translit/
H A DTransliteratorTest.java2398 void checkRules(String label, Transliterator t2, String testRulesForward) { in checkRules() argument
/third_party/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
H A DTransliteratorTest.java2395 void checkRules(String label, Transliterator t2, String testRulesForward) { in checkRules() argument
/third_party/mbedtls/library/
H A Drsa.c1760 mbedtls_rsa_rsaes_oaep_encrypt(mbedtls_rsa_context *ctx, int (*f_rng)(void *, unsigned char *, size_t), void *p_rng, const unsigned char *label, size_t label_len, size_t ilen, const unsigned char *input, unsigned char *output) mbedtls_rsa_rsaes_oaep_encrypt() argument
1915 mbedtls_rsa_rsaes_oaep_decrypt(mbedtls_rsa_context *ctx, int (*f_rng)(void *, unsigned char *, size_t), void *p_rng, const unsigned char *label, size_t label_len, size_t *olen, const unsigned char *input, unsigned char *output, size_t output_max_len) mbedtls_rsa_rsaes_oaep_decrypt() argument
/third_party/mesa3d/src/compiler/
H A Dshader_info.h129 const char *label; member
/third_party/mesa3d/src/egl/main/
H A Deglapi.c2421 eglLabelObjectKHR(EGLDisplay dpy, EGLenum objectType, EGLObjectKHR object, EGLLabelKHR label) eglLabelObjectKHR() argument
/third_party/mesa3d/src/imgui/
H A Dimgui_widgets.cpp301 void ImGui::LabelText(const char* label, const char* fmt, ...) in LabelText() argument
310 void ImGui::LabelTextV(const char* label, const char* fmt, va_list args) in LabelTextV() argument
332 RenderText(ImVec2(value_bb.Max.x + style.ItemInnerSpacing.x, value_bb.Min.y + style.FramePadding.y), label); in LabelTextV() local
544 bool ImGui::ButtonEx(const char* label, const ImVec2& size_arg, ImGuiButtonFlags flags) in ButtonEx() argument
586 Button(const char* label, const ImVec2& size_arg) Button() argument
592 SmallButton(const char* label) SmallButton() argument
906 Checkbox(const char* label, bool* v) Checkbox() argument
944 RenderText(ImVec2(check_bb.Max.x + style.ItemInnerSpacing.x, check_bb.Min.y + style.FramePadding.y), label); Checkbox() local
950 CheckboxFlags(const char* label, unsigned int* flags, unsigned int flags_value) CheckboxFlags() argument
965 RadioButton(const char* label, bool active) RadioButton() argument
1011 RenderText(ImVec2(check_bb.Max.x + style.ItemInnerSpacing.x, check_bb.Min.y + style.FramePadding.y), label); RadioButton() local
1016 RadioButton(const char* label, int* v, int v_button) RadioButton() argument
1280 BeginCombo(const char* label, const char* preview_value, ImGuiComboFlags flags) BeginCombo() argument
1323 RenderText(ImVec2(frame_bb.Max.x + style.ItemInnerSpacing.x, frame_bb.Min.y + style.FramePadding.y), label); BeginCombo() local
1418 Combo(const char* label, int* current_item, bool (*items_getter)(void*, int, const char**), void* data, int items_count, int popup_max_height_in_items) Combo() argument
1459 Combo(const char* label, int* current_item, const char* const items[], int items_count, int height_in_items) Combo() argument
1466 Combo(const char* label, int* current_item, const char* items_separated_by_zeros, int height_in_items) Combo() argument
[all...]
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_disasm.c1835 const struct brw_label *label = in write_label() local
/third_party/mesa3d/src/gallium/frontends/nine/
H A Dnine_ff.c339 unsigned label[32], l = 0; in nine_ff_build_vs() local
[all...]
/third_party/musl/src/network/
H A Dlookup_name.c362 unsigned char prec, label; member
/third_party/mesa3d/src/panfrost/lib/genxml/
H A Ddecode.c1168 pandecode_shader(mali_ptr addr, const char *label, unsigned gpu_id) in pandecode_shader() argument
1211 pandecode_resource_tables(mali_ptr addr, const char *label) in pandecode_resource_tables() argument
/third_party/lwip/src/apps/mdns/
H A Dmdns.c316 mdns_domain_add_label(struct mdns_domain *domain, const char *label, u8_t len) in mdns_domain_add_label() argument
[all...]
/third_party/node/deps/v8/src/compiler/backend/
H A Dcode-generator.cc32 Label* label() { return &label_; } in label() function in v8::internal::compiler::final
/third_party/node/deps/v8/src/compiler/
H A Dcode-assembler.h687 void Bind(CodeAssemblerParameterizedLabel<T...>* label, TNode<T>*... phis) { in Bind() argument
711 void Goto(CodeAssemblerParameterizedLabel<T...>* label, Args... args) { in Goto() argument
[all...]
H A Draw-machine-assembler.cc535 void RawMachineAssembler::Goto(RawMachineLabel* label) { in Goto() argument
789 BasicBlock* RawMachineAssembler::Use(RawMachineLabel* label) { in Use() argument
794 BasicBlock* RawMachineAssembler::EnsureBlock(RawMachineLabel* label) { in EnsureBlock() argument
801 void RawMachineAssembler::Bind(RawMachineLabel* label) { in Bind() argument
810 Bind(RawMachineLabel* label, AssemblerDebugInfo info) Bind() argument
[all...]
/third_party/node/deps/v8/src/codegen/arm64/
H A Dassembler-arm64-inl.h845 int Assembler::LinkAndGetInstructionOffsetTo(Label* label) { in LinkAndGetInstructionOffsetTo() argument
H A Dmacro-assembler-arm64-inl.h287 void TurboAssembler::B(Label* label) { in B() argument
293 void TurboAssembler::B(Condition cond, Label* label) { in B() argument
312 void TurboAssembler::Bind(Label* label, BranchTargetIdentifier id) { in Bind() argument
333 void TurboAssembler::BindExceptionHandler(Label* label) { in BindExceptionHandler() argument
343 void TurboAssembler::BindJumpTarget(Label* label) { in BindJumpTarget() argument
363 BindJumpOrCallTarget(Label* label) BindJumpOrCallTarget() argument
371 Bl(Label* label) Bl() argument
1358 CompareAndBranch(const Register& lhs, const Operand& rhs, Condition cond, Label* label) CompareAndBranch() argument
1373 CompareTaggedAndBranch(const Register& lhs, const Operand& rhs, Condition cond, Label* label) CompareTaggedAndBranch() argument
1383 TestAndBranchIfAnySet(const Register& reg, const uint64_t bit_pattern, Label* label) TestAndBranchIfAnySet() argument
1396 TestAndBranchIfAllClear(const Register& reg, const uint64_t bit_pattern, Label* label) TestAndBranchIfAllClear() argument
[all...]
/third_party/node/deps/v8/src/codegen/mips64/
H A Dassembler-mips64.h1412 SizeOfCodeGeneratedSince(Label* label) SizeOfCodeGeneratedSince() argument
1417 InstructionsGeneratedSince(Label* label) InstructionsGeneratedSince() argument
[all...]
/third_party/node/deps/v8/src/asmjs/
H A Dasm-parser.cc276 void AsmJsParser::Begin(AsmJsScanner::token_t label) { in Begin() argument
281 void AsmJsParser::Loop(AsmJsScanner::token_t label) { in Loop() argument
293 void AsmJsParser::BareBegin(BlockKind kind, AsmJsScanner::token_t label) { in BareBegin() argument
305 int AsmJsParser::FindContinueLabelDepth(AsmJsScanner::token_t label) { in FindContinueLabelDepth() argument
320 FindBreakLabelDepth(AsmJsScanner::token_t label) FindBreakLabelDepth() argument
[all...]
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-object-gen.cc778 Label* label; in TF_BUILTIN() member
/third_party/node/deps/v8/src/codegen/mips/
H A Dassembler-mips.h1349 SizeOfCodeGeneratedSince(Label* label) SizeOfCodeGeneratedSince() argument
1354 InstructionsGeneratedSince(Label* label) InstructionsGeneratedSince() argument
[all...]
/third_party/node/deps/v8/src/codegen/s390/
H A Dassembler-s390.h1302 SizeOfCodeGeneratedSince(Label* label) SizeOfCodeGeneratedSince() argument
[all...]
/third_party/node/deps/v8/src/codegen/ppc/
H A Dassembler-ppc.h1193 SizeOfCodeGeneratedSince(Label* label) SizeOfCodeGeneratedSince() argument
1198 InstructionsGeneratedSince(Label* label) InstructionsGeneratedSince() argument
[all...]
/third_party/node/deps/v8/src/regexp/arm64/
H A Dregexp-macro-assembler-arm64.cc219 void RegExpMacroAssemblerARM64::Bind(Label* label) { in Bind() argument
223 void RegExpMacroAssemblerARM64::BindJumpTarget(Label* label) { in BindJumpTarget() argument
1244 void RegExpMacroAssemblerARM64::PushBacktrack(Label* label) { in PushBacktrack() argument
/third_party/node/deps/v8/src/regexp/
H A Dregexp-compiler.h349 void set_loop_label(Label* label) { loop_label_ = label; } in set_loop_label() argument
384 Label* label() { return &label_; } in label() function in v8::internal::GreedyLoopState

Completed in 60 milliseconds

1...<<2122232425262728