HomeSort by relevance Sort by last modified time
    Searched defs:additional (Results 1 - 25 of 36) sorted by null

1 2

  /external/chromium_org/crypto/
ghash_unittest.cc 52 const uint8* additional; member in struct:crypto::__anon12564::TestCase
114 hash.UpdateAdditional(test.additional, test.additional_length);
132 hash.UpdateAdditional(test.additional + i, n);
  /external/smack/src/org/xbill/DNS/
SIG0.java 50 message.addRecord(sig, Section.ADDITIONAL);
67 Record [] additional = message.getSectionArray(Section.ADDITIONAL); local
68 for (int i = 0; i < additional.length; i++) {
69 if (additional[i].getType() != Type.SIG)
71 if (((SIGRecord) additional[i]).getTypeCovered() != 0)
73 sig = (SIGRecord) additional[i];
Message.java 111 if (i == Section.ADDITIONAL) {
212 for (int i = Section.ANSWER; i <= Section.ADDITIONAL; i++)
246 findRRset(name, type, Section.ADDITIONAL));
263 * Returns the TSIG record from the ADDITIONAL section, if one is present.
270 int count = header.getCount(Section.ADDITIONAL);
273 List l = sections[Section.ADDITIONAL];
301 * Returns the OPT record from the ADDITIONAL section, if one is present.
307 Record [] additional = getSectionArray(Section.ADDITIONAL); local
308 for (int i = 0; i < additional.length; i++
    [all...]
  /external/chromium_org/components/policy/core/common/
schema_internal.h 74 // values described in the range [begin, end)) then |additional| is an offset
76 // structure of the values for those keys. Otherwise |additional| is -1 and
78 int additional; member in struct:policy::internal::PropertiesNode
schema_unittest.cc 1086 Schema additional = policy.GetAdditionalProperties(); local
    [all...]
  /external/libcxxabi/include/
unwind.h 101 uint32_t additional; member in struct:_Unwind_Control_Block::__anon7315
  /ndk/sources/cxx-stl/gabi++/include/
unwind-arm.h 83 uint32_t additional; // additional data member in struct:_Unwind_Control_Block::__anon22859
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/include/
unwind.h 97 uint32_t additional; /* additional data */ member in struct:_Unwind_Control_Block::__anon22902
  /prebuilts/ndk/9/sources/cxx-stl/EH/gabi++/include/
unwind-arm.h 84 uint32_t additional; // additional data member in struct:_Unwind_Control_Block::__anon62390
  /prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/gabi++/include/
unwind-arm.h 84 uint32_t additional; // additional data member in struct:_Unwind_Control_Block::__anon62989
  /frameworks/av/services/audioflinger/
FastMixer.cpp 480 uint32_t additional = samplingN - mSamplingN; local
483 memset(&mMonotonicNs[mSamplingN], 0, sizeof(mMonotonicNs[0]) * additional);
484 memset(&mLoadNs[mSamplingN], 0, sizeof(mLoadNs[0]) * additional);
486 memset(&mCpukHz[mSamplingN], 0, sizeof(mCpukHz[0]) * additional);
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8/lib/gcc/arm-eabi/4.8/include/
unwind-arm-common.h 15 Under Section 7 of GPL version 3, you are granted additional
115 _uw additional; /* additional data */ member in struct:_Unwind_Control_Block::__anon23619
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.8/lib/gcc/arm-linux-androideabi/4.8/include/
unwind-arm-common.h 15 Under Section 7 of GPL version 3, you are granted additional
115 _uw additional; /* additional data */ member in struct:_Unwind_Control_Block::__anon23958
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.8/lib/gcc/arm-eabi/4.8/include/
unwind-arm-common.h 15 Under Section 7 of GPL version 3, you are granted additional
115 _uw additional; /* additional data */ member in struct:_Unwind_Control_Block::__anon24405
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.8/lib/gcc/arm-linux-androideabi/4.8/include/
unwind-arm-common.h 15 Under Section 7 of GPL version 3, you are granted additional
115 _uw additional; /* additional data */ member in struct:_Unwind_Control_Block::__anon24744
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/refactorings/core/
RefactoringTestBase.java 743 Object[] additional = new Object[] { typedefs
753 TEST_PROJECT3 = new Object[TEST_PROJECT2.length + additional.length];
755 System.arraycopy(additional, 0, TEST_PROJECT3, TEST_PROJECT2.length, additional.length);
  /external/libvpx/libvpx/third_party/libwebm/
mkvmuxer.hpp 5 // tree. An additional intellectual property rights grant can be found
76 // Copies |additional| data into |additional_|. Returns true on success.
77 bool AddAdditionalData(const uint8* additional, uint64 length,
81 const uint8* additional() const { return additional_; } function in class:mkvmuxer::Frame
99 // Id of the Additional data.
102 // Pointer to additional data. Owned by this class.
105 // Length of the additional data.
738 // additional: Pointer to the additional data
739 // additional_length: Length of the additional dat
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/
mkvmuxer.hpp 5 // tree. An additional intellectual property rights grant can be found
76 // Copies |additional| data into |additional_|. Returns true on success.
77 bool AddAdditionalData(const uint8* additional, uint64 length,
81 const uint8* additional() const { return additional_; } function in class:mkvmuxer::Frame
99 // Id of the Additional data.
102 // Pointer to additional data. Owned by this class.
105 // Length of the additional data.
738 // additional: Pointer to the additional data
739 // additional_length: Length of the additional dat
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/libwebm/
mkvmuxer.hpp 5 // tree. An additional intellectual property rights grant can be found
76 // Copies |additional| data into |additional_|. Returns true on success.
77 bool AddAdditionalData(const uint8* additional, uint64 length, uint64 add_id);
80 const uint8* additional() const { return additional_; } function in class:mkvmuxer::Frame
98 // Id of the Additional data.
101 // Pointer to additional data. Owned by this class.
104 // Length of the additional data.
729 // additional: Pointer to the additional data
730 // additional_length: Length of the additional dat
    [all...]
  /external/chromium_org/third_party/libevent/
evdns.c 273 int n_additional; /* how many additional RRs have been set? */
277 struct server_reply_item *additional; /* linked list of additional RRs */ member in struct:server_request
819 u16 trans_id, questions, answers, authority, additional, datalength; local
831 GET16(additional);
833 (void) additional; /* suppress "unused variable" warnings. */
964 u16 trans_id, flags, questions, answers, authority, additional; local
973 GET16(additional);
1010 /* Ignore answers, authority, and additional. */
    [all...]
  /prebuilts/tools/common/m2/repository/jdom/jdom/1.0/
jdom-1.0.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.metadata_2.0.0.v20100601.jar 
org.eclipse.pde.core_3.6.1.v20100902_r361.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.p2.metadata_2.2.0.v20130523-1557.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.metadata_2.2.0.v20130523-1557.jar 

Completed in 5265 milliseconds

1 2