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

  /dalvik/dx/tests/111-use-null-as-array/
multidimensional.sh 25 local defaultvalue=$3
53 ; array[1][1] = $defaultvalue;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
abstract.c 88 value, then the defaultvalue is returned. If one of the calls fails,
93 _PyObject_LengthHint(PyObject *o, Py_ssize_t defaultvalue)
111 return defaultvalue;
118 return defaultvalue;
127 return defaultvalue;
129 rv = PyNumber_Check(ro) ? PyInt_AsSsize_t(ro) : defaultvalue;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
abstract.c 88 value, then the defaultvalue is returned. If one of the calls fails,
93 _PyObject_LengthHint(PyObject *o, Py_ssize_t defaultvalue)
111 return defaultvalue;
118 return defaultvalue;
127 return defaultvalue;
129 rv = PyLong_Check(ro) ? PyLong_AsSsize_t(ro) : defaultvalue;
    [all...]
  /external/python/cpython2/Objects/
abstract.c 88 value, then the defaultvalue is returned. If one of the calls fails,
93 _PyObject_LengthHint(PyObject *o, Py_ssize_t defaultvalue)
111 return defaultvalue;
118 return defaultvalue;
127 return defaultvalue;
129 rv = PyNumber_Check(ro) ? PyInt_AsSsize_t(ro) : defaultvalue;
    [all...]
  /external/python/cpython3/Objects/
abstract.c 80 or o.__length_hint__(). If those methods aren't found the defaultvalue is
86 PyObject_LengthHint(PyObject *o, Py_ssize_t defaultvalue)
109 return defaultvalue;
116 return defaultvalue;
122 return defaultvalue;
    [all...]
  /external/guice/extensions/struts2/lib/
ant-1.6.5.jar 
  /external/jarjar/lib/
apache-ant-1.9.4.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
ant.jar 

Completed in 756 milliseconds