HomeSort by relevance Sort by last modified time
    Searched full:party (Results 26 - 50 of 3199) sorted by null

12 3 4 5 6 7 8 91011>>

  /device/google/accessory/demokit/
README 7 COPYING License for third party code used in Arduino libraries
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/
BasicAgreement.java 22 * given a public key from a given party calculate the next
  /frameworks/av/media/libstagefright/codecs/aacenc/
patent_disclaimer.txt 6 third-party patents. Those intending to use this source code in
  /frameworks/av/media/libstagefright/codecs/amrnb/
patent_disclaimer.txt 6 third-party patents. Those intending to use this source code in
  /frameworks/av/media/libstagefright/codecs/amrwb/
patent_disclaimer.txt 6 third-party patents. Those intending to use this source code in
  /frameworks/av/media/libstagefright/codecs/amrwbenc/
patent_disclaimer.txt 6 third-party patents. Those intending to use this source code in
  /frameworks/av/media/libstagefright/codecs/avc/
patent_disclaimer.txt 6 third-party patents. Those intending to use this source code in
  /frameworks/av/media/libstagefright/codecs/m4v_h263/
patent_disclaimer.txt 6 third-party patents. Those intending to use this source code in
  /frameworks/av/media/libstagefright/codecs/mp3dec/
patent_disclaimer.txt 6 third-party patents. Those intending to use this source code in
  /packages/apps/OMA-DM/engine/dmlib/dmengine/oma_toolkit/sml/xlt/src/
xltdecwbxml.h 15 * licenses under third party intellectual property rights,
16 * including without limitation, patent rights (such a third party
20 * third party intellectual property rights.
32 * OTHER SYNCML SPONSOR BE LIABLE TO ANY PARTY FOR ANY LOSS OF
  /external/chromium_org/third_party/libjingle/source/talk/
LICENSE_THIRD_PARTY 1 This source tree contains third party source code which is governed by third
2 party licenses. This file contains references to files which are under other
6 Files governed by third party licenses:
  /external/clang/test/SemaTemplate/
class-template-id.cpp 46 template <typename T> class Party;
47 template <> class Party<T> { friend struct Party<>; }; // expected-error {{use of undeclared identifier 'T'}}
  /hardware/invensense/6515/libsensors_iio/
CompassSensor.AKM.cpp 30 // TODO: include corresponding header file for 3rd party compass sensor
43 // TODO: initiate 3rd-party's class, and disable its funtionalities
55 // TODO: disable 3rd-party's funtionalities and delete the object
66 // TODO: return 3rd-party's file descriptor
80 // TODO: called 3rd-party's "set enable/disable" function
88 // TODO: called 3rd-party's "set delay" function
100 // TODO: return if 3rd-party compass is enabled
112 // TODO: return 3rd-party's delay time (should be in ns)
117 @brief Integrators need to implement this function per 3rd-party solution
127 // TODO: need to implement "readSample()" for MPL in 3rd-party's .cpp fil
    [all...]
  /hardware/invensense/65xx/libsensors_iio/
CompassSensor.AKM.cpp 30 // TODO: include corresponding header file for 3rd party compass sensor
43 // TODO: initiate 3rd-party's class, and disable its funtionalities
55 // TODO: disable 3rd-party's funtionalities and delete the object
66 // TODO: return 3rd-party's file descriptor
80 // TODO: called 3rd-party's "set enable/disable" function
88 // TODO: called 3rd-party's "set delay" function
100 // TODO: return if 3rd-party compass is enabled
112 // TODO: return 3rd-party's delay time (should be in ns)
117 @brief Integrators need to implement this function per 3rd-party solution
127 // TODO: need to implement "readSample()" for MPL in 3rd-party's .cpp fil
    [all...]
  /external/chromium_org/remoting/protocol/
third_party_authenticator_base.h 24 // Implements an authentication method that relies on a third party server for
26 // When third party authentication is being used, the client must request both a
27 // token and a shared secret from a third-party server (which may require the
29 // host. The host signs the token, then contacts the third-party server to
48 // XML tag names for third party authentication fields.
  /external/nist-sip/java/gov/nist/javax/sip/header/ims/
PCalledPartyIDHeader.java 39 * P-Called-Party-ID header - Private Header: RFC 3455.
40 * <p>A proxy server inserts a P-Called-Party-ID header, typically in an INVITE request,
49 * P-Called-Party-ID = "P-Called-Party-ID" HCOLON
65 public final static String NAME = "P-Called-Party-ID";
  /external/libpcap/
atmuni31.h 56 #define ADD_PARTY 0x80 /* add party */
57 #define ADD_PARTY_ACK 0x81 /* add party ack */
58 #define ADD_PARTY_REJ 0x82 /* add party rej */
59 #define DROP_PARTY 0x83 /* drop party */
60 #define DROP_PARTY_ACK 0x84 /* drop party ack */
72 #define CALLING_PARTY 0x6c /* calling party number */
73 #define CALLED_PARTY 0x70 /* called party nmber */
  /external/tcpdump/
atmuni31.h 56 #define ADD_PARTY 0x80 /* add party */
57 #define ADD_PARTY_ACK 0x81 /* add party ack */
58 #define ADD_PARTY_REJ 0x82 /* add party rej */
59 #define DROP_PARTY 0x83 /* drop party */
60 #define DROP_PARTY_ACK 0x84 /* drop party ack */
72 #define CALLING_PARTY 0x6c /* calling party number */
73 #define CALLED_PARTY 0x70 /* called party nmber */
  /external/chromium_org/base/
hash.cc 7 // Definition in base/third_party/superfasthash/superfasthash.c. (Third-party
  /external/chromium_org/chrome/browser/net/
cookie_policy_browsertest.cc 31 // Visits a page that sets a first-party cookie.
50 // a first-party cookie.
62 // third-party cookie blocking if the first party for cookies URL is not
  /external/chromium_org/native_client_sdk/src/
README.naclports 5 of the more commonly used open source third-party libraries.
  /external/chromium_org/third_party/tlslite/tlslite/
checker.py 13 party's certificate chain.
16 judges the other party's certificate chain to be missing or
33 fingerprint which the other party's end-entity certificate must
56 party's certificate chain is missing or bad.
errors.py 121 """The handshake succeeded, but the other party's authentication
127 the Checker objects to how the other party authenticated, a
133 """The Checker was expecting the other party to authenticate with a
138 """The Checker was expecting the other party to authenticate with a
143 """The Checker was expecting the other party to authenticate with a
148 """The Checker was expecting the other party to authenticate with a
153 """The Checker has determined that the other party's certificate
161 """The other party responded incorrectly to an induced fault.
165 faulty behavior, and the other party doesn't respond appropriately.
  /packages/apps/OMA-DM/engine/dmlib/dmengine/oma_toolkit/hdr/
libutil.h 20 * licenses under third party intellectual property rights,
21 * including without limitation, patent rights (such a third party
25 * third party intellectual property rights.
37 * OTHER SYNCML SPONSOR BE LIABLE TO ANY PARTY FOR ANY LOSS OF
smlmetinfdtd.h 27 * licenses under third party intellectual property rights,
28 * including without limitation, patent rights (such a third party
32 * third party intellectual property rights.
44 * OTHER SYNCML SPONSOR BE LIABLE TO ANY PARTY FOR ANY LOSS OF

Completed in 503 milliseconds

12 3 4 5 6 7 8 91011>>