HomeSort by relevance Sort by last modified time
    Searched defs:Flag (Results 26 - 50 of 50) sorted by null

12

  /external/v8/src/
flags.cc 43 #include "flag-definitions.h"
47 #include "flag-definitions.h"
51 // This structure represents a single entry in the flag system, with a pointer
52 // to the actual flag, default value, comment, etc. This is designed to be POD
54 struct Flag {
57 FlagType type_; // What type of flag, bool, int, or string.
58 const char* name_; // Name of the flag, ex "my_flag".
59 void* valptr_; // Pointer to the global flag variable.
62 bool owns_ptr_; // Does the flag own its string value?
128 // Compare this flag's current value against the default
    [all...]
objects.h     [all...]
  /external/icu4c/i18n/
decNumberLocal.h 33 /* Conditional code flag -- set this to match hardware platform */
38 /* Conditional code flag -- set this to 1 for best performance */
68 #define Flag uint8_t
    [all...]
  /external/llvm/lib/Linker/
LinkModules.cpp     [all...]
  /external/chromium/net/socket/
client_socket_pool_base.h 164 enum Flag {
677 // priority to LOWEST and specifies the NO_IDLE_SOCKETS flag.