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

  /external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/timescale/
GenerateCTimeScaleData.java 71 Object cargs[] = {null, null, null, null, null, null, null, null, null, null, null}; local
79 cargs[0] = "ticks";
81 cargs[0] = "microseconds";
83 cargs[0] = "milliseconds";
85 cargs[0] = "seconds";
87 cargs[0] = "minutes";
89 cargs[0] = "hours";
91 cargs[0] = "days";
93 cargs[0] = "INT64_C(" + Long.toString(units) + ")";
96 cargs[1] = minMaxFilter(UniversalTimeScale.getTimeScaleValue(scale, UniversalTimeScale.EPOCH_OFFSET_VAL (…)
    [all...]
  /external/libmicrohttpd/src/testcurl/https/
test_https_get_parallel_threads.c 59 struct https_test_data *cargs = args; local
64 ret = test_https_transfer (cargs->cls,
65 cargs->cipher_suite, cargs->proto_version);
test_https_get_parallel.c 58 struct https_test_data *cargs = args; local
64 cargs->cipher_suite, cargs->proto_version);
  /external/libvncserver/
Android.mk 13 libvncserver/cargs.c \
  /external/libvncserver/examples/android/jni/
Android.mk 41 $(LIBVNCSERVER_ROOT)/libvncserver/cargs.c \
  /external/python/cpython3/Modules/_decimal/tests/
deccheck.py 546 cargs = t.cop
551 cself, cargs = t.cop[0], t.cop[1:]
557 for arg in cargs:
679 cargs = t.cop
680 t.rc = getattr(context.c, t.funcname)(*cargs)
683 cargs = t.cop[1:]
684 t.rc = getattr(cself, t.funcname)(*cargs)
    [all...]
  /external/mksh/src/
exec.c 433 union mksh_ccphack cargs; local
435 cargs.ro = t->args;
436 execve(t->str, cargs.rw, up);
    [all...]
  /external/guice/lib/build/
spring-beans.jar 
  /external/python/cpython2/Lib/test/
test_unicode.py     [all...]
  /external/python/cpython3/Lib/test/
test_unicode.py     [all...]

Completed in 325 milliseconds