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 23 const unsigned long init_flags = // NOLINT(runtime/int) local
27 set_init_flags(init_flags);
  /external/protobuf/src/google/protobuf/compiler/objectivec/
objectivec_message.cc 501 std::vector<string> init_flags; local
503 init_flags.push_back("GPBDescriptorInitializationFlag_FieldsWithDefault");
506 init_flags.push_back("GPBDescriptorInitializationFlag_WireFormat");
508 vars["init_flags"] = BuildFlagsString(init_flags);
519 " flags:$init_flags$];\n");
  /external/libvpx/libvpx/vpx/
vpx_codec.h 202 vpx_codec_flags_t init_flags; /**< Flags passed at init time */ member in struct:vpx_codec_ctx
  /external/curl/lib/
easy.c 89 static long init_flags; variable
207 init_flags = flags;
258 * "init_flags" to determine what needs to be cleaned up and what doesn't.
273 Curl_win32_cleanup(init_flags);
286 init_flags = 0;
  /external/libaom/libaom/aom/
aom_codec.h 209 aom_codec_flags_t init_flags; /**< Flags passed at init time */ member in struct:aom_codec_ctx
  /external/libaom/libaom/aom/internal/
aom_codec_internal.h 336 aom_codec_flags_t init_flags; member in struct:aom_codec_priv
  /external/libvpx/libvpx/vpx/internal/
vpx_codec_internal.h 341 vpx_codec_flags_t init_flags; member in struct:vpx_codec_priv
  /external/curl/lib/vtls/
gtls.c 525 unsigned int init_flags; local
666 init_flags = GNUTLS_CLIENT;
670 init_flags |= GNUTLS_NO_TICKETS;
673 rc = gnutls_init(&BACKEND->session, init_flags);
    [all...]
  /external/python/cpython3/Modules/
_testbuffer.c 265 init_flags(ndbuf_t *ndbuf) function
    [all...]
  /external/python/cpython3/Objects/
memoryobject.c 587 init_flags(PyMemoryViewObject *mv) function
675 init_flags(mv);
882 init_flags(mv);
    [all...]

Completed in 988 milliseconds