Searched defs:SET (Results 1 - 25 of 33) sorted by relevance

12

/external/chromium_org/net/tools/testserver/
H A Dasn1.py101 class SET(object): class in inherits:object
/external/chromium_org/third_party/fontconfig/include/fc-lang/
H A Dfclang.h30 #define SET(n) (n * sizeof (FcLangCharSet) + offsetof (FcLangCharSet, charset)) macro
31 #define OFF(s,o) (OFF0 + o * sizeof (uintptr_t) - SET(s))
32 #define NUM(s,n) (NUM0 + n * sizeof (FcChar16) - SET(s))
/external/chromium_org/third_party/freetype/src/base/
H A Dmd5.c65 * SET reads 4 input bytes in little-endian byte order and stores them
73 #define SET(n) \ macro
76 SET(n)
78 #define SET(n) \ macro
112 STEP(F, a, b, c, d, SET(0), 0xd76aa478, 7)
113 STEP(F, d, a, b, c, SET(1), 0xe8c7b756, 12)
114 STEP(F, c, d, a, b, SET(2), 0x242070db, 17)
115 STEP(F, b, c, d, a, SET(3), 0xc1bdceee, 22)
116 STEP(F, a, b, c, d, SET(4), 0xf57c0faf, 7)
117 STEP(F, d, a, b, c, SET(
[all...]
/external/freetype/src/base/
H A Dmd5.c66 * SET reads 4 input bytes in little-endian byte order and stores them
74 #define SET(n) \ macro
77 SET(n)
79 #define SET(n) \ macro
113 STEP(F, a, b, c, d, SET(0), 0xd76aa478, 7)
114 STEP(F, d, a, b, c, SET(1), 0xe8c7b756, 12)
115 STEP(F, c, d, a, b, SET(2), 0x242070db, 17)
116 STEP(F, b, c, d, a, SET(3), 0xc1bdceee, 22)
117 STEP(F, a, b, c, d, SET(4), 0xf57c0faf, 7)
118 STEP(F, d, a, b, c, SET(
[all...]
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/base/
H A Dmd5.c65 * SET reads 4 input bytes in little-endian byte order and stores them
73 #define SET(n) \ macro
76 SET(n)
78 #define SET(n) \ macro
112 STEP(F, a, b, c, d, SET(0), 0xd76aa478, 7)
113 STEP(F, d, a, b, c, SET(1), 0xe8c7b756, 12)
114 STEP(F, c, d, a, b, SET(2), 0x242070db, 17)
115 STEP(F, b, c, d, a, SET(3), 0xc1bdceee, 22)
116 STEP(F, a, b, c, d, SET(4), 0xf57c0faf, 7)
117 STEP(F, d, a, b, c, SET(
[all...]
/external/smack/src/org/jivesoftware/smack/packet/
H A DIQ.java121 * IQ based on a {@link Type#GET IQ.Type.GET} or {@link Type#SET IQ.Type.SET}
130 * @param iq the {@link Type#GET IQ.Type.GET} or {@link Type#SET IQ.Type.SET} IQ packet.
132 * {@link Type#GET IQ.Type.GET} or {@link Type#SET IQ.Type.SET}.
136 if (!(request.getType() == Type.GET || request.getType() == Type.SET)) {
154 * based on a {@link Type#GET IQ.Type.GET} or {@link Type#SET IQ.Type.SET}
164 * @param iq the {@link Type#GET IQ.Type.GET} or {@link Type#SET I
201 public static final Type SET = new Type("set"); field in class:IQ.Type
[all...]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
H A DBERTags.java15 public static final int SET = 0x11; field in interface:BERTags
16 public static final int SET_OF = 0x11; // for completeness - used to model a SET of the same type.
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_md5.cc27 #define SET(n) \ macro
30 SET(n)
60 STEP(F, a, b, c, d, SET(0), 0xd76aa478, 7)
61 STEP(F, d, a, b, c, SET(1), 0xe8c7b756, 12)
62 STEP(F, c, d, a, b, SET(2), 0x242070db, 17)
63 STEP(F, b, c, d, a, SET(3), 0xc1bdceee, 22)
64 STEP(F, a, b, c, d, SET(4), 0xf57c0faf, 7)
65 STEP(F, d, a, b, c, SET(5), 0x4787c62a, 12)
66 STEP(F, c, d, a, b, SET(6), 0xa8304613, 17)
67 STEP(F, b, c, d, a, SET(
[all...]
/external/llvm/lib/CodeGen/
H A DDFAPacketizer.cpp35 const unsigned *SET):
37 DFAStateEntryTable(SET) {}
34 DFAPacketizer(const InstrItineraryData *I, const int (*SIT)[2], const unsigned *SET) argument
/external/llvm/lib/Support/
H A DMD5.cpp62 // SET reads 4 input bytes in little-endian byte order and stores them
64 #define SET(n) \ macro
95 STEP(F, a, b, c, d, SET(0), 0xd76aa478, 7)
96 STEP(F, d, a, b, c, SET(1), 0xe8c7b756, 12)
97 STEP(F, c, d, a, b, SET(2), 0x242070db, 17)
98 STEP(F, b, c, d, a, SET(3), 0xc1bdceee, 22)
99 STEP(F, a, b, c, d, SET(4), 0xf57c0faf, 7)
100 STEP(F, d, a, b, c, SET(5), 0x4787c62a, 12)
101 STEP(F, c, d, a, b, SET(6), 0xa8304613, 17)
102 STEP(F, b, c, d, a, SET(
[all...]
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
H A DLabel.java53 public static final int SET = -3; field in class:Label
120 /** A set of token types or character codes if label==SET */
131 this.label = SET;
141 this.label = SET;
162 label=SET;
206 return label==SET;
218 if ( label!=SET ) {
226 label=SET;
267 if (label==SET) {
287 if ( label==SET ) {
[all...]
/external/chromium_org/v8/tools/oom_dump/
H A Doom_dump.cc50 #define SET(type) names[type] = #type; macro
51 INSTANCE_TYPE_LIST(SET)
52 #undef SET macro
/external/elfutils/0.153/libdw/
H A Ddwarf_getsrclines.c366 #define SET(field) \ macro
373 SET (addr);
374 SET (op_index);
375 SET (file);
376 SET (line);
377 SET (column);
378 SET (is_stmt);
379 SET (basic_block);
380 SET (end_sequence);
381 SET (prologue_en
386 #undef SET macro
[all...]
/external/chromium_org/sync/protocol/
H A Dproto_value_conversions.cc97 #define SET(field, fn) \ macro
106 #define SET_BOOL(field) SET(field, new base::FundamentalValue)
107 #define SET_BYTES(field) SET(field, MakeBytesValue)
108 #define SET_INT32(field) SET(field, MakeInt64Value)
110 #define SET_INT64(field) SET(field, MakeInt64Value)
112 #define SET_STR(field) SET(field, new base::StringValue)
113 #define SET_TIME_STR(field) SET(field, MakeTimestampValue)
277 SET(icon, SyncedNotificationImageToValue);
304 SET(image, SyncedNotificationImageToValue);
312 SET(ico
1121 #undef SET macro
[all...]
/external/chromium_org/chrome/browser/extensions/api/web_request/
H A Dweb_request_api_unittest.cc753 SET, enumerator in enum:extensions::HeaderModificationTest_Modification::Type
864 case HeaderModificationTest_Modification::SET:
1020 const HeaderModificationTest_Modification::Type SET = member in namespace:extensions::__anon3863
1021 HeaderModificationTest_Modification::SET;
1032 2, { {1, SET, "header1", "foo"},
1033 {2, SET, "header1", "bar"} },
1044 2, { {2, SET, "header1", "bar"},
1045 {1, SET, "header1", "foo"} },
1057 2, { {1, SET, "header1", "foo"},
1058 {2, SET, "header
[all...]
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dtranstst.cpp1670 const char* SET = "set"; local
1680 SET,
1684 SET,
1688 SET,
1692 SET,
1696 SET,
1700 SET,
/external/icu/icu4c/source/test/intltest/
H A Dtranstst.cpp1669 const char* SET = "set"; local
1679 SET,
1683 SET,
1687 SET,
1691 SET,
1695 SET,
1699 SET,
/external/owasp/sanitizer/lib/htmlparser-1.3/
H A Dhtmlparser-1.3-with-transitions.jarMETA-INF/MANIFEST.MF nu/validator/htmlparser/tools/XSLT4HTML5XOM.class XSLT4HTML5XOM.java package nu. ...
H A Dhtmlparser-1.3.jarMETA-INF/MANIFEST.MF nu/validator/htmlparser/tools/XSLT4HTML5XOM.class XSLT4HTML5XOM.java package nu. ...
/external/robolectric/lib/main/
H A Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-nodeps.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jface_3.6.1.M20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.1.R36x_v20100806.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.2.R36x_v20101103.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 433 milliseconds

12