Home
last modified time | relevance | path

Searched +defs:val +defs:dir (Results 1 – 25 of 1308) sorted by relevance

12345678910>>...53

/aosp_15_r20/external/pdfium/third_party/libtiff/
H A Dtif_dirwrite.c478 TIFFDirEntry *dir; in TIFFWriteDirectorySec() local
1260 static int8_t TIFFClampDoubleToInt8(double val) in TIFFClampDoubleToInt8()
1269 static int16_t TIFFClampDoubleToInt16(double val) in TIFFClampDoubleToInt16()
1278 static int32_t TIFFClampDoubleToInt32(double val) in TIFFClampDoubleToInt32()
1287 static uint8_t TIFFClampDoubleToUInt8(double val) in TIFFClampDoubleToUInt8()
1296 static uint16_t TIFFClampDoubleToUInt16(double val) in TIFFClampDoubleToUInt16()
1305 static uint32_t TIFFClampDoubleToUInt32(double val) in TIFFClampDoubleToUInt32()
1315 TIFFDirEntry *dir, in TIFFWriteDirectoryTagSampleformatArray()
1401 TIFFDirEntry *dir, uint16_t tag, in TIFFWriteDirectoryTagAscii()
1414 TIFFDirEntry *dir, uint16_t tag, in TIFFWriteDirectoryTagUndefinedArray()
[all …]
/aosp_15_r20/frameworks/base/tools/aapt/
H A DBundle.h87 void setVerbose(bool val) { mVerbose = val; } in setVerbose()
89 void setAndroidList(bool val) { mAndroidList = val; } in setAndroidList()
91 void setForce(bool val) { mForce = val; } in setForce()
92 void setGrayscaleTolerance(int val) { mGrayscaleTolerance = val; } in setGrayscaleTolerance()
95 void setMakePackageDirs(bool val) { mMakePackageDirs = val; } in setMakePackageDirs()
97 void setUpdate(bool val) { mUpdate = val; } in setUpdate()
99 void setExtending(bool val) { mExtending = val; } in setExtending()
101 void setRequireLocalization(bool val) { mRequireLocalization = val; } in setRequireLocalization()
103 void setPseudolocalize(short val) { mPseudolocalize = val; } in setPseudolocalize()
104 void setWantUTF16(bool val) { mWantUTF16 = val; } in setWantUTF16()
[all …]
/aosp_15_r20/external/blktrace/iowatcher/
H A Dfio.c45 static int parse_fio_line(struct trace *trace, int *time, int *rate, int *dir, int *bs) in parse_fio_line()
50 int val; in parse_fio_line() local
101 int time, rate, dir, bs; in find_last_fio_time() local
183 int time, rate, dir, bs; in read_fio_event() local
203 double val; in add_fio_gld() local
/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()
521 DIR *dir; in load_plugins_dir() local
575 struct tep_plugins_dir *dir = NULL; in tep_load_plugins_hook() local
660 struct tep_plugins_dir *dir; in tep_add_plugin_path() local
683 struct tep_plugins_dir *dir; in free_tep_plugin_paths() local
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math3/util/
H A DMathArrays.java87 public static double[] scale(double val, final double[] arr) { in scale()
104 public static void scaleInPlace(double val, final double[] arr) { in scaleInPlace()
323 T[] val, OrderDirection dir, boolean strict) { in isMonotonic()
371 public static boolean isMonotonic(double[] val, OrderDirection dir, boolean strict) { in isMonotonic()
453 double[] val, OrderDirection dir, boolean strict, boolean abort) in checkOrder()
514 public static void checkOrder(double[] val, OrderDirection dir, boolean strict) in checkOrder()
526 public static void checkOrder(double[] val) throws NonMonotonicSequenceException { in checkOrder()
789 public static void sortInPlace(double[] x, final OrderDirection dir, double[]... yList) in sortInPlace()
/aosp_15_r20/external/trusty/arm-trusted-firmware/drivers/brcm/
Diproc_gpio.c59 uint32_t val; in gpio_set_bit() local
89 bool dir = (direction == GPIO_DIR_OUT) ? true : false; in set_direction() local
100 int dir; in get_direction() local
130 static void set_value(int gpio, int val) in set_value()
146 uint32_t val; in get_pull() local
174 uint32_t val; in set_pull() local
/aosp_15_r20/external/arm-trusted-firmware/drivers/brcm/
H A Diproc_gpio.c59 uint32_t val; in gpio_set_bit() local
89 bool dir = (direction == GPIO_DIR_OUT) ? true : false; in set_direction() local
100 int dir; in get_direction() local
130 static void set_value(int gpio, int val) in set_value()
146 uint32_t val; in get_pull() local
174 uint32_t val; in set_pull() local
/aosp_15_r20/external/igt-gpu-tools/lib/
H A Digt_debugfs.c253 int dir, ret; in igt_debugfs_connector_dir() local
279 int dir, ret; in igt_debugfs_open() local
305 int igt_debugfs_simple_read(int dir, const char *filename, char *buf, int size) in igt_debugfs_simple_read()
330 int dir = igt_debugfs_dir(fd); in __igt_debugfs_read() local
501 int dir; member
519 int dir; in igt_require_pipe_crc() local
1034 bool igt_drop_caches_has(int drm_fd, uint64_t val) in igt_drop_caches_has()
1037 int dir; in igt_drop_caches_has() local
1054 void igt_drop_caches_set(int drm_fd, uint64_t val) in igt_drop_caches_set()
1056 int dir; in igt_drop_caches_set() local
[all …]
H A Digt_aux.c438 int dir; in show_kernel_stack() local
548 char *val; in igt_check_boolean_env_var() local
786 int dir; in suspend_via_rtcwake() local
1232 void igt_set_module_param(const char *name, const char *val) in igt_set_module_param()
1258 void igt_set_module_param_int(const char *name, int val) in igt_set_module_param_int()
1418 __igt_lsof_fds(proc_t *proc_info, int *state, char *proc_path, const char *dir) in __igt_lsof_fds()
1479 __igt_lsof(const char *dir) in __igt_lsof()
/aosp_15_r20/frameworks/native/cmds/rawbu/
H A Dbackup.cpp67 DIR *dir; in wipe() local
173 static int write_int32(FILE* fh, int32_t val) in write_int32()
184 static int write_int64(FILE* fh, int64_t val) in write_int64()
257 DIR *dir; in backup_dir() local
417 int32_t val; in read_int32() local
428 int64_t val; in read_int64() local
/aosp_15_r20/external/ethtool/netlink/
H A Dstats.c20 const char *dir) in parse_rmon_hist_one()
24 unsigned long long val; in parse_rmon_hist_one() local
70 const char *name, const char *dir, unsigned int type) in parse_rmon_hist()
100 unsigned long long val; in parse_grp() local
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/
H A DCLDRConfig.java504 String val = getProperty(k, defVal ? "true" : null); in getProperty() local
521 String val = getProperty(k, Integer.toString(defVal)); in getProperty() local
537 String dir = getInstance().getProperty(CldrUtility.DIR_KEY, null); in FileWrapper() local
574 final File dir = getCldrBaseDirectory(); in getAllCLDRFilesEndingWith() local
631 final File dir = getCldrBaseDirectory(); in getCLDRDataDirectories() local
669 public static File[] fileArrayFromStringArray(File dir, String... subdirNames) { in fileArrayFromStringArray()
/aosp_15_r20/external/libffi/src/x86/
H A Dffi.c229 int dir; /* parameter growth direction */ member
266 int flags, cabi, i, n, dir, narg_reg; in ffi_call_int() local
335 ffi_arg val = extend_basic_type (valp, t); in ffi_call_int() local
426 int cabi, i, n, flags, dir, narg_reg; in ffi_closure_inner() local
742 ffi_arg val = extend_basic_type (avalue, t); in ffi_raw_call() local
/aosp_15_r20/external/pytorch/aten/src/ATen/native/cuda/
H A DTensorModeKernel.cuh13 unsigned int val; member
20 unsigned int val; member
111 bool dir, in bitonicSwap()
128 bool dir, in bitonicSwapKeys()
/aosp_15_r20/external/libaom/av1/common/
H A Dpred_common.c20 const MACROBLOCKD *xd, int dir, in get_ref_filter_type()
30 int av1_get_pred_context_switchable_interp(const MACROBLOCKD *xd, int dir) { in av1_get_pred_context_switchable_interp()
66 static void palette_add_to_cache(uint16_t *cache, int *n, uint16_t val) { in palette_add_to_cache()
106 uint16_t val = above_colors[above_idx++]; in av1_get_palette_cache() local
110 uint16_t val = left_colors[left_idx++]; in av1_get_palette_cache() local
/aosp_15_r20/external/coreboot/src/soc/nvidia/tegra210/
H A Dspi.c194 u32 val; in spi_ctrlr_claim_bus() local
217 u32 val; in spi_ctrlr_release_bus() local
341 unsigned int bytes, enum spi_direction dir) in tegra_spi_pio_prepare()
451 unsigned int bytes, enum spi_direction dir) in tegra_spi_dma_prepare()
623 unsigned int bytes, enum spi_direction dir) in xfer_setup()
/aosp_15_r20/external/coreboot/src/soc/nvidia/tegra124/
H A Dspi.c195 u32 val; in spi_ctrlr_claim_bus() local
218 u32 val; in spi_ctrlr_release_bus() local
344 unsigned int bytes, enum spi_direction dir) in tegra_spi_pio_prepare()
449 unsigned int bytes, enum spi_direction dir) in tegra_spi_dma_prepare()
589 unsigned int bytes, enum spi_direction dir) in xfer_setup()
/aosp_15_r20/out/soong/.intermediates/packages/providers/MediaProvider/mediaprovider-database/android_common/javac/
Dmediaprovider-database.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...
/aosp_15_r20/external/libese/libese-hw/nxp/pn80t/
H A Dlinux_spidev.c38 int gpio_set(int num, int val) { in gpio_set()
62 int platform_toggle_ven(void *blob, int val) { in platform_toggle_ven()
68 int platform_toggle_reset(void *blob, int val) { in platform_toggle_reset()
74 int platform_toggle_power_req(void *blob, int val) { in platform_toggle_power_req()
80 int gpio_configure(int num, int out, int val) { in gpio_configure()
83 char dir[5]; in gpio_configure() local
/aosp_15_r20/external/igt-gpu-tools/lib/i915/
H A Dgem_submission.c55 static bool has_semaphores(int fd, int dir) in has_semaphores()
57 int val = 0; in has_semaphores() local
78 int dir; in gem_submission_method() local
/aosp_15_r20/system/memory/libmeminfo/libdmabufinfo/
Ddmabuf_sysfs_stats.cpp33 static bool ReadUintFromFile(const std::string& path, uint64_t* val) { in ReadUintFromFile()
62 std::unique_ptr<DIR, int (*)(DIR*)> dir(opendir(dmabuf_sysfs_stats_path.c_str()), closedir); in GetDmabufSysfsStats() local
124 std::unique_ptr<DIR, int (*)(DIR*)> dir(opendir(dmabuf_sysfs_stats_path.c_str()), closedir); in GetDmabufTotalExportedKb() local
/aosp_15_r20/external/clang/test/SemaCXX/
H A Dconstexpr-turing.cpp11 Dir dir; member
27 bool val; member
31 constexpr Tape move(const Tape &old, Dir dir) { return Tape(old, dir); } in move()
/aosp_15_r20/external/libcups/cups/
H A Ddir.c35 HANDLE dir; /* Directory handle */ member
47 ULONGLONG val; /* File time in 0.1 usecs */ in _cups_dir_time() local
240 DIR *dir; /* Directory file */ member
/aosp_15_r20/external/ltp/testcases/kernel/controllers/cgroup_xattr/
H A Dcgroup_xattr.c52 char dir[MAX_DIR_NAME]; member
81 static struct tst_val val; variable
300 char dir[MAX_DIR_NAME]; in mount_cgroup() local
392 DIR *dir = opendir(path); in cgrp_files_walking() local
/aosp_15_r20/external/autotest/client/profilers/powertop/src/
H A Dwireless.c60 char val; in rfkill_enabled() local
79 char val; in check_unused_wiresless_up() local
142 char val; in need_wireless_suggest_new() local
165 DIR *dir; in find_4965() local

12345678910>>...53