Searched refs:in (Results 1 - 7 of 7) sorted by relevance
/commonlibrary/memory_utils/libmeminfo/src/ |
H A D | meminfo.cpp | 4 * you may not use this file except in compliance with the License.
9 * Unless required by applicable law or agreed to in writing, software
65 std::ifstream in(filename);
in GetPssByPid() 66 if (!in) {
in GetPssByPid() 72 while (in.good() && getline(in, content)) {
in GetPssByPid() 84 in.close();
in GetPssByPid() 93 std::ifstream in(filename);
in GetSwapPssByPid() 94 if (!in) {
in GetSwapPssByPid() 100 while (in in GetSwapPssByPid() [all...] |
/commonlibrary/ets_utils/js_util_module/util/ |
H A D | js_uuid.cpp | 4 * you may not use this file except in compliance with the License.
9 * Unless required by applicable law or agreed to in writing, software
29 unsigned char CharToHex(char in)
in CharToHex() argument 57 auto it = hexMap.find(in);
in CharToHex() 66 unsigned char HexToChar(unsigned char in)
in HexToChar() argument 69 switch (in) {
in HexToChar()
|
H A D | js_uuid.h | 4 * you may not use this file except in compliance with the License.
9 * Unless required by applicable law or agreed to in writing, software
70 unsigned char CharToHex(char in);
72 unsigned char HexToChar(unsigned char in);
|
/commonlibrary/c_utils/base/test/unittest/common/ |
H A D | utils_unique_fd_test.cpp | 4 * you may not use this file except in compliance with the License. 9 * Unless required by applicable law or agreed to in writing, software 52 inputfile.open(testfilename, ios::in); in TearDownTestCase()
|
/commonlibrary/c_utils/base/test/benchmarktest/unique_fd_benchmark_test/ |
H A D | unique_fd_benchmark_test.cpp | 4 * you may not use this file except in compliance with the License. 9 * Unless required by applicable law or agreed to in writing, software 54 inputfile.open(TEST_FILE_NAME, ios::in);
|
/commonlibrary/c_utils/base/src/ |
H A D | file_ex.cpp | 4 * you may not use this file except in compliance with the License. 9 * Unless required by applicable law or agreed to in writing, software 297 file.open(filePath.c_str(), ios::in | ios::binary); in LoadBufferFromFile()
|
/commonlibrary/ets_utils/js_api_module/xml/ |
H A D | js_xml.cpp | 4 * you may not use this file except in compliance with the License. 9 * Unless required by applicable law or agreed to in writing, software 1017 xmlPullParserError_ = ("Undefined Prefix: " + attrPrefix + " in "); in ParseNspFunction() 1207 xmlPullParserError_ = "unexpected attributes in XML declaration"; in ParseDeclaration()
|
Completed in 6 milliseconds