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

  /external/libnl/include/netlink/
object-api.h 194 * Return true if attribute is available in both objects
199 * @return True if the attribute is available, otherwise false is returned.
201 #define AVAILABLE(A, B, ATTR) (((A)->ce_mask & (B)->ce_mask) & (ATTR))
204 * Return true if attribute is available in only one of both objects
209 * @return True if the attribute is available in only one of both objects,
221 * This function will check if the attribute in question is available
224 * If available the function will execute the expression which must
230 (AVAILABLE(A, B, ATTR) && (EXPR)))
240 * This function will check if the attribute in question is available
243 * If available the function will execute the expression which mus
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/proxy_configuration/
proxy_form_controller.js 81 AVAILABLE: 'controllable_by_this_extension',
366 if (c.levelOfControl === ProxyFormController.LevelOfControl.AVAILABLE ||
384 if (c.levelOfControl === ProxyFormController.LevelOfControl.AVAILABLE ||
  /external/chromium_org/chrome/browser/search/
hotword_service.cc 67 AVAILABLE,
91 availability_state = AVAILABLE;
244 // so that the state of the microphone is available when the page
248 // opt in to hotwording won't be available if it thinks there is no
381 // Determine if the extension is available.
403 // Determine if NaCl is available.
  /external/chromium_org/third_party/android_platform/webview/
frameworks.jar 
  /external/chromium_org/third_party/libaddressinput/src/java/
android.jar 

Completed in 97 milliseconds