Searched defs:external (Results 1 - 25 of 42) sorted by relevance

12

/external/chromium_org/crypto/
H A Dp224_unittest.cc16 // kBasePointExternal is the P224 base point in external representation.
28 // |scalar| is a big-endian scalar and |affine| is the external representation
777 const std::string external = point.ToString(); local
779 ASSERT_EQ(external.size(), 56u);
780 EXPECT_TRUE(memcmp(external.data(), kBasePointExternal,
789 const std::string external = point.ToString(); local
790 ASSERT_EQ(external.size(), 56u);
791 EXPECT_TRUE(memcmp(external.data(), kNISTTestVectors[i].affine,
792 external.size()) == 0);
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A DV8StringResource.cpp104 StringType v8StringToWebCoreString(v8::Handle<v8::String> v8String, ExternalMode external) argument
127 if (external != Externalize || !v8String->CanMakeExternal())
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
H A Ddecoder_database.h46 external(false) {
52 external(ext) {
60 bool external; member in struct:webrtc::DecoderDatabase::DecoderInfo
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dtestrelayserver.h82 bool external = (socket == tcp_ext_socket_.get() || local
91 if (!external) {
/external/clang/include/clang/Basic/
H A DVisibility.h66 static LinkageInfo external() { function in class:clang::LinkageInfo
/external/chromium_org/media/cast/sender/
H A Dvideo_sender_unittest.cc172 // If |external| is true then external video encoder (VEA) is used.
174 CastInitializationStatus InitEncoder(bool external, argument
180 video_config.use_external_encoder = external;
193 if (external) {
282 // Fixed bitrate is used for external encoder. Bitrate is only once
/external/chromium_org/net/http/
H A Dtransport_security_persister.cc57 // This inverts |HashedDomainToExternalString|, above. It turns an external
59 std::string ExternalStringToHashedDomain(const std::string& external) { argument
61 if (!base::Base64Decode(external, &out) ||
/external/chromium_org/third_party/webrtc/base/
H A Dnatserver.cc68 SocketFactory* external, const SocketAddress& external_ip)
69 : external_(external), external_ip_(external_ip.ipaddr(), 0) {
66 NATServer( NATType type, SocketFactory* internal, const SocketAddress& internal_addr, SocketFactory* external, const SocketAddress& external_ip) argument
H A Dnat_unittest.cc40 // NAT type specified by nat_type, all external addrs receive the sent packet
44 SocketServer* external, const SocketAddress external_addrs[4],
47 Thread th_ext(external);
52 nat_type, internal, server_addr, external, external_addrs[0]);
59 out[i] = CreateTestClient(external, external_addrs[i]);
95 SocketServer* external, const SocketAddress external_addrs[4],
98 Thread th_ext(external);
103 nat_type, internal, server_addr, external, external_addrs[0]);
110 out[i] = CreateTestClient(external, external_addrs[i]);
144 SocketServer* external, cons
42 TestSend( SocketServer* internal, const SocketAddress& internal_addr, SocketServer* external, const SocketAddress external_addrs[4], NATType nat_type, bool exp_same) argument
93 TestRecv( SocketServer* internal, const SocketAddress& internal_addr, SocketServer* external, const SocketAddress external_addrs[4], NATType nat_type, bool filter_ip, bool filter_port) argument
142 TestBindings( SocketServer* internal, const SocketAddress& internal_addr, SocketServer* external, const SocketAddress external_addrs[4]) argument
156 TestFilters( SocketServer* internal, const SocketAddress& internal_addr, SocketServer* external, const SocketAddress external_addrs[4]) argument
[all...]
/external/chromium_org/v8/tools/profviz/
H A Dcomposer.js100 new TimerEvent("external", "#3399FF", false, 0),
126 'external ': new CodeKind("#3399FF", [-2]),
/external/lldb/source/Symbol/
H A DSymbol.cpp51 bool external,
67 m_is_external (external),
85 bool external,
99 m_is_external (external),
45 Symbol( uint32_t symID, const char *name, bool name_is_mangled, SymbolType type, bool external, bool is_debug, bool is_trampoline, bool is_artificial, const lldb::SectionSP &section_sp, addr_t offset, addr_t size, bool size_is_valid, uint32_t flags ) argument
79 Symbol( uint32_t symID, const char *name, bool name_is_mangled, SymbolType type, bool external, bool is_debug, bool is_trampoline, bool is_artificial, const AddressRange &range, bool size_is_valid, uint32_t flags ) argument
H A DVariable.cpp45 bool external,
56 m_external(external),
158 s->PutCString(", external");
35 Variable( lldb::user_id_t uid, const char *name, const char *mangled, const lldb::SymbolFileTypeSP &symfile_type_sp, ValueType scope, SymbolContextScope *context, Declaration* decl_ptr, const DWARFExpression& location, bool external, bool artificial ) argument
/external/chromium_org/third_party/mesa/src/src/egl/main/
H A Degldriver.c493 * we do not load the outdated external driver that is still on the
530 void *external = (void *) "egl_gallium"; local
531 _eglPreloadForEach(_eglGetSearchPath(), _eglLoaderFile, external); local
/external/mesa3d/src/egl/main/
H A Degldriver.c493 * we do not load the outdated external driver that is still on the
530 void *external = (void *) "egl_gallium"; local
531 _eglPreloadForEach(_eglGetSearchPath(), _eglLoaderFile, external); local
/external/chromium_org/third_party/lzma_sdk/
H A D7zIn.c531 Byte external; local
532 RINOK(SzReadByte(sd, &external));
533 return (external == 0) ? SZ_OK: SZ_ERROR_UNSUPPORTED;
/external/chromium_org/ui/file_manager/file_manager/foreground/js/metadata/
H A Dmetadata_cache.js15 * external: pinned, present, hosted, availableOffline
17 * Following are not fetched for non-present external files.
22 * of external files. One should use this for required content metadata,
29 * cache.get([entry1, entry2], 'external|filesystem', function(metadata) {
30 * if (metadata[0].external.pinned && metadata[1].filesystem.size === 0)
122 // FileSystemProvider for files on the external backend, eg. Drive.
762 * Provider of metadata for entries on the external file system backend.
764 * external: { pinned, hosted, present, customIconUrl, etc. }
805 return type === 'external' || type === 'thumbnail' ||
812 ExternalProvider.prototype.getId = function() { return 'external'; };
[all...]
/external/llvm/lib/MC/
H A DWinCOFFObjectWriter.cpp216 // no section means its external, keep it
459 bool external = ResSymData.isExternal() || !ResSymData.Fragment; local
462 external ? COFF::IMAGE_SYM_CLASS_EXTERNAL : COFF::IMAGE_SYM_CLASS_STATIC;
858 // Fixup weak external references.
/external/lzma/C/
H A D7zIn.c531 Byte external; local
532 RINOK(SzReadByte(sd, &external));
533 return (external == 0) ? SZ_OK: SZ_ERROR_UNSUPPORTED;
/external/ppp/pppd/
H A Dipxcp.c229 * Convert from internal to external notation
236 short int external; local
239 external = IPX_NONE;
241 external = RIP_SAP;
243 return external;
642 short external = to_external (go->router); local
643 if (external != RIP_SAP) {
646 PUTSHORT (external, ucp);
/external/lzma/CPP/7zip/Archive/7z/
H A D7zIn.cpp173 Byte external = archive->ReadByte(); local
174 if (external != 0)
/external/pdfium/fpdfsdk/src/javascript/
H A DDocument.cpp76 JS_STATIC_PROP_ENTRY(external)
1317 FX_BOOL Document::external(OBJ_PROP_PARAMS) function in class:Document
/external/chromium_org/third_party/libxml/src/include/libxml/
H A Dparser.h42 * external entities - in which case we use the buf structure for
215 int hasExternalSubset; /* reference and external subset */
217 int external; /* are we parsing an external entity */ member in struct:_xmlParserCtxt
240 xmlChar * extSubURI; /* URI of external subset */
241 xmlChar * extSubSystem; /* SYSTEM ID of external subset */
258 int loadsubset; /* should the external subset be loaded */
339 * The entity loader, to control the loading of external entities,
354 * @ExternalID: the external ID
367 * @ExternalID: the external I
[all...]
/external/chromium_org/v8/src/mips/
H A Dsimulator-mips.cc996 // When the generated code calls an external reference we need to catch that in
997 // the simulator. The external reference will be a function compiled for the
999 // execute it with the simulator. We do that by redirecting the external
1598 intptr_t external = local
1612 reinterpret_cast<SimulatorRuntimeCall>(external);
1636 reinterpret_cast<SimulatorRuntimeCompareCall>(external);
1644 reinterpret_cast<SimulatorRuntimeFPFPCall>(external);
1651 reinterpret_cast<SimulatorRuntimeFPCall>(external);
1658 reinterpret_cast<SimulatorRuntimeFPIntCall>(external);
1685 reinterpret_cast<void*>(external), arg
[all...]
/external/chromium_org/v8/src/mips64/
H A Dsimulator-mips64.cc927 // When the generated code calls an external reference we need to catch that in
928 // the simulator. The external reference will be a function compiled for the
930 // execute it with the simulator. We do that by redirecting the external
1660 intptr_t external = local
1674 reinterpret_cast<SimulatorRuntimeCall>(external);
1698 reinterpret_cast<SimulatorRuntimeCompareCall>(external);
1706 reinterpret_cast<SimulatorRuntimeFPFPCall>(external);
1713 reinterpret_cast<SimulatorRuntimeFPCall>(external);
1720 reinterpret_cast<SimulatorRuntimeFPIntCall>(external);
1747 reinterpret_cast<void*>(external), arg
[all...]
/external/libxml2/include/libxml/
H A Dparser.h42 * external entities - in which case we use the buf structure for
215 int hasExternalSubset; /* reference and external subset */
217 int external; /* are we parsing an external entity */ member in struct:_xmlParserCtxt
240 xmlChar * extSubURI; /* URI of external subset */
241 xmlChar * extSubSystem; /* SYSTEM ID of external subset */
258 int loadsubset; /* should the external subset be loaded */
342 * The entity loader, to control the loading of external entities,
357 * @ExternalID: the external ID
370 * @ExternalID: the external I
[all...]

Completed in 547 milliseconds

12