Home
last modified time | relevance | path

Searched refs:content (Results 1 – 25 of 209) sorted by relevance

123456789

/device/google/cuttlefish_common/guest/commands/vport_trigger/
Dmain.cpp34 static bool ReadFdToString(int fd, std::string* content) { in ReadFdToString() argument
35 content->clear(); in ReadFdToString()
39 content->append(buf, n); in ReadFdToString()
44 static bool ReadFileToString(const std::string& path, std::string* content, in ReadFileToString() argument
51 bool result = ReadFdToString(fd, content); in ReadFileToString()
68 std::string content; in main() local
69 if (!ReadFileToString(sysfs, &content, true)) { in main()
72 if (content.empty()) { in main()
75 content.erase(content.end() - 1); in main()
78 std::string propname("vendor.ser." + content); in main()
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/
Dpytree.py466 content = None # Optional content matching pattern variable in BasePattern
475 args = [type_repr(self.type), self.content, self.name]
501 if self.content is not None:
536 def __init__(self, type=None, content=None, name=None): argument
550 if content is not None:
551 assert isinstance(content, basestring), repr(content)
553 self.content = content
575 return self.content == node.value
582 def __init__(self, type=None, content=None, name=None): argument
600 if content is not None:
[all …]
/device/sample/apps/upgrade/src/com/example/android/platform/upgrade/
DUpgrade.java19 import android.content.BroadcastReceiver;
20 import android.content.ComponentName;
21 import android.content.Context;
22 import android.content.Intent;
23 import android.content.pm.PackageManager;
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/email/test/data/
Dmsg_43.txt48 Diagnostic-Code: smtp; 550 5.7.1 Message content rejected, id=01956-02-2 - BANNED: auto__mail.pytho…
54 Diagnostic-Code: smtp; 550 5.7.1 Message content rejected, id=01956-02-2 - BANNED: auto__mail.pytho…
60 Diagnostic-Code: smtp; 550 5.7.1 Message content rejected, id=01956-02-2 - BANNED: auto__mail.pytho…
66 Diagnostic-Code: smtp; 550 5.7.1 Message content rejected, id=01956-02-2 - BANNED: auto__mail.pytho…
72 Diagnostic-Code: smtp; 550 5.7.1 Message content rejected, id=01956-02-2 - BANNED: auto__mail.pytho…
78 Diagnostic-Code: smtp; 550 5.7.1 Message content rejected, id=01956-02-2 - BANNED: auto__mail.pytho…
84 Diagnostic-Code: smtp; 550 5.7.1 Message content rejected, id=01956-02-2 - BANNED: auto__mail.pytho…
90 Diagnostic-Code: smtp; 550 5.7.1 Message content rejected, id=01956-02-2 - BANNED: auto__mail.pytho…
96 Diagnostic-Code: smtp; 550 5.7.1 Message content rejected, id=01956-02-2 - BANNED: auto__mail.pytho…
102 Diagnostic-Code: smtp; 550 5.7.1 Message content rejected, id=01956-02-2 - BANNED: auto__mail.pytho…
[all …]
/device/sample/apps/tv/SetupCustomizationSample/app/src/main/java/com/google/android/tv/setup/customizationsample/
DPartnerReceiver.java3 import android.content.BroadcastReceiver;
4 import android.content.Context;
5 import android.content.Intent;
/device/sample/apps/tv/SetupValidation/app/src/main/java/com/google/android/tv/setup/customizationsample/
DPartnerReceiver.java3 import android.content.BroadcastReceiver;
4 import android.content.Context;
5 import android.content.Intent;
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/xml/
Droundtrip.py32 def characters(self, content): argument
33 self._out.write(saxutils.escape(content))
35 def ignorableWhitespace(self, content): argument
36 self._out.write(content)
Drss2html.py89 def characters(self, content): argument
90 self._text = self._text + content
/device/google/atv/TvProvision/src/com/android/tv/provision/
DDefaultActivity.java20 import android.content.ComponentName;
21 import android.content.Context;
22 import android.content.pm.PackageManager;
23 import android.content.pm.UserInfo;
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/xml/sax/
Dsaxutils.py185 def characters(self, content): argument
186 if not isinstance(content, unicode):
187 content = unicode(content, self._encoding)
188 self._write(escape(content))
190 def ignorableWhitespace(self, content): argument
191 if not isinstance(content, unicode):
192 content = unicode(content, self._encoding)
193 self._write(content)
251 def characters(self, content): argument
252 self._cont_handler.characters(content)
/device/google/cuttlefish_common/guest/monitoring/vsoc_service/java/com/android/google/gce/gceservice/
DGceBroadcastReceiver.java19 import android.content.BroadcastReceiver;
20 import android.content.Context;
21 import android.content.Intent;
DPackageVerificationConsentEnforcer.java18 import android.content.ContentResolver;
19 import android.content.Context;
DPackageVerifierManager.java18 import android.content.ContentResolver;
19 import android.content.Context;
DLocationServicesManager.java18 import android.content.Context;
19 import android.content.Intent;
/device/sample/apps/tv/LeanbackCustomizer/src/com/google/android/leanbacklauncher/partnercustomizer/
DPartnerReceiver.java22 import android.content.BroadcastReceiver;
23 import android.content.Context;
24 import android.content.Intent;
25 import android.content.pm.PackageManager;
/device/google/marlin/telephony/ims/src/org/codeaurora/ims/utils/
DQtiImsExtUtils.java32 import android.content.ContentResolver;
33 import android.content.Context;
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
Dptags.py47 content = m.group(0)
49 s = name + '\t' + filename + '\t/^' + content + '/\n'
/device/sample/apps/tv/LeanbackWidget/src/com/google/android/leanbacklauncher/partnerwidget/
DClockWidgetProvider.java5 import android.content.ComponentName;
6 import android.content.Context;
7 import android.content.Intent;
/device/linaro/bootloader/arm-trusted-firmware/docs/
Dtrusted-board-boot.rst39 validity of a certificate's issuer but by the content of the certificate
45 certificates are used to verify public keys which have been used to sign content
48 with the hash extracted from the content certificate. The SHA-256 function is
56 The private part of this key is used to sign the BL2 content certificate and
74 sign the content certificate for the BL3-X image. The public part is stored
88 - **BL2 content certificate**
104 - **SCP\_BL2 content certificate**
114 - **BL31 content certificate**
123 - **BL32 content certificate**
132 - **BL33 content certificate**
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/json/
Ddecoder.py96 content, terminator = chunk.groups()
98 if content:
99 if not isinstance(content, unicode):
100 content = unicode(content, encoding)
101 _append(content)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/xml/sax/
Dsaxutils.py161 def characters(self, content): argument
162 self._write(escape(content))
164 def ignorableWhitespace(self, content): argument
165 self._write(content)
223 def characters(self, content): argument
224 self._cont_handler.characters(content)
/device/linaro/bootloader/arm-trusted-firmware/tools/fiptool/
Dfip_create.sh41 --scp-fw-cert FILENAME SCP Firmware content certificate
42 --soc-fw-cert FILENAME SoC Firmware content certificate
43 --tos-fw-cert FILENAME Trusted OS Firmware content certificate
44 --nt-fw-cert FILENAME Non-Trusted Firmware content certificate
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/json/
Ddecoder.py86 content, terminator = chunk.groups()
88 if content:
89 if not isinstance(content, unicode):
90 content = unicode(content, encoding)
91 _append(content)
/device/linaro/bootloader/edk2/NetworkPkg/TlsAuthConfigDxe/
DTlsAuthConfigDxe.uni4 // By this module, user may change the content of TlsCaCertificate.
20 …ESCRIPTION #language en-US "By this module, user may change the content of TlsCaCertifica…
/device/linaro/bootloader/edk2/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/
DSecureBootConfigDxe.uni4 // By this module, user may change the content of DB, DBX, PK and KEK.
20 …ESCRIPTION #language en-US "By this module, user may change the content of DB, DBX, PK an…

123456789