Home
last modified time | relevance | path

Searched defs:nl (Results 1 – 25 of 482) sorted by relevance

12345678910>>...20

/aosp_15_r20/external/ethtool/libmnl/src/
H A Dsocket.c85 EXPORT_SYMBOL int mnl_socket_get_fd(const struct mnl_socket *nl) in mnl_socket_get_fd()
99 EXPORT_SYMBOL unsigned int mnl_socket_get_portid(const struct mnl_socket *nl) in mnl_socket_get_portid()
106 struct mnl_socket *nl; in __mnl_socket_open() local
164 struct mnl_socket *nl; in mnl_socket_fdopen() local
193 EXPORT_SYMBOL int mnl_socket_bind(struct mnl_socket *nl, unsigned int groups, in mnl_socket_bind()
232 EXPORT_SYMBOL ssize_t mnl_socket_sendto(const struct mnl_socket *nl, in mnl_socket_sendto()
256 EXPORT_SYMBOL ssize_t mnl_socket_recvfrom(const struct mnl_socket *nl, in mnl_socket_recvfrom()
296 EXPORT_SYMBOL int mnl_socket_close(struct mnl_socket *nl) in mnl_socket_close()
328 EXPORT_SYMBOL int mnl_socket_setsockopt(const struct mnl_socket *nl, int type, in mnl_socket_setsockopt()
343 EXPORT_SYMBOL int mnl_socket_getsockopt(const struct mnl_socket *nl, int type, in mnl_socket_getsockopt()
/aosp_15_r20/external/apache-xml/test/java/src/org/apache/qetest/xalanj2/
H A DTestXPathAPI.java197 NodeIterator nl = XPathAPI.selectNodeIterator(doc, xpath[i]); in testCase1() local
227 NodeList nl = XPathAPI.selectNodeList(doc, xpath[i]); in testCase2() local
303 DTMIterator nl = list.iter(); in testCase4() local
332 NodeList nl = XPathAPI.selectNodeList(doc.getFirstChild(), "a"); in testCase5() local
376 NodeIterator nl = XPathAPI.selectNodeIterator(frag, xpathStr); in testCase6() local
405 NodeList nl = XPathAPI.selectNodeList(doc, "id('a')"); in testCase7() local
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/test/internal/
H A Dtestucs.c27 apr_size_t nl; member
115 apr_size_t nl = s.nl, wl = sizeof(s.w) / 2; in test_nrange() local
167 apr_size_t nl = sizeof(s.n), wl = s.wl; in test_wrange() local
199 apr_size_t wl = s.wl, nl = sizeof(s.n); in test_wrange() local
/aosp_15_r20/external/apache-xml/src/main/java/org/apache/xpath/patterns/
H A DFunctionPattern.java106 DTMIterator nl = m_functionExpr.asIterator(xctxt, context); in execute() local
150 DTMIterator nl = m_functionExpr.asIterator(xctxt, context); in execute() local
193 DTMIterator nl = m_functionExpr.asIterator(xctxt, context); in execute() local
/aosp_15_r20/external/libnetfilter_conntrack/examples/
H A Dnfct-mnl-set-label.c10 struct mnl_socket *nl; member
105 struct mnl_socket *nl; in sock_nl_create() local
123 struct mnl_socket *nl; in main() local
/aosp_15_r20/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/asn1/util/
H A DASN1Dump.java64 String nl = Strings.lineSeparator(); in _dumpAsString() local
304 …utputApplicationSpecific(String type, String indent, boolean verbose, ASN1Primitive obj, String nl) in outputApplicationSpecific()
373 String nl = Strings.lineSeparator(); in dumpBinaryDataAsString() local
/aosp_15_r20/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/asn1/util/
H A DASN1Dump.java64 String nl = Strings.lineSeparator(); in _dumpAsString() local
304 …utputApplicationSpecific(String type, String indent, boolean verbose, ASN1Primitive obj, String nl) in outputApplicationSpecific()
373 String nl = Strings.lineSeparator(); in dumpBinaryDataAsString() local
/aosp_15_r20/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/util/
H A DASN1Dump.java62 String nl = Strings.lineSeparator(); in _dumpAsString() local
302 …utputApplicationSpecific(String type, String indent, boolean verbose, ASN1Primitive obj, String nl) in outputApplicationSpecific()
371 String nl = Strings.lineSeparator(); in dumpBinaryDataAsString() local
/aosp_15_r20/external/iproute2/tipc/
H A Dmsg.c51 struct mnl_socket *nl; in msg_send() local
74 static int msg_recv(struct mnl_socket *nl, mnl_cb_t callback, void *data, int seq) in msg_recv()
100 struct mnl_socket *nl; in msg_query() local
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/optional/optional.monadic/
H A Dand_then.pass.cpp161 NORefQual nl{}; in test_val_types() local
182 const NOCRefQual nl{}; in test_val_types() local
222 const NORVCRefQual nl{}; in test_val_types() local
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/expected/expected.expected/monadic/
H A Dand_then.pass.cpp194 UnexpectedRefQual nl{}; in test_val_types() local
215 const UnexpectedCRefQual nl{}; in test_val_types() local
255 const UnexpectedRVCRefQual nl{}; in test_val_types() local
/aosp_15_r20/external/aac/libFDK/src/
H A Dmdct.cpp146 int fl, nl, nr; in mdct_block() local
374 int fl = *pfl, nl = *pnl; in imdct_adapt_parameters() local
472 INT nl, nr; in imlt_block() local
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/
H A DLDMLUtilities.java1492 NodeList nl = XPathAPI_selectNodeList(doc, xpath, namespaceNode); in getNode() local
1512 NodeList nl = XPathAPI_selectNodeList(context, "./" + resToFetch, namespaceNode); in getNode() local
1538 NodeList nl = XPathAPI_selectNodeList(node, xpath); in getNode() local
1572 NodeList nl = XPathAPI_selectNodeList(node, xpath); in getNode() local
1616 public static Node getNode(NodeList nl, String xpath, boolean preferDraft, boolean preferAlt) { in getNode()
1711 NodeList nl = XPathAPI_selectNodeList(doc, xpath, namespaceNode); in getNodeList() local
1731 NodeList nl = XPathAPI_selectNodeList(node, xpath); in getNodeList() local
/aosp_15_r20/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/jcajce/provider/asymmetric/dh/
H A DDHUtil.java16 String nl = Strings.lineSeparator(); in privateKeyToString() local
30 String nl = Strings.lineSeparator(); in publicKeyToString() local
/aosp_15_r20/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/dh/
H A DDHUtil.java15 String nl = Strings.lineSeparator(); in privateKeyToString() local
29 String nl = Strings.lineSeparator(); in publicKeyToString() local
/aosp_15_r20/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/jcajce/provider/asymmetric/dh/
H A DDHUtil.java16 String nl = Strings.lineSeparator(); in privateKeyToString() local
30 String nl = Strings.lineSeparator(); in publicKeyToString() local
/aosp_15_r20/libcore/luni/src/test/java/libcore/java/util/prefs/
H A DOldNodeChangeEventTest.java55 MockNodeChangeListener nl = new MockNodeChangeListener() { in testGetChild() local
103 MockNodeChangeListener nl = new MockNodeChangeListener() { in testGetParent() local
/aosp_15_r20/external/ethtool/libmnl/examples/netfilter/
H A Dnfct-create-batch.c82 send_batch(struct mnl_socket *nl, struct mnl_nlmsg_batch *b, int portid) in send_batch()
135 struct mnl_socket *nl; in main() local
/aosp_15_r20/external/iproute2/tc/
H A Dm_bpf.c56 static void bpf_cbpf_cb(void *nl, const struct sock_filter *ops, int ops_len) in bpf_cbpf_cb()
63 static void bpf_ebpf_cb(void *nl, int fd, const char *annotation) in bpf_ebpf_cb()
H A Df_bpf.c58 static void bpf_cbpf_cb(void *nl, const struct sock_filter *ops, int ops_len) in bpf_cbpf_cb()
65 static void bpf_ebpf_cb(void *nl, int fd, const char *annotation) in bpf_ebpf_cb()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/preprocessor/include/boost/preprocessor/list/
Dfirst_n.hpp38 # define BOOST_PP_LIST_FIRST_N_P_I(c, l, nl) c argument
47 # define BOOST_PP_LIST_FIRST_N_O_D(c, l, nl) (BOOST_PP_DEC(c), BOOST_PP_LIST_REST(l), (BOOST_PP_LIS… argument
/aosp_15_r20/external/cronet/base/i18n/
H A Dbreak_iterator_unittest.cc348 std::u16string nl(u"\n"); in TEST() local
371 std::u16string nl(u"\n"); in TEST() local
420 std::u16string nl(u"\n"); in TEST() local
/aosp_15_r20/device/google/trout/hal/sensors/2.1/tests/
DIioUtilsTest.cpp62 static bool writeFile(const std::string& path, const T& content, bool nl = true) { in writeFile()
76 static bool writeFile(const std::string& path, const std::vector<U>& content, bool nl = true) { in writeFile()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/property_tree/include/boost/property_tree/json_parser/detail/
Dstandard_callbacks.hpp115 layer nl = {leaf, &l.t->back().second}; in new_tree() local
125 layer nl = {leaf, &l.t->back().second}; in new_tree() local
/aosp_15_r20/external/javassist/src/main/javassist/bytecode/stackmap/
H A DTypedBlock.java89 public void setStackMap(int st, TypeData[] stack, int nl, TypeData[] locals) in setStackMap()
103 int nl = localsTypes.length; in resetNumLocals() local

12345678910>>...20