HomeSort by relevance Sort by last modified time
    Searched defs:orig_name (Results 1 - 8 of 8) sorted by null

  /external/mesa3d/src/compiler/glsl/
link_varyings.h 126 return this->orig_name;
189 const char *orig_name; member in class:tfeedback_decl
192 * The name of the variable, parsed from orig_name.
197 * True if the declaration in orig_name represents an array.
202 * If is_subscripted is true, the subscript that was specified in orig_name.
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/
module.c 178 PyObject* orig_name; local
183 if (!PyArg_ParseTuple(args, "SO", &orig_name, &callable)) {
188 name = PyObject_CallMethod(orig_name, "upper", "");
  /external/python/cpython2/Modules/_sqlite/
module.c 178 PyObject* orig_name; local
183 if (!PyArg_ParseTuple(args, "SO", &orig_name, &callable)) {
188 name = PyObject_CallMethod(orig_name, "upper", "");
  /external/python/cpython3/Modules/_sqlite/
module.c 184 PyObject* orig_name; local
190 if (!PyArg_ParseTuple(args, "UO", &orig_name, &callable)) {
195 name = _PyObject_CallMethodId(orig_name, &PyId_upper, NULL);
  /external/selinux/libsepol/cil/src/
android.c 18 char *orig_name; member in struct:version_datum
96 datum->orig_name = DATUM(node->data)->name;
97 key = datum->orig_name;
  /external/wpa_supplicant_8/wpa_supplicant/
config_file.c 1509 const char *orig_name = name; local
    [all...]
  /dalvik/dx/etc/
jasmin.jar 
  /prebuilts/tools/common/jasmin/
jasmin.jar 

Completed in 2461 milliseconds