HomeSort by relevance Sort by last modified time
    Searched refs:abi_version (Results 1 - 13 of 13) sorted by null

  /external/chromium_org/components/nacl/common/
pnacl_types.h 26 int abi_version; member in struct:nacl::PnaclCacheInfo
nacl_host_messages.h 40 IPC_STRUCT_TRAITS_MEMBER(abi_version)
  /external/chromium_org/ppapi/c/private/
ppb_nacl_private.h 123 * with the cache information given by |pexe_url|, |abi_version|, |opt_level|,
136 uint32_t abi_version,
  /external/chromium_org/ppapi/api/private/
ppb_nacl_private.idl 103 * with the cache information given by |pexe_url|, |abi_version|, |opt_level|,
116 [in] uint32_t abi_version,
  /external/chromium_org/chrome/browser/nacl_host/
pnacl_host_unittest.cc 100 info.abi_version = 0;
183 info.abi_version = 222;
321 info.abi_version = 222;
354 info.abi_version = 222;
pnacl_translation_cache_unittest.cc 120 info.abi_version = 0;
151 info.abi_version = 2;
pnacl_translation_cache.cc 412 if (!info.pexe_url.is_valid() || info.abi_version < 0 || info.opt_level < 0)
415 retval += IntToString(info.abi_version) + ";" + "opt:" +
  /external/chromium_org/chrome/renderer/pepper/
ppb_nacl_private_impl.cc 255 uint32_t abi_version,
277 cache_info.abi_version = abi_version;
  /external/chromium_org/ppapi/native_client/src/untrusted/pnacl_support_extension/
pnacl_component_crx_gen.py 162 def GeneratePnaclInfo(target_dir, abi_version, arch):
164 # by the NaCl repo, while abi_version is bumped when the NaCl sandbox
373 abi_version = int(args[0])
376 BuildInstallerStyle(abi_version, lib_overrides, arches)
  /external/libvpx/libvpx/vpx/src/
vpx_encoder.c 34 else if (iface->abi_version != VPX_CODEC_INTERNAL_ABI_VERSION)
79 else if (iface->abi_version != VPX_CODEC_INTERNAL_ABI_VERSION)
vpx_decoder.c 32 else if (iface->abi_version != VPX_CODEC_INTERNAL_ABI_VERSION)
  /external/libvpx/libvpx/vpx/internal/
vpx_codec_internal.h 296 int abi_version; /**< Implemented ABI version */ member in struct:vpx_codec_iface
  /external/chromium_org/ppapi/native_client/src/untrusted/pnacl_irt_shim/
pnacl_shim.c     [all...]

Completed in 447 milliseconds