Home
last modified time | relevance | path

Searched refs:first (Results 1201 - 1225 of 6760) sorted by relevance

1...<<41424344454647484950>>...271

/foundation/communication/dsoftbus/core/adapter/bus_center/src/
H A Dlnn_ohos_account_adapter.cpp43 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 DVpnResponseTest.cpp124 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 DHttpClientResponseTest.cpp124 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 DTcpSocketResponseTest.cpp124 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 Dcache_proxy.cpp52 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 DNetShareResponseTest.cpp124 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 DHttpClientResponseTest.cpp124 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 DHttpClientResponseTest.cpp123 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 DWebSocketResponseTest.cpp124 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 Ddebuginfod-find.c70 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 Dlist.h167 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 Dreflect.c34 bool first = true; in print_valtypes() local
36 if (first) { in print_valtypes()
37 first = false; in print_valtypes()
H A Dreflect.cc37 bool first = true; variable
39 if (first) {
40 first = false;
/third_party/musl/porting/liteos_a/user/src/thread/
H A Dsem_open.c37 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 Dminimal-ws-client.c50 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 Dconcurrent-allocator.cc140 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 Du_debug_symbol.c264 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 Dsu-filter.pl186 my $first = 1;
216 if($first) {
217 $first = 0;
/third_party/python/Lib/lib2to3/fixes/
H A Dfix_urllib.py139 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 Denum_string_mapping_test.cpp41 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 Dtree_iterator.h25 // 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 Dtree_iterator.h25 // 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 Denum_string_mapping_test.cpp41 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 Dapi.h139 {% 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 DIndirectDrawMetadata.cpp149 const IndexedIndirectConfig& config = entry.first; in AddBundle()
151 if (it != mIndexedIndirectBufferValidationInfo.end() && it->first == config) { in AddBundle()
184 it = result.first; in AddIndexedIndirectDraw()

Completed in 13 milliseconds

1...<<41424344454647484950>>...271