Searched refs:SET (Results 1 - 25 of 109) sorted by relevance

12345

/external/smack/src/org/jivesoftware/smack/packet/
H A DSession.java39 setType(IQ.Type.SET);
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...]
H A DBind.java40 setType(IQ.Type.SET);
/external/chromium_org/tools/win/
H A Dcopy-installer.bat29 SET FROM=%RET%
36 IF "%%a"=="out" SET OUTPUT=out
37 IF "%%a"=="build" SET OUTPUT=build
38 IF "%%a"=="Debug" SET BUILDTYPE=Debug
39 IF "%%a"=="Release" SET BUILDTYPE=Release
40 IF "%%s"=="x64" SET ARCH=_x64
49 SET FROM=%FROM%\%OUTPUT%\%BUILDTYPE%%ARCH%
50 SET TO=\%OUTPUT%\%BUILDTYPE%%ARCH%
54 SET TOCOPY=setup.exe chrome.7z *.dll
55 SET ARCHIVETODELET
[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/valgrind/main/memcheck/tests/
H A Dmetadata.stdout.exp12 result of SET is 1 (1 for success)
/external/smack/src/org/jivesoftware/smackx/bytestreams/ibb/packet/
H A DData.java45 setType(IQ.Type.SET);
H A DClose.java39 setType(Type.SET);
/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/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/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/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/llvm/tools/msbuild/
H A Dinstall.bat12 IF %PLATFORM% == Win32 SET PLATFORM=x64
13 IF %PLATFORM% == None SET PLATFORM=Win32
16 SET D="%ProgramFiles%\MSBuild\Microsoft.Cpp\v4.0\Platforms\%PLATFORM%\PlatformToolsets"
18 SET D="%ProgramFiles(x86)%\MSBuild\Microsoft.Cpp\v4.0\Platforms\%PLATFORM%\PlatformToolsets"
22 SET D="%ProgramFiles%\MSBuild\Microsoft.Cpp\v4.0\V110\Platforms\%PLATFORM%\PlatformToolsets"
24 SET D="%ProgramFiles(x86)%\MSBuild\Microsoft.Cpp\v4.0\V110\Platforms\%PLATFORM%\PlatformToolsets"
28 SET D="%ProgramFiles%\MSBuild\Microsoft.Cpp\v4.0\V120\Platforms\%PLATFORM%\PlatformToolsets"
30 SET D="%ProgramFiles(x86)%\MSBuild\Microsoft.Cpp\v4.0\V120\Platforms\%PLATFORM%\PlatformToolsets"
H A Duninstall.bat11 IF %PLATFORM% == Win32 SET PLATFORM=x64
12 IF %PLATFORM% == None SET PLATFORM=Win32
15 SET D="%ProgramFiles%\MSBuild\Microsoft.Cpp\v4.0\Platforms\%PLATFORM%\PlatformToolsets"
19 SET D="%ProgramFiles(x86)%\MSBuild\Microsoft.Cpp\v4.0\Platforms\%PLATFORM%\PlatformToolsets"
24 SET D="%ProgramFiles%\MSBuild\Microsoft.Cpp\v4.0\V110\Platforms\%PLATFORM%\PlatformToolsets"
31 SET D="%ProgramFiles(x86)%\MSBuild\Microsoft.Cpp\v4.0\V110\Platforms\%PLATFORM%\PlatformToolsets"
39 SET D="%ProgramFiles%\MSBuild\Microsoft.Cpp\v4.0\V120\Platforms\%PLATFORM%\PlatformToolsets"
46 SET D="%ProgramFiles(x86)%\MSBuild\Microsoft.Cpp\v4.0\V120\Platforms\%PLATFORM%\PlatformToolsets"
/external/smack/src/org/jivesoftware/smackx/workgroup/packet/
H A DDepartQueuePacket.java59 setType(IQ.Type.SET);
/external/proguard/bin/
H A Dproguard.bat11 SET PROGUARD_HOME=..
H A Dproguardgui.bat11 SET PROGUARD_HOME=..
H A Dretrace.bat11 SET PROGUARD_HOME=..
/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/pcre/dist/
H A Dmakevp.bat22 SET BORLAND=f:\bcc
24 SET TASM=f:\tasm
26 SET PATH=%PATH%;%BORLAND%\bin;%TASM%\bin
27 SET PCRE_VER=77
28 SET COMPILE_DEFAULTS=-DHAVE_CONFIG_H -DPCRE_STATIC -I%BORLAND%\include
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
H A DASN1StreamParser.java48 case BERTags.SET:
71 case BERTags.SET:
83 case BERTags.SET:
193 case BERTags.SET:
H A DBERSet.java61 out.write(BERTags.SET | BERTags.CONSTRUCTED);
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.

Completed in 1084 milliseconds

12345