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

  /external/webkit/WebCore/platform/graphics/wx/
FontPlatformData.h 64 enum FontState { UNINITIALIZED, DELETED, VALID };
96 case VALID:
105 if (m_font && m_fontState == VALID && other.m_fontState == VALID && other.m_font) {
FontPlatformDataWx.cpp 102 m_fontState = VALID;
  /external/bluetooth/glib/tests/
unicode-encoding.c 38 VALID,
94 case VALID:
97 fail ("line %d: valid but g_utf8_validate returned FALSE\n", line);
137 if (status == VALID || status == NOTUNICODE)
187 if (status == VALID)
322 Status status = VALID; /* Quiet GCC */
363 if (!strcmp (tmp, "VALID"))
364 status = VALID;
376 if (status != VALID && status != NOTUNICODE)
  /external/iproute2/examples/
cbq.init-v0.7.3 180 # configuration to check whether it is completely valid.
182 # All CBQ parameters are valid for Ethernet interfaces only, The script was
200 # Example of valid config name:
710 VALID=1
713 [ "$2" = "invalidate" -o ! -f $CBQ_CACHE ] && VALID=0
714 if [ $VALID -eq 1 ]; then
716 wc -l` -gt 0 ] && VALID=0
720 if [ $VALID -ne 1 ]; then
    [all...]
  /external/dbus/bus/
config-parser.c     [all...]

Completed in 159 milliseconds