HomeSort by relevance Sort by last modified time
    Searched defs:init_flags (Results 1 - 10 of 10) sorted by null

  /external/libvpx/libvpx/test/
vp8_fragments_test.cc 24 const unsigned long init_flags = // NOLINT(runtime/int) local
28 set_init_flags(init_flags);
  /system/tpm/tpm_manager/server/
tpm_initializer_impl.cc 93 TSS_FLAG init_flags = TSS_KEY_TYPE_LEGACY | TSS_KEY_SIZE_2048; local
96 init_flags,
117 TSS_FLAG init_flags = TSS_KEY_TSP_SRK | TSS_KEY_AUTHORIZATION; local
120 init_flags,
  /external/libvpx/libvpx/vpx/
vpx_codec.h 204 vpx_codec_flags_t init_flags; /**< Flags passed at init time */ member in struct:vpx_codec_ctx
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/
vpx_codec.h 206 vpx_codec_flags_t init_flags; /**< Flags passed at init time */ member in struct:vpx_codec_ctx
  /system/core/crash_reporter/
list_proxies.cc 278 int init_flags = brillo::kLogToSyslog; local
283 init_flags |= brillo::kLogToStderr;
284 brillo::InitLog(init_flags);
  /system/tpm/attestation/common/
tpm_utility_v1.cc 201 UINT32 init_flags = tss_key_type | local
208 init_flags, key.ptr());
  /external/curl/lib/
easy.c 171 static long init_flags; variable
282 init_flags = flags;
324 * "init_flags" to determine what needs to be cleaned up and what doesn't.
336 if(init_flags & CURL_GLOBAL_SSL)
341 if(init_flags & CURL_GLOBAL_WIN32)
350 init_flags = 0;
  /external/libvpx/libvpx/vpx/internal/
vpx_codec_internal.h 339 vpx_codec_flags_t init_flags; member in struct:vpx_codec_priv
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/internal/
vpx_codec_internal.h 377 vpx_codec_flags_t init_flags; member in struct:vpx_codec_priv
537 vpx_codec_flags_t init_flags);
  /external/fio/
init.c 926 static void init_flags(struct thread_data *td) function
1124 init_flags(td);
    [all...]

Completed in 358 milliseconds