/third_party/skia/third_party/externals/tint/test/expressions/splat/call/ |
D | bool.wgsl.expected.spvasm | 11 OpName %get_bool "get_bool" 34 %get_bool = OpFunction %bool None %5 43 %13 = OpFunctionCall %bool %get_bool 46 %19 = OpFunctionCall %bool %get_bool 49 %25 = OpFunctionCall %bool %get_bool
|
D | bool.wgsl.expected.msl | 4 bool get_bool() { 9 bool2 v2 = bool2(get_bool()); 10 bool3 v3 = bool3(get_bool()); 11 bool4 v4 = bool4(get_bool());
|
D | bool.wgsl.expected.hlsl | 6 bool get_bool() { 11 bool2 v2 = bool2((get_bool()).xx); 12 bool3 v3 = bool3((get_bool()).xxx); 13 bool4 v4 = bool4((get_bool()).xxxx);
|
D | bool.wgsl | 1 fn get_bool() -> bool { return true; } 4 var v2 : vec2<bool> = vec2<bool>(get_bool()); 5 var v3 : vec3<bool> = vec3<bool>(get_bool()); 6 var v4 : vec4<bool> = vec4<bool>(get_bool());
|
D | bool.wgsl.expected.wgsl | 1 fn get_bool() -> bool { 6 var v2 : vec2<bool> = vec2<bool>(get_bool()); 7 var v3 : vec3<bool> = vec3<bool>(get_bool()); 8 var v4 : vec4<bool> = vec4<bool>(get_bool());
|
/third_party/alsa-utils/iecset/ |
D | iecset.c | 26 static int get_bool(const char *str) in get_bool() function 115 val = get_bool(arg); in parse_command() 118 val = !get_bool(arg); in parse_command()
|
/third_party/cef/include/capi/ |
D | cef_values_capi.h | 113 int(CEF_CALLBACK* get_bool)(struct _cef_value_t* self); 389 int(CEF_CALLBACK* get_bool)(struct _cef_dictionary_value_t* self, 616 int(CEF_CALLBACK* get_bool)(struct _cef_list_value_t* self, size_t index);
|
/third_party/cef/libcef_dll/ctocpp/ |
D | value_ctocpp.cc | 164 if (CEF_MEMBER_MISSING(_struct, get_bool)) in GetBool() 170 int _retval = _struct->get_bool(_struct); in GetBool()
|
D | list_value_ctocpp.cc | 247 if (CEF_MEMBER_MISSING(_struct, get_bool)) in GetBool() 253 int _retval = _struct->get_bool(_struct, index); in GetBool()
|
D | dictionary_value_ctocpp.cc | 306 if (CEF_MEMBER_MISSING(_struct, get_bool)) in GetBool() 317 int _retval = _struct->get_bool(_struct, key.GetStruct()); in GetBool()
|
/third_party/skia/src/ports/ |
D | SkFontMgr_fontconfig.cpp | 121 static bool get_bool(FcPattern* pattern, const char object[], bool missing = false) { in get_bool() function 487 bool fcOutline = get_bool(fPattern, FC_OUTLINE, true); in onFilterRec() 505 if (get_bool(fPattern, FC_EMBOLDEN)) { in onFilterRec() 516 if (get_matrix(fPattern, FC_MATRIX) || get_bool(fPattern, FC_EMBOLDEN)) { in onGetAdvancedMetrics()
|
/third_party/flutter/skia/src/ports/ |
D | SkFontMgr_fontconfig.cpp | 145 static bool get_bool(FcPattern* pattern, const char object[], bool missing = false) { in get_bool() function 511 bool fcOutline = get_bool(fPattern, FC_OUTLINE, true); in onFilterRec() 529 if (get_bool(fPattern, FC_EMBOLDEN)) { in onFilterRec() 540 if (get_matrix(fPattern, FC_MATRIX) || get_bool(fPattern, FC_EMBOLDEN)) { in onGetAdvancedMetrics()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/ |
D | eap.h | 150 Boolean (*get_bool)(void *ctx, enum eapol_bool_var variable); member
|
D | eap.c | 58 return sm->eapol_cb->get_bool(sm->eapol_ctx, var); in eapol_get_bool()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/ |
D | eap.h | 150 bool (*get_bool)(void *ctx, enum eapol_bool_var variable); member
|
D | eap.c | 59 return sm->eapol_cb->get_bool(sm->eapol_ctx, var); in eapol_get_bool()
|
/third_party/cef/libcef_dll/cpptoc/ |
D | value_cpptoc.cc | 439 GetStruct()->get_bool = value_get_bool; in CefValueCppToC()
|
D | list_value_cpptoc.cc | 571 GetStruct()->get_bool = list_value_get_bool; in CefListValueCppToC()
|
D | dictionary_value_cpptoc.cc | 709 GetStruct()->get_bool = dictionary_value_get_bool; in CefDictionaryValueCppToC()
|
/third_party/cef/include/capi/test/ |
D | cef_translator_test_capi.h | 82 int(CEF_CALLBACK* get_bool)(struct _cef_translator_test_t* self);
|
/third_party/cef/libcef_dll/ctocpp/test/ |
D | translator_test_ctocpp.cc | 62 if (CEF_MEMBER_MISSING(_struct, get_bool)) in GetBool() 68 int _retval = _struct->get_bool(_struct); in GetBool()
|
/third_party/cef/libcef_dll/cpptoc/test/ |
D | translator_test_cpptoc.cc | 1551 GetStruct()->get_bool = translator_test_get_bool; in CefTranslatorTestCppToC()
|