/aosp_15_r20/external/grpc-grpc-java/xds/third_party/protoc-gen-validate/src/main/proto/validate/ |
H A D | validate.proto | 84 optional float gt = 4; field 120 optional double gt = 4; field 156 optional int32 gt = 4; field 192 optional int64 gt = 4; field 228 optional uint32 gt = 4; field 264 optional uint64 gt = 4; field 300 optional sint32 gt = 4; field 336 optional sint64 gt = 4; field 372 optional fixed32 gt = 4; field 408 optional fixed64 gt = 4; field [all …]
|
/aosp_15_r20/external/mockito/src/main/java/org/mockito/ |
H A D | AdditionalMatchers.java | 249 public static <T extends Comparable<T>> T gt(T value) { in gt() method in AdditionalMatchers 263 public static byte gt(byte value) { in gt() method in AdditionalMatchers 277 public static double gt(double value) { in gt() method in AdditionalMatchers 291 public static float gt(float value) { in gt() method in AdditionalMatchers 305 public static int gt(int value) { in gt() method in AdditionalMatchers 319 public static long gt(long value) { in gt() method in AdditionalMatchers 333 public static short gt(short value) { in gt() method in AdditionalMatchers
|
/aosp_15_r20/external/coreboot/src/soc/intel/alderlake/include/soc/ |
H A D | vr_config.h | 71 #define VR_CFG_ALL_DOMAINS_LOADLINE(ia, gt) \ argument 77 #define VR_CFG_ALL_DOMAINS_ICC(ia, gt) \ argument 83 #define VR_CFG_ALL_DOMAINS_TDC(ia, gt) \ argument 89 #define VR_CFG_ALL_DOMAINS_TDC_CURRENT(ia, gt) \ argument
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/ext/transport/binder/transport/ |
D | binder_transport.cc | 105 static int init_stream(grpc_transport* gt, grpc_stream* gs, in init_stream() 129 static void set_pollset(grpc_transport* gt, grpc_stream* gs, grpc_pollset* gp) { in set_pollset() 375 static void accept_stream_locked(void* gt, grpc_error_handle /*error*/) { in accept_stream_locked() 574 static void perform_stream_op(grpc_transport* gt, grpc_stream* gs, in perform_stream_op() 640 static void perform_transport_op(grpc_transport* gt, grpc_transport_op* op) { in perform_transport_op() 672 static void destroy_transport_locked(void* gt, grpc_error_handle /*error*/) { in destroy_transport_locked() 682 static void destroy_transport(grpc_transport* gt) { in destroy_transport()
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/multi_index/test/ |
D | test_composite_key.cpp | 120 composite_key_result_greater<CompositeKeyResult> gt; in is_less() local 143 composite_key_result_greater<CompositeKeyResult> gt; in is_greater() local 166 composite_key_result_greater<CompositeKeyResult> gt; in is_equiv() local 192 composite_key_result_greater<CompositeKeyResult> gt; in is_less() local 209 composite_key_result_greater<CompositeKeyResult> gt; in is_greater() local 226 composite_key_result_greater<CompositeKeyResult> gt; in is_equiv() local
|
/aosp_15_r20/external/easymock/src/org/easymock/ |
H A D | EasyMock.java | 492 public static <T extends Comparable<T>> T gt(Comparable<T> value) { in gt() method in EasyMock 505 public static byte gt(byte value) { in gt() method in EasyMock 518 public static double gt(double value) { in gt() method in EasyMock 531 public static float gt(float value) { in gt() method in EasyMock 544 public static int gt(int value) { in gt() method in EasyMock 557 public static long gt(long value) { in gt() method in EasyMock 570 public static short gt(short value) { in gt() method in EasyMock
|
/aosp_15_r20/external/intel-media-driver/media_softlet/linux/common/os/i915_production/include/ |
H A D | i915_drm_prelim.h | 74 #define ___PRELIM_I915_PMU_OTHER(gt, x) \ argument 80 #define __PRELIM_I915_PMU_ACTUAL_FREQUENCY(gt) ___PRELIM_I915_PMU_OTHER(gt, 0) argument 81 #define __PRELIM_I915_PMU_REQUESTED_FREQUENCY(gt) ___PRELIM_I915_PMU_OTHER(gt, 1) argument 82 #define __PRELIM_I915_PMU_INTERRUPTS(gt) ___PRELIM_I915_PMU_OTHER(gt, 2) argument 83 #define __PRELIM_I915_PMU_RC6_RESIDENCY(gt) ___PRELIM_I915_PMU_OTHER(gt, 3) argument 84 #define __PRELIM_I915_PMU_SOFTWARE_GT_AWAKE_TIME(gt) ___PRELIM_I915_PMU_OTHER(gt, 4) argument 85 #define __PRELIM_I915_PMU_ENGINE_RESET_COUNT(gt) ___PRELIM_I915_PMU_OTHER(gt, 5) argument 86 #define __PRELIM_I915_PMU_EU_ATTENTION_COUNT(gt) ___PRELIM_I915_PMU_OTHER(gt, 6) argument 87 #define __PRELIM_I915_PMU_RENDER_GROUP_BUSY(gt) ___PRELIM_I915_PMU_OTHER(gt, 7) argument 88 #define __PRELIM_I915_PMU_COPY_GROUP_BUSY(gt) ___PRELIM_I915_PMU_OTHER(gt, 8) argument [all …]
|
/aosp_15_r20/external/igt-gpu-tools/overlay/ |
H A D | gpu-top.c | 45 static int perf_init(struct gpu_top *gt) in perf_init() 101 void gpu_top_init(struct gpu_top *gt) in gpu_top_init() 109 int gpu_top_update(struct gpu_top *gt) in gpu_top_update()
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/tools/evaluation/stages/utils/ |
H A D | image_metrics_test.cc | 85 std::vector<Detection> gt; in TEST() local 109 std::vector<Detection> gt; in TEST() local 142 std::vector<Detection> gt; in TEST() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/ext/transport/chttp2/transport/ |
D | chttp2_transport.cc | 686 static void destroy_transport(grpc_transport* gt) { in destroy_transport() 861 static int init_stream(grpc_transport* gt, grpc_stream* gs, in init_stream() 874 static void destroy_stream(grpc_transport* gt, grpc_stream* gs, in destroy_stream() 991 static void write_action_begin_locked(void* gt, in write_action_begin_locked() 1026 static void write_action(void* gt, grpc_error_handle /*error*/) { in write_action() 1620 static void perform_stream_op(grpc_transport* gt, grpc_stream* gs, in perform_stream_op() 1947 static void perform_transport_op(grpc_transport* gt, grpc_transport_op* op) { in perform_transport_op() 2988 static void set_pollset(grpc_transport* gt, grpc_stream* /*gs*/, in set_pollset() 2994 static void set_pollset_set(grpc_transport* gt, grpc_stream* /*gs*/, in set_pollset_set()
|
/aosp_15_r20/external/caliper/lib/ |
HD | jersey-client-1.11.jar | META-INF/MANIFEST.MF
META-INF/
META-INF/maven/
META- ... |
/aosp_15_r20/external/dokka/core/testdata/format/ |
H A D | typeAliases.package.md | 5 ### Types 11 ### Type Aliases
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/ext/transport/inproc/ |
D | inproc_transport.cc | 344 int init_stream(grpc_transport* gt, grpc_stream* gs, in init_stream() 912 void perform_stream_op(grpc_transport* gt, grpc_stream* gs, in perform_stream_op() 1109 void perform_transport_op(grpc_transport* gt, grpc_transport_op* op) { in perform_transport_op() 1142 void destroy_stream(grpc_transport* gt, grpc_stream* gs, in destroy_stream() 1155 void destroy_transport(grpc_transport* gt) { in destroy_transport()
|
/aosp_15_r20/external/intel-media-driver/media_softlet/linux/common/os/xe/include/ |
H A D | mos_bufmgr_xe.h | 73 #define vram_memory(__memory_regions, gt) (__memory_regions & (0x2 << gt)) argument 74 #define vram_if_possible(__memory_regions, gt) \ argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/lib2to3/pgen2/ |
D | driver.py | 106 def _generate_pickle_name(gt): argument 113 def load_grammar(gt="Grammar.txt", gp=None, argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/lib2to3/pgen2/ |
D | driver.py | 106 def _generate_pickle_name(gt): argument 113 def load_grammar(gt="Grammar.txt", gp=None, argument
|
/aosp_15_r20/external/python/cpython2/Lib/lib2to3/pgen2/ |
D | driver.py | 110 def _generate_pickle_name(gt): argument 117 def load_grammar(gt="Grammar.txt", gp=None, argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/lib2to3/pgen2/ |
D | driver.py | 106 def _generate_pickle_name(gt): argument 113 def load_grammar(gt="Grammar.txt", gp=None, argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/lib2to3/pgen2/ |
D | driver.py | 106 def _generate_pickle_name(gt): argument 113 def load_grammar(gt="Grammar.txt", gp=None, argument
|
/aosp_15_r20/external/python/cpython3/Lib/lib2to3/pgen2/ |
D | driver.py | 106 def _generate_pickle_name(gt): argument 113 def load_grammar(gt="Grammar.txt", gp=None, argument
|
/aosp_15_r20/external/clang/test/SemaTemplate/ |
H A D | instantiate-template-template-parm.cpp | 51 template <T x, T y> struct gt { struct 52 static const bool result = x > y;
|
/aosp_15_r20/external/perfetto/src/trace_processor/db/ |
H A D | typed_column.h | 114 Constraint gt(sql_value_type v) const { return gt_value(ToSqlValue(v)); } in gt() function 191 Constraint gt(uint32_t v) const { return gt_value(SqlValue::Long(v)); } in gt() function
|
/aosp_15_r20/external/executorch/kernels/optimized/vec/vec256/ |
H A D | vec256_int.h | 1155 inline Vectorized<int64_t> Vectorized<int64_t>::gt(const Vectorized<int64_t>& other) const { in gt() function 1179 inline Vectorized<int32_t> Vectorized<int32_t>::gt(const Vectorized<int32_t>& other) const { in gt() function 1203 inline Vectorized<int16_t> Vectorized<int16_t>::gt(const Vectorized<int16_t>& other) const { in gt() function 1227 inline Vectorized<int8_t> Vectorized<int8_t>::gt(const Vectorized<int8_t>& other) const { in gt() function 1251 inline Vectorized<uint8_t> Vectorized<uint8_t>::gt(const Vectorized<uint8_t>& other) const { in gt() function
|
/aosp_15_r20/external/pytorch/aten/src/ATen/cpu/vec/vec256/ |
H A D | vec256_int.h | 1204 inline Vectorized<int64_t> Vectorized<int64_t>::gt(const Vectorized<int64_t>& other) const { in gt() function 1228 inline Vectorized<int32_t> Vectorized<int32_t>::gt(const Vectorized<int32_t>& other) const { in gt() function 1252 inline Vectorized<int16_t> Vectorized<int16_t>::gt(const Vectorized<int16_t>& other) const { in gt() function 1276 inline Vectorized<int8_t> Vectorized<int8_t>::gt(const Vectorized<int8_t>& other) const { in gt() function 1300 inline Vectorized<uint8_t> Vectorized<uint8_t>::gt(const Vectorized<uint8_t>& other) const { in gt() function
|
/aosp_15_r20/external/rust/android-crates-io/crates/httparse/src/simd/ |
D | swar.rs | 127 let gt = x.wrapping_add(BN) | x; // >= n in match_uri_char_8_swar() localVariable 175 let gt = x.wrapping_add(BN) | x; // >= n in match_header_value_char_8_swar() localVariable
|