Searched +full:out +full:- +full:null (Results 1 – 25 of 1513) sorted by relevance
12345678910>>...61
5 # - Codegen'd target `executorch_generated_lib` will be reading all the information7 # - Selective build target `codegen:executorch_defined_ops` now is selecting all the11 # - Codegen'd tagret `executorch_generated_lib` will read information from13 # - Selective build will also look for operator names listed in this file and use them to20 - op: _cdist_forward.out22 - arg_meta: null25 - op: _log_softmax.out27 - arg_meta: null30 - op: _native_batch_norm_legit.out32 - arg_meta: null[all …]
8 * http://www.apache.org/licenses/LICENSE-2.032 char out[4] = {1, 1, 1, 1}; in TEST() local33 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 …]
8 * http://www.apache.org/licenses/LICENSE-2.055 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 …]
8 * http://www.apache.org/licenses/LICENSE-2.079 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 …]
5 * rfc2044 (UTF-8 and UTF-16) F. Yergeau Alis Technologies6 * rfc2781 UTF-16, an encoding of ISO 10646, P. Hoffman, F. Yergeau7 * [ISO-10646] UTF-8 and UTF-16 in Annexes8 * [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 is13 * [US-ASCII] Coded Character Set--7-bit American Standard Code for14 * Information Interchange, ANSI X3.4-1986.20 * Original code for IsoLatin1 and UTF-16 by "Martin J. Duerst" <[email protected]>[all …]
81 xmlOutputBufferPtr out; /* output buffer */ member106 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 …]
11 #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, 044 NULL, XML_ENTITY_DECL, BAD_CAST "gt",45 NULL, NULL, NULL, NULL, NULL, NULL,48 NULL, NULL, NULL, NULL, 0, 0, 051 NULL, XML_ENTITY_DECL, BAD_CAST "amp",52 NULL, NULL, NULL, NULL, NULL, NULL,55 NULL, NULL, NULL, NULL, 0, 0, 0[all …]
121 * Handle an out of memory condition126 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 string357 * Convert a string from utf-8 to wchar (WINDOWS ONLY!)[all …]
81 xmlOutputBufferPtr out; /* output buffer */ member106 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 …]
8 * http://www.apache.org/licenses/LICENSE-2.063 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 …]
8 * http://www.apache.org/licenses/LICENSE-2.061 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 …]
8 * http://www.apache.org/licenses/LICENSE-2.060 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 …]
8 SPDX-License-Identifier: BSD-2-Clause-Patent16 // It is common for -1 to be used as an error value18 #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 conversion76 If Result is NULL, RETURN_INVALID_PARAMETER is returned.[all …]
2 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 specification6 …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-Patent24 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 …]
8 SPDX-License-Identifier: BSD-2-Clause-Patent15 // It is common for -1 to be used as an error value17 #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 conversion75 If Result is NULL, RETURN_INVALID_PARAMETER is returned.[all …]
8 * http://www.apache.org/licenses/LICENSE-2.0323 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() argument406 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 …]
8 * http://www.apache.org/licenses/LICENSE-2.0122 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() argument205 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 …]
2 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 specification6 …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.php30 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 …]
... , 4{"name":"microfactory /root/opengrok-1.13.29/src/aosp_15_r20/out/ ...
3 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 …]