HomeSort by relevance Sort by last modified time
    Searched refs:SET (Results 1 - 25 of 169) sorted by null

1 2 3 4 5 6 7

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
line-map.h 74 /* An index into the set that gives the line mapping at whose end
76 include stack have this set to -1. */
240 /* The abstraction of a set of location maps. There can be several
286 /* A set of chronological line_map structures. */
321 maps are stored in the line table SET. MACRO_MAP_P is a flag
323 #define LINEMAPS_MAP_INFO(SET, MACRO_MAP_P) \
325 ? &((SET)->info_macro) \
326 : &((SET)->info_ordinary))
329 the line table SET. MAP_KIND shall be TRUE if we are interested in
331 #define LINEMAPS_MAPS(SET, MAP_KIND)
    [all...]
  /external/smack/src/org/jivesoftware/smack/packet/
Session.java 39 setType(IQ.Type.SET);
IQ.java 26 * The base IQ (Info/Query) packet. IQ packets are used to get and set information
29 * is being taken: "get", "set", "result", or "error".<p>
121 * IQ based on a {@link Type#GET IQ.Type.GET} or {@link Type#SET IQ.Type.SET}
123 * <li>The sender set to the recipient of the originating IQ.
124 * <li>The recipient set to the sender of the originating IQ.
125 * <li>The type set to {@link Type#RESULT IQ.Type.RESULT}.
126 * <li>The id set to the id of the originating IQ.
130 * @param iq the {@link Type#GET IQ.Type.GET} or {@link Type#SET IQ.Type.SET} IQ packet
    [all...]
Bind.java 26 * server will assign a new resource for this connection. The other option is to set a desired
40 setType(IQ.Type.SET);
  /external/chromium_org/tools/win/
copy-installer.bat 29 SET FROM=%RET%
31 REM Read local configuration (set OUTPUT and BUILDTYPE there).
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
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
Label.java 35 * label such as a token or character. A label can be a set of char or
52 /** label is a set of tokens or char */
53 public static final int SET = -3;
120 /** A set of token types or character codes if label==SET */
128 /** Make a set label */
131 this.label = SET;
141 this.label = SET;
162 label=SET;
206 return label==SET;
    [all...]
  /external/valgrind/main/memcheck/tests/
metadata.stdout.exp 12 result of SET is 1 (1 for success)
  /external/smack/src/org/jivesoftware/smackx/bytestreams/ibb/packet/
Data.java 41 * also set as packet extension so that data packet extension can be
45 setType(IQ.Type.SET);
  /external/chromium_org/third_party/freetype/src/base/
md5.c 65 * SET reads 4 input bytes in little-endian byte order and stores them
73 #define SET(n) \
76 SET(n)
78 #define SET(n) \
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(5), 0x4787c62a, 12
    [all...]
  /external/freetype/src/base/
md5.c 66 * SET reads 4 input bytes in little-endian byte order and stores them
74 #define SET(n) \
77 SET(n)
79 #define SET(n) \
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(5), 0x4787c62a, 12
    [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/base/
md5.c 65 * SET reads 4 input bytes in little-endian byte order and stores them
73 #define SET(n) \
76 SET(n)
78 #define SET(n) \
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(5), 0x4787c62a, 12
    [all...]
  /external/compiler-rt/lib/tsan/rtl/
tsan_md5.cc 27 #define SET(n) \
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(7), 0xfd469501, 22
    [all...]
  /external/chromium_org/sync/protocol/
proto_value_conversions.cc 97 #define SET(field, fn) \
99 value->Set(#field, fn(proto.field())); \
102 value->Set(#field, MakeRepeatedValue(proto.field(), fn))
104 value->Set(#field, MakeEnumValue(proto.field(), fn))
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
    [all...]
  /external/llvm/lib/Support/
MD5.cpp 62 // SET reads 4 input bytes in little-endian byte order and stores them
64 #define SET(n) \
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(7), 0xfd469501, 22
    [all...]
  /external/llvm/tools/msbuild/
install.bat 4 set SUCCESS=0
9 set PLATFORM=None
12 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"
    [all...]
uninstall.bat 8 set PLATFORM=None
11 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/
DepartQueuePacket.java 59 setType(IQ.Type.SET);
  /external/proguard/bin/
proguard.bat 11 SET PROGUARD_HOME=..
  /prebuilts/tools/common/proguard/proguard4.7/bin/
proguard.bat 11 SET PROGUARD_HOME=..
  /sdk/files/proguard/bin/
proguard.bat 11 SET PROGUARD_HOME=..
14 set java_exe=
  /external/elfutils/0.153/libdw/
dwarf_getsrclines.c 362 /* Set the line information. For some fields we use bitfields,
366 #define SET(field) \
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)
    [all...]
  /external/pcre/dist/
makevp.bat 22 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/
ASN1StreamParser.java 48 case BERTags.SET:
71 case BERTags.SET:
83 case BERTags.SET:
193 case BERTags.SET:
BERSet.java 17 * @param obj - a single object that makes up the set.
26 * @param v - a vector of objects making up the set.
35 * create a set from an array of objects.
61 out.write(BERTags.SET | BERTags.CONSTRUCTED);
BERTags.java 15 public static final int SET = 0x11;
16 public static final int SET_OF = 0x11; // for completeness - used to model a SET of the same type.

Completed in 1053 milliseconds

1 2 3 4 5 6 7