Home
last modified time | relevance | path

Searched +defs:val +defs:suffix (Results 1 – 25 of 1332) sorted by relevance

12345678910>>...54

/aosp_15_r20/libcore/ojluni/src/main/java/sun/security/x509/
H A DX509CertInfo.java364 public void set(String name, Object val) in set()
375 String suffix = attrName.getSuffix(); in set() local
464 String suffix = attrName.getSuffix(); in delete() local
542 String suffix = attrName.getSuffix(); in get() local
623 private void parse(DerValue val) in parse()
818 private void setVersion(Object val) throws CertificateException { in setVersion()
831 private void setSerialNumber(Object val) throws CertificateException { in setSerialNumber()
844 private void setAlgorithmId(Object val) throws CertificateException { in setAlgorithmId()
858 private void setIssuer(Object val) throws CertificateException { in setIssuer()
872 private void setValidity(Object val) throws CertificateException { in setValidity()
[all …]
/aosp_15_r20/external/libtraceevent/src/
H A Devent-plugin.c56 static int update_option_value(struct tep_plugin_option *op, const char *val) in update_option_value()
299 static int process_option(const char *plugin, const char *option, const char *val) in process_option()
319 int tep_plugin_add_option(const char *name, const char *val) in tep_plugin_add_option()
433 const char *prefix, const char *suffix, in tep_print_plugins()
511 load_plugins_dir(struct tep_handle *tep, const char *suffix, in load_plugins_dir()
568 void tep_load_plugins_hook(struct tep_handle *tep, const char *suffix, in tep_load_plugins_hook()
/aosp_15_r20/external/elfutils/libcpu/
H A Di386_parse.y115 suffix_w1, suffix_W1, suffix_D } suffix; member
141 struct suffix struct
143 char *name;
144 int idx;
595 check_bits (struct bitvalue *val) in check_bits()
637 check_duplicates (struct bitvalue *val) in check_duplicates()
700 check_bitsused (struct bitvalue *bitval, struct known_bitfield *suffix, in check_bitsused()
/aosp_15_r20/external/libtraceevent/include/linux/
H A Dcompiler.h14 # define __compiletime_assert(condition, msg, prefix, suffix) \ argument
21 # define __compiletime_assert(condition, msg, prefix, suffix) do { } while (0) argument
24 #define _compiletime_assert(condition, msg, prefix, suffix) \ argument
189 #define WRITE_ONCE(x, val) \ argument
/aosp_15_r20/external/icu/icu4j/main/core/src/main/java/com/ibm/icu/impl/duration/impl/
H A DPeriodFormatterData.java124 String suffix = sd.suffix; in appendSuffix() local
230 String suffix = null; in appendUnit() local
278 int val = count / 1000; in appendCount() local
525 int val = count/1000; in computeForm() local
/aosp_15_r20/external/icu/android_icu4j/src/main/java/android/icu/impl/duration/impl/
H A DPeriodFormatterData.java126 String suffix = sd.suffix; in appendSuffix() local
232 String suffix = null; in appendUnit() local
280 int val = count / 1000; in appendCount() local
527 int val = count/1000; in computeForm() local
/aosp_15_r20/external/snakeyaml/src/test/java/org/yaml/snakeyaml/representer/
H A DRepresentTest.java40 private final int suffix; field in RepresentTest.CustomBean
42 public CustomBean(String prefix, int suffix) { in CustomBean()
87 String val = constructScalar((ScalarNode) node); in construct() local
/aosp_15_r20/external/igt-gpu-tools/tests/i915/
H A Dgem_partial_pwrite_pread.c80 blt_bo_fill(drm_intel_bo *tmp_bo, drm_intel_bo *bo, uint8_t val) in blt_bo_fill()
114 uint8_t val = i; in test_partial_reads() local
138 uint8_t val = i; in test_partial_writes() local
180 uint8_t val = i; in test_partial_read_writes() local
230 static void do_tests(int cache_level, const char *suffix) in do_tests()
H A Dgem_concurrent_all.c99 prw_set_bo(struct buffers *b, drm_intel_bo *bo, uint32_t val) in prw_set_bo()
107 prw_cmp_bo(struct buffers *b, drm_intel_bo *bo, uint32_t val) in prw_cmp_bo()
120 partial_set_bo(struct buffers *b, drm_intel_bo *bo, uint32_t val) in partial_set_bo()
127 partial_cmp_bo(struct buffers *b, drm_intel_bo *bo, uint32_t val) in partial_cmp_bo()
284 userptr_set_bo(struct buffers *b, drm_intel_bo *bo, uint32_t val) in userptr_set_bo()
296 userptr_cmp_bo(struct buffers *b, drm_intel_bo *bo, uint32_t val) in userptr_cmp_bo()
387 dmabuf_set_bo(struct buffers *b, drm_intel_bo *bo, uint32_t val) in dmabuf_set_bo()
400 dmabuf_cmp_bo(struct buffers *b, drm_intel_bo *bo, uint32_t val) in dmabuf_cmp_bo()
485 gtt_set_bo(struct buffers *b, drm_intel_bo *bo, uint32_t val) in gtt_set_bo()
495 gtt_cmp_bo(struct buffers *b, drm_intel_bo *bo, uint32_t val) in gtt_cmp_bo()
[all …]
/aosp_15_r20/system/core/fs_mgr/libfstab/
H A Dfstab.cpp261 int val; in ParseFsMgrFlags() local
289 int val; in ParseFsMgrFlags() local
298 off64_t val; in ParseFsMgrFlags() local
307 off64_t val; in ParseFsMgrFlags() local
531 std::string suffix; in GetRecoveryFstabPath() local
556 std::string suffix; in GetFstabPath() local
/aosp_15_r20/frameworks/base/services/core/jni/
H A Dcom_android_server_UsbAlsaJackDetector.cpp42 static struct mixer_ctl* find_mixer_with_suffix(struct mixer* card_mixer, const char* suffix) { in find_mixer_with_suffix()
54 static jboolean is_jack_connected(jint card, const char* suffix) { in is_jack_connected()
64 int val = mixer_ctl_get_value(ctl, 0); in is_jack_connected() local
/aosp_15_r20/external/icu/icu4j/main/localespi/src/main/java/com/ibm/icu/impl/javaspi/
H A DICULocaleServiceProvider.java36 private static String suffix = "ICU4J"; field in ICULocaleServiceProvider
72 String suffix = getIcuSuffix(); in toULocaleNoSpecialVariant() local
235 String val = (String)spiConfigProps.get(SUFFIX_KEY); in loadConfiguration() local
/aosp_15_r20/external/libdav1d/include/common/
H A Dbitdepth.h52 #define BF(x, suffix) x##_8bpc_##suffix argument
66 static inline void pixel_set(pixel *const dst, const int val, const int num) { in pixel_set()
78 #define BF(x, suffix) x##_16bpc_##suffix argument
/aosp_15_r20/system/core/fs_mgr/liblp/
H A Dutility.cpp117 uint32_t SlotNumberForSlotSuffix(const std::string& suffix) { in SlotNumberForSlotSuffix()
167 std::string suffix = partition_name.substr(partition_name.size() - 2); in GetPartitionSlotSuffix() local
202 int val = readonly; in SetBlockReadonly() local
/aosp_15_r20/external/doclava/src/com/google/doclava/
H A DFieldInfo.java177 public static String constantLiteralValue(Object val) { in constantLiteralValue()
211 private static String canonicalizeFloatingPoint(String val, String suffix) { in canonicalizeFloatingPoint()
394 Object val = mConstantValue; in makeHDF() local
/aosp_15_r20/external/AFLplusplus/src/
H A Dafl-analyze.c265 static void show_char(u8 val) { in show_char()
338 u16 val = *(u16 *)(in_data + i); in dump_hex() local
364 u32 val = *(u32 *)(in_data + i); in dump_hex() local
843 u8 suffix = 'M'; in main() local
/aosp_15_r20/external/libultrahdr/lib/src/
H A Djpegrutils.cpp42 static inline string Name(const string& prefix, const string& suffix) { in Name()
133 string val; in StartElement() local
155 string val; in AttributeName() local
185 string val; in AttributeValue() local
235 float val; in getMaxContentBoost() local
251 float val; in getMinContentBoost() local
267 float val; in getGamma() local
283 float val; in getOffsetSdr() local
299 float val; in getOffsetHdr() local
315 float val; in getHdrCapacityMin() local
[all …]
/aosp_15_r20/device/google/trout/hal/sensors/2.1/
Diio_utils.cpp61 static bool str_has_suffix(const char* s, const char* suffix) { in str_has_suffix()
106 static int sysfs_write_uint(const std::string& file, const unsigned int val) { in sysfs_write_uint()
110 static int sysfs_write_double(const std::string& file, const double val) { in sysfs_write_double()
125 static int sysfs_read_uint8(const std::string& file, uint8_t* val) { in sysfs_read_uint8()
129 static int sysfs_read_float(const std::string& file, float* val) { in sysfs_read_float()
/aosp_15_r20/external/tensorflow/tensorflow/core/platform/
H A Dstr_util.cc63 bool ConsumeLeadingDigits(StringPiece* s, uint64* val) { in ConsumeLeadingDigits()
88 bool ConsumeNonWhitespace(StringPiece* s, StringPiece* val) { in ConsumeNonWhitespace()
162 bool EndsWith(StringPiece text, StringPiece suffix) { in EndsWith()
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
H A DDataUsageDetailView.java128 double val; in formatBytes() local
129 String suffix; in formatBytes() local
/aosp_15_r20/external/ethtool/netlink/
H A Dfeatures.c67 const char *suffix = ""; in dump_feature() local
285 static int fill_feature(struct nl_msg_buff *msgbuff, const char *name, bool val) in fill_feature()
309 const struct stringset *feature_names, bool val) in fill_legacy_flag()
358 bool val; in fill_sfeatures_bitmap() local
/aosp_15_r20/external/mesa3d/src/freedreno/rnn/
H A Drnndec.c78 static uint32_t float16i(uint16_t val) in float16i()
101 static float float16(uint16_t val) in float16()
275 union { uint64_t i; float f; double d; } val; in rnndec_decodeval() local
473 const char *suffix = strchr(name, '['); in tryreg() local
/aosp_15_r20/tools/tradefederation/core/src/com/android/tradefed/command/
DCommandFileParser.java173 public void add(int idx, boolean val) { in add()
187 public void addN(int idx, int count, boolean val) { in addN()
460 LinkedList<String> suffix = new LinkedList<>(line.subList(idx, line.size())); in expandLongMacro() local
/aosp_15_r20/external/selinux/libselinux/src/
H A Dlabel_file.c77 unsigned int val = 0; in symhash() local
485 const char *suffix; member
489 static char *rolling_append(char *current, const char *suffix, size_t max) in rolling_append()
538 static FILE *open_file(const char *path, const char *suffix, in open_file()
610 static int process_file(const char *path, const char *suffix, in process_file()
/aosp_15_r20/external/bcc/libbpf-tools/
H A Dksnoop.c98 struct value *val) in type_to_value()
136 struct value *val, int lvl) in member_to_value()
255 static int predicate_to_value(char *predicate, struct value *val) in predicate_to_value()
307 char *membername, char *predicate, struct value *val) in trace_to_value()
380 char *suffix = " "; in type_id_to_str() local
441 static char *value_to_str(struct btf *btf, struct value *val, char *str) in value_to_str()
717 struct value *val = &trace->traces[i]; in trace_handler() local

12345678910>>...54