Home
last modified time | relevance | path

Searched refs:opts1 (Results 1 – 6 of 6) sorted by relevance

/external/syzkaller/vendor/google.golang.org/appengine/datastore/
Dsave.go203 var opts1 saveOpts
204 opts1.noIndex = opts.noIndex || f.noIndex
205 opts1.multiple = opts.multiple
206 opts1.omitEmpty = f.omitEmpty // don't propagate
209 opts1.multiple = true
211 if err := saveStructProperty(props, name, opts1, v.Index(j)); err != nil {
218 if err := saveStructProperty(props, name, opts1, v); err != nil {
/external/grpc-grpc-java/core/src/test/java/io/grpc/
DCallOptionsTest.java201 CallOptions opts1 = CallOptions.DEFAULT.withStreamTracerFactory(tracerFactory1); in withStreamTracerFactory() local
202 CallOptions opts2 = opts1.withStreamTracerFactory(tracerFactory2); in withStreamTracerFactory()
205 assertThat(opts1.getStreamTracerFactories()).containsExactly(tracerFactory1); in withStreamTracerFactory()
/external/llvm/unittests/Support/
DCommandLineTest.cpp240 const char *opts1[] = { "-tool", "-option=x" }; in TEST() local
242 testAliasRequired(array_lengthof(opts1), opts1); in TEST()
/external/u-boot/drivers/usb/eth/
Dr8152.h514 __le32 opts1; member
536 __le32 opts1; member
Dr8152.c1224 u32 opts1, opts2 = 0; in r8152_send_common() local
1233 opts1 = length | TX_FS | TX_LS; in r8152_send_common()
1236 tx_desc->opts1 = cpu_to_le32(opts1); in r8152_send_common()
1301 packet_len = le32_to_cpu(rx_desc->opts1) & RX_LEN_MASK; in r8152_recv()
1527 packet_len = le32_to_cpu(rx_desc->opts1) & RX_LEN_MASK; in r8152_eth_recv()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/
DCommandLineTest.cpp312 const char *opts1[] = { "-tool", "-option=x" }; in TEST() local
314 testAliasRequired(array_lengthof(opts1), opts1); in TEST()