HomeSort by relevance Sort by last modified time
    Searched refs:opts1 (Results 1 - 7 of 7) sorted by null

  /bionic/libc/bionic/
mntent.cpp 44 int fsname0, fsname1, dir0, dir1, type0, type1, opts0, opts1; local
46 &fsname0, &fsname1, &dir0, &dir1, &type0, &type1, &opts0, &opts1,
58 buf[opts1] = '\0';
  /external/syzkaller/vendor/google.golang.org/appengine/datastore/
save.go 203 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/
CallOptionsTest.java 201 CallOptions opts1 = CallOptions.DEFAULT.withStreamTracerFactory(tracerFactory1); local
202 CallOptions opts2 = opts1.withStreamTracerFactory(tracerFactory2);
205 assertThat(opts1.getStreamTracerFactories()).containsExactly(tracerFactory1);
  /external/llvm/unittests/Support/
CommandLineTest.cpp 240 const char *opts1[] = { "-tool", "-option=x" }; local
242 testAliasRequired(array_lengthof(opts1), opts1); local
  /external/u-boot/drivers/usb/eth/
r8152.c 1224 u32 opts1, opts2 = 0; local
1233 opts1 = length | TX_FS | TX_LS;
1236 tx_desc->opts1 = cpu_to_le32(opts1);
1301 packet_len = le32_to_cpu(rx_desc->opts1) & RX_LEN_MASK;
    [all...]
r8152.h 514 __le32 opts1; member in struct:rx_desc
536 __le32 opts1; member in struct:tx_desc
  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/
CommandLineTest.cpp 312 const char *opts1[] = { "-tool", "-option=x" }; local
314 testAliasRequired(array_lengthof(opts1), opts1); local

Completed in 251 milliseconds