HomeSort by relevance Sort by last modified time
    Searched defs:arg (Results 126 - 150 of 984) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/srec/tools/thirdparty/OpenFst/fst/lib/
compat.cpp 49 string arg = argval; local
52 // split argval (arg=val) into arg and val
55 arg = argval.substr(0, pos);
61 if (bool_register->InitFlag(arg, val))
65 if (string_register->InitFlag(arg, val))
69 if (int32_register->InitFlag(arg, val))
73 if (int64_register->InitFlag(arg, val))
77 if (double_register->InitFlag(arg, val))
  /external/stlport/stlport/stl/
_complex.h 738 _Tp _STLP_CALL arg(const complex<_Tp>& __z);
760 _STLP_DECLSPEC float _STLP_CALL arg(const complex<float>&);
762 _STLP_DECLSPEC double _STLP_CALL arg(const complex<double>&);
773 _Tp _STLP_CALL arg(const complex<_Tp>& __z) function
774 { return _Tp(arg(complex<double>(double(__z.real()), double(__z.imag())))); }
784 _STLP_DECLSPEC long double _STLP_CALL arg(const complex<long double>&);
  /external/valgrind/main/auxprogs/
ppc64shifts.c 9 void do_sradi_##nnn ( ULong arg, /*OUT*/ULong* res, /*OUT*/ULong* xer ) \
11 ULong argW = arg; \
161 void do_srawi_##nnn ( ULong arg, /*OUT*/ULong* res, /*OUT*/ULong* xer ) \
163 ULong argW = arg; \
432 ULong arg, res, xer; local
435 for (j = 0; j < N_ARGS64; j++) { /* arg */
436 arg = args64[j];
439 fn( arg, &res, &xer );
441 name, arg, (int)i, res, (int)((xer >> 29 & 1)));
452 for (j = 0; j < N_ARGS64; j++) { /* arg */
    [all...]
  /external/valgrind/main/memcheck/tests/
leak-pool.c 98 int arg; local
107 arg = atoi( argv[1] );
108 set_flags( arg );
  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
addinterface.cpp 82 QStringList arg = (*it).split(QChar('\t')); local
83 if (arg.size() < 3)
89 item->setText(0, arg[0]);
90 item->setText(1, arg[1]);
91 item->setText(2, arg[2]);
  /external/zlib/src/contrib/puff/
pufftest.c 92 char *arg, *name = NULL; local
98 while (arg = *++argv, --argc)
99 if (arg[0] == '-') {
100 if (arg[1] == 'w' && arg[2] == 0)
102 else if (arg[1] == 'f' && arg[2] == 0)
104 else if (arg[1] >= '0' && arg[1] <= '9')
105 skip = (unsigned)atoi(arg + 1)
    [all...]
  /frameworks/base/core/java/com/android/internal/os/
BaseCommand.java 97 String arg = mArgs[mNextArg]; local
98 if (!arg.startsWith("-")) {
102 if (arg.equals("--")) {
105 if (arg.length() > 1 && arg.charAt(1) != '-') {
106 if (arg.length() > 2) {
107 mCurArgData = arg.substring(2);
108 return arg.substring(0, 2);
111 return arg;
115 return arg;
124 String arg = mCurArgData; local
139 String arg = nextArg(); local
    [all...]
  /hardware/ti/omap4xxx/ion/
linux_ion.h 55 unsigned long arg; member in struct:ion_custom_data
  /libcore/dom/src/test/java/org/w3c/domts/level2/core/
setNamedItemNS01.java 34 * The "setNamedItemNS(arg)" method for a
36 * arg is an Attr that is already an attribute of another Element object.
40 * Invoke method setNamedItemNS(arg) on the map of the first "address" element with
41 * arg being the attr node from above. Method should raise
81 Node arg; local
89 arg = anotherMap.getNamedItemNS("http://www.netzero.com", "domestic");
96 setNode = map.setNamedItemNS(arg);
setNamedItemNS02.java 34 * The "setNamedItemNS(arg)" method for a
35 * NamedNodeMap should raise WRONG_DOCUMENT_ERR DOMException if arg was
41 * Invoke method setNamedItemNS(arg) with arg being the attr node from above.
76 Node arg; local
83 arg = anotherDoc.createAttributeNS(namespaceURI, qualifiedName);
84 arg.setNodeValue("Maybe");
92 setNode = attributes.setNamedItemNS(arg);
setNamedItemNS03.java 34 * The "setNamedItemNS(arg)" method for a
40 * Invoke method setNamedItemNS(arg) on the map of the first "address"
41 * element where arg is identified by the namespaceURI and qualifiedName
72 Node arg; local
80 arg = doc.createAttributeNS(namespaceURI, qualifiedName);
81 arg.setNodeValue("newValue");
85 setNode = attributes.setNamedItemNS(arg);
setNamedItemNS05.java 34 * The "setNamedItemNS(arg)" method for a
35 * NamedNodeMap should replace an existing node n1 found in the map with arg if n1
36 * has the same namespaceURI and localName as arg and return n1.
40 * Invoke method setNamedItemNS(arg) on the map of the first "address"
72 Node arg; local
79 arg = doc.createAttributeNS(namespaceURI, qualifiedName);
80 arg.setNodeValue("newValue");
84 retnode = attributes.setNamedItemNS(arg);
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_complex.h 738 _Tp _STLP_CALL arg(const complex<_Tp>& __z);
760 _STLP_DECLSPEC float _STLP_CALL arg(const complex<float>&);
762 _STLP_DECLSPEC double _STLP_CALL arg(const complex<double>&);
773 _Tp _STLP_CALL arg(const complex<_Tp>& __z) function
774 { return _Tp(arg(complex<double>(double(__z.real()), double(__z.imag())))); }
784 _STLP_DECLSPEC long double _STLP_CALL arg(const complex<long double>&);
  /ndk/sources/host-tools/sed-4.2.1/sed/
sed.c 341 char *arg = argv[optind++]; local
342 the_program = compile_string(the_program, arg, strlen(arg));
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
EditDistanceTests.java 89 final String arg = "The quick brown fox jumps over the lazy dog."; local
90 final int dist = BinaryDictionary.editDistance(arg, arg);
  /packages/inputmethods/LatinIME/tools/dicttool/src/com/android/inputmethod/latin/dicttool/
Test.java 75 final String arg = mArgs[i++]; local
76 if ("-s".equals(arg)) {
78 } else if ("-m".equals(arg)) {
81 mUsedTestMethods.add(arg);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
n_r3964.h 91 int arg; member in struct:r3964_client_message
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
n_r3964.h 91 int arg; member in struct:r3964_client_message
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
n_r3964.h 91 int arg; member in struct:r3964_client_message
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_complex.h 738 _Tp _STLP_CALL arg(const complex<_Tp>& __z);
760 _STLP_DECLSPEC float _STLP_CALL arg(const complex<float>&);
762 _STLP_DECLSPEC double _STLP_CALL arg(const complex<double>&);
773 _Tp _STLP_CALL arg(const complex<_Tp>& __z) function
774 { return _Tp(arg(complex<double>(double(__z.real()), double(__z.imag())))); }
784 _STLP_DECLSPEC long double _STLP_CALL arg(const complex<long double>&);
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_complex.h 738 _Tp _STLP_CALL arg(const complex<_Tp>& __z);
760 _STLP_DECLSPEC float _STLP_CALL arg(const complex<float>&);
762 _STLP_DECLSPEC double _STLP_CALL arg(const complex<double>&);
773 _Tp _STLP_CALL arg(const complex<_Tp>& __z) function
774 { return _Tp(arg(complex<double>(double(__z.real()), double(__z.imag())))); }
784 _STLP_DECLSPEC long double _STLP_CALL arg(const complex<long double>&);
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_complex.h 738 _Tp _STLP_CALL arg(const complex<_Tp>& __z);
760 _STLP_DECLSPEC float _STLP_CALL arg(const complex<float>&);
762 _STLP_DECLSPEC double _STLP_CALL arg(const complex<double>&);
773 _Tp _STLP_CALL arg(const complex<_Tp>& __z) function
774 { return _Tp(arg(complex<double>(double(__z.real()), double(__z.imag())))); }
784 _STLP_DECLSPEC long double _STLP_CALL arg(const complex<long double>&);
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_complex.h 738 _Tp _STLP_CALL arg(const complex<_Tp>& __z);
760 _STLP_DECLSPEC float _STLP_CALL arg(const complex<float>&);
762 _STLP_DECLSPEC double _STLP_CALL arg(const complex<double>&);
773 _Tp _STLP_CALL arg(const complex<_Tp>& __z) function
774 { return _Tp(arg(complex<double>(double(__z.real()), double(__z.imag())))); }
784 _STLP_DECLSPEC long double _STLP_CALL arg(const complex<long double>&);
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_complex.h 738 _Tp _STLP_CALL arg(const complex<_Tp>& __z);
760 _STLP_DECLSPEC float _STLP_CALL arg(const complex<float>&);
762 _STLP_DECLSPEC double _STLP_CALL arg(const complex<double>&);
773 _Tp _STLP_CALL arg(const complex<_Tp>& __z) function
774 { return _Tp(arg(complex<double>(double(__z.real()), double(__z.imag())))); }
784 _STLP_DECLSPEC long double _STLP_CALL arg(const complex<long double>&);
  /system/core/fastboot/
usbtest.c 154 char *arg = *argv++; local
155 if(!strncmp(arg,"count=",6)) {
156 arg_count = atoi(arg + 6);
157 } else if(!strncmp(arg,"size=",5)) {
158 arg_size = atoi(arg + 5);
160 fprintf(stderr,"unknown argument: %s\n", arg);

Completed in 3082 milliseconds

1 2 3 4 56 7 8 91011>>