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

1 2 3 4 5 6 7 8

  /toolchain/binutils/binutils-2.27/include/gdb/
signals.h 35 (1) This set of signals represents a widely-accepted attempt to
39 recognized that this set of signals has limitations (such as not
52 #define SET(symbol, constant, name, string) \
55 #undef SET
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
AntlrDDK.mak 3 # You will need to set the LIB variable similar to this.
13 SET=$(PCCTS_HOME)\support\set
18 CFLAGS = /nologo -I "." -I "$(PCCTS_H)" -I "$(SET)" -D "USER_ZZSYN" -D "PC" \
25 SUPPORT_OBJS = set.obj
39 $(SET)\set.h \
54 $(SET)\set.h \
69 $(SET)\set.h \
    [all...]
AntlrMS.mak 3 # You will need to set the LIB variable similar to this.
13 SET=$(PCCTS_HOME)\support\set
18 CFLAGS = /nologo -I "." -I "$(PCCTS_H)" -I "$(SET)" -D "USER_ZZSYN" -D "PC" \
26 SUPPORT_OBJS = set.obj
40 $(SET)\set.h \
55 $(SET)\set.h \
70 $(SET)\set.h \
    [all...]
makefile 7 # Set (PCCTS) -- PCCTS is in the public domain. An individual or
31 # Ported to Borland C++, IBM C-Set/2 and Microsoft 6.0 by
36 SET=../support/set
51 #CFLAGS= -I. -I$(SET) -I$(PCCTS_H) /AL /Za /W3 -DPC -DUSER_ZZSYN
58 # misc.obj set.obj pred.obj egamn.obj
77 #CFLAGS= -I. -I$(SET) -I$(PCCTS_H) -ml -ff- -w- -DPC -DUSER_ZZSYN
84 # misc.obj set.obj pred.obj egman.obj mrhoist.obj fcache.obj
96 # C-Set/2 for OS/2
99 #CFLAGS= -I. -I$(SET) -I$(PCCTS_H) /Sa /W3 -DUSER_ZZSYN -D__STDC__
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/dlg/
DlgDDK.mak 3 # You will need to set the LIB variable similar to this.
13 SET=$(PCCTS_HOME)\support\set
18 CFLAGS = /nologo -I "." -I "$(PCCTS_H)" -I "$(SET)" -D "USER_ZZSYN" -D "PC" \
24 SUPPORT_OBJS = set.obj
39 $(SET)\set.h \
51 $(SET)\set.h \
62 $(SET)\set.h \
    [all...]
DlgMS.mak 3 # You will need to set the LIB variable similar to this.
13 SET=$(PCCTS_HOME)\support\set
18 CFLAGS = /nologo -I "." -I "$(PCCTS_H)" -I "$(SET)" -D "USER_ZZSYN" -D "PC" \
25 SUPPORT_OBJS = set.obj
38 $(SET)\set.h \
50 $(SET)\set.h \
61 $(SET)\set.h \
    [all...]
makefile 7 # Ported to IBM C-Set/2 and Microsoft 6.0 by
12 SET=../support/set
25 #CFLAGS= -I. -I$(SET) -I$(PCCTS_H) /AL /Za /W3 -DPC -DUSER_ZZSYN
30 #dlg.exe : dlg_p.obj dlg_a.obj main.obj err.obj set.obj support.obj \
50 #CFLAGS= -I. -I$(SET) -I$(PCCTS_H) -ml -ff- -w- -DPC -DUSER_ZZSYN
55 #dlg.exe : dlg_p.obj dlg_a.obj main.obj err.obj set.obj support.obj \
68 # C-Set/2 for OS/2
71 #CFLAGS= -I. -I$(SET) -I$(PCCTS_H) /Sa /W3 /DUSER_ZZSYN
78 #dlg.exe : dlg_p.obj dlg_a.obj main.obj err.obj set.obj support.obj \
    [all...]
  /external/dagger2/core/src/main/java/dagger/
Provides.java 45 * The method's return type forms the generic type argument of a {@code Set<T>}, and the
46 * returned value is contributed to the set. The object graph will pass dependencies to the
47 * method as parameters. The {@code Set<T>} produced from the accumulation of values will be
51 SET,
54 * Like {@link #SET}, except the method's return type is {@code Set<T>}, where any values are
55 * contributed to the set. An example use is to provide a default empty set binding, which is
56 * otherwise not possible using {@link #SET}.
  /external/dagger2/producers/src/main/java/dagger/producers/
Produces.java 46 * The method's resulting type forms the generic type argument of a {@code Set<T>}, and the
47 * returned value or future is contributed to the set. The {@code Set<T>} produced from the
50 SET,
53 * Like {@link #SET}, except the method's return type is either {@code Set<T>} or
54 * {@code Set<ListenableFuture<T>>}, where any values are contributed to the set. An example use
55 * is to provide a default empty set binding, which is otherwise not possible using
56 * {@link #SET}
    [all...]
  /external/dagger2/compiler/src/main/java/dagger/internal/codegen/
ContributionBinding.java 37 import java.util.Set;
60 Set<DependencyRequest> implicitDependencies() {
73 /** Represents set bindings. */
74 SET,
85 case SET:
87 return ContributionType.SET;
241 Set<ContributionType> types = EnumSet.noneOf(ContributionType.class);
258 Set<ContributionBinding> mapBindings) {
276 indexMapBindingsByAnnotationType(Set<ContributionBinding> mapBindings) {
  /external/freetype/src/base/
md5.c 66 * SET reads 4 input bytes in little-endian byte order and stores them in a
81 #define SET(n) \
84 SET(n)
86 #define SET(n) \
120 STEP(F, a, b, c, d, SET(0), 0xd76aa478, 7)
121 STEP(F, d, a, b, c, SET(1), 0xe8c7b756, 12)
122 STEP(F, c, d, a, b, SET(2), 0x242070db, 17)
123 STEP(F, b, c, d, a, SET(3), 0xc1bdceee, 22)
124 STEP(F, a, b, c, d, SET(4), 0xf57c0faf, 7)
125 STEP(F, d, a, b, c, SET(5), 0x4787c62a, 12
    [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/python/cpython2/Modules/
grpmodule.c 60 #define SET(i,val) PyStructSequence_SET_ITEM(v, i, val)
61 SET(setIndex++, PyString_FromString(p->gr_name));
63 SET(setIndex++, Py_None);
67 SET(setIndex++, PyString_FromString(p->gr_passwd));
69 SET(setIndex++, Py_None);
73 SET(setIndex++, _PyInt_FromGid(p->gr_gid));
74 SET(setIndex++, w);
75 #undef SET
  /external/python/cpython3/Modules/
grpmodule.c 65 #define SET(i,val) PyStructSequence_SET_ITEM(v, i, val)
66 SET(setIndex++, PyUnicode_DecodeFSDefault(p->gr_name));
68 SET(setIndex++, PyUnicode_DecodeFSDefault(p->gr_passwd));
70 SET(setIndex++, Py_None);
73 SET(setIndex++, _PyLong_FromGid(p->gr_gid));
74 SET(setIndex++, w);
75 #undef SET
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/crypto/cryptobyte/asn1/
asn1.go 22 // Constructed returns t with the constructed class bit set.
25 // ContextSpecific returns t with the context-specific class bit set.
39 SET = Tag(17 | classConstructed)
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/crypto/cryptobyte/asn1/
asn1.go 22 // Constructed returns t with the constructed class bit set.
25 // ContextSpecific returns t with the context-specific class bit set.
39 SET = Tag(17 | classConstructed)
  /toolchain/binutils/binutils-2.27/gas/config/
obj-ecoff.c 33 /* Set section VMAs and GP values before reloc processing. */
41 /* Set the section VMA values. We force the .sdata and .sbss
124 as_fatal (_("Can't set GP value"));
131 as_fatal (_("Can't set register masks"));
145 char *set; local
153 set = buf;
154 #define SET(ptr, count, type, size) \
159 ecoff_data (stdoutput)->debug_info.ptr = (type) set; \
160 set += hdr->count * size; \
163 SET (line, cbLine, unsigned char *, sizeof (unsigned char))
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
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.
  /external/compiler-rt/lib/tsan/rtl/
tsan_md5.cc 27 #define SET(n) \
30 SET(n)
58 STEP(F, a, b, c, d, SET(0), 0xd76aa478, 7)
59 STEP(F, d, a, b, c, SET(1), 0xe8c7b756, 12)
60 STEP(F, c, d, a, b, SET(2), 0x242070db, 17)
61 STEP(F, b, c, d, a, SET(3), 0xc1bdceee, 22)
62 STEP(F, a, b, c, d, SET(4), 0xf57c0faf, 7)
63 STEP(F, d, a, b, c, SET(5), 0x4787c62a, 12)
64 STEP(F, c, d, a, b, SET(6), 0xa8304613, 17)
65 STEP(F, b, c, d, a, SET(7), 0xfd469501, 22
    [all...]
  /external/curl/lib/
md4.c 84 * SET reads 4 input bytes in little-endian byte order and stores them
92 #define SET(n) \
95 SET(n)
97 #define SET(n) \
131 STEP(F, a, b, c, d, SET(0), 3)
132 STEP(F, d, a, b, c, SET(1), 7)
133 STEP(F, c, d, a, b, SET(2), 11)
134 STEP(F, b, c, d, a, SET(3), 19)
135 STEP(F, a, b, c, d, SET(4), 3)
136 STEP(F, d, a, b, c, SET(5), 7
    [all...]
md5.c 254 * SET reads 4 input bytes in little-endian byte order and stores them
262 #define SET(n) \
265 SET(n)
267 #define SET(n) \
301 STEP(F, a, b, c, d, SET(0), 0xd76aa478, 7)
302 STEP(F, d, a, b, c, SET(1), 0xe8c7b756, 12)
303 STEP(F, c, d, a, b, SET(2), 0x242070db, 17)
304 STEP(F, b, c, d, a, SET(3), 0xc1bdceee, 22)
305 STEP(F, a, b, c, d, SET(4), 0xf57c0faf, 7)
306 STEP(F, d, a, b, c, SET(5), 0x4787c62a, 12
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/synchronization/
vktSynchronizationBasicEventTests.cpp 66 return tcu::TestStatus::fail("Couldn't set event");
69 return tcu::TestStatus::fail("Event should be in signaled state after set");
77 return tcu::TestStatus::pass("Tests set and reset event on host pass");
110 return tcu::TestStatus::fail("Event should be in signaled state after set");
120 return tcu::TestStatus::fail("Event should be in unsignaled state after set");
122 return tcu::TestStatus::pass("Device set and reset event tests pass");
163 return tcu::TestStatus::fail("Couldn't set event");
173 enum {SET=0, WAIT, COUNT};
181 VkCommandBuffer cmdBuffers[COUNT] = {*ptrCmdBuffer[SET], *ptrCmdBuffer[WAIT]};
196 beginCommandBuffer(vk, cmdBuffers[SET]);
    [all...]
  /tools/tradefederation/core/src/com/android/tradefed/util/
IRunUtil.java 271 * Set as interruptible after some waiting time.
291 * By Default, unsetting is higher priority: meaning if an attempt to set a variable with the
301 SET,
  /cts/tests/tests/location/src/android/location/cts/asn1/base/
Asn1Tag.java 41 public static final Asn1Tag SET = new Asn1Tag(Asn1TagClass.UNIVERSAL, 17);
  /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...]

Completed in 1420 milliseconds

1 2 3 4 5 6 7 8