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

/external/chromium/net/base/
H A Dtransport_security_state.cc191 // This inverts |HashedDomainToExternalString|, above. It turns an external
193 static std::string ExternalStringToHashedDomain(const std::wstring& external) { argument
194 std::string external_ascii = WideToASCII(external);
/external/webkit/WebCore/bindings/v8/
H A DV8Binding.cpp52 // to manage the life-cycle of the underlying buffer of the external string.
297 StringType v8StringToWebCoreString(v8::Handle<v8::String> v8String, ExternalMode external) argument
305 // Avoid trying to morph empty strings, as they do not have enough room to contain the external reference.
311 if (external == Externalize && v8String->CanMakeExternal()) {
314 // In case of a failure delete the external resource as it was not used.
/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/v8/src/mips/
H A Dsimulator-mips.cc516 // When the generated code calls an external reference we need to catch that in
517 // the simulator. The external reference will be a function compiled for the
519 // execute it with the simulator. We do that by redirecting the external
812 intptr_t external = local
815 reinterpret_cast<SimulatorRuntimeFPCall>(external);
823 intptr_t external = local
826 reinterpret_cast<SimulatorRuntimeCall>(external);
/external/v8/src/arm/
H A Dsimulator-arm.cc473 // When the generated code calls an external reference we need to catch that in
474 // the simulator. The external reference will be a function compiled for the
476 // execute it with the simulator. We do that by redirecting the external
1191 intptr_t external = local
1194 reinterpret_cast<SimulatorRuntimeFPCall>(external);
1204 intptr_t external = local
1207 reinterpret_cast<SimulatorRuntimeCall>(external);
/external/libxml2/include/libxml/
H A Dparser.h42 * external entities - in which case we use the buf structure for
212 int hasExternalSubset; /* reference and external subset */
214 int external; /* are we parsing an external entity */ member in struct:_xmlParserCtxt
237 xmlChar * extSubURI; /* URI of external subset */
238 xmlChar * extSubSystem; /* SYSTEM ID of external subset */
255 int loadsubset; /* should the external subset be loaded */
331 * The entity loader, to control the loading of external entities,
346 * @ExternalID: the external ID
359 * @ExternalID: the external I
[all...]

Completed in 1939 milliseconds