Home
last modified time | relevance | path

Searched refs:in (Results 1 - 7 of 7) sorted by relevance

/commonlibrary/memory_utils/libmeminfo/src/
H A Dmeminfo.cpp4 * 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 Djs_uuid.cpp4 * 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 Djs_uuid.h4 * 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 Dutils_unique_fd_test.cpp4 * 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 Dunique_fd_benchmark_test.cpp4 * 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 Dfile_ex.cpp4 * 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 Djs_xml.cpp4 * 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