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/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...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
storprop.h 16 ULONG Supported;
sql.h 539 SQLRETURN SQL_API SQLGetFunctions(SQLHDBC ConnectionHandle,SQLUSMALLINT FunctionId,SQLUSMALLINT *Supported);
  /external/chromium_org/tools/telemetry/telemetry/core/
browser_options.py 68 'in order of priority. Supported values: list,%s' %
80 'If not specified, only 0 or 1 connected devcies are supported.')
103 help='Record profiling data using this tool. Supported values: ' +
232 'Supported values: ' + ', '.join(profile_choices)))
247 'Will prompt for sudo. Supported values: ' +
272 'Supported values: ' +
  /external/vixl/tools/
make_instruction_doc.pl 72 VIXL Supported Instruction List
75 This is a list of the AArch64 instructions supported by the VIXL assembler,
  /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) {
438 bool cmd_sup = command_line.HasSwitch("supported");
469 " -supported -asm, -dis, -disadj, -gen or -apply, -genbsdiff"
475 UsageProblem("-supported <executable_file>");
476 return !Supported(values[0]);
  /external/chromium_org/native_client_sdk/src/doc/
faq.rst 57 not one ``.nexe`` file per supported architecture.
185 Openness, and Supported Architectures and Languages
201 What are the supported instruction set architectures?
212 Portable Native Client but is only supported on the Chrome Web
227 Right now only C and C++ are supported directly by the toolchain in the
228 SDK. C# and other languages in the .NET family are supported via the
268 NPAPI is not supported by the Native Client SDK, and is `deprecated in
482 modification on all supported operating systems.
512 is not supported for security reasons. However, threads are supported
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/build/make/
configure.sh 115 Supported targets:
    [all...]
  /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...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/
configure.sh 115 Supported targets:
    [all...]
  /frameworks/base/docs/html/guide/
guide_toc.cs 383 <span class="en">Supported Media Formats</span></a>
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
ntddk.h     [all...]
ndis.h 127 #error "Only NDIS miniport drivers with version >= 5 are supported"
156 #error "Only NDIS Protocol drivers version 4 or later are supported"
    [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/chromium_org/third_party/usb_ids/
usb.ids     [all...]

Completed in 649 milliseconds

1 2