/aosp_15_r20/external/tensorflow/tensorflow/core/ops/ |
H A D | boosted_trees_ops.cc | 36 .SetShapeFn([](shape_inference::InferenceContext* c) { in __anon3692361b0102() 57 .SetShapeFn([](shape_inference::InferenceContext* c) { in __anon3692361b0202() 117 .SetShapeFn([](shape_inference::InferenceContext* c) { in __anon3692361b0302() 163 .SetShapeFn([](shape_inference::InferenceContext* c) { in __anon3692361b0402() 230 .SetShapeFn([](shape_inference::InferenceContext* c) { in __anon3692361b0502() 266 .SetShapeFn([](shape_inference::InferenceContext* c) { in __anon3692361b0602() 278 .SetShapeFn([](shape_inference::InferenceContext* c) { in __anon3692361b0702() 293 .SetShapeFn([](shape_inference::InferenceContext* c) { in __anon3692361b0802() 313 .SetShapeFn([](shape_inference::InferenceContext* c) { in __anon3692361b0902() 356 .SetShapeFn([](shape_inference::InferenceContext* c) { in __anon3692361b0a02() [all …]
|
H A D | training_ops.cc | 26 ShapeHandle ShapeOrHandleShape(InferenceContext* c, int input) { in ShapeOrHandleShape() 36 ShapeHandle ShapeOrHandleShape<true>(InferenceContext* c, int input) { in ShapeOrHandleShape() 52 static Status HandleGradAndIndicesInputs(InferenceContext* c, int grad_idx, in HandleGradAndIndicesInputs() 74 static Status ApplyGradientDescentShapeFn(InferenceContext* c) { in ApplyGradientDescentShapeFn() 103 Status ApplyProximalGradientDescentShapeFn(InferenceContext* c) { in ApplyProximalGradientDescentShapeFn() 168 static Status ApplyAdadeltaShapeFn(InferenceContext* c) { in ApplyAdadeltaShapeFn() 244 static Status ApplyAdagradShapeFn(InferenceContext* c) { in ApplyAdagradShapeFn() 306 static Status ApplyAdagradV2ShapeFn(InferenceContext* c) { in ApplyAdagradV2ShapeFn() 376 static Status ApplyProximalAdagradShapeFn(InferenceContext* c) { in ApplyProximalAdagradShapeFn() 447 static Status ApplyAdagradDAShapeFn(InferenceContext* c) { in ApplyAdagradDAShapeFn() [all …]
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/containers/sequences/forwardlist/ |
H A D | exception_safety.pass.cpp | 69 std::forward_list<T> c; in main() local 75 std::forward_list<T> c; in main() local 89 std::forward_list<T> c(Size, *from); in main() local 95 std::forward_list<T> c(Size, *from, Alloc()); in main() local 102 std::forward_list<T> c(from, to); in main() local 111 std::forward_list<T> c(std::from_range, std::ranges::subrange(from, to)); in main() local 116 std::forward_list<T> c(std::from_range, std::ranges::subrange(from, to), Alloc()); in main() local 125 std::forward_list<T> c(from, to, Alloc()); in main() local 131 std::forward_list<T> c(in); in main() local 137 std::forward_list<T> c(in, Alloc()); in main() local [all …]
|
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/7/external/libchrome/base/third_party/icu/ |
D | icu_utf.h | 74 #define CBU_IS_UNICODE_NONCHAR(c) \ argument 95 #define CBU_IS_UNICODE_CHAR(c) \ argument 105 #define CBU_IS_SURROGATE(c) (((c)&0xfffff800)==0xd800) argument 114 #define CBU_IS_SURROGATE_LEAD(c) (((c)&0x400)==0) argument 173 #define CBU8_IS_SINGLE(c) (((c)&0x80)==0) argument 181 #define CBU8_IS_LEAD(c) ((uint8_t)((c)-0xc2)<=0x32) argument 189 #define CBU8_IS_TRAIL(c) ((int8_t)(c)<-0x40) argument 198 #define CBU8_LENGTH(c) \ argument 236 #define CBU8_NEXT(s, i, length, c) { \ argument 273 #define CBU8_APPEND_UNSAFE(s, i, c) { \ argument [all …]
|
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/gensrcs/external/libchrome/base/third_party/icu/ |
D | icu_utf.h | 74 #define CBU_IS_UNICODE_NONCHAR(c) \ argument 95 #define CBU_IS_UNICODE_CHAR(c) \ argument 105 #define CBU_IS_SURROGATE(c) (((c)&0xfffff800)==0xd800) argument 114 #define CBU_IS_SURROGATE_LEAD(c) (((c)&0x400)==0) argument 173 #define CBU8_IS_SINGLE(c) (((c)&0x80)==0) argument 181 #define CBU8_IS_LEAD(c) ((uint8_t)((c)-0xc2)<=0x32) argument 189 #define CBU8_IS_TRAIL(c) ((int8_t)(c)<-0x40) argument 198 #define CBU8_LENGTH(c) \ argument 236 #define CBU8_NEXT(s, i, length, c) { \ argument 273 #define CBU8_APPEND_UNSAFE(s, i, c) { \ argument [all …]
|
/aosp_15_r20/external/libchrome/base/third_party/icu/ |
H A D | icu_utf.h | 71 #define CBU_IS_UNICODE_NONCHAR(c) \ argument 92 #define CBU_IS_UNICODE_CHAR(c) \ argument 102 #define CBU_IS_SURROGATE(c) (((c)&0xfffff800)==0xd800) argument 111 #define CBU_IS_SURROGATE_LEAD(c) (((c)&0x400)==0) argument 170 #define CBU8_IS_SINGLE(c) (((c)&0x80)==0) argument 178 #define CBU8_IS_LEAD(c) ((uint8_t)((c)-0xc2)<=0x32) argument 186 #define CBU8_IS_TRAIL(c) ((int8_t)(c)<-0x40) argument 195 #define CBU8_LENGTH(c) \ argument 233 #define CBU8_NEXT(s, i, length, c) { \ argument 270 #define CBU8_APPEND_UNSAFE(s, i, c) { \ argument [all …]
|
/aosp_15_r20/external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/ |
H A D | web-animations.min.js | 15 !function(a,b){var c={},d={};!function(a,b){function c(a){if("number"==typeof a)return a;var b={};f… argument
|
H A D | web-animations-next-lite.min.js | 15 !function(a,b){var c={},d={},e={};!function(a,b){function c(a){if("number"==typeof a)return a;var b… argument
|
/aosp_15_r20/external/mesa3d/src/gallium/frontends/nine/ |
H A D | nine_csmt_helper.h | 28 #define _args_for_bypass_7(a, b, c, d, e, f, g) ,g argument 29 #define _args_for_bypass_14(a, b, c, d, e, f, g, ...) ,g _args_for_bypass_7(__VA_ARGS__) argument 30 #define _args_for_bypass_21(a, b, c, d, e, f, g, ...) ,g _args_for_bypass_14(__VA_ARGS__) argument 31 #define _args_for_bypass_28(a, b, c, d, e, f, g, ...) ,g _args_for_bypass_21(__VA_ARGS__) argument 32 #define _args_for_bypass_35(a, b, c, d, e, f, g, ...) ,g _args_for_bypass_28(__VA_ARGS__) argument 33 #define _args_for_bypass_42(a, b, c, d, e, f, g, ...) ,g _args_for_bypass_35(__VA_ARGS__) argument 34 #define _args_for_bypass_49(a, b, c, d, e, f, g, ...) ,g _args_for_bypass_42(__VA_ARGS__) argument 35 #define _args_for_bypass_56(a, b, c, d, e, f, g, ...) ,g _args_for_bypass_49(__VA_ARGS__) argument 36 #define _args_for_bypass_63(a, b, c, d, e, f, g, ...) ,g _args_for_bypass_56(__VA_ARGS__) argument 37 #define _args_for_bypass_70(a, b, c, d, e, f, g, ...) ,g _args_for_bypass_63(__VA_ARGS__) argument [all …]
|
/aosp_15_r20/packages/modules/Wifi/framework/tests/src/android/net/wifi/p2p/ |
D | WifiP2pConfigTest.java | 160 WifiP2pConfig.Builder c = new WifiP2pConfig.Builder(); in testBuilderInvalidPassphrase() local 203 WifiP2pConfig.Builder c = new WifiP2pConfig.Builder(); in testPccModeBuilderSetterInvalidPassphrase() local 268 WifiP2pConfig c = new WifiP2pConfig.Builder() in testBuildDefaultConfig() local 276 WifiP2pConfig c = new WifiP2pConfig.Builder() in testBuildNonPersistentConfig() local 286 WifiP2pConfig c = new WifiP2pConfig.Builder() in testBuildConfigWithGroupClientIpProvisioningModeDefault() local 298 WifiP2pConfig c = new WifiP2pConfig.Builder() in testBuildConfigWithGroupClientIpProvisioningModeIpv4Dhcp() local 311 WifiP2pConfig c = new WifiP2pConfig.Builder() in testBuildConfigWithGroupClientIpProvisioningModeIpv6LinkLocal() local 328 WifiP2pConfig c = new WifiP2pConfig.Builder().setGroupClientIpProvisioningMode(5).build(); in testBuilderWithInvalidGroupClientIpProvisioningMode() local 338 WifiP2pConfig c = new WifiP2pConfig.Builder().build(); in testBuildThrowIllegalStateExceptionWithoutNetworkNamePassphraseDeviceAddress() local 347 WifiP2pConfig c = new WifiP2pConfig.Builder().setNetworkName("DIRECT-ab-Hello").build(); in testBuildThrowIllegalStateExceptionWithOnlyNetworkName() local [all …]
|
/aosp_15_r20/external/coreboot/payloads/libpayload/libc/ |
H A D | ctype.c | 31 int isalpha(int c) in isalpha() 36 int isascii(int c) in isascii() 41 int isblank(int c) in isblank() 46 int iscntrl(int c) in iscntrl() 51 int isdigit(int c) in isdigit() 56 int isalnum(int c) in isalnum() 61 int isgraph(int c) in isgraph() 66 int islower(int c) in islower() 71 int isprint(int c) in isprint() 76 int ispunct(int c) in ispunct() [all …]
|
/aosp_15_r20/external/dynamic_depth/internal/strings/ |
H A D | ascii_ctype.h | 36 static inline bool ascii_isalpha(unsigned char c) { in ascii_isalpha() 40 static inline bool ascii_isalnum(unsigned char c) { in ascii_isalnum() 44 static inline bool ascii_isspace(unsigned char c) { in ascii_isspace() 48 static inline bool ascii_ispunct(unsigned char c) { in ascii_ispunct() 52 static inline bool ascii_isblank(unsigned char c) { in ascii_isblank() 56 static inline bool ascii_iscntrl(unsigned char c) { in ascii_iscntrl() 60 static inline bool ascii_isxdigit(unsigned char c) { in ascii_isxdigit() 64 static inline bool ascii_isdigit(unsigned char c) { in ascii_isdigit() 68 static inline bool ascii_isprint(unsigned char c) { return c >= 32 && c < 127; } in ascii_isprint() 70 static inline bool ascii_isgraph(unsigned char c) { return c > 32 && c < 127; } in ascii_isgraph() [all …]
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
D | dplay.h | 467 #define IDirectPlay_CreatePlayer(p,a,b,c,d) (p)->lpVtbl->CreatePlayer(p,a,b,c,d) argument 468 #define IDirectPlay_CreateGroup(p,a,b,c) (p)->lpVtbl->CreateGroup(p,a,b,c) argument 473 #define IDirectPlay_EnumGroupPlayers(p,a,b,c,d) (p)->lpVtbl->EnumGroupPlayers(p,a,b,c,d) argument 474 #define IDirectPlay_EnumGroups(p,a,b,c,d) (p)->lpVtbl->EnumGroups(p,a,b,c,d) argument 475 #define IDirectPlay_EnumPlayers(p,a,b,c,d) (p)->lpVtbl->EnumPlayers(p,a,b,c,d) argument 476 #define IDirectPlay_EnumSessions(p,a,b,c,d,e) (p)->lpVtbl->EnumSessions(p,a,b,c,d,e) argument 480 #define IDirectPlay_GetPlayerName(p,a,b,c,d,e) (p)->lpVtbl->GetPlayerName(p,a,b,c,d,e) argument 483 #define IDirectPlay_Receive(p,a,b,c,d,e) (p)->lpVtbl->Receive(p,a,b,c,d,e) argument 485 #define IDirectPlay_Send(p,a,b,c,d,e) (p)->lpVtbl->Send(p,a,b,c,d,e) argument 486 #define IDirectPlay_SetPlayerName(p,a,b,c) (p)->lpVtbl->SetPlayerName(p,a,b,c) argument [all …]
|
/aosp_15_r20/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/analysis/ |
H A D | CounterImplTest.java | 31 ICounter c = CounterImpl.getInstance(0, 0); in testGetInstance1() local 42 ICounter c = CounterImpl.getInstance(33, 15); in testGetInstance2() local 53 ICounter c = CounterImpl.getInstance(15, 12); in testGetInstance3() local 79 CounterImpl c = CounterImpl.getInstance(1, 1); in testIncrement1() local 87 CounterImpl c = CounterImpl.getInstance(31, 5); in testIncrement2() local 95 ICounter c = CounterImpl.getInstance(30, 10); in testGetCoveredRatio1() local 102 ICounter c = CounterImpl.getInstance(20, 0); in testGetCoveredRatio2() local 109 ICounter c = CounterImpl.getInstance(0, 0); in testGetCoveredRatio3() local 116 ICounter c = CounterImpl.getInstance(10, 30); in testGetMissedRatio1() local 123 ICounter c = CounterImpl.getInstance(0, 20); in testGetMissedRatio2() local [all …]
|
/aosp_15_r20/external/testng/src/main/resources/ |
H A D | jquery-1.7.1.min.js | 2 …deType===9?a.defaultView||a.parentWindow:!1}function cv(a){if(!ck[a]){var b=c.body,d=f("<"+a+">").… argument 3 f.event={add:function(a,c,d,e,g){var h,i,j,k,l,m,n,o,p,q,r,s;if(!(a.nodeType===3||a.nodeType===8||!… argument 4 …cleanData(b.getElementsByTagName("*"));while(b.firstChild)b.removeChild(b.firstChild)}return this}… argument
|
/aosp_15_r20/libcore/luni/src/test/java/libcore/javax/crypto/ |
H A D | CipherTest.java | 77 Cipher c = Cipher.getInstance("FOO", mockProvider); in testCipher_getInstance_SuppliedProviderNotRegistered_Success() local 94 Cipher c = Cipher.getInstance("FOO", mockProvider); in testCipher_getInstance_DoesNotSupportKeyClass_Success() local 112 Cipher c = Cipher.getInstance("FOO/FOO/FOO", mockProvider); in testCipher_getInstance_SuppliedProviderNotRegistered_MultipartTransform_Success() local 135 Cipher c = Cipher.getInstance("FOO", mockProvider2); in testCipher_getInstance_OnlyUsesSpecifiedProvider_SameNameAndClass_Success() local 170 Cipher c = Cipher.getInstance("FOO"); in testCipher_getInstance_DelayedInitialization_KeyType() local 188 Cipher c = Cipher.getInstance("FOO"); in testCipher_getInstance_DelayedInitialization_KeyType() local 209 Cipher c = Cipher.getInstance("FOO"); in testCipher_getInstance_DelayedInitialization_KeyType() local 235 Cipher c = Cipher.getInstance("FOO/FOO/FOO"); in testCipher_getInstance_CorrectPriority_AlgorithmOnlyFirst() local 259 Cipher c = Cipher.getInstance("FOO/FOO/FOO"); in testCipher_getInstance_CorrectPriority_FullTransformFirst() local 284 Cipher c = Cipher.getInstance("FOO/FOO/FOO"); in testCipher_getInstance_CorrectPriority_AliasedAlgorithmFirst() local [all …]
|
/aosp_15_r20/sdk/templates/docs/ |
H A D | jquery-1.8.0.min.js | 2 (function(a,b){function G(a){var b=F[a]={};return p.each(a.split(s),function(a,c){b[c]=!0}),b}funct… argument
|
/aosp_15_r20/bootable/libbootloader/gbl/libgbl/src/ |
H A D | lib.rs | 116 pub fn get_boot_image<'a: 'b, 'b: 'c, 'c, 'd>( in get_boot_image() 117 partitions_ram_map: &'a mut [PartitionRamMap<'b, 'c>], in get_boot_image() 118 ) -> (Option<BootImage<'c>>, &'a mut [PartitionRamMap<'b, 'c>]) { in get_boot_image() 130 pub fn get_vendor_boot_image<'a: 'b, 'b: 'c, 'c, 'd>( in get_vendor_boot_image() 131 partitions_ram_map: &'a mut [PartitionRamMap<'b, 'c>], in get_vendor_boot_image() 132 ) -> (Option<VendorBootImage<'c>>, &'a mut [PartitionRamMap<'b, 'c>]) { in get_vendor_boot_image() 143 pub fn get_init_boot_image<'a: 'b, 'b: 'c, 'c, 'd>( in get_init_boot_image() 144 partitions_ram_map: &'a mut [PartitionRamMap<'b, 'c>], in get_init_boot_image() 145 ) -> (Option<InitBootImage<'c>>, &'a mut [PartitionRamMap<'b, 'c>]) { in get_init_boot_image() 156 pub fn get_images<'a: 'b, 'b: 'c, 'c, 'd>( in get_images() [all …]
|
/aosp_15_r20/external/apache-xml/src/main/java/org/apache/xml/utils/ |
H A D | XMLChar.java | 349 public static boolean isSupplemental(int c) { in isSupplemental() 369 public static char highSurrogate(int c) { in highSurrogate() 378 public static char lowSurrogate(int c) { in lowSurrogate() 387 public static boolean isHighSurrogate(int c) { in isHighSurrogate() 396 public static boolean isLowSurrogate(int c) { in isLowSurrogate() 411 public static boolean isValid(int c) { in isValid() 421 public static boolean isInvalid(int c) { in isInvalid() 430 public static boolean isContent(int c) { in isContent() 441 public static boolean isMarkup(int c) { in isMarkup() 451 public static boolean isSpace(int c) { in isSpace() [all …]
|
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/ |
H A D | collective_ops.cc | 48 static std::unique_ptr<OpKernel> BuildOpKernel(OpKernelConstruction* c, in BuildOpKernel() 68 explicit CollectiveOpV1Kernel(OpKernelConstruction* c) in CollectiveOpV1Kernel() 73 void ComputeAsync(OpKernelContext* c, DoneCallback done) override { in ComputeAsync() 105 string GetCollectiveKey(OpKernelContext* c) { in GetCollectiveKey() 112 bool CanProceedWithCompute(OpKernelContext* c, CollectiveExecutor* col_exec, in CanProceedWithCompute() 152 explicit CollectiveGatherOpKernel(OpKernelConstruction* c) in CollectiveGatherOpKernel() 176 void ComputeAsyncImpl(OpKernelContext* c, CollectiveExecutor* col_exec, in ComputeAsyncImpl() 227 explicit CollectiveReduceOpKernel(OpKernelConstruction* c) in CollectiveReduceOpKernel() 290 void ComputeAsyncImpl(OpKernelContext* c, CollectiveExecutor* col_exec, in ComputeAsyncImpl() 337 explicit CollectiveBcastSendOpKernel(OpKernelConstruction* c) in CollectiveBcastSendOpKernel() [all …]
|
/aosp_15_r20/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
H A D | Normalizer2Impl.java | 60 public static boolean isHangul(int c) { in isHangul() 63 public static boolean isHangulLV(int c) { in isHangulLV() 67 public static boolean isJamoL(int c) { in isJamoL() 70 public static boolean isJamoV(int c) { in isJamoV() 73 public static boolean isJamoT(int c) { in isJamoT() 77 public static boolean isJamo(int c) { in isJamo() 86 public static int decompose(int c, Appendable buffer) { in decompose() 109 public static void getRawDecomposition(int c, Appendable buffer) { in getRawDecomposition() 180 public void append(int c, int cc) { in append() 205 int c=Character.codePointAt(s, start); in append() local [all …]
|
/aosp_15_r20/external/icu/icu4j/main/core/src/main/java/com/ibm/icu/impl/ |
H A D | Normalizer2Impl.java | 55 public static boolean isHangul(int c) { in isHangul() 58 public static boolean isHangulLV(int c) { in isHangulLV() 62 public static boolean isJamoL(int c) { in isJamoL() 65 public static boolean isJamoV(int c) { in isJamoV() 68 public static boolean isJamoT(int c) { in isJamoT() 72 public static boolean isJamo(int c) { in isJamo() 81 public static int decompose(int c, Appendable buffer) { in decompose() 104 public static void getRawDecomposition(int c, Appendable buffer) { in getRawDecomposition() 174 public void append(int c, int cc) { in append() 199 int c=Character.codePointAt(s, start); in append() local [all …]
|
/aosp_15_r20/external/trusty/lk/lib/libc/ |
D | ctype.c | 25 int isblank(int c) in isblank() 30 int isspace(int c) in isspace() 35 int islower(int c) in islower() 40 int isupper(int c) in isupper() 45 int isdigit(int c) in isdigit() 50 int isalpha(int c) in isalpha() 55 int isalnum(int c) in isalnum() 60 int isxdigit(int c) in isxdigit() 65 int isgraph(int c) in isgraph() 70 int iscntrl(int c) in iscntrl() [all …]
|
/aosp_15_r20/art/test/411-checker-hdiv-hrem-const/src/ |
H A D | RemTest.java | 293 int c = 0; in $noinline$UnsignedIntRem01() local 315 int c = 0; in $noinline$UnsignedIntRem02() local 337 int c = 0; in $noinline$UnsignedIntRem03() local 359 int c = 0; in $noinline$UnsignedIntRem04() local 382 int c = 0; in $noinline$UnsignedIntRem05() local 423 int c = 0; in $noinline$SignedIntRem01() local 445 int c = 0; in $noinline$SignedIntRem02() local 467 int c = v % 6; in $noinline$SignedIntRem03() local 486 int c = 0; in $noinline$SignedIntRem04() local 511 int c = 0; in $noinline$SignedIntRem05() local [all …]
|
/aosp_15_r20/external/libcxx/test/std/localization/locale.stdcvt/ |
H A D | codecvt_utf16_length.pass.cpp | 30 C c; in main() local 53 C c; in main() local 76 C c; in main() local 99 C c; in main() local 122 C c; in main() local 147 C c; in main() local 170 C c; in main() local 193 C c; in main() local 216 C c; in main() local 239 C c; in main() local [all …]
|