HomeSort by relevance Sort by last modified time
    Searched refs:SET (Results 26 - 50 of 187) sorted by null

12 3 4 5 6 7 8

  /external/caliper/caliper/src/main/java/com/google/caliper/json/
GsonModule.java 28 import java.util.Set;
37 @Provides(type = Type.SET)
42 @Provides(type = Type.SET)
47 @Provides(type = Type.SET)
52 @Provides(type = Type.SET)
62 @Provides(type = Type.SET)
72 @Provides static Gson provideGson(Set<TypeAdapterFactory> typeAdapterFactories,
  /external/dagger2/compiler/src/it/producers-functional-tests/src/main/java/producerstest/
MultibindingProducerModule.java 23 import java.util.Set;
26 import static dagger.producers.Produces.Type.SET;
34 @Produces(type = SET)
39 @Produces(type = SET)
45 static ListenableFuture<Set<String>> futureStrs() {
46 return Futures.<Set<String>>immediateFuture(ImmutableSet.of("foo1", "foo2"));
50 static Set<String> strs() {
55 static int strCount(Set<String> strs) {
59 @Produces(type = SET)
67 static Set<String> successfulStringsForSet()
    [all...]
SimpleProducerModule.java 27 import java.util.Set;
31 import static dagger.producers.Produces.Type.SET;
133 // Set bindings.
135 @Produces(type = SET)
137 return "set of str element";
140 @Produces(type = SET)
142 return "set of str element throwing exception";
145 @Produces(type = SET)
147 return Futures.immediateFuture("set of str element");
150 @Produces(type = SET)
    [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/antlr/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;
163 label=SET;
207 return label==SET;
    [all...]
  /external/grpc-grpc-java/buildscripts/kokoro/
windows64.bat 12 set WORKSPACE=T:\src\github\grpc-java
13 set ESCWORKSPACE=%WORKSPACE:\=\\%
16 set JAVA_HOME=
17 set PATH=C:\Program Files\java\jdk1.8.0_152\bin;%PATH%
26 SET TARGET_ARCH=x86_64
27 SET FAIL_ON_WARNINGS=true
28 SET VC_PROTOBUF_LIBS=%ESCWORKSPACE%\\grpc-java-helper64\\protobuf-%PROTOBUF_VER%\\cmake\\build\\Release
29 SET VC_PROTOBUF_INCLUDE=%ESCWORKSPACE%\\grpc-java-helper64\\protobuf-%PROTOBUF_VER%\\cmake\\build\\include
30 SET GRADLE_FLAGS=-PtargetArch=%TARGET_ARCH% -PfailOnWarnings=%FAIL_ON_WARNINGS% -PvcProtobufLibs=%VC_PROTOBUF_LIBS% -PvcProtobufInclude=%VC_PROTOBUF_INCLUDE%
windows32.bat 12 set WORKSPACE=T:\src\github\grpc-java
13 set ESCWORKSPACE=%WORKSPACE:\=\\%
17 set JAVA_HOME=
18 set PATH=C:\Program Files\java\jdk1.8.0_152\bin;%PATH%
27 SET TARGET_ARCH=x86_32
28 SET FAIL_ON_WARNINGS=true
29 SET VC_PROTOBUF_LIBS=%ESCWORKSPACE%\\grpc-java-helper32\\protobuf-%PROTOBUF_VER%\\cmake\\build\\Release
30 SET VC_PROTOBUF_INCLUDE=%ESCWORKSPACE%\\grpc-java-helper32\\protobuf-%PROTOBUF_VER%\\cmake\\build\\include
31 SET GRADLE_FLAGS=-PtargetArch=%TARGET_ARCH% -PfailOnWarnings=%FAIL_ON_WARNINGS% -PvcProtobufLibs=%VC_PROTOBUF_LIBS% -PvcProtobufInclude=%VC_PROTOBUF_INCLUDE%
34 set GRADLEEXIT=%ERRORLEVEL
    [all...]
  /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/OvmfPkg/
DecomprScratchEnd.fdf.inc 72 SET gUefiOvmfPkgTokenSpaceGuid.PcdOvmfDecompressionScratchEnd = $(DECOMP_SCRATCH_BASE) + $(DECOMP_SCRATCH_SIZE)
  /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/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/skia/src/compute/hs/vk/bench/
make_bench.bat 7 set SRC_C=^
21 set SRC_CPP=sort.cpp
27 :: SET AMD_OPTS= /DHS_VK_VERBOSE_STATISTICS_AMD /DHS_VK_VERBOSE_DISASSEMBLY_AMD
28 SET AMD_OPTS= /DHS_VK_VERBOSE_STATISTICS_AMD
  /external/skqp/src/compute/hs/vk/bench/
make_bench.bat 7 set SRC_C=^
21 set SRC_CPP=sort.cpp
27 :: SET AMD_OPTS= /DHS_VK_VERBOSE_STATISTICS_AMD /DHS_VK_VERBOSE_DISASSEMBLY_AMD
28 SET AMD_OPTS= /DHS_VK_VERBOSE_STATISTICS_AMD
  /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
  /external/curl/lib/
md4.c 85 * SET reads 4 input bytes in little-endian byte order and stores them
93 #define SET(n) \
96 SET(n)
98 #define SET(n) \
132 STEP(F, a, b, c, d, SET(0), 3)
133 STEP(F, d, a, b, c, SET(1), 7)
134 STEP(F, c, d, a, b, SET(2), 11)
135 STEP(F, b, c, d, a, SET(3), 19)
136 STEP(F, a, b, c, d, SET(4), 3)
137 STEP(F, d, a, b, c, SET(5), 7
    [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...]
  /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/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/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/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
MD5.cpp 66 // SET reads 4 input bytes in little-endian byte order and stores them
68 #define SET(n) \
99 STEP(F, a, b, c, d, SET(0), 0xd76aa478, 7)
100 STEP(F, d, a, b, c, SET(1), 0xe8c7b756, 12)
101 STEP(F, c, d, a, b, SET(2), 0x242070db, 17)
102 STEP(F, b, c, d, a, SET(3), 0xc1bdceee, 22)
103 STEP(F, a, b, c, d, SET(4), 0xf57c0faf, 7)
104 STEP(F, d, a, b, c, SET(5), 0x4787c62a, 12)
105 STEP(F, c, d, a, b, SET(6), 0xa8304613, 17)
106 STEP(F, b, c, d, a, SET(7), 0xfd469501, 22
    [all...]
  /external/dagger2/compiler/src/it/functional-tests/src/main/java/test/
MultibindingModule.java 28 import java.util.Set;
33 import static dagger.Provides.Type.SET;
61 @Provides(type = SET)
66 @Provides(type = SET)
72 static Set<String> provideMapKeys(Map<String, Provider<String>> map) {
176 @Provides(type = SET)

Completed in 726 milliseconds

12 3 4 5 6 7 8