/frameworks/wilhelm/src/android/ |
MediaPlayer_to_android.cpp | 109 if (XA_DOMAINTYPE_VIDEO == mp->mStreamInfo.mStreamInfoTable.itemAt(i).domain) { 116 streamInfo.domain = XA_DOMAINTYPE_VIDEO;
|
/libcore/luni/src/main/java/libcore/io/ |
Posix.java | 224 public native FileDescriptor socket(int domain, int type, int protocol) throws ErrnoException; 225 public native void socketpair(int domain, int type, int protocol, FileDescriptor fd1, FileDescriptor fd2) throws ErrnoException;
|
/packages/apps/Exchange/src/com/android/exchange/service/ |
EasService.java | 197 final String domain = EasAutoDiscover.getDomain(username); 200 final String uri = EasAutoDiscover.genUri(domain, attempt);
|
/packages/experimental/SELinux/CTS/test/ |
policy_clean_test.conf | 2178 attribute domain; 2190 # All types used for domain entry points. 2195 type bluetooth, domain; 2208 type healthd, domain; 2212 # New domain is entered by executing the file. 2230 type testTYPE, appdomain, domain;
|
policy_test.conf | 2178 attribute domain; 2190 # All types used for domain entry points. 2195 type bluetooth, domain; 2208 type healthd, domain; 2212 # New domain is entered by executing the file. 2230 type testTYPE, appdomain, domain;
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
wincred.h | 2 * This file has no copyright assigned and is placed in the Public Domain. 315 CREDUIAPI DWORD WINAPI CredUIParseUserNameW(CONST WCHAR *UserName,WCHAR *user,ULONG userBufferSize,WCHAR *domain,ULONG domainBufferSize); 316 CREDUIAPI DWORD WINAPI CredUIParseUserNameA(CONST CHAR *userName,CHAR *user,ULONG userBufferSize,CHAR *domain,ULONG domainBufferSize);
|
/external/chromium_org/chromeos/dbus/ |
cryptohome_client.h | 385 // |key_type| and |key_name|. |domain| and |device_id| will be included in 397 const std::string& domain,
|
fake_cryptohome_client.h | 136 const std::string& domain,
|
/external/chromium_org/components/pairing/ |
fake_controller_pairing_controller.cc | 217 const std::string& domain,
|
/external/chromium_org/components/policy/core/common/ |
policy_bundle_unittest.cc | 98 EXPECT_EQ(POLICY_DOMAIN_CHROME, it->first.domain);
|
/external/chromium_org/content/browser/renderer_host/pepper/ |
pepper_flash_file_message_filter.cc | 272 switch (pepper_path.domain()) {
|
/external/chromium_org/content/renderer/pepper/ |
pepper_url_loader_host.cc | 183 if (error.domain.equals(WebString::fromUTF8(net::kErrorDomain))) { 185 // from the net error domain.
|
/external/chromium_org/third_party/re2/re2/testing/ |
re2_test.cc | 378 string domain; local 379 domain.resize(size); 382 domain[i] = pattern[i % patlen]; 386 RE2::FullMatch(domain, re); [all...] |
/external/dnsmasq/src/ |
network.c | 898 else if (strlen(new->domain) == 0) 901 s1 = _("domain"), s2 = new->domain; 1122 serv->domain = NULL; [all...] |
/external/qemu/android/ |
sockets.c | 1090 socket_getoption(int fd, int domain, int option, int defaut) 1101 getsockopt(fd, domain, option, (char*)&opt, &optlen)); 1140 socket_setoption(int fd, int domain, int option, int _flag) 1147 return setsockopt( fd, domain, option, (const char*)&flag, sizeof(flag) ); [all...] |
/external/regex-re2/re2/testing/ |
re2_test.cc | 371 string domain; local 372 domain.resize(size); 375 domain[i] = pattern[i % patlen]; 379 RE2::FullMatch(domain, re); [all...] |
/external/valgrind/main/coregrind/ |
m_libcfile.c | 929 Int VG_(socket) ( Int domain, Int type, Int protocol ) 935 args[0] = domain; 945 res = VG_(do_syscall3)(__NR_socket, domain, type, protocol ); 950 res = VG_(do_syscall3)(__NR_socket, domain, type, protocol); [all...] |
/external/valgrind/main/coregrind/m_syswrap/ |
syswrap-xen.c | 543 PRINT("__HYPERVISOR_domctl ( %d ) on dom%d", domctl->cmd, domctl->domain); 549 * vki_xen_domid_t domain; [all...] |
/frameworks/base/libs/androidfw/ |
BackupHelpers.cpp | 495 int write_tarfile(const String8& packageName, const String8& domain, 504 // domain directories, so we should just skip it 513 if ((5 + packageName.length() + 1 + domain.length() >= 155) || (relpath.length() >= 100)) { 607 if (domain.length() > 0) { 608 prefix.appendPath(domain); [all...] |
/hardware/intel/img/libdrm/libdrm/nouveau/ |
nouveau_pushbuf.c | 306 /* Update presumed offset/domain for any buffers that moved. 314 nouveau_bo(bo)->domain = pbbo->presumed_domain;
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/include/isl/ |
union_map.h | 115 __isl_take isl_union_set *domain, __isl_take isl_union_set *range);
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/include/isl/ |
union_map.h | 115 __isl_take isl_union_set *domain, __isl_take isl_union_set *range);
|
/sdk/emulator/opengl/tests/event_injector/ |
sockets.c | 1089 socket_getoption(int fd, int domain, int option, int defaut) 1099 ret = getsockopt(fd, domain, option, (char*)&opt, &optlen); 1138 socket_setoption(int fd, int domain, int option, int _flag) 1145 return setsockopt( fd, domain, option, (const char*)&flag, sizeof(flag) ); [all...] |
/external/chromium_org/components/google/core/browser/ |
google_url_tracker_unittest.cc | 217 void MockSearchDomainCheckResponse(const std::string& domain); 299 const std::string& domain) { 306 fetcher->SetResponseString(domain); 490 // Old-style domain string. [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/winsys/radeon/drm/ |
radeon_drm_bo.c | 817 enum radeon_bo_domain domain) 828 desc.base.usage = domain; 829 desc.initial_domains = domain;
|