Home
last modified time | relevance | path

Searched defs:six (Results 1 – 25 of 189) sorted by relevance

12345678

/aosp_15_r20/external/clang/test/CodeGen/
H A Dtbaa-struct.cpp54 struct six { struct
60 void copy5(struct six *a, struct six *b) { in copy5() argument
H A Dtbaa.cpp215 struct six { struct
221 char g14(struct six *a, struct six *b) { in g14() argument
/aosp_15_r20/external/apache-commons-lang/src/test/java/org/apache/commons/lang3/
H A DBooleanUtilsTest.java130 final Integer six = Integer.valueOf(6); in test_toBoolean_Integer_Integer_Integer() local
263 final Integer six = Integer.valueOf(6); in test_toBooleanObject_Integer_Integer_Integer_Integer() local
381 final Integer six = Integer.valueOf(6); in test_toIntegerObject_boolean_Integer_Integer() local
389 final Integer six = Integer.valueOf(6); in test_toIntegerObject_Boolean_Integer_Integer_Integer() local
/aosp_15_r20/external/caliper/examples/src/main/java/examples/
H A DVarargsBenchmark.java54 @Override long six(long a, long b, long c, long d, long e, long f) { in six() method
78 @Override long six(long a, long b, long c, long d, long e, long f) { in six() method
93 abstract long six(long a, long b, long c, long d, long e, long f); in six() method in VarargsBenchmark.Strategy
124 private static long six(long a, long b, long c, long d, long e, long f) { in six() method in VarargsBenchmark
/aosp_15_r20/frameworks/base/core/tests/coretests/src/android/view/
H A DCreateViewTest.java71 ViewOne six = new ViewOne(mContext); in testLayout3() local
114 TextView six = new TextView(mContext); in testLayout6() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
H A Drelu_op.cc31 auto six = ScalarLike(x, 6); in Relu6() local
70 const auto six = xla::Broadcast( in Compile() local
/aosp_15_r20/external/clang/test/SemaObjC/
H A Ddefault-synthesize-3.m121 @property (readonly) int six; property
125 @property int six; property
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/sysroot/usr/include/rpcsvc/
Drex.x144 unsigned six; /* always equals 6 */ member
155 unsigned six; /* always equals 6 */ member
Drex.h117 u_int six; member
123 u_int six; member
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/parameter/test/literate/
Dextracting-parameter-types1.cpp17 int six = twice_index(_index = 3); in main() local
/aosp_15_r20/external/scapy/scapy/layers/
H A Dall.py15 import scapy.modules.six as six namespace
/aosp_15_r20/external/rust/android-crates-io/crates/num_enum/tests/
Dtry_from_primitive.rs187 let six: Result<Enum, _> = 6u8.try_into(); in discriminant_expressions() localVariable
233 let six: Result<Enum, _> = 6u8.try_into(); in different_values() localVariable
/aosp_15_r20/external/compiler-rt/test/BlocksRuntime/
H A Dvarargs.c30 int six = sumn(3, 1, 2, 3); in main() local
H A Dvarargs-bad-assign.c19 int six = 0; in main() local
/aosp_15_r20/external/javassist/src/test/test2/
H A DCodeGen.java9 public String six(String s) { return s + 6; } in six() method in CodeGen
HDCodeGen.class ... String) String s public java.lang.String six (java.lang.String) String s public ...
/aosp_15_r20/external/scapy/scapy/arch/
H A Dcommon.py16 import scapy.modules.six as six namespace
/aosp_15_r20/external/stg/test_cases/diff_tests/member/
H A Dorder.0.c7 int six; member
H A Dorder.1.c10 int six; member
/aosp_15_r20/external/scapy/scapy/
H A Dasn1packet.py13 import scapy.modules.six as six namespace
/aosp_15_r20/external/pytorch/aten/src/ATen/native/cuda/
H A DActivationHardsigmoidKernel.cu33 const opmath_t six(6.0f); in hardsigmoid_kernel() local
H A DActivationHardswishKernel.cu28 const opmath_t six(6.0f); in hardswish_kernel() local
/aosp_15_r20/external/stg/test_cases/diff_tests/composite/
H A Danonymous_member.1.c5 struct { int six; }; member
/aosp_15_r20/external/scapy/scapy/modules/
H A Dnmap.py31 import scapy.modules.six as six namespace
/aosp_15_r20/external/scapy/scapy/contrib/
H A Dicmp_extensions.py28 import scapy.modules.six as six namespace

12345678