Home
last modified time | relevance | path

Searched +defs:val +defs:rest (Results 1 – 25 of 893) sorted by relevance

12345678910>>...36

/aosp_15_r20/device/google/trout/hal/sensors/2.1/
Diio_utils.cpp106 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()
163 char* rest; in get_sampling_frequency_available() local
190 char* rest; in get_sensor_range() local
/aosp_15_r20/external/python/cpython2/Lib/
Dftplib.py157 def set_pasv(self, val): argument
319 def ntransfercmd(self, cmd, rest=None): argument
376 def transfercmd(self, cmd, rest=None): argument
401 def retrbinary(self, cmd, callback, blocksize=8192, rest=None): argument
463 def storbinary(self, cmd, fp, blocksize=8192, callback=None, rest=None): argument
721 def ntransfercmd(self, cmd, rest=None): argument
728 def retrbinary(self, cmd, callback, blocksize=8192, rest=None): argument
770 def storbinary(self, cmd, fp, blocksize=8192, callback=None, rest=None): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/
Dftplib.py181 def set_pasv(self, val): argument
336 def ntransfercmd(self, cmd, rest=None): argument
391 def transfercmd(self, cmd, rest=None): argument
421 def retrbinary(self, cmd, callback, blocksize=8192, rest=None): argument
482 def storbinary(self, cmd, fp, blocksize=8192, callback=None, rest=None): argument
792 def ntransfercmd(self, cmd, rest=None): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/
Dftplib.py181 def set_pasv(self, val): argument
336 def ntransfercmd(self, cmd, rest=None): argument
391 def transfercmd(self, cmd, rest=None): argument
421 def retrbinary(self, cmd, callback, blocksize=8192, rest=None): argument
482 def storbinary(self, cmd, fp, blocksize=8192, callback=None, rest=None): argument
792 def ntransfercmd(self, cmd, rest=None): argument
/aosp_15_r20/external/python/cpython3/Lib/
Dftplib.py181 def set_pasv(self, val): argument
336 def ntransfercmd(self, cmd, rest=None): argument
391 def transfercmd(self, cmd, rest=None): argument
421 def retrbinary(self, cmd, callback, blocksize=8192, rest=None): argument
482 def storbinary(self, cmd, fp, blocksize=8192, callback=None, rest=None): argument
792 def ntransfercmd(self, cmd, rest=None): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/
Dftplib.py181 def set_pasv(self, val): argument
336 def ntransfercmd(self, cmd, rest=None): argument
391 def transfercmd(self, cmd, rest=None): argument
421 def retrbinary(self, cmd, callback, blocksize=8192, rest=None): argument
482 def storbinary(self, cmd, fp, blocksize=8192, callback=None, rest=None): argument
792 def ntransfercmd(self, cmd, rest=None): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/
Dftplib.py181 def set_pasv(self, val): argument
336 def ntransfercmd(self, cmd, rest=None): argument
391 def transfercmd(self, cmd, rest=None): argument
421 def retrbinary(self, cmd, callback, blocksize=8192, rest=None): argument
482 def storbinary(self, cmd, fp, blocksize=8192, callback=None, rest=None): argument
792 def ntransfercmd(self, cmd, rest=None): argument
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/
H A Dftplib.py181 def set_pasv(self, val): argument
336 def ntransfercmd(self, cmd, rest=None): argument
391 def transfercmd(self, cmd, rest=None): argument
421 def retrbinary(self, cmd, callback, blocksize=8192, rest=None): argument
482 def storbinary(self, cmd, fp, blocksize=8192, callback=None, rest=None): argument
792 def ntransfercmd(self, cmd, rest=None): argument
/aosp_15_r20/out/soong/.intermediates/external/truth/truth/android_common/javac/
Dtruth.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/aosp_15_r20/external/tensorflow/tensorflow/core/util/
H A Dmemmapped_file_system_writer.cc83 StringPiece EncodeUint64LittleEndian(uint64 val, char* output_buffer) { in EncodeUint64LittleEndian()
118 for (uint64 rest = to_write_for_alignment; rest > 0;) { in AdjustAlignment() local
/aosp_15_r20/prebuilts/tools/common/m2/repository/com/google/truth/truth/1.4.0/
HDtruth-1.4.0.jar ... .truth.DoubleSubject$TolerantDoubleComparison { final synthetic double val$tolerance final synthetic com.google.common. ...
/aosp_15_r20/external/deqp/external/openglcts/modules/glesext/texture_buffer/
H A DesextcTextureBufferTextureBufferRange.cpp550 glw::GLuint rest = totalSize % offsetAlignment; in countAlignedSize() local
1297 glw::GLfloat val = 1.0f; in fillInputData() local
1325 glw::GLubyte val = 0; in fillInputData() local
/aosp_15_r20/external/webrtc/rtc_base/
H A Dstring_encode.cc30 char hex_encode(unsigned char val) { in hex_encode()
36 bool hex_decode(char ch, unsigned char* val) { in hex_decode()
159 std::string* rest) { in tokenize_first()
/aosp_15_r20/external/AFLplusplus/src/
H A Dafl-common.c769 char *env, *val, *ignore = getenv("AFL_IGNORE_UNKNOWN_ENVS"); in check_environment_vars() local
848 char *val; in get_afl_env() local
878 u8 *rest = p; in extract_and_set_env() local
921 u8 *val = rest; in extract_and_set_env() local
1003 u8 *stringify_int(u8 *buf, size_t len, u64 val) { in stringify_int()
1060 u8 *stringify_float(u8 *buf, size_t len, double val) { in stringify_float()
1086 u8 *stringify_mem_size(u8 *buf, size_t len, u64 val) { in stringify_mem_size()
1167 u8 *u_stringify_int(u8 *buf, u64 val) { in u_stringify_int()
1223 u8 *u_stringify_float(u8 *buf, double val) { in u_stringify_float()
1249 u8 *u_stringify_mem_size(u8 *buf, u64 val) { in u_stringify_mem_size()
/aosp_15_r20/external/tensorflow/tensorflow/core/lib/strings/
H A Dordered_code_test.cc54 void OCWriteIncreasing<string>(string* dest, const string& val) { in OCWriteIncreasing()
64 void OCWriteIncreasing<uint64>(string* dest, const uint64& val) { in OCWriteIncreasing()
74 void OCWriteIncreasing<int64_t>(string* dest, const int64_t& val) { in OCWriteIncreasing()
83 string OCWrite(T val) { in OCWrite()
90 void OCWriteToString(string* result, T val) { in OCWriteToString()
95 bool OCRead(StringPiece* s, T* val) { in OCRead()
237 for (size_t rest = special_pos + 1; rest < len; rest++) { in TEST() local
405 T val = NextBits(&rnd, i % 64) * multiplier; in BM_ReadNum() local
410 T val; in BM_ReadNum() local
/aosp_15_r20/external/pdfium/third_party/agg23/
H A Dagg_array.h367 inline void pod_deque<T, S>::add(const T& val) in add()
380 void pod_deque<T, S>::modify_last(const T& val) in modify_last()
390 unsigned rest = block_size - (m_size & block_mask); in allocate_continuous_block() local
/aosp_15_r20/external/clang/test/SemaCXX/
H A Ddiscrim-union.cpp26 T val; member
27 either_impl<Ts...> rest; member
/aosp_15_r20/external/guice/lib/build/
HDtruth-0.36.jar ... .truth.PrimitiveDoubleArraySubject$TolerantPrimitiveDoubleArrayComparison { final synthetic double val$tolerance final synthetic com.google.common. ...
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/x3/core/detail/
Dparse_into_container.hpp95 value_type val{}; in call_synthesize_x() local
265 Attribute rest; in call() local
/aosp_15_r20/packages/modules/Connectivity/service-t/native/libs/libnetworkstats/
DNetworkTraceHandler.cpp66 void HashCombine(std::size_t& seed, const T& val, const Rest&... rest) { in HashCombine()
/aosp_15_r20/packages/apps/TV/libs/
Dtruth-0.45.jar ... .google.common.truth.Correspondence$ExceptionStore val$exceptions final synthetic com.google.common. ...
/aosp_15_r20/external/ltp/testcases/network/stress/ns-tools/
H A Dns-common.c150 size_t rest; in calc_checksum() local
262 unsigned int val[ETH_ALEN]; in eth_pton() local
/aosp_15_r20/external/mesa3d/src/microsoft/clc/
H A Dcompute_test.h182 specialize(Shader &shader, uint32_t id, T const& val) in specialize()
284 void gather_args(std::vector<RawShaderArg *> &args, T &arg, Rest&... rest) in gather_args()
/aosp_15_r20/prebuilts/tools/common/m2/repository/com/googlecode/java-diff-utils/diffutils/1.3.0/
HDdiffutils-1.3.0.jar ... difflib.DiffRowGenerator$Builder showInlineDiffs (boolean) boolean val public difflib.DiffRowGenerator$Builder ignoreWhiteSpaces (boolean) ...
/aosp_15_r20/external/google-benchmark/src/
H A Dsysinfo.cc90 void PrintImp(std::ostream& out, First&& f, Rest&&... rest) { in PrintImp()
242 int CountSetBitsInCPUMap(std::string val) { in CountSetBitsInCPUMap()
315 int val; in GetCacheSizesMacOSX() local

12345678910>>...36