HomeSort by relevance Sort by last modified time
    Searched refs:Supported (Results 1 - 25 of 27) sorted by null

1 2

  /external/nist-sip/java/gov/nist/javax/sip/header/
SupportedList.java 33 * A list of supported headers.
35 * @see Supported
37 public class SupportedList extends SIPHeaderList<Supported>{
53 super(Supported.class, SupportedHeader.NAME);
Supported.java 35 * Supported SIP Header.
45 public class Supported extends SIPHeader implements SupportedHeader {
58 public Supported() {
59 super(SIPHeaderNames.SUPPORTED);
67 public Supported(String option_tag) {
68 super(SIPHeaderNames.SUPPORTED);
103 "JAIN-SIP Exception, Supported, "
118 * $Log: Supported.java,v $
NameMap.java 161 putNameMap(SUPPORTED, Supported.class.getName()); //42
HeaderFactoryImpl.java 972 Supported supported = new Supported(); local
    [all...]
  /external/chromium_org/base/memory/
discardable_memory.cc 19 DCHECK(Supported());
36 bool DiscardableMemory::Supported() {
discardable_memory_unittest.cc 13 ASSERT_TRUE(DiscardableMemory::Supported());
34 ASSERT_TRUE(DiscardableMemory::Supported());
45 ASSERT_TRUE(DiscardableMemory::Supported());
discardable_memory.h 55 static bool Supported();
81 // Check whether a purge of all discardable memory in the system is supported.
discardable_memory_mac.cc 23 bool DiscardableMemory::Supported() {
discardable_memory_android.cc 33 bool DiscardableMemory::Supported() {
  /external/nist-sip/java/gov/nist/javax/sip/parser/
SupportedParser.java 33 * Parser for Supported header.
48 * @param supported the header to parse
50 public SupportedParser(String supported) {
51 super(supported);
64 * @return SIPHeader (Supported object)
73 headerName(TokenTypes.SUPPORTED);
77 Supported supported = new Supported(); local
78 supported.setHeaderName(SIPHeaderNames.SUPPORTED)
    [all...]
  /external/chromium_org/webkit/child/
webkitplatformsupport_child_impl.cc 96 if (!base::DiscardableMemory::Supported())
  /external/chromium_org/crypto/
ec_private_key_nss.cc 45 bool Supported() {
86 return g_elliptic_curve_supported.Get().Supported();
  /external/chromium_org/third_party/sqlite/src/test/
releasetest.tcl 10 before releasing a new version. Supported command line options (all
20 $tcl_platform(os) and $tcl_platform(machine) variables. Supported
34 More precisely, the following invocation must be supported:
255 # Currently the only option supported is "-makefile", default
  /external/nist-sip/java/gov/nist/javax/sip/message/
ListMap.java 105 headerListTable.put(Supported.class, SupportedList.class);
  /external/chromium_org/courgette/
courgette_tool.cc 25 " courgette -supported <executable_file>\n"
109 bool Supported(const base::FilePath& input_file) {
433 bool cmd_sup = command_line.HasSwitch("supported");
464 " -supported -asm, -dis, -disadj, -gen or -apply, -genbsdiff"
470 UsageProblem("-supported <executable_file>");
471 return !Supported(values[0]);
  /external/chromium_org/tools/telemetry/telemetry/core/
browser_options.py 70 'in order of priority. Supported values: list,%s' %
82 'If not specified, only 0 or 1 connected devcies are supported.')
113 'Supported values: ' + ', '.join(profile_choices)))
156 help=('Record profiling data using this tool. Supported values: ' +
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
glsl_parser.cc     [all...]
  /external/libvpx/libvpx/build/make/
configure.sh 115 Supported targets:
    [all...]
  /frameworks/base/docs/html/training/
training_toc.cs     [all...]
  /prebuilts/devtools/tools/lib/
jython-standalone-2.5.3.jar 
  /prebuilts/tools/common/m2/repository/org/python/jython-standalone/2.5.3/
jython-standalone-2.5.3.jar 
  /external/chromium_org/v8/test/mjsunit/
unicode-test.js     [all...]
  /external/v8/test/mjsunit/
unicode-test.js     [all...]
  /external/chromium_org/third_party/usb_ids/
usb.ids     [all...]
  /external/bison/build-aux/
texinfo.tex 819 % is not documented, not supported, and doesn't work.
    [all...]

Completed in 1745 milliseconds

1 2