Searched refs:additional (Results 1 - 25 of 276) sorted by relevance

1234567891011>>

/external/smack/src/org/xbill/DNS/
H A DSIG0.java67 Record [] additional = message.getSectionArray(Section.ADDITIONAL);
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];
/external/chromium_org/chrome/browser/resources/omnibox/
H A Domnibox.css44 .additional-info-property,
45 .additional-info-value {
/external/chromium_org/chrome_frame/test/
H A Dhttp_negotiate_unittest.cc111 wchar_t* additional = NULL; local
116 &additional);
117 EXPECT_TRUE(additional != NULL);
119 if (additional) {
120 // Check against the expected additional headers.
121 EXPECT_EQ(test.expected_additional_, string16(additional));
122 ::CoTaskMemFree(additional);
179 wchar_t* additional = NULL; local
184 &additional);
185 EXPECT_TRUE(additional !
[all...]
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/category/
H A DPropertyCategory.java59 * <code>system.getPriority() + additional</code>.
61 public static final PropertyCategory system(PropertyCategory system, int additional) { argument
63 return system(system.getPriority() - SYSTEM_BASE + additional);
/external/icu4c/data/mappings/
H A Ducmlocal.mk4 # A list of additional .ucm files to build for Google.
/external/chromium_org/media/webm/
H A Dwebm_cluster_parser.h113 const uint8* additional, int additional_size, int duration);
116 const uint8* additional, int additional_size);
/external/chromium_org/third_party/icu/source/data/rbnf/
H A Drbnflocal.mk8 # * To add an additional locale to the list:
/external/chromium_org/third_party/icu/source/data/translit/
H A Dtrnsfiles.mk15 # * To add an additional transliterators to the list:
/external/icu4c/data/translit/
H A Dtrnsfiles.mk15 # * To add an additional transliterators to the list:
/external/valgrind/main/exp-bbv/tests/amd64-linux/
H A Dclone_test.S3 # count for additional 500 million each before exit
83 # count an additional 500 million
/external/valgrind/main/exp-bbv/tests/x86-linux/
H A Dclone_test.S3 # count for additional 500 million each before exit
83 # count an additional 500 million
/external/clang/lib/CodeGen/
H A DCGCall.h140 /// given that there may be some additional, non-formal arguments
143 unsigned additional) {
145 return RequiredArgs(prototype->getNumArgs() + additional);
157 unsigned additional) {
158 return forPrototypePlus(prototype.getTypePtr(), additional);
142 forPrototypePlus(const FunctionProtoType *prototype, unsigned additional) argument
156 forPrototypePlus(CanQual<FunctionProtoType> prototype, unsigned additional) argument
/external/chromium_org/media/base/simd/
H A Dmedia_export.asm36 ; Windows needs an additional export declaration.
/external/chromium_org/third_party/icu/source/data/misc/
H A Dmiscfiles.mk15 # * To add an additional file to the list:
/external/chromium_org/third_party/icu/source/data/sprep/
H A Dsprepfiles.mk15 # * To add an additional locale to the list:
H A Dspreplocal.mk5 # * To add an additional locale to the list:
/external/clang/tools/driver/
H A DAndroid.mk104 # the additional dependency is needed when you run mm/mmm.
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/bin/
H A Dlcp.bat4 REM this work for additional information regarding copyright ownership.
/external/icu4c/data/misc/
H A Dmiscfiles.mk15 # * To add an additional file to the list:
/external/icu4c/data/sprep/
H A Dsprepfiles.mk15 # * To add an additional locale to the list:
/external/libvpx/libvpx/vp8/common/ppc/
H A Dplatform_altivec.asm6 ; tree. An additional intellectual property rights grant can be found
/external/libvpx/libvpx/vpx_ports/
H A Demms.asm6 ; tree. An additional intellectual property rights grant can be found
/external/webrtc/src/common_audio/resampler/
H A DAndroid.mk5 # tree. An additional intellectual property rights grant can be found
/external/webrtc/src/common_audio/vad/
H A DAndroid.mk5 # tree. An additional intellectual property rights grant can be found
/external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
H A DAndroid.mk5 # tree. An additional intellectual property rights grant can be found

Completed in 560 milliseconds

1234567891011>>