Home
last modified time | relevance | path

Searched full:if (Results 1 – 25 of 18201) sorted by relevance

12345678910>>...729

/third_party/glslang/Test/
DcppDeepNest.frag2 #if
3 #if
4 #if
5 #if
6 #if
7 #if
8 #if
9 #if
10 #if
11 #if
[all …]
/third_party/typescript/tests/baselines/reference/
DcontrolFlowManyConsecutiveConditionsNoTimeout.js10 if (choice === choiceOne) {}
11 if (choice === choiceOne) {}
12 if (choice === choiceOne) {}
13 if (choice === choiceOne) {}
14 if (choice === choiceOne) {}
15 if (choice === choiceOne) {}
16 if (choice === choiceOne) {}
17 if (choice === choiceOne) {}
18 if (choice === choiceOne) {}
19 if (choice === choiceOne) {}
[all …]
DcapturedLetConstInLoop7_ES6.js7 if (x == 1) {
10 if (x == 1) {
13 if (x == 2) {
16 if (x == 2) {
25 if (x == "1") {
28 if (x == "1") {
31 if (x == "2") {
34 if (x == "2") {
43 if (x == 1) {
46 if (x == 1) {
[all …]
DcapturedLetConstInLoop7.js7 if (x == 1) {
10 if (x == 1) {
13 if (x == 2) {
16 if (x == 2) {
25 if (x == "1") {
28 if (x == "1") {
31 if (x == "2") {
34 if (x == "2") {
43 if (x == 1) {
46 if (x == 1) {
[all …]
DequalityStrictNulls.js3 if (x == undefined) {
5 if (x != undefined) {
7 if (x === undefined) {
9 if (x !== undefined) {
11 if (x == null) {
13 if (x != null) {
15 if (x === null) {
17 if (x !== null) {
19 if (undefined == x) {
21 if (undefined != x) {
[all …]
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/
DvkExtensionFunctions.inl9 if (extName == "VK_KHR_surface")
18 if (extName == "VK_KHR_swapchain")
20if(apiVersion >= VK_API_VERSION_1_1) functions.push_back("vkGetPhysicalDevicePresentRectanglesKHR"…
23 if (extName == "VK_KHR_display")
34 if (extName == "VK_KHR_display_swapchain")
38 if (extName == "VK_KHR_xlib_surface")
44 if (extName == "VK_KHR_xcb_surface")
50 if (extName == "VK_KHR_wayland_surface")
56 if (extName == "VK_KHR_android_surface")
61 if (extName == "VK_KHR_win32_surface")
[all …]
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/generated/vulkan/
DvkExtensionFunctions.inl9 if (extName == "VK_KHR_surface")
18 if (extName == "VK_KHR_swapchain")
20if(apiVersion >= VK_API_VERSION_1_1) functions.push_back("vkGetPhysicalDevicePresentRectanglesKHR"…
23 if (extName == "VK_KHR_display")
34 if (extName == "VK_KHR_display_swapchain")
38 if (extName == "VK_KHR_xlib_surface")
44 if (extName == "VK_KHR_xcb_surface")
50 if (extName == "VK_KHR_wayland_surface")
56 if (extName == "VK_KHR_android_surface")
61 if (extName == "VK_KHR_win32_surface")
[all …]
/third_party/mbedtls/programs/test/
Dquery_config.c57 #if defined(MBEDTLS_HAVE_TIME)
96 #if defined(_MSC_VER)
111 #if defined(MBEDTLS_CONFIG_VERSION) in query_config()
112 if( strcmp( "MBEDTLS_CONFIG_VERSION", config ) == 0 ) in query_config()
119 #if defined(MBEDTLS_HAVE_ASM) in query_config()
120 if( strcmp( "MBEDTLS_HAVE_ASM", config ) == 0 ) in query_config()
127 #if defined(MBEDTLS_NO_UDBL_DIVISION) in query_config()
128 if( strcmp( "MBEDTLS_NO_UDBL_DIVISION", config ) == 0 ) in query_config()
135 #if defined(MBEDTLS_NO_64BIT_MULTIPLICATION) in query_config()
136 if( strcmp( "MBEDTLS_NO_64BIT_MULTIPLICATION", config ) == 0 ) in query_config()
[all …]
/third_party/typescript/tests/cases/compiler/
DcontrolFlowManyConsecutiveConditionsNoTimeout.ts11 if (choice === choiceOne) {}
12 if (choice === choiceOne) {}
13 if (choice === choiceOne) {}
14 if (choice === choiceOne) {}
15 if (choice === choiceOne) {}
16 if (choice === choiceOne) {}
17 if (choice === choiceOne) {}
18 if (choice === choiceOne) {}
19 if (choice === choiceOne) {}
20 if (choice === choiceOne) {}
[all …]
/third_party/vulkan-loader/loader/
Dgpa_helper.c34 if (!strcmp(funcName, "vkGetInstanceProcAddr")) return vkGetInstanceProcAddr; in trampoline_get_proc_addr()
35 if (!strcmp(funcName, "vkDestroyInstance")) return vkDestroyInstance; in trampoline_get_proc_addr()
36 if (!strcmp(funcName, "vkEnumeratePhysicalDevices")) return vkEnumeratePhysicalDevices; in trampoline_get_proc_addr()
37 if (!strcmp(funcName, "vkGetPhysicalDeviceFeatures")) return vkGetPhysicalDeviceFeatures; in trampoline_get_proc_addr()
38if (!strcmp(funcName, "vkGetPhysicalDeviceFormatProperties")) return vkGetPhysicalDeviceFormatProp… in trampoline_get_proc_addr()
39if (!strcmp(funcName, "vkGetPhysicalDeviceImageFormatProperties")) return vkGetPhysicalDeviceImage… in trampoline_get_proc_addr()
40if (!strcmp(funcName, "vkGetPhysicalDeviceSparseImageFormatProperties")) return vkGetPhysicalDevic… in trampoline_get_proc_addr()
41 if (!strcmp(funcName, "vkGetPhysicalDeviceProperties")) return vkGetPhysicalDeviceProperties; in trampoline_get_proc_addr()
42if (!strcmp(funcName, "vkGetPhysicalDeviceQueueFamilyProperties")) return vkGetPhysicalDeviceQueue… in trampoline_get_proc_addr()
43if (!strcmp(funcName, "vkGetPhysicalDeviceMemoryProperties")) return vkGetPhysicalDeviceMemoryProp… in trampoline_get_proc_addr()
[all …]
/third_party/mbedtls/tests/include/test/drivers/
Dcrypto_config_test_driver_extension.h11 #if defined(PSA_WANT_ALG_CBC_NO_PADDING)
12 #if defined(MBEDTLS_PSA_ACCEL_ALG_CBC_NO_PADDING)
19 #if defined(PSA_WANT_ALG_CBC_PKCS7)
20 #if defined(MBEDTLS_PSA_ACCEL_ALG_CBC_PKCS7)
27 #if defined(PSA_WANT_ALG_CFB)
28 #if defined(MBEDTLS_PSA_ACCEL_ALG_CFB)
35 #if defined(PSA_WANT_ALG_CMAC)
36 #if defined(MBEDTLS_PSA_ACCEL_ALG_CMAC)
43 #if defined(PSA_WANT_ALG_CTR)
44 #if defined(MBEDTLS_PSA_ACCEL_ALG_CTR)
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DUnicodeCaseFold.cpp17 if (C < 0x0041) in foldCharSimple()
20 if (C <= 0x005a) in foldCharSimple()
23 if (C == 0x00b5) in foldCharSimple()
25 if (C < 0x00c0) in foldCharSimple()
28 if (C <= 0x00d6) in foldCharSimple()
30 if (C < 0x00d8) in foldCharSimple()
33 if (C <= 0x00de) in foldCharSimple()
35 if (C < 0x0100) in foldCharSimple()
38 if (C <= 0x012e) in foldCharSimple()
40 if (C < 0x0132) in foldCharSimple()
[all …]
/third_party/python/
Dpyconfig.h.in8 /* Define if building universal (internal helper macro) */
15 /* Define for AIX if your compiler is a genuine IBM xlC/xlC_r and you want
32 /* Define if C doubles are 64-bit IEEE 754 binary format, stored in ARM
36 /* Define if C doubles are 64-bit IEEE 754 binary format, stored with the most
40 /* Define if C doubles are 64-bit IEEE 754 binary format, stored with the
44 /* Define if --enable-ipv6 is specified */
47 /* Define to 1 if your system stores words within floats with the most
51 /* Define if getpgrp() must be called as getpgrp(0). */
54 /* Define if you have the 'accept' function. */
57 /* Define to 1 if you have the `accept4' function. */
[all …]
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/generated/vulkansc/
DvkExtensionFunctions.inl9 if (extName == "VK_KHR_surface")
18 if (extName == "VK_KHR_swapchain")
20if(apiVersion >= VK_API_VERSION_1_1) functions.push_back("vkGetPhysicalDevicePresentRectanglesKHR"…
23 if (extName == "VK_KHR_display")
34 if (extName == "VK_KHR_display_swapchain")
38 if (extName == "VK_EXT_depth_range_unrestricted")
42 if (extName == "VK_NV_private_vendor_info")
46 if (extName == "VK_EXT_texture_compression_astc_hdr")
50 if (extName == "VK_EXT_astc_decode_mode")
54 if (extName == "VK_KHR_external_memory_fd")
[all …]
/third_party/mbedtls/library/
Dversion_features.c10 #if defined(MBEDTLS_VERSION_C)
17 #if defined(MBEDTLS_VERSION_FEATURES)
18 #if defined(MBEDTLS_HAVE_ASM)
21 #if defined(MBEDTLS_NO_UDBL_DIVISION)
24 #if defined(MBEDTLS_NO_64BIT_MULTIPLICATION)
27 #if defined(MBEDTLS_HAVE_SSE2)
30 #if defined(MBEDTLS_HAVE_TIME)
33 #if defined(MBEDTLS_HAVE_TIME_DATE)
36 #if defined(MBEDTLS_PLATFORM_MEMORY)
39 #if defined(MBEDTLS_PLATFORM_NO_STD_FUNCTIONS)
[all …]
/third_party/vk-gl-cts/external/amber/src/src/
Dtype_parser.cc30 if (data.empty()) in Parse()
33 // See if this is a custom glsl string format. in Parse()
34 if (data.find('/', 0) != std::string::npos) in Parse()
37 // Walk the string backwards. This means we'll know if it's pack and we'll in Parse()
42 if (next_pos == std::string::npos) { in Parse()
43 if (cur_pos != std::string::npos) { in Parse()
44 if (!ProcessChunk(data.substr(0, cur_pos + 1))) in Parse()
50 if (!ProcessChunk(data.substr(next_pos + 1, cur_pos - next_pos))) in Parse()
56 if (pieces_.empty()) in Parse()
60 if (pack_size_ == 0 && pieces_.size() == 1 && in Parse()
[all …]
/third_party/jerryscript/jerry-core/lit/
Dlit-magic-strings.inc.h21 #if ENABLED (JERRY_ES2015_MODULE_SYSTEM)
24 #if ENABLED (JERRY_BUILTIN_ARRAY) \
28 #if ENABLED (JERRY_BUILTIN_MATH)
33 #if ENABLED (JERRY_BUILTIN_MATH)
36 #if ENABLED (JERRY_ES2015)
39 #if ENABLED (JERRY_BUILTIN_ARRAY) && ENABLED (JERRY_ES2015) \
43 #if ENABLED (JERRY_BUILTIN_MATH)
46 #if ENABLED (JERRY_ES2015_BUILTIN_CONTAINER) \
51 #if ENABLED (JERRY_ES2015_BUILTIN_CONTAINER) \
55 #if ENABLED (JERRY_BUILTIN_DATE)
[all …]
/third_party/curl/lib/
Dcurl_config.h.in102 /* if the OpenSSL configuration won't be loaded automatically */
153 /* Define if you want to enable IPv6 support */
159 /* Define to 1 if you have the alarm function. */
162 /* Define to 1 if you have the `arc4random' function. */
165 /* Define to 1 if you have the <arpa/inet.h> header file. */
168 /* Define to 1 if you have _Atomic support. */
171 /* Define to 1 if you have the basename function. */
174 /* Define to 1 if bool is an available type. */
177 /* if BROTLI is in use */
180 /* Define to 1 if you have the <brotli/decode.h> header file. */
[all …]
/third_party/selinux/libselinux/src/
Dselinuxswig_python_exception.i4 if (result < 0) {
12 if (result < 0) {
20 if (result < 0) {
28 if (result < 0) {
36 if (result < 0) {
44 if (result < 0) {
52 if (result < 0) {
60 if (result < 0) {
68 if (result < 0) {
76 if (result < 0) {
[all …]
/third_party/node/
Dvcbuild.bat1 @if not defined DEBUG_HELPER @ECHO OFF
7 if /i "%1"=="help" goto help
8 if /i "%1"=="--help" goto help
9 if /i "%1"=="-help" goto help
10 if /i "%1"=="/help" goto help
11 if /i "%1"=="?" goto help
12 if /i "%1"=="-?" goto help
13 if /i "%1"=="--?" goto help
14 if /i "%1"=="/?" goto help
79 if "%1"=="" goto args-done
[all …]
/third_party/glslang/glslang/HLSL/
DhlslAttributes.cpp32 // ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
41 // or EatNone if invalid.
46 if (nameSpace == "vk") { in attributeFromName()
47 if (name == "input_attachment_index") in attributeFromName()
49 else if (name == "location") in attributeFromName()
51 else if (name == "binding") in attributeFromName()
53 else if (name == "global_cbuffer_binding") in attributeFromName()
55 else if (name == "builtin") in attributeFromName()
57 else if (name == "constant_id") in attributeFromName()
59 else if (name == "push_constant") in attributeFromName()
[all …]
/third_party/mbedtls/include/mbedtls/
Dconfig_adjust_legacy_from_psa.h7 * configuration. Generally speaking, we activate a legacy mechanism if
22 #if defined(MBEDTLS_PSA_P256M_DRIVER_ENABLED)
37 * A triplet/pair is accelerated if all of is components are accelerated;
41 * 1. Check if acceleration is complete for curves, key types, algs.
50 #if (defined(PSA_WANT_ECC_BRAINPOOL_P_R1_256) && \
68 #if (defined(PSA_WANT_ECC_MONTGOMERY_255) && !defined(MBEDTLS_PSA_ACCEL_ECC_MONTGOMERY_255)) || \
74 #if (defined(PSA_WANT_ALG_ECDH) && !defined(MBEDTLS_PSA_ACCEL_ALG_ECDH)) || \
83 #if (defined(PSA_WANT_KEY_TYPE_ECC_PUBLIC_KEY) && \
91 #if defined(MBEDTLS_PSA_ACCEL_KEY_TYPE_ECC_KEY_PAIR_DERIVE)
97 #if (defined(PSA_WANT_KEY_TYPE_ECC_PUBLIC_KEY) && \
[all …]
/third_party/curl/customized/include/
Dcurl_config_liteos_a.h55 /* if the OpenSSL configuration won't be loaded automatically */
100 /* Define if you want to enable IPv6 support */
112 /* Define to 1 if you have the alarm function. */
115 /* Define to 1 if you have the <alloca.h> header file. */
118 /* Define to 1 if you have the <arpa/inet.h> header file. */
121 /* Define to 1 if you have the <arpa/tftp.h> header file. */
124 /* Define to 1 if you have the <assert.h> header file. */
127 /* Define to 1 if you have the basename function. */
130 /* Define to 1 if bool is an available type. */
133 /* Define to 1 if using BoringSSL. */
[all …]
Dcurl_config_standard.h67 /* if the OpenSSL configuration won't be loaded automatically */
118 /* Define if you want to enable IPv6 support */
130 /* Define to 1 if you have the alarm function. */
133 /* Define to 1 if you have the <alloca.h> header file. */
136 /* Define to 1 if you have the <arpa/inet.h> header file. */
139 /* Define to 1 if you have the <arpa/tftp.h> header file. */
142 /* Define to 1 if you have the <assert.h> header file. */
145 /* Define to 1 if you have the basename function. */
148 /* Define to 1 if bool is an available type. */
151 /* Define to 1 if using BoringSSL. */
[all …]
/third_party/node/deps/cares/src/lib/
Dares_config.h.cmake7 /* Define if building universal (internal helper macro) */
16 /* if a /etc/inet dir is being used */
43 /* Define to 1 if you have AF_INET6. */
46 /* Define to 1 if you have the <arpa/inet.h> header file. */
49 /* Define to 1 if you have the <arpa/nameser_compat.h> header file. */
52 /* Define to 1 if you have the <arpa/nameser.h> header file. */
55 /* Define to 1 if you have the <assert.h> header file. */
58 /* Define to 1 if you have the clock_gettime function and monotonic timer. */
61 /* Define to 1 if you have the closesocket function. */
64 /* Define to 1 if you have the CloseSocket camel case function. */
[all …]

12345678910>>...729