Home
last modified time | relevance | path

Searched +full:out +full:- +full:null (Results 1 – 25 of 1513) sorted by relevance

12345678910>>...61

/aosp_15_r20/external/executorch/kernels/portable/
H A Dfunctions.yaml5 # - Codegen'd target `executorch_generated_lib` will be reading all the information
7 # - Selective build target `codegen:executorch_defined_ops` now is selecting all the
11 # - Codegen'd tagret `executorch_generated_lib` will read information from
13 # - Selective build will also look for operator names listed in this file and use them to
20 - op: _cdist_forward.out
22 - arg_meta: null
25 - op: _log_softmax.out
27 - arg_meta: null
30 - op: _native_batch_norm_legit.out
32 - arg_meta: null
[all …]
/aosp_15_r20/frameworks/base/libs/androidfw/tests/
H A DConfigLocale_test.cpp8 * http://www.apache.org/licenses/LICENSE-2.0
32 char out[4] = {1, 1, 1, 1}; in TEST() local
33 config.unpackLanguage(out); in TEST()
34 EXPECT_EQ('e', out[0]); in TEST()
35 EXPECT_EQ('n', out[1]); in TEST()
36 EXPECT_EQ(0, out[2]); in TEST()
37 EXPECT_EQ(0, out[3]); in TEST()
39 memset(out, 1, sizeof(out)); in TEST()
41 config.unpackLanguage(out); in TEST()
42 EXPECT_EQ(0, out[0]); in TEST()
[all …]
/aosp_15_r20/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DDevicePolicyData.java8 * http://www.apache.org/licenses/LICENSE-2.0
55 private static final String TAG_ACCEPTED_CA_CERTIFICATES = "accepted-ca-certificate";
56 private static final String TAG_LOCK_TASK_COMPONENTS = "lock-task-component";
57 private static final String TAG_LOCK_TASK_FEATURES = "lock-task-features";
59 private static final String TAG_APPS_SUSPENDED = "apps-suspended";
60 private static final String TAG_SECONDARY_LOCK_SCREEN = "secondary-lock-screen";
62 "do-not-ask-credentials-on-boot";
63 private static final String TAG_AFFILIATION_ID = "affiliation-id";
64 private static final String TAG_LAST_SECURITY_LOG_RETRIEVAL = "last-security-log-retrieval";
65 private static final String TAG_LAST_BUG_REPORT_REQUEST = "last-bug-report-request";
[all …]
H A DActiveAdmin.java8 * http://www.apache.org/licenses/LICENSE-2.0
79 private static final String TAG_DISABLE_KEYGUARD_FEATURES = "disable-keyguard-features";
80 private static final String TAG_TEST_ONLY_ADMIN = "test-only-admin";
81 private static final String TAG_DISABLE_CAMERA = "disable-camera";
82 private static final String TAG_DISABLE_CALLER_ID = "disable-caller-id";
83 private static final String TAG_DISABLE_CONTACTS_SEARCH = "disable-contacts-search";
85 "disable-bt-contacts-sharing";
86 private static final String TAG_DISABLE_SCREEN_CAPTURE = "disable-screen-capture";
87 private static final String TAG_DISABLE_ACCOUNT_MANAGEMENT = "disable-account-management";
89 "nearby-notification-streaming-policy";
[all …]
/aosp_15_r20/external/libxml2/
H A Dencoding.c5 * rfc2044 (UTF-8 and UTF-16) F. Yergeau Alis Technologies
6 * rfc2781 UTF-16, an encoding of ISO 10646, P. Hoffman, F. Yergeau
7 * [ISO-10646] UTF-8 and UTF-16 in Annexes
8 * [ISO-8859-1] ISO Latin-1 characters codes.
9 * [UNICODE] The Unicode Consortium, "The Unicode Standard --
10 * Worldwide Character Encoding -- Version 1.0", Addison-
11 * Wesley, Volume 1, 1991, Volume 2, 1992. UTF-8 is
13 * [US-ASCII] Coded Character Set--7-bit American Standard Code for
14 * Information Interchange, ANSI X3.4-1986.
20 * Original code for IsoLatin1 and UTF-16 by "Martin J. Duerst" <[email protected]>
[all …]
H A Dxmlwriter.c81 xmlOutputBufferPtr out; /* output buffer */ member
106 static int xmlOutputBufferWriteBase64(xmlOutputBufferPtr out, int len,
126 xmlParserCtxtPtr pctxt = NULL; in xmlWriterErrMsg()
128 if (ctxt != NULL) in xmlWriterErrMsg()
129 pctxt = ctxt->ctxt; in xmlWriterErrMsg()
131 xmlRaiseError(NULL, NULL, NULL, pctxt, in xmlWriterErrMsg()
132 NULL, XML_FROM_WRITER, error, XML_ERR_FATAL, in xmlWriterErrMsg()
133 NULL, 0, NULL, NULL, NULL, 0, 0, "%s", msg); in xmlWriterErrMsg()
149 xmlParserCtxtPtr pctxt = NULL; in xmlWriterErrMsgInt()
151 if (ctxt != NULL) in xmlWriterErrMsgInt()
[all …]
/aosp_15_r20/external/cronet/third_party/libxml/src/
H A Dentities.c11 #pragma convert("ISO8859-1")
37 NULL, XML_ENTITY_DECL, BAD_CAST "lt",
38 NULL, NULL, NULL, NULL, NULL, NULL,
41 NULL, NULL, NULL, NULL, 0, 0, 0
44 NULL, XML_ENTITY_DECL, BAD_CAST "gt",
45 NULL, NULL, NULL, NULL, NULL, NULL,
48 NULL, NULL, NULL, NULL, 0, 0, 0
51 NULL, XML_ENTITY_DECL, BAD_CAST "amp",
52 NULL, NULL, NULL, NULL, NULL, NULL,
55 NULL, NULL, NULL, NULL, 0, 0, 0
[all …]
H A DxmlIO.c121 * Handle an out of memory condition
126 xmlRaiseMemoryError(NULL, NULL, NULL, XML_FROM_IO, NULL); in xmlIOErrMemory()
140 xmlStructuredErrorFunc schannel = NULL; in __xmlIOErr()
141 xmlGenericErrorFunc channel = NULL; in __xmlIOErr()
142 void *data = NULL; in __xmlIOErr()
320 res = __xmlRaiseError(schannel, channel, data, NULL, NULL, in __xmlIOErr()
321 domain, code, XML_ERR_ERROR, NULL, 0, in __xmlIOErr()
322 extra, NULL, NULL, 0, 0, in __xmlIOErr()
355 * @u8String: uft-8 string
357 * Convert a string from utf-8 to wchar (WINDOWS ONLY!)
[all …]
H A Dxmlwriter.c81 xmlOutputBufferPtr out; /* output buffer */ member
106 static int xmlOutputBufferWriteBase64(xmlOutputBufferPtr out, int len,
126 if (ctxt != NULL) { in xmlWriterErrMsg()
127 __xmlRaiseError(NULL, NULL, NULL, ctxt->ctxt, in xmlWriterErrMsg()
128 NULL, XML_FROM_WRITER, error, XML_ERR_FATAL, in xmlWriterErrMsg()
129 NULL, 0, NULL, NULL, NULL, 0, 0, "%s", msg); in xmlWriterErrMsg()
131 __xmlRaiseError(NULL, NULL, NULL, NULL, NULL, XML_FROM_WRITER, error, in xmlWriterErrMsg()
132 XML_ERR_FATAL, NULL, 0, NULL, NULL, NULL, 0, 0, "%s", msg); in xmlWriterErrMsg()
149 if (ctxt != NULL) { in xmlWriterErrMsgInt()
150 __xmlRaiseError(NULL, NULL, NULL, ctxt->ctxt, in xmlWriterErrMsgInt()
[all …]
/aosp_15_r20/cts/tests/tests/content/src/android/content/cts/util/
H A DXmlUtils.java8 * http://www.apache.org/licenses/LICENSE-2.0
63 if (null != value) { in convertValueToList()
78 if (null == value) in convertValueToBoolean()
92 if (null == charSeq) in convertValueToInt()
106 if ('-' == nm.charAt(0)) { in convertValueToInt()
107 sign = -1; in convertValueToInt()
113 if (index == (len - 1)) in convertValueToInt()
136 if (null == value) { in convertValueToUnsignedInt()
153 if (index == (len - 1)) in parseUnsignedIntAttribute()
178 * @param out Where to write the XML data.
[all …]
/aosp_15_r20/cts/tests/tests/widget/src/android/widget/cts/util/
H A DXmlUtils.java8 * http://www.apache.org/licenses/LICENSE-2.0
61 if (null != value) { in convertValueToList()
76 if (null == value) in convertValueToBoolean()
90 if (null == charSeq) in convertValueToInt()
104 if ('-' == nm.charAt(0)) { in convertValueToInt()
105 sign = -1; in convertValueToInt()
111 if (index == (len - 1)) in convertValueToInt()
134 if (null == value) { in convertValueToUnsignedInt()
151 if (index == (len - 1)) in parseUnsignedIntAttribute()
176 * @param out Where to write the XML data.
[all …]
/aosp_15_r20/cts/tests/tests/view/src/android/view/cts/util/
H A DXmlUtils.java8 * http://www.apache.org/licenses/LICENSE-2.0
60 if (null != value) { in convertValueToList()
75 if (null == value) in convertValueToBoolean()
89 if (null == charSeq) in convertValueToInt()
103 if ('-' == nm.charAt(0)) { in convertValueToInt()
104 sign = -1; in convertValueToInt()
110 if (index == (len - 1)) in convertValueToInt()
133 if (null == value) { in convertValueToUnsignedInt()
150 if (index == (len - 1)) in parseUnsignedIntAttribute()
175 * @param out Where to write the XML data.
[all …]
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202302/MdePkg/Include/Library/
H A DSafeIntLib.h8 SPDX-License-Identifier: BSD-2-Clause-Patent
16 // It is common for -1 to be used as an error value
18 #define INT8_ERROR ((INT8) -1)
21 #define INT16_ERROR ((INT16) -1)
24 #define INT32_ERROR ((INT32) -1)
26 #define INT64_ERROR ((INT64) -1)
28 #define INTN_ERROR ((INTN) -1)
59 // size, or vice-versa.
69 INT8 -> UINT8 conversion
76 If Result is NULL, RETURN_INVALID_PARAMETER is returned.
[all …]
H A DUefiScsiLib.h2 Provides the functions to submit Scsi commands defined in SCSI-2 specification for SCSI devices.
4 This library class provides the functions to submit SCSI commands defined in SCSI-2 specification
6 …This library class depends on SCSI I/O Protocol defined in UEFI Specification and SCSI-2 industry …
8 Copyright (c) 2006 - 2019, Intel Corporation. All rights reserved.<BR>
9 SPDX-License-Identifier: BSD-2-Clause-Patent
24 If ScsiIo is NULL, then ASSERT().
25 If SenseDataLength is NULL, then ASSERT().
26 If HostAdapterStatus is NULL, then ASSERT().
27 If TargetStatus is NULL, then ASSERT().
29 If SenseDataLength is non-zero and SenseData is not NULL, SenseData must meet buffer
[all …]
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202005/MdePkg/Include/Library/
H A DSafeIntLib.h8 SPDX-License-Identifier: BSD-2-Clause-Patent
15 // It is common for -1 to be used as an error value
17 #define INT8_ERROR ((INT8) -1)
20 #define INT16_ERROR ((INT16) -1)
23 #define INT32_ERROR ((INT32) -1)
25 #define INT64_ERROR ((INT64) -1)
27 #define INTN_ERROR ((INTN) -1)
58 // size, or vice-versa.
68 INT8 -> UINT8 conversion
75 If Result is NULL, RETURN_INVALID_PARAMETER is returned.
[all …]
H A DUefiScsiLib.h2 Provides the functions to submit Scsi commands defined in SCSI-2 specification for SCSI devices.
4 This library class provides the functions to submit SCSI commands defined in SCSI-2 specification
6 …This library class depends on SCSI I/O Protocol defined in UEFI Specification and SCSI-2 industry …
8 Copyright (c) 2006 - 2019, Intel Corporation. All rights reserved.<BR>
9 SPDX-License-Identifier: BSD-2-Clause-Patent
24 If ScsiIo is NULL, then ASSERT().
25 If SenseDataLength is NULL, then ASSERT().
26 If HostAdapterStatus is NULL, then ASSERT().
27 If TargetStatus is NULL, then ASSERT().
29 If SenseDataLength is non-zero and SenseData is not NULL, SenseData must meet buffer
[all …]
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202111/MdePkg/Include/Library/
H A DSafeIntLib.h8 SPDX-License-Identifier: BSD-2-Clause-Patent
15 // It is common for -1 to be used as an error value
17 #define INT8_ERROR ((INT8) -1)
20 #define INT16_ERROR ((INT16) -1)
23 #define INT32_ERROR ((INT32) -1)
25 #define INT64_ERROR ((INT64) -1)
27 #define INTN_ERROR ((INTN) -1)
58 // size, or vice-versa.
68 INT8 -> UINT8 conversion
75 If Result is NULL, RETURN_INVALID_PARAMETER is returned.
[all …]
H A DUefiScsiLib.h2 Provides the functions to submit Scsi commands defined in SCSI-2 specification for SCSI devices.
4 This library class provides the functions to submit SCSI commands defined in SCSI-2 specification
6 …This library class depends on SCSI I/O Protocol defined in UEFI Specification and SCSI-2 industry …
8 Copyright (c) 2006 - 2019, Intel Corporation. All rights reserved.<BR>
9 SPDX-License-Identifier: BSD-2-Clause-Patent
24 If ScsiIo is NULL, then ASSERT().
25 If SenseDataLength is NULL, then ASSERT().
26 If HostAdapterStatus is NULL, then ASSERT().
27 If TargetStatus is NULL, then ASSERT().
29 If SenseDataLength is non-zero and SenseData is not NULL, SenseData must meet buffer
[all …]
/aosp_15_r20/frameworks/base/core/java/com/android/internal/util/
H A DXmlUtils.java8 * http://www.apache.org/licenses/LICENSE-2.0
323 if ('-' == nm.charAt(0)) { in convertValueToInt()
324 sign = -1; in convertValueToInt()
330 if (index == (len - 1)) in convertValueToInt()
370 if (index == (len - 1)) in parseUnsignedIntAttribute()
395 * @param out Where to write the XML data.
403 public static final void writeMapXml(Map val, OutputStream out) in writeMapXml() argument
406 serializer.setOutput(out, StandardCharsets.UTF_8.name()); in writeMapXml()
407 serializer.startDocument(null, true); in writeMapXml()
408 serializer.setFeature("http://xmlpull.org/v1/doc/features.html#indent-output", true); in writeMapXml()
[all …]
/aosp_15_r20/packages/modules/Wifi/service/java/com/android/server/wifi/util/
DXmlUtilHelper.java8 * http://www.apache.org/licenses/LICENSE-2.0
122 if ('-' == nm.charAt(0)) { in convertValueToInt()
123 sign = -1; in convertValueToInt()
129 if (index == (len - 1)) in convertValueToInt()
169 if (index == (len - 1)) in parseUnsignedIntAttribute()
194 * @param out Where to write the XML data.
202 public static final void writeMapXml(Map val, OutputStream out) in writeMapXml() argument
205 serializer.setOutput(out, StandardCharsets.UTF_8.name()); in writeMapXml()
206 serializer.startDocument(null, true); in writeMapXml()
207 serializer.setFeature("http://xmlpull.org/v1/doc/features.html#indent-output", true); in writeMapXml()
[all …]
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/UDK2017/MdePkg/Include/Library/
H A DUefiScsiLib.h2 Provides the functions to submit Scsi commands defined in SCSI-2 specification for SCSI devices.
4 This library class provides the functions to submit SCSI commands defined in SCSI-2 specification
6 …This library class depends on SCSI I/O Protocol defined in UEFI Specification and SCSI-2 industry …
8 Copyright (c) 2006 - 2015, Intel Corporation. All rights reserved.<BR>
12 http://opensource.org/licenses/bsd-license.php
30 If ScsiIo is NULL, then ASSERT().
31 If SenseDataLength is NULL, then ASSERT().
32 If HostAdapterStatus is NULL, then ASSERT().
33 If TargetStatus is NULL, then ASSERT().
35 If SenseDataLength is non-zero and SenseData is not NULL, SenseData must meet buffer
[all …]
/aosp_15_r20/out/
Dbuild.trace.gz ... , 4{"name":"microfactory /root/opengrok-1.13.29/src/aosp_15_r20/out/ ...
/aosp_15_r20/out/soong/raw-aosp_shiba/b3/
Db3cc1d183a693dbcc726b6a5a29995aa7961ce333 from: "out/host/linux-x86/bin/lint"
4 to: "tools/out/bin/lint"
7 from: "out/host/linux-x86/bin/lint_project_xml"
8 to: "tools/out/bin/lint_project_xml"
11 from: "out/host/linux-x86/bin/soong_zip"
12 to: "tools/out/bin/soong_zip"
15 from: "out/host/linux-x86/bin/zipsync"
16 to: "tools/out/bin/zipsync"
19 from: "out/host/linux-x86/framework/lint.jar"
20 to: "tools/out/framework/lint.jar"
[all …]
/aosp_15_r20/out/soong/raw-aosp_shiba/ac/
Dacb04229dc9b98aa611d525569e568133fe32f283 from: "out/host/linux-x86/bin/lint"
4 to: "tools/out/bin/lint"
7 from: "out/host/linux-x86/bin/lint_project_xml"
8 to: "tools/out/bin/lint_project_xml"
11 from: "out/host/linux-x86/bin/soong_zip"
12 to: "tools/out/bin/soong_zip"
15 from: "out/host/linux-x86/bin/zipsync"
16 to: "tools/out/bin/zipsync"
19 from: "out/host/linux-x86/framework/lint.jar"
20 to: "tools/out/framework/lint.jar"
[all …]
/aosp_15_r20/out/soong/raw-aosp_shiba/ed/
Dedd4fc84dd97ae36f6c941866d014200213924823 from: "out/host/linux-x86/bin/lint"
4 to: "tools/out/bin/lint"
7 from: "out/host/linux-x86/bin/lint_project_xml"
8 to: "tools/out/bin/lint_project_xml"
11 from: "out/host/linux-x86/bin/soong_zip"
12 to: "tools/out/bin/soong_zip"
15 from: "out/host/linux-x86/bin/zipsync"
16 to: "tools/out/bin/zipsync"
19 from: "out/host/linux-x86/framework/lint.jar"
20 to: "tools/out/framework/lint.jar"
[all …]

12345678910>>...61