| /foundation/communication/dsoftbus/core/adapter/bus_center/src/ |
| H A D | lnn_ohos_account_adapter.cpp | 43 if (!accountInfo.first) { in GetOsAccountId() 82 if (!accountInfo.first) { in GetCurrentAccount() 147 if (!accountInfo.first) { in GetOsAccountUid()
|
| /foundation/communication/netmanager_ext/test/vpnmanager/unittest/vpn_core_test/ |
| H A D | VpnResponseTest.cpp | 124 if (!item.first.empty() && !item.second.empty()) { in HWTEST_F() 125 ret += item.first + ":" + item.second + "\r\n"; in HWTEST_F() 165 auto key = item.first.c_str(); in HWTEST_F()
|
| /foundation/communication/netstack/test/unittest/http_test/ |
| H A D | HttpClientResponseTest.cpp | 124 if (!item.first.empty() && !item.second.empty()) { in HWTEST_F() 125 ret += item.first + ":" + item.second + "\r\n"; in HWTEST_F() 165 auto key = item.first.c_str(); in HWTEST_F()
|
| /foundation/communication/netstack/test/unittest/tcp_core_test/ |
| H A D | TcpSocketResponseTest.cpp | 124 if (!item.first.empty() && !item.second.empty()) { in HWTEST_F() 125 ret += item.first + ":" + item.second + "\r\n"; in HWTEST_F() 165 auto key = item.first.c_str(); in HWTEST_F()
|
| /foundation/communication/netstack/frameworks/js/napi/http/cache/cache_proxy/src/ |
| H A D | cache_proxy.cpp | 52 if (p.first == IF_NONE_MATCH || p.first == IF_MODIFIED_SINCE) { in CacheProxy() 55 str += p.first + HttpConstant::HTTP_HEADER_SEPARATOR + p.second + HttpConstant::HTTP_LINE_SEPARATOR; in CacheProxy()
|
| /foundation/communication/netmanager_ext/test/networksharemanager/unittest/netshare_core_test/ |
| H A D | NetShareResponseTest.cpp | 124 if (!item.first.empty() && !item.second.empty()) { in HWTEST_F() 125 ret += item.first + ":" + item.second + "\r\n"; in HWTEST_F() 165 auto key = item.first.c_str(); in HWTEST_F()
|
| /foundation/communication/netstack/test/unittest/http_client/ |
| H A D | HttpClientResponseTest.cpp | 124 if (!item.first.empty() && !item.second.empty()) { in HWTEST_F() 125 ret += item.first + ":" + item.second + "\r\n"; in HWTEST_F() 165 auto key = item.first.c_str(); in HWTEST_F()
|
| /foundation/communication/netstack/test/unittest/http_client_test/ |
| H A D | HttpClientResponseTest.cpp | 123 if (!item.first.empty() && !item.second.empty()) { in HWTEST_F() 124 ret += item.first + ":" + item.second + "\r\n"; in HWTEST_F() 164 auto key = item.first.c_str(); in HWTEST_F()
|
| /foundation/communication/netstack/test/unittest/websocket_core_test/ |
| H A D | WebSocketResponseTest.cpp | 124 if (!item.first.empty() && !item.second.empty()) { in HWTEST_F() 125 ret += item.first + ":" + item.second + "\r\n"; in HWTEST_F() 165 auto key = item.first.c_str(); in HWTEST_F()
|
| /third_party/elfutils/debuginfod/ |
| H A D | debuginfod-find.c | 70 static bool first = true; in progressfn() local 74 if (!first) in progressfn() 82 first = false; in progressfn() 86 /* Show progress the first time and then at most 5 times a second. */ in progressfn()
|
| /third_party/alsa-utils/alsactl/ |
| H A D | list.h | 167 struct list_head *first = list->next; in __list_splice() local 171 first->prev = head; in __list_splice() 172 head->next = first; in __list_splice() 181 * @head: the place to add it in the first list. 192 * @head: the place to add it in the first list.
|
| /third_party/node/deps/v8/third_party/wasm-api/example/ |
| H A D | reflect.c | 34 bool first = true; in print_valtypes() local 36 if (first) { in print_valtypes() 37 first = false; in print_valtypes()
|
| H A D | reflect.cc | 37 bool first = true; variable 39 if (first) { 40 first = false;
|
| /third_party/musl/porting/liteos_a/user/src/thread/ |
| H A D | sem_open.c | 37 int fd, i, e, slot, first=1, cnt, cs; in sem_open() local 86 * existing file first and fall back to creation. */ in sem_open() 102 if (first) { in sem_open() 103 first = 0; in sem_open()
|
| /third_party/libwebsockets/minimal-examples/ws-client/minimal-ws-client-spam-tx-rx/ |
| H A D | minimal-ws-client.c | 50 int first = 0, final = 0; in callback() local 107 first = lws_is_first_fragment(wsi); in callback() 110 lwsl_debug("LWS_CALLBACK_RECEIVE: len = %lu, first = %d, " in callback() 112 (unsigned long)len, first, final, in callback()
|
| /third_party/node/deps/v8/src/heap/ |
| H A D | concurrent-allocator.cc | 140 Address top = result->first; in EnsureLab() 145 HeapObject object = HeapObject::FromAddress(result->first); in EnsureLab() 162 HeapObject object = HeapObject::FromAddress(result->first); in AllocateOutsideLab()
|
| /third_party/mesa3d/src/util/ |
| H A D | u_debug_symbol.c | 264 static boolean first = TRUE; in debug_symbol_name_cached() local 266 if (first) { in debug_symbol_name_cached() 268 first = FALSE; in debug_symbol_name_cached()
|
| /third_party/node/deps/openssl/openssl/util/ |
| H A D | su-filter.pl | 186 my $first = 1; 216 if($first) { 217 $first = 0;
|
| /third_party/python/Lib/lib2to3/fixes/ |
| H A D | fix_urllib.py | 139 first = True 155 if not first or node.parent.prefix.endswith(indentation): 158 first = False
|
| /third_party/skia/third_party/externals/spirv-tools/test/ |
| H A D | enum_string_mapping_test.cpp | 41 const Extension extension = param.first; in TEST_P() 50 const Extension extension = param.first; in TEST_P() 63 const SpvCapability capability = param.first; in TEST_P()
|
| /third_party/skia/third_party/externals/spirv-tools/source/opt/ |
| H A D | tree_iterator.h | 25 // Helper class to iterate over a tree in a depth first order. 103 if (next_it.first->end() == next_it.second) parent_iterators_.pop(); in MoveToNextNode() 118 // Helper class to iterate over a tree in a depth first post-order. 206 if (next_it.second == next_it.first->end()) { in MoveToNextNode() 208 current_ = next_it.first; in MoveToNextNode() 212 // We have more children to visit, set the current node to the first child in MoveToNextNode() 229 // Set the first child as the new node. in WalkToLeaf() 238 // When all the children has been visited, we pop the first entry and the
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
| H A D | tree_iterator.h | 25 // Helper class to iterate over a tree in a depth first order. 103 if (next_it.first->end() == next_it.second) parent_iterators_.pop(); in MoveToNextNode() 118 // Helper class to iterate over a tree in a depth first post-order. 206 if (next_it.second == next_it.first->end()) { in MoveToNextNode() 208 current_ = next_it.first; in MoveToNextNode() 212 // We have more children to visit, set the current node to the first child in MoveToNextNode() 229 // Set the first child as the new node. in WalkToLeaf() 238 // When all the children has been visited, we pop the first entry and the
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/ |
| H A D | enum_string_mapping_test.cpp | 41 const Extension extension = param.first; in TEST_P() 50 const Extension extension = param.first; in TEST_P() 63 const SpvCapability capability = param.first; in TEST_P()
|
| /third_party/skia/third_party/externals/dawn/generator/templates/ |
| H A D | api.h | 139 {% if not loop.first %}, {% endif %}{{as_annotated_cType(arg)}} 149 {% if not loop.first %}, {% endif %}{{as_annotated_cType(arg)}} 173 {% if not loop.first %}, {% endif %}{{as_annotated_cType(arg)}}
|
| /third_party/skia/third_party/externals/dawn/src/dawn_native/ |
| H A D | IndirectDrawMetadata.cpp | 149 const IndexedIndirectConfig& config = entry.first; in AddBundle() 151 if (it != mIndexedIndirectBufferValidationInfo.end() && it->first == config) { in AddBundle() 184 it = result.first; in AddIndexedIndirectDraw()
|