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

1 2 34 5 6 7 8

  /external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/asn1/
DLSet.java 8 * The DLSet encodes ASN.1 SET value without element ordering,
13 * <h4>8.11 Encoding of a set value </h4>
14 * <b>8.11.1</b> The encoding of a set value shall be constructed
18 * ASN.1 definition of the set type, in an order chosen by the sender,
26 * NOTE &mdash; The order of data values in a set value is not significant,
30 * <h4>9.3 Set components</h4>
31 * The encodings of the component values of a set value shall
40 * <h4>10.3 Set components</h4>
41 * The encodings of the component values of a set value shall appear
45 * NOTE &mdash; Where a component of the set is an untagged choice type
    [all...]
ASN1TaggedObject.java 209 case BERTags.SET:
ASN1InputStream.java 188 case SET:
275 case SET:
  /external/grpc-grpc-java/buildscripts/
make_dependencies.bat 0 set PROTOBUF_VER=3.5.1
2 set CMAKE_NAME=cmake-3.3.2-win32-x86
20 set PATH=%PATH%;%cd%\%CMAKE_NAME%\bin
31 @rem If vcvars64.bat has set PLATFORM to X64, then inform cmake to use the Win64 version of VS
34 SET CMAKE_VSARCH= Win64
36 SET CMAKE_VSARCH=
  /external/python/cpython2/Modules/_ctypes/
cfield.c 440 /* how to decode the size field, for integer get/set functions */
444 /* Doesn't work if NUM_BITS(size) == 0, but it never happens in SET() call. */
457 #define SET(type, x, v, size) \
532 *(signed char *)ptr = SET(signed char, *(signed char *)ptr, val, size);
551 *(unsigned char *)ptr = SET(unsigned char, *(unsigned char*)ptr, val, size);
572 x = SET(short, x, val, size);
587 field = SET(short, field, val, size);
620 x = SET(unsigned short, x, val, size);
634 field = SET(unsigned short, field, val, size);
668 x = SET(int, x, val, size)
    [all...]
  /external/python/cpython3/Modules/_ctypes/
cfield.c 430 /* how to decode the size field, for integer get/set functions */
434 /* Doesn't work if NUM_BITS(size) == 0, but it never happens in SET() call. */
447 #define SET(type, x, v, size) \
522 *(signed char *)ptr = SET(signed char, *(signed char *)ptr, val, size);
541 *(unsigned char *)ptr = SET(unsigned char, *(unsigned char*)ptr, val, size);
562 x = SET(short, x, val, size);
577 field = SET(short, field, val, size);
610 x = SET(unsigned short, x, val, size);
624 field = SET(unsigned short, field, val, size);
658 x = SET(int, x, val, size)
    [all...]
  /external/elfutils/libdw/
dwarf_getsrclines.c 110 /* Set the line information. For some fields we use bitfields,
119 /* Set the line information. For some fields we use bitfields,
123 #define SET(field) \
130 SET (addr);
131 SET (op_index);
132 SET (file);
133 SET (line);
134 SET (column);
135 SET (is_stmt);
136 SET (basic_block)
    [all...]
  /external/libmtp/logs/
mtp-detect-asus-memo-pad7.txt 143 1016: Set device property value
149 9804: Set object property value
152 9811: Set object references
174 dc07: Object File Name STRING data type GET/SET
185 dc07: Object File Name STRING data type GET/SET
196 dc07: Object File Name STRING data type GET/SET
207 dc07: Object File Name STRING data type GET/SET
218 dc07: Object File Name STRING data type GET/SET
238 dc07: Object File Name STRING data type GET/SET
258 dc07: Object File Name STRING data type GET/SET
    [all...]
mtp-detect-asus-memo-pad7_2.txt 78 1016: Set device property value
84 9804: Set object property value
87 9811: Set object references
109 dc07: Object File Name STRING data type GET/SET
120 dc07: Object File Name STRING data type GET/SET
131 dc07: Object File Name STRING data type GET/SET
142 dc07: Object File Name STRING data type GET/SET
153 dc07: Object File Name STRING data type GET/SET
173 dc07: Object File Name STRING data type GET/SET
193 dc07: Object File Name STRING data type GET/SET
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/Makefiles/
NmakeSubdirs.bat 15 @set TOOL_ERROR=0
17 SET NMAKE_COMMAND=%1
27 set /A TOOL_ERROR= %TOOL_ERROR% + %ERRORLEVEL%
41 set /A TOOL_ERROR=%TOOL_ERROR%+%ERRORLEVEL%
  /external/dagger2/compiler/src/main/java/dagger/internal/codegen/
FrameworkField.java 77 case SET:
97 case SET:
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) {
ProductionBinding.java 27 import java.util.Set;
61 Set<DependencyRequest> implicitDependencies() {
82 case SET:
84 return ContributionType.SET;
  /external/llvm/include/llvm/CodeGen/
DFAPacketizer.h 16 // the packetizing mechanism, the input is the set of instruction classes for
18 // consumption for a given set of instructions in a packet. A transition
89 const unsigned *SET);
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DFAPacketizer.h 16 // the packetizing mechanism, the input is the set of instruction classes for
18 // consumption for a given set of instructions in a packet. A transition
95 const unsigned *SET);
  /bionic/libc/bionic/
fts.c 64 #define SET(opt) (sp->fts_options |= (opt))
88 SET(FTS_NOCHDIR);
146 * finished the node before the root(s); set p->fts_info to FTS_INIT
162 SET(FTS_NOCHDIR);
184 * actually enter the directory until after the preorder visit, set
261 /* Set current node pointer. */
319 * to make the names come out right, and set the parent errno
321 * Set the FTS_DONTCHDIR flag so that when we logically change
356 SET(FTS_STOP);
394 * Done; free everything up and set errno to 0 so the use
    [all...]
  /art/test/710-varhandle-creation/src/
Main.java 278 checkVarHandleAccessMode(vz, VarHandle.AccessMode.SET, true, "(Main,boolean)void");
314 checkVarHandleAccessMode(vb, VarHandle.AccessMode.SET, true, "(Main,byte)void");
350 checkVarHandleAccessMode(vc, VarHandle.AccessMode.SET, true, "(Main,char)void");
386 checkVarHandleAccessMode(vs, VarHandle.AccessMode.SET, true, "(Main,short)void");
422 checkVarHandleAccessMode(vi, VarHandle.AccessMode.SET, true, "(Main,int)void");
458 checkVarHandleAccessMode(vj, VarHandle.AccessMode.SET, true, "(Main,long)void");
494 checkVarHandleAccessMode(vf, VarHandle.AccessMode.SET, true, "(Main,float)void");
    [all...]
  /external/python/cpython3/Modules/
timemodule.c 270 Set the time of the specified clock clk_id.");
303 Set the time of the specified clock clk_id with nanoseconds.");
425 #define SET(i,val) PyStructSequence_SET_ITEM(v, i, PyLong_FromLong((long) val))
427 SET(0, p->tm_year + 1900);
428 SET(1, p->tm_mon + 1); /* Want January == 1 */
429 SET(2, p->tm_mday);
430 SET(3, p->tm_hour);
431 SET(4, p->tm_min);
432 SET(5, p->tm_sec);
433 SET(6, (p->tm_wday + 6) % 7); /* Want Monday == 0 *
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
ASN1TaggedObject.java 204 case BERTags.SET:
ASN1InputStream.java 181 case SET:
266 case SET:
  /external/dagger2/compiler/src/test/java/dagger/internal/codegen/
KeyTest.java 28 import java.util.Set;
47 import static dagger.Provides.Type.SET;
159 TypeElement setElement = elements.getTypeElement(Set.class.getCanonicalName());
176 @Provides(type = SET) String provideString() {
180 @Provides(type = SET_VALUES) Set<String> provideStrings() {
247 TypeElement setElement = elements.getTypeElement(Set.class.getCanonicalName());
264 @Produces(type = Produces.Type.SET) String produceString() {
268 @Produces(type = Produces.Type.SET) ListenableFuture<String> produceFutureString() {
272 @Produces(type = Produces.Type.SET_VALUES) Set<String> produceStrings() {
277 ListenableFuture<Set<String>> produceFutureStrings()
    [all...]
  /external/guice/extensions/dagger-adapter/src/com/google/inject/daggeradapter/
DaggerMethodScanner.java 32 import java.util.Set;
45 public Set<? extends Class<? extends Annotation>> annotationClasses() {
68 case SET:
  /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/AVR/
inst-family-set-clr-flag.s 5 ; Flag set operations
31 ; SET
33 set
85 ; CHECK: set ; encoding: [0x68,0x94]
86 ; CHECK: set ; encoding: [0x68,0x94]
  /external/kotlinc/bin/
kotlinc.bat 19 if "%_KOTLIN_COMPILER%"=="" set _KOTLIN_COMPILER=org.jetbrains.kotlin.cli.jvm.K2JVMCompiler
22 if exist "%JAVA_HOME%\bin\java.exe" set "_JAVACMD=%JAVA_HOME%\bin\java.exe"
25 if "%_JAVACMD%"=="" set _JAVACMD=java
28 if "%JAVA_OPTS%"=="" set JAVA_OPTS=-Xmx256M -Xms32M
34 SET _ADDITIONAL_CLASSPATH=""
37 set _ADDITIONAL_CLASSPATH=;%_KOTLIN_HOME%\lib\%_KOTLIN_TOOL%
52 set _BIN_DIR=
53 for %%i in (%~sf0) do set _BIN_DIR=%_BIN_DIR%%%~dpsi
54 set _KOTLIN_HOME=%_BIN_DIR%..
  /external/llvm/lib/CodeGen/
DFAPacketizer.cpp 16 // the packetizing mechanism, the input is the set of instruction classes for
18 // consumption for a given set of instructions in a packet. A transition
61 const unsigned *SET):
63 DFAStateEntryTable(SET) {

Completed in 2662 milliseconds

1 2 34 5 6 7 8