Home
last modified time | relevance | path

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

12345678910>>...529

/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 …]
DcapturedLetConstInLoop8_ES6.js11 if (y == 1) {
14 if (y == 1) {
17 if (y == 1) {
20 if (y == 1) {
24 if (x == 2) {
27 if (x == 2) {
30 if (x == 2) {
33 if (x == 2) {
36 if (x == 3) {
40 if (x == 1) {
[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/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/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 …]
DcapturedLetConstInLoop7.ts6 if (x == 1) {
9 if (x == 1) {
12 if (x == 2) {
15 if (x == 2) {
24 if (x == "1") {
27 if (x == "1") {
30 if (x == "2") {
33 if (x == "2") {
42 if (x == 1) {
45 if (x == 1) {
[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/mbedtls/library/
Dversion_features.c22 #if defined(MBEDTLS_VERSION_C)
29 #if defined(MBEDTLS_VERSION_FEATURES)
30 #if defined(MBEDTLS_HAVE_ASM)
33 #if defined(MBEDTLS_NO_UDBL_DIVISION)
36 #if defined(MBEDTLS_NO_64BIT_MULTIPLICATION)
39 #if defined(MBEDTLS_HAVE_SSE2)
42 #if defined(MBEDTLS_HAVE_TIME)
45 #if defined(MBEDTLS_HAVE_TIME_DATE)
48 #if defined(MBEDTLS_PLATFORM_MEMORY)
51 #if defined(MBEDTLS_PLATFORM_NO_STD_FUNCTIONS)
[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 */
50 /* Define to 1 if your system stores words within floats with the most
54 /* Define if flock needs to be linked with bsd library. */
57 /* Define if getpgrp() must be called as getpgrp(0). */
60 /* Define to 1 if you have the `accept4' function. */
[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/cef/tests/cefclient/browser/
Dosr_accessibility_node_mac.mm18 if (role_string == "abbr")
20 if (role_string == "alertDialog")
22 if (role_string == "alert")
24 if (role_string == "annotation")
26 if (role_string == "application")
28 if (role_string == "article")
30 if (role_string == "audio")
32 if (role_string == "banner")
34 if (role_string == "blockquote")
36 if (role_string == "busyIndicator")
[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/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_psa.h33 #if defined(MBEDTLS_PSA_CRYPTO_CONFIG)
47 #if defined(PSA_WANT_ALG_ECDSA_ANY) && !defined(PSA_WANT_ALG_ECDSA)
53 #if defined(PSA_WANT_ALG_RSA_PKCS1V15_SIGN_RAW) && !defined(PSA_WANT_ALG_RSA_PKCS1V15_SIGN)
59 #if defined(PSA_WANT_ALG_RSA_PSS_ANY_SALT) && !defined(PSA_WANT_ALG_RSA_PSS)
71 #if defined(MBEDTLS_PSA_CRYPTO_CONFIG)
73 #if defined(PSA_WANT_ALG_DETERMINISTIC_ECDSA)
74 #if !defined(MBEDTLS_PSA_ACCEL_ALG_DETERMINISTIC_ECDSA)
83 #if defined(PSA_WANT_ALG_ECDH)
84 #if !defined(MBEDTLS_PSA_ACCEL_ALG_ECDH)
92 #if defined(PSA_WANT_ALG_ECDSA)
[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
75 if "%1"=="" goto args-done
[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 …]
Dcurl_config_liteos_m.h55 /* if the OpenSSL configuration won't be loaded automatically */
100 /* Define if you want to enable IPv6 support */
127 /* Define to 1 if you have the alarm function. */
130 /* Define to 1 if you have the <alloca.h> header file. */
133 /* Define to 1 if you have the <arpa/inet.h> header file. */
136 /* Define to 1 if you have the <arpa/tftp.h> header file. */
139 /* Define to 1 if you have the <assert.h> header file. */
142 /* Define to 1 if you have the basename function. */
145 /* Define to 1 if bool is an available type. */
148 /* Define to 1 if using BoringSSL. */
[all …]
/third_party/python/Python/
DPython-ast.c19 if (!init_types(state)) { in get_ast_state()
264 #if !defined(NDEBUG) in _PyAST_Fini()
273 if ((state->__dict__ = PyUnicode_InternFromString("__dict__")) == NULL) return 0; in init_identifiers()
274 if ((state->__doc__ = PyUnicode_InternFromString("__doc__")) == NULL) return 0; in init_identifiers()
275 if ((state->__match_args__ = PyUnicode_InternFromString("__match_args__")) == NULL) return 0; in init_identifiers()
276 if ((state->__module__ = PyUnicode_InternFromString("__module__")) == NULL) return 0; in init_identifiers()
277 if ((state->_attributes = PyUnicode_InternFromString("_attributes")) == NULL) return 0; in init_identifiers()
278 if ((state->_fields = PyUnicode_InternFromString("_fields")) == NULL) return 0; in init_identifiers()
279 if ((state->annotation = PyUnicode_InternFromString("annotation")) == NULL) return 0; in init_identifiers()
280 if ((state->arg = PyUnicode_InternFromString("arg")) == NULL) return 0; in init_identifiers()
[all …]
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DvalidationCL.cpp17 if (version < CL_MAKE_VERSION(major##u, minor##u, 0u)) \
26 if (!extension) \
42 if (properties != nullptr) in ValidateContextProperties()
50 // CL_INVALID_PROPERTY if the same property name is specified more than once. in ValidateContextProperties()
51 if (platform != nullptr) in ValidateContextProperties()
56 // CL_INVALID_PLATFORM if platform value specified in properties in ValidateContextProperties()
58 if (!Platform::IsValid(nativePlatform)) in ValidateContextProperties()
67 // CL_INVALID_PROPERTY if the value specified for a supported property name in ValidateContextProperties()
68 // is not valid, or if the same property name is specified more than once. in ValidateContextProperties()
69 if ((*properties != CL_FALSE && *properties != CL_TRUE) || hasUserSync) in ValidateContextProperties()
[all …]

12345678910>>...529