/aosp_15_r20/external/angle/src/libANGLE/renderer/gl/ |
H A D | renderergl_utils.cpp | 46 const char *GetString(const FunctionsGL *functions, GLenum name) in GetString() 56 bool IsMesa(const FunctionsGL *functions, std::array<int, 3> *version) in IsMesa() 74 int getAdrenoNumber(const FunctionsGL *functions) in getAdrenoNumber() 89 int GetQualcommVersion(const FunctionsGL *functions) in GetQualcommVersion() 105 int getMaliTNumber(const FunctionsGL *functions) in getMaliTNumber() 119 int getMaliGNumber(const FunctionsGL *functions) in getMaliGNumber() 133 bool IsAdreno3xx(const FunctionsGL *functions) in IsAdreno3xx() 139 bool IsAdreno42xOr3xx(const FunctionsGL *functions) in IsAdreno42xOr3xx() 145 bool IsAdreno4xx(const FunctionsGL *functions) in IsAdreno4xx() 151 bool IsAdreno5xxOrOlder(const FunctionsGL *functions) in IsAdreno5xxOrOlder() [all …]
|
H A D | formatutilsgl.cpp | 491 static GLenum GetNativeInternalFormat(const FunctionsGL *functions, in GetNativeInternalFormat() 623 static GLenum GetNativeFormat(const FunctionsGL *functions, in GetNativeFormat() 694 static GLenum GetNativeCompressedFormat(const FunctionsGL *functions, in GetNativeCompressedFormat() 716 static GLenum GetNativeType(const FunctionsGL *functions, in GetNativeType() 759 static GLenum GetNativeReadType(const FunctionsGL *functions, in GetNativeReadType() 777 static GLenum GetNativeReadFormat(const FunctionsGL *functions, in GetNativeReadFormat() 793 TexImageFormat GetTexImageFormat(const FunctionsGL *functions, in GetTexImageFormat() 807 TexSubImageFormat GetTexSubImageFormat(const FunctionsGL *functions, in GetTexSubImageFormat() 818 CompressedTexImageFormat GetCompressedTexImageFormat(const FunctionsGL *functions, in GetCompressedTexImageFormat() 827 CompressedTexSubImageFormat GetCompressedSubTexImageFormat(const FunctionsGL *functions, in GetCompressedSubTexImageFormat() [all …]
|
H A D | TextureGL.cpp | 252 const FunctionsGL *functions = GetFunctionsGL(context); in setImageHelper() local 342 const FunctionsGL *functions = GetFunctionsGL(context); in setSubImage() local 430 const FunctionsGL *functions = GetFunctionsGL(context); in setSubImageRowByRowWorkaround() local 512 const FunctionsGL *functions = GetFunctionsGL(context); in setSubImagePaddingWorkaround() local 602 const FunctionsGL *functions = GetFunctionsGL(context); in setCompressedImage() local 655 const FunctionsGL *functions = GetFunctionsGL(context); in setCompressedSubImage() local 702 const FunctionsGL *functions = GetFunctionsGL(context); in copyImage() local 880 const FunctionsGL *functions = GetFunctionsGL(context); in copySubImage() local 1013 const FunctionsGL *functions = GetFunctionsGL(context); in copySubTextureHelper() local 1099 const FunctionsGL *functions = GetFunctionsGL(context); in setStorage() local [all …]
|
H A D | VertexArrayGL.cpp | 74 const FunctionsGL *functions = GetFunctionsGL(context); in ValidateStateHelperGetIntegerv() local 96 const FunctionsGL *functions = GetFunctionsGL(context); in ValidateStateHelperGetVertexAttribiv() local 201 const FunctionsGL *functions = GetFunctionsGL(context); in syncDrawState() local 283 const FunctionsGL *functions = GetFunctionsGL(context); in syncIndexData() local 400 const FunctionsGL *functions = GetFunctionsGL(context); in streamAttributes() local 659 const FunctionsGL *functions = GetFunctionsGL(context); in updateAttribEnabled() local 678 const FunctionsGL *functions = GetFunctionsGL(context); in updateAttribPointer() local 772 const FunctionsGL *functions = GetFunctionsGL(context); in callVertexAttribPointer() local 794 const FunctionsGL *functions = GetFunctionsGL(context); in supportVertexAttribBinding() local 811 const FunctionsGL *functions = GetFunctionsGL(context); in updateAttribFormat() local [all …]
|
H A D | BufferGL.cpp | 90 const FunctionsGL *functions = GetFunctionsGL(context); in setData() local 129 const FunctionsGL *functions = GetFunctionsGL(context); in setSubData() local 153 const FunctionsGL *functions = GetFunctionsGL(context); in copySubData() local 184 const FunctionsGL *functions = GetFunctionsGL(context); in map() local 229 const FunctionsGL *functions = GetFunctionsGL(context); in mapRange() local 261 const FunctionsGL *functions = GetFunctionsGL(context); in unmap() local 297 const FunctionsGL *functions = GetFunctionsGL(context); in getIndexRange() local
|
H A D | FramebufferGL.cpp | 77 void BindFramebufferAttachment(const FunctionsGL *functions, in BindFramebufferAttachment() 483 const FunctionsGL *functions = GetFunctionsGL(context); in invalidate() local 517 const FunctionsGL *functions = GetFunctionsGL(context); in invalidateSub() local 536 const FunctionsGL *functions = GetFunctionsGL(context); in clear() local 573 const FunctionsGL *functions = GetFunctionsGL(context); in clearBufferfv() local 610 const FunctionsGL *functions = GetFunctionsGL(context); in clearBufferuiv() local 647 const FunctionsGL *functions = GetFunctionsGL(context); in clearBufferiv() local 686 const FunctionsGL *functions = GetFunctionsGL(context); in clearBufferfi() local 718 const FunctionsGL *functions = GetFunctionsGL(context); in readPixels() local 811 const FunctionsGL *functions = GetFunctionsGL(context); in blit() local [all …]
|
H A D | ContextGL.cpp | 82 const FunctionsGL *functions = getFunctions(); in createShader() local 113 const FunctionsGL *functions = getFunctions(); in createTexture() local 125 const FunctionsGL *functions = getFunctions(); in createRenderbuffer() local 137 const FunctionsGL *functions = getFunctions(); in createBuffer() local 147 const FunctionsGL *functions = getFunctions(); in createVertexArray() local 186 const FunctionsGL *functions = getFunctions(); in createFenceNV() local 220 const FunctionsGL *functions = getFunctions(); in createMemoryObject() local 230 const FunctionsGL *functions = getFunctions(); in createSemaphore() local 396 const FunctionsGL *functions = getFunctions(); in updateAttributesForBaseInstance() local 438 const FunctionsGL *functions = getFunctions(); in resetUpdatedAttributes() local [all …]
|
H A D | SamplerGL.cpp | 18 inline void SetSamplerParameter(const rx::FunctionsGL *functions, in SetSamplerParameter() 26 inline void SetSamplerParameter(const rx::FunctionsGL *functions, in SetSamplerParameter() 49 static inline void SyncSamplerStateMember(const rx::FunctionsGL *functions, in SyncSamplerStateMember() 69 const FunctionsGL *functions, in SamplerGL()
|
H A D | FenceNVGL.cpp | 19 FenceNVGL::FenceNVGL(const FunctionsGL *functions) : FenceNVImpl(), mFunctions(functions) in FenceNVGL() 53 bool FenceNVGL::Supported(const FunctionsGL *functions) in Supported() 58 FenceNVSyncGL::FenceNVSyncGL(const FunctionsGL *functions) in FenceNVSyncGL() 104 bool FenceNVSyncGL::Supported(const FunctionsGL *functions) in Supported()
|
/aosp_15_r20/external/starlark-go/doc/ |
H A D | spec.md | 3020 ### None 3024 ### True and False 3028 ### any 3033 ### all 3038 ### bool 3044 ### chr 3062 ### dict 3085 ### dir 3104 ### enumerate 3118 ### fail [all …]
|
/aosp_15_r20/external/ComputeLibrary/include/half/ |
H A D | half.hpp | 1206 struct functions struct 1212 static expr plus(float x, float y) { return expr(x+y); } in plus() 1218 static expr minus(float x, float y) { return expr(x-y); } in minus() 1224 static expr multiplies(float x, float y) { return expr(x*y); } in multiplies() 1230 static expr divides(float x, float y) { return expr(x/y); } in divides() 1236 …tream<charT,traits>& write(std::basic_ostream<charT,traits> &out, float arg) { return out << arg; } in write() 1242 …its> static std::basic_istream<charT,traits>& read(std::basic_istream<charT,traits> &in, half &arg) in read() 1254 static expr fmod(float x, float y) { return expr(std::fmod(x, y)); } in fmod() 1260 static expr remainder(float x, float y) in remainder() 1291 static expr remquo(float x, float y, int *quo) in remquo() [all …]
|
/aosp_15_r20/external/armnn/third-party/half/ |
H A D | half.hpp | 1208 struct functions struct 1214 static expr plus(float x, float y) { return expr(x+y); } in plus() 1220 static expr minus(float x, float y) { return expr(x-y); } in minus() 1226 static expr multiplies(float x, float y) { return expr(x*y); } in multiplies() 1232 static expr divides(float x, float y) { return expr(x/y); } in divides() 1238 …tream<charT,traits>& write(std::basic_ostream<charT,traits> &out, float arg) { return out << arg; } in write() 1244 …its> static std::basic_istream<charT,traits>& read(std::basic_istream<charT,traits> &in, half &arg) in read() 1256 static expr fmod(float x, float y) { return expr(std::fmod(x, y)); } in fmod() 1262 static expr remainder(float x, float y) in remainder() 1293 static expr remquo(float x, float y, int *quo) in remquo() [all …]
|
/aosp_15_r20/external/ltp/doc/old/ |
H A D | Shell-Test-API.asciidoc | 401 Retrieving configuration variables 415 Sleeping for subsecond intervals 429 Retry a function call multiple times 489 Checking for integers 498 Checking for integers and floating point numbers 508 Obtaining random numbers 519 Formatting device with a filesystem 551 Mounting and unmounting filesystems 569 ROD and ROD_SILENT 615 EXPECT_PASS{,_BRK} and EXPECT_FAIL{,_BRK} [all …]
|
/aosp_15_r20/external/cronet/base/allocator/partition_allocator/src/partition_alloc/shim/ |
H A D | allocator_shim_default_dispatch_to_apple_zoned_malloc.cc | 15 MallocZoneFunctions& functions = GetFunctionsForZone(context); in MallocImpl() local 24 MallocZoneFunctions& functions = GetFunctionsForZone(context); in CallocImpl() local 33 MallocZoneFunctions& functions = GetFunctionsForZone(context); in MemalignImpl() local 42 MallocZoneFunctions& functions = GetFunctionsForZone(context); in ReallocImpl() local 48 MallocZoneFunctions& functions = GetFunctionsForZone(context); in FreeImpl() local 53 MallocZoneFunctions& functions = GetFunctionsForZone(context); in GetSizeEstimateImpl() local 61 MallocZoneFunctions& functions = GetFunctionsForZone(context); in GoodSizeImpl() local 67 MallocZoneFunctions& functions = GetFunctionsForZone(context); in ClaimedAddressImpl() local 83 MallocZoneFunctions& functions = GetFunctionsForZone(context); in BatchMallocImpl() local 93 MallocZoneFunctions& functions = GetFunctionsForZone(context); in BatchFreeImpl() local [all …]
|
/aosp_15_r20/external/mesa3d/src/mapi/new/ |
H A D | gen_gldispatch_mapi.py | 74 def generate_defines(functions): argument 86 def generate_table(functions, allFunctions): argument 94 def generate_noop_array(functions): argument 130 def generate_public_stubs(functions): argument 141 def generate_public_entries(functions): argument 160 def generate_public_entries_table(functions): argument 175 def generate_stub_asm_gcc(functions): argument
|
/aosp_15_r20/external/pytorch/docs/source/notes/ |
H A D | gradcheck.rst | 61 Default real input numerical evaluation 74 Default real input analytical evaluation 87 Default complex input numerical evaluation 119 Default complex input analytical evaluation 180 Fast complex input numerical evaluation 196 Fast complex input analytical evaluation 210 Why not use a complex :math:`u`
|
/aosp_15_r20/packages/apps/Settings/src/com/android/settings/connecteddevice/usb/ |
D | UsbBackend.java | 91 public void setCurrentFunctions(long functions) { in setCurrentFunctions() 99 public void setDefaultUsbFunctions(long functions) { in setDefaultUsbFunctions() 103 public boolean areFunctionsSupported(long functions) { in areFunctionsSupported() 168 public static String usbFunctionsToString(long functions) { in usbFunctionsToString() 173 public static long usbFunctionsFromString(String functions) { in usbFunctionsFromString() 208 private boolean areFunctionDisallowed(long functions) { in areFunctionDisallowed() 214 private boolean areFunctionsDisallowedBySystem(long functions) { in areFunctionsDisallowedBySystem() 222 boolean areFunctionsDisallowedByNonAdminUser(long functions) { in areFunctionsDisallowedByNonAdminUser()
|
/aosp_15_r20/frameworks/base/services/usb/java/com/android/server/usb/ |
H A D | UsbDeviceManager.java | 514 long functions = getCurrentFunctions(); in resetAccessoryHandshakeTimeoutHandler() local 534 long functions = UsbManager.FUNCTION_NONE; in startAccessoryMode() local 973 protected void updateUsbStateBroadcastIfNeeded(long functions) { in updateUsbStateBroadcastIfNeeded() 1177 long getAppliedFunctions(long functions) { in getAppliedFunctions() 1328 long functions = (Long) msg.obj; in handleMessage() local 1506 protected boolean isUsbDataTransferActive(long functions) { in isUsbDataTransferActive() 1768 long functions) { in dumpFunctions() 1833 protected abstract void setEnabledFunctions(long functions, in setEnabledFunctions() 1850 public abstract void setCurrentUsbFunctionsCb(long functions, in setCurrentUsbFunctionsCb() 2084 protected String applyAdbFunction(String functions) { in applyAdbFunction() [all …]
|
/aosp_15_r20/frameworks/base/tests/UsbManagerTests/lib/src/com/android/server/usblib/ |
H A D | UsbManagerTestLib.java | 96 private void setCurrentFunctions(long functions) { in setCurrentFunctions() 104 private void setCurrentFunctionsSys(long functions) { in setCurrentFunctionsSys() 136 private void testSetGetCurrentFunctions_Matched(long functions) { in testSetGetCurrentFunctions_Matched() 141 private void testGetCurrentFunctionsMock_Matched(long functions) { in testGetCurrentFunctionsMock_Matched() 151 private void testSetCurrentFunctionsMock_Matched(long functions) { in testSetCurrentFunctionsMock_Matched() 166 public void testSetCurrentFunctionsSysEx(long functions) throws Exception { in testSetCurrentFunctionsSysEx() 176 public void testSetCurrentFunctionsEx(long functions) throws Exception { in testSetCurrentFunctionsEx()
|
/aosp_15_r20/external/python/cpython3/Doc/library/ |
D | ctypes.rst | 210 .. _ctypes-fundamental-data-types: 396 .. _ctypes-calling-functions-with-own-custom-data-types: 398 Calling functions with your own custom data types 1071 .. _ctypes-accessing-values-exported-from-dlls: 1663 Foreign functions can also be created by instantiating function prototypes. 2068 .. _ctypes-data-types:
|
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/usb/gadget/aidl/android.hardware.usb.gadget-V1-java-source/gen/android/hardware/usb/gadget/ |
D | IUsbGadgetCallback.java | 23 …@Override public void setCurrentUsbFunctionsCb(long functions, int status, long transactionId) thr… in setCurrentUsbFunctionsCb() 26 …@Override public void getCurrentUsbFunctionsCb(long functions, int status, long transactionId) thr… in getCurrentUsbFunctionsCb() 167 …@Override public void setCurrentUsbFunctionsCb(long functions, int status, long transactionId) thr… in setCurrentUsbFunctionsCb() 184 …@Override public void getCurrentUsbFunctionsCb(long functions, int status, long transactionId) thr… in getCurrentUsbFunctionsCb() 277 …public void setCurrentUsbFunctionsCb(long functions, int status, long transactionId) throws androi… in setCurrentUsbFunctionsCb() 278 …public void getCurrentUsbFunctionsCb(long functions, int status, long transactionId) throws androi… in getCurrentUsbFunctionsCb()
|
/aosp_15_r20/external/tensorflow/tensorflow/security/advisory/ |
H A D | tfsa-2021-166.md | 3 ### CVE Number 6 ### Impact 11 ### Patches 16 ### For more information
|
/aosp_15_r20/external/pigweed/pw_async2/ |
H A D | guides.rst | 88 .. _invariants: https://stackoverflow.com/a/112088 104 .. _module-pw_async2-guides-pendables-incomplete: 106 Arranging future completion of incomplete tasks 139 Cleaning up complete tasks
|
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/usb/gadget/1.0/android.hardware.usb.gadget-V1.0-java_gen_java/gen/srcs/android/hardware/usb/gadget/V1_0/ |
D | IUsbGadgetCallback.java | 98 void setCurrentUsbFunctionsCb(long functions, int status) in setCurrentUsbFunctionsCb() 111 void getCurrentUsbFunctionsCb(long functions, int status) in getCurrentUsbFunctionsCb() 258 public void setCurrentUsbFunctionsCb(long functions, int status) in setCurrentUsbFunctionsCb() 275 public void getCurrentUsbFunctionsCb(long functions, int status) in getCurrentUsbFunctionsCb() 563 long functions = _hidl_request.readInt64(); in onTransact() local 573 long functions = _hidl_request.readInt64(); in onTransact() local
|
/aosp_15_r20/external/python/cpython2/Doc/library/ |
D | ctypes.rst | 213 .. _ctypes-fundamental-data-types: 373 Calling functions with your own custom data types 1096 .. _ctypes-accessing-values-exported-from-dlls: 1623 Foreign functions can also be created by instantiating function prototypes. 2049 .. _ctypes-data-types:
|