| /external/ComputeLibrary/arm_compute/runtime/CL/ |
| D | CLFunctions.h | 27 /* Header regrouping all the CL functions */ 28 #include "arm_compute/runtime/CL/functions/CLActivationLayer.h" 29 #include "arm_compute/runtime/CL/functions/CLArgMinMaxLayer.h" 30 #include "arm_compute/runtime/CL/functions/CLBatchNormalizationLayer.h" 31 #include "arm_compute/runtime/CL/functions/CLBatchToSpaceLayer.h" 32 #include "arm_compute/runtime/CL/functions/CLBitwiseAnd.h" 33 #include "arm_compute/runtime/CL/functions/CLBitwiseNot.h" 34 #include "arm_compute/runtime/CL/functions/CLBitwiseOr.h" 35 #include "arm_compute/runtime/CL/functions/CLBitwiseXor.h" 36 #include "arm_compute/runtime/CL/functions/CLBoundingBoxTransform.h" [all …]
|
| /external/ComputeLibrary/arm_compute/runtime/NEON/ |
| D | NEFunctions.h | 27 #include "arm_compute/runtime/NEON/functions/NEActivationLayer.h" 28 #include "arm_compute/runtime/NEON/functions/NEAddMulAdd.h" 29 #include "arm_compute/runtime/NEON/functions/NEArgMinMaxLayer.h" 30 #include "arm_compute/runtime/NEON/functions/NEArithmeticAddition.h" 31 #include "arm_compute/runtime/NEON/functions/NEArithmeticSubtraction.h" 32 #include "arm_compute/runtime/NEON/functions/NEBatchNormalizationLayer.h" 33 #include "arm_compute/runtime/NEON/functions/NEBatchToSpaceLayer.h" 34 #include "arm_compute/runtime/NEON/functions/NEBitwiseAnd.h" 35 #include "arm_compute/runtime/NEON/functions/NEBitwiseNot.h" 36 #include "arm_compute/runtime/NEON/functions/NEBitwiseOr.h" [all …]
|
| /external/angle/src/libANGLE/renderer/gl/ |
| D | renderergl_utils.cpp | 7 // renderergl_utils.cpp: Conversion functions and other utility routines 44 const char *GetString(const FunctionsGL *functions, GLenum name) in GetString() argument 46 return reinterpret_cast<const char *>(functions->getString(name)); in GetString() 49 bool IsMesa(const FunctionsGL *functions, std::array<int, 3> *version) in IsMesa() argument 53 if (functions->standard != STANDARD_GL_DESKTOP) in IsMesa() 58 std::string nativeVersionString(GetString(functions, GL_VERSION)); in IsMesa() 72 int getAdrenoNumber(const FunctionsGL *functions) in getAdrenoNumber() argument 77 const char *nativeGLRenderer = GetString(functions, GL_RENDERER); in getAdrenoNumber() 87 int getMaliTNumber(const FunctionsGL *functions) in getMaliTNumber() argument 92 const char *nativeGLRenderer = GetString(functions, GL_RENDERER); in getMaliTNumber() [all …]
|
| /external/deqp/external/vulkancts/framework/vulkan/generated/vulkan/ |
| D | vkExtensionFunctions.inl | 7 …ensionFunctions (uint32_t apiVersion, ::std::string extName, ::std::vector<const char*>& functions) argument 11 functions.push_back("vkDestroySurfaceKHR"); 12 functions.push_back("vkGetPhysicalDeviceSurfaceSupportKHR"); 13 functions.push_back("vkGetPhysicalDeviceSurfaceCapabilitiesKHR"); 14 functions.push_back("vkGetPhysicalDeviceSurfaceFormatsKHR"); 15 functions.push_back("vkGetPhysicalDeviceSurfacePresentModesKHR"); 20 …if(apiVersion >= VK_API_VERSION_1_1) functions.push_back("vkGetPhysicalDevicePresentRectanglesKHR"… 25 functions.push_back("vkGetPhysicalDeviceDisplayPropertiesKHR"); 26 functions.push_back("vkGetPhysicalDeviceDisplayPlanePropertiesKHR"); 27 functions.push_back("vkGetDisplayPlaneSupportedDisplaysKHR"); [all …]
|
| /external/deqp/external/vulkancts/framework/vulkan/generated/vulkansc/ |
| D | vkExtensionFunctions.inl | 7 …ensionFunctions (uint32_t apiVersion, ::std::string extName, ::std::vector<const char*>& functions) argument 11 functions.push_back("vkDestroySurfaceKHR"); 12 functions.push_back("vkGetPhysicalDeviceSurfaceSupportKHR"); 13 functions.push_back("vkGetPhysicalDeviceSurfaceCapabilitiesKHR"); 14 functions.push_back("vkGetPhysicalDeviceSurfaceFormatsKHR"); 15 functions.push_back("vkGetPhysicalDeviceSurfacePresentModesKHR"); 20 …if(apiVersion >= VK_API_VERSION_1_1) functions.push_back("vkGetPhysicalDevicePresentRectanglesKHR"… 25 functions.push_back("vkGetPhysicalDeviceDisplayPropertiesKHR"); 26 functions.push_back("vkGetPhysicalDeviceDisplayPlanePropertiesKHR"); 27 functions.push_back("vkGetDisplayPlaneSupportedDisplaysKHR"); [all …]
|
| /external/deqp/framework/opengl/wrapper/ |
| D | glwImpl.inl | 9 const glw::Functions* gl = glw::getCurrentThreadFunctions(); 17 const glw::Functions* gl = glw::getCurrentThreadFunctions(); 25 const glw::Functions* gl = glw::getCurrentThreadFunctions(); 33 const glw::Functions* gl = glw::getCurrentThreadFunctions(); 41 const glw::Functions* gl = glw::getCurrentThreadFunctions(); 49 const glw::Functions* gl = glw::getCurrentThreadFunctions(); 57 const glw::Functions* gl = glw::getCurrentThreadFunctions(); 65 const glw::Functions* gl = glw::getCurrentThreadFunctions(); 73 const glw::Functions* gl = glw::getCurrentThreadFunctions(); 81 const glw::Functions* gl = glw::getCurrentThreadFunctions(); [all …]
|
| D | glwInitFunctions.hpp | 33 void initES20 (Functions* gl, const FunctionLoader* loader); //!< Load all OpenGL ES 2.0 function… 34 void initES30 (Functions* gl, const FunctionLoader* loader); //!< Load all OpenGL ES 3.0 function… 35 void initES31 (Functions* gl, const FunctionLoader* loader); //!< Load all OpenGL ES 3.1 function… 36 void initES32 (Functions* gl, const FunctionLoader* loader); //!< Load all OpenGL ES 3.2 function… 38 void initGL30Core (Functions* gl, const FunctionLoader* loader); //!< Load all GL 3.0 core functio… 39 void initGL31Core (Functions* gl, const FunctionLoader* loader); //!< Load all GL 3.1 core functio… 40 void initGL32Core (Functions* gl, const FunctionLoader* loader); //!< Load all GL 3.2 core functio… 41 void initGL33Core (Functions* gl, const FunctionLoader* loader); //!< Load all GL 3.3 core functio… 42 void initGL40Core (Functions* gl, const FunctionLoader* loader); //!< Load all GL 4.0 core functio… 43 void initGL41Core (Functions* gl, const FunctionLoader* loader); //!< Load all GL 4.1 core functio… [all …]
|
| /external/guava/android/guava-tests/test/com/google/common/base/ |
| D | FunctionsTest.java | 32 * Tests for {@link Functions}. 41 Function<String, String> identity = Functions.identity(); in testIdentity_same() 47 Function<Long, Long> identity = Functions.identity(); in testIdentity_notSame() 53 checkCanReserializeSingleton(Functions.identity()); in testIdentitySerializable() 57 assertEquals("3", Functions.toStringFunction().apply(3)); in testToStringFunction_apply() 58 assertEquals("hiya", Functions.toStringFunction().apply("hiya")); in testToStringFunction_apply() 61 Functions.toStringFunction() in testToStringFunction_apply() 70 Functions.toStringFunction().apply(null); in testToStringFunction_apply() 78 checkCanReserializeSingleton(Functions.toStringFunction()); in testToStringFunctionSerializable() 84 tester.testAllPublicStaticMethods(Functions.class); in testNullPointerExceptions() [all …]
|
| /external/guava/guava-tests/test/com/google/common/base/ |
| D | FunctionsTest.java | 32 * Tests for {@link Functions}. 41 Function<String, String> identity = Functions.identity(); in testIdentity_same() 47 Function<Long, Long> identity = Functions.identity(); in testIdentity_notSame() 53 checkCanReserializeSingleton(Functions.identity()); in testIdentitySerializable() 57 assertEquals("3", Functions.toStringFunction().apply(3)); in testToStringFunction_apply() 58 assertEquals("hiya", Functions.toStringFunction().apply("hiya")); in testToStringFunction_apply() 61 Functions.toStringFunction() in testToStringFunction_apply() 70 Functions.toStringFunction().apply(null); in testToStringFunction_apply() 78 checkCanReserializeSingleton(Functions.toStringFunction()); in testToStringFunctionSerializable() 84 tester.testAllPublicStaticMethods(Functions.class); in testNullPointerExceptions() [all …]
|
| /external/oj-libjdwp/src/share/javavm/export/ |
| D | jni.h | 157 * possible return values for JNI functions. 771 * We use inlined functions for C++ so that programmers can write: 783 const struct JNINativeInterface_ *functions; member 787 return functions->GetVersion(this); in GetVersion() 791 return functions->DefineClass(this, name, loader, buf, len); in DefineClass() 794 return functions->FindClass(this, name); in FindClass() 797 return functions->FromReflectedMethod(this,method); in FromReflectedMethod() 800 return functions->FromReflectedField(this,field); in FromReflectedField() 804 return functions->ToReflectedMethod(this, cls, methodID, isStatic); in ToReflectedMethod() 808 return functions->GetSuperclass(this, sub); in GetSuperclass() [all …]
|
| D | jvmti.h | 1638 /* 124 : Get Extension Functions */ 1787 const struct jvmtiInterface_1_ *functions; member 1793 return functions->Allocate(this, size, mem_ptr); in Allocate() 1797 return functions->Deallocate(this, mem); in Deallocate() 1802 return functions->GetThreadState(this, thread, thread_state_ptr); in GetThreadState() 1806 return functions->GetCurrentThread(this, thread_ptr); in GetCurrentThread() 1811 return functions->GetAllThreads(this, threads_count_ptr, threads_ptr); in GetAllThreads() 1815 return functions->SuspendThread(this, thread); in SuspendThread() 1821 return functions->SuspendThreadList(this, request_count, request_list, results); in SuspendThreadList() 1825 return functions->ResumeThread(this, thread); in ResumeThread() [all …]
|
| /external/virglrenderer/.gitlab-ci/expectations/host/ |
| D | virgl-gles-fails.txt | 790 spec@glsl-4.00@execution@built-in-functions@fs-abs-double,Fail 791 spec@glsl-4.00@execution@built-in-functions@fs-abs-dvec2,Fail 792 spec@glsl-4.00@execution@built-in-functions@fs-abs-dvec3,Fail 793 spec@glsl-4.00@execution@built-in-functions@fs-abs-dvec4,Fail 794 spec@glsl-4.00@execution@built-in-functions@fs-ceil-double,Fail 795 spec@glsl-4.00@execution@built-in-functions@fs-ceil-dvec2,Fail 796 spec@glsl-4.00@execution@built-in-functions@fs-ceil-dvec3,Fail 797 spec@glsl-4.00@execution@built-in-functions@fs-ceil-dvec4,Fail 798 spec@glsl-4.00@execution@built-in-functions@fs-clamp-double-double-double,Fail 799 spec@glsl-4.00@execution@built-in-functions@fs-clamp-dvec2-double-double,Fail [all …]
|
| /external/pdfium/testing/tools/ |
| D | api_check.py | 5 """Verifies exported functions in public/*.h are in fpdf_view_c_api_test.c. 7 This script gathers a list of functions from public/*.h that contain 8 FPDF_EXPORT. It then gathers a list of functions from 42 functions = [] 47 functions.append(_FindFunction(split_line[0], filename)) 61 functions.append(_FindFunction(split_line[callconv_index + 1], filename)) 62 return functions 67 functions = [] 70 functions.extend(_GetExportsFromHeader(public_path, filename)) 71 return functions [all …]
|
| /external/virglrenderer/.gitlab-ci/expectations/virt/ |
| D | virgl-gles-fails.txt | 836 spec@glsl-4.00@execution@built-in-functions@fs-abs-double,Fail 837 spec@glsl-4.00@execution@built-in-functions@fs-abs-dvec2,Fail 838 spec@glsl-4.00@execution@built-in-functions@fs-abs-dvec3,Fail 839 spec@glsl-4.00@execution@built-in-functions@fs-abs-dvec4,Fail 840 spec@glsl-4.00@execution@built-in-functions@fs-ceil-double,Fail 841 spec@glsl-4.00@execution@built-in-functions@fs-ceil-dvec2,Fail 842 spec@glsl-4.00@execution@built-in-functions@fs-ceil-dvec3,Fail 843 spec@glsl-4.00@execution@built-in-functions@fs-ceil-dvec4,Fail 844 spec@glsl-4.00@execution@built-in-functions@fs-clamp-double-double-double,Fail 845 spec@glsl-4.00@execution@built-in-functions@fs-clamp-dvec2-double-double,Fail [all …]
|
| /external/python/cpython2/Mac/Modules/qd/ |
| D | qdedit.py | 4 functions.append(f) 9 functions.append(f) 14 functions.append(f) 18 functions.append(f) 24 functions.append(f) 33 functions.append(f) 40 functions.append(f) 47 functions.append(f) 54 functions.append(f) 60 functions.append(f) [all …]
|
| /external/cronet/base/allocator/partition_allocator/shim/ |
| D | allocator_shim_default_dispatch_to_mac_zoned_malloc.cc | 15 MallocZoneFunctions& functions = GetFunctionsForZone(context); in MallocImpl() local 16 return functions.malloc(reinterpret_cast<struct _malloc_zone_t*>(context), in MallocImpl() 24 MallocZoneFunctions& functions = GetFunctionsForZone(context); in CallocImpl() local 25 return functions.calloc(reinterpret_cast<struct _malloc_zone_t*>(context), n, in CallocImpl() 33 MallocZoneFunctions& functions = GetFunctionsForZone(context); in MemalignImpl() local 34 return functions.memalign(reinterpret_cast<struct _malloc_zone_t*>(context), in MemalignImpl() 42 MallocZoneFunctions& functions = GetFunctionsForZone(context); in ReallocImpl() local 43 return functions.realloc(reinterpret_cast<struct _malloc_zone_t*>(context), in ReallocImpl() 48 MallocZoneFunctions& functions = GetFunctionsForZone(context); in FreeImpl() local 49 functions.free(reinterpret_cast<struct _malloc_zone_t*>(context), ptr); in FreeImpl() [all …]
|
| D | malloc_zone_functions_mac.cc | 19 MallocZoneFunctions* functions) { in StoreZoneFunctions() argument 20 memset(functions, 0, sizeof(MallocZoneFunctions)); in StoreZoneFunctions() 21 functions->malloc = zone->malloc; in StoreZoneFunctions() 22 functions->calloc = zone->calloc; in StoreZoneFunctions() 23 functions->valloc = zone->valloc; in StoreZoneFunctions() 24 functions->free = zone->free; in StoreZoneFunctions() 25 functions->realloc = zone->realloc; in StoreZoneFunctions() 26 functions->size = zone->size; in StoreZoneFunctions() 27 CHECK(functions->malloc && functions->calloc && functions->valloc && in StoreZoneFunctions() 28 functions->free && functions->realloc && functions->size); in StoreZoneFunctions() [all …]
|
| /external/clang/test/CodeGen/ |
| D | packed-structure.c | 3 // RUN: FileCheck --check-prefix=CHECK-FUNCTIONS < %t %s 19 // CHECK-FUNCTIONS-LABEL: define i32 @s0_load_x 20 // CHECK-FUNCTIONS: [[s0_load_x:%.*]] = load i32, i32* {{.*}}, align 4 21 // CHECK-FUNCTIONS: ret i32 [[s0_load_x]] 27 // CHECK-FUNCTIONS-LABEL: define i32 @s0_load_y 28 // CHECK-FUNCTIONS: [[s0_load_y:%.*]] = load i32, i32* {{.*}}, align 4 29 // CHECK-FUNCTIONS: ret i32 [[s0_load_y]] 31 // CHECK-FUNCTIONS-LABEL: define void @s0_copy 32 // CHECK-FUNCTIONS: call void @llvm.memcpy.p0i8.p0i8.i64(i8* {{.*}}, i8* {{.*}}, i64 8, i32 4, i1 f… 49 // CHECK-FUNCTIONS-LABEL: define i32 @s1_load_x [all …]
|
| /external/jsilver/src/com/google/clearsilver/jsilver/functions/bundles/ |
| D | CoreOperators.java | 17 package com.google.clearsilver.jsilver.functions.bundles; 19 import com.google.clearsilver.jsilver.functions.FunctionRegistry; 20 import com.google.clearsilver.jsilver.functions.operators.AddFunction; 21 import com.google.clearsilver.jsilver.functions.operators.AndFunction; 22 import com.google.clearsilver.jsilver.functions.operators.DivideFunction; 23 import com.google.clearsilver.jsilver.functions.operators.EqualFunction; 24 import com.google.clearsilver.jsilver.functions.operators.ExistsFunction; 25 import com.google.clearsilver.jsilver.functions.operators.GreaterFunction; 26 import com.google.clearsilver.jsilver.functions.operators.GreaterOrEqualFunction; 27 import com.google.clearsilver.jsilver.functions.operators.LessFunction; [all …]
|
| D | ClearSilverCompatibleFunctions.java | 17 package com.google.clearsilver.jsilver.functions.bundles; 19 import com.google.clearsilver.jsilver.functions.escape.*; 20 import com.google.clearsilver.jsilver.functions.html.CssUrlValidateFunction; 21 import com.google.clearsilver.jsilver.functions.html.HtmlStripFunction; 22 import com.google.clearsilver.jsilver.functions.html.HtmlUrlValidateFunction; 23 import com.google.clearsilver.jsilver.functions.html.TextHtmlFunction; 24 import com.google.clearsilver.jsilver.functions.numeric.AbsFunction; 25 import com.google.clearsilver.jsilver.functions.numeric.MaxFunction; 26 import com.google.clearsilver.jsilver.functions.numeric.MinFunction; 27 import com.google.clearsilver.jsilver.functions.string.CrcFunction; [all …]
|
| /external/oss-fuzz/infra/cifuzz/test_data/ |
| D | example_curl_fuzzer_cov.json | 1 …functions": {"count": 0, "covered": 0, "percent": 0}, "instantiations": {"count": 0, "covered": 0,… object
|
| /external/compiler-rt/make/platform/ |
| D | clang_darwin.mk | 1 # These are the functions which clang needs when it is targeting a previous 2 # version of the OS. The issue is that the backend may use functions which were 5 # the extra functions which might be referenced. 79 # Configuration for targeting 10.4. We need a few functions missing from 85 # Configuration for targeting iOS for a couple of functions that didn't 91 # Configuration for targeting OSX. These functions may not be in libSystem 190 FUNCTIONS.eprintf := eprintf 191 FUNCTIONS.10.4 := eprintf floatundidf floatundisf floatundixf 193 FUNCTIONS.ios := divmodsi4 udivmodsi4 mulosi4 mulodi4 muloti4 \ 195 # On x86, the divmod functions reference divsi. [all …]
|
| /external/apache-commons-lang/src/test/java/org/apache/commons/lang3/ |
| D | FunctionsTest.java | 38 import org.apache.commons.lang3.Functions.FailableBiConsumer; 39 import org.apache.commons.lang3.Functions.FailableBiFunction; 40 import org.apache.commons.lang3.Functions.FailableCallable; 41 import org.apache.commons.lang3.Functions.FailableConsumer; 42 import org.apache.commons.lang3.Functions.FailableFunction; 43 import org.apache.commons.lang3.Functions.FailableSupplier; 273 …Throwable e = assertThrows(IllegalStateException.class, () -> Functions.accept(Testable::test, tes… in testAcceptBiConsumer() 277 … e = assertThrows(OutOfMemoryError.class, () -> Functions.accept(Testable::test, testable, error)); in testAcceptBiConsumer() 282 …e = assertThrows(UncheckedIOException.class, () -> Functions.accept(Testable::test, testable, ioe)… in testAcceptBiConsumer() 288 Functions.accept(Testable::test, testable, (Throwable) null); in testAcceptBiConsumer() [all …]
|
| /external/skia/tools/gpu/gl/interface/ |
| D | interface.json5 | 1 // This file specifies which functions should be attached to GrGLInterface 23 "functions": [ 50 { // GL exclusive core functions 54 "functions": [ 63 "functions": [ 72 "functions": [ 93 "functions": [ 105 "functions": [ 115 "functions": [ 125 "functions": [ [all …]
|
| /external/mesa3d/src/mapi/new/ |
| D | gen_gldispatch_mapi.py | 48 functions = [f for f in allFunctions if(f.name in names)] 51 assert(len(functions) == len(allFunctions)) 52 assert(all(functions[i] == allFunctions[i] for i in range(len(functions)))) 53 assert(all(functions[i].slot == i for i in range(len(functions)))) 64 print(generate_defines(functions)) 66 print(generate_table(functions, allFunctions)) 67 print(generate_noop_array(functions)) 68 print(generate_public_stubs(functions)) 69 print(generate_public_entries(functions)) 71 print(generate_public_entries_table(functions)) [all …]
|