HomeSort by relevance Sort by last modified time
    Searched refs:_type (Results 151 - 175 of 278) sorted by null

1 2 3 4 5 67 8 91011>>

  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/linux/
moduleparam.h 32 #define __MODULE_PARM_TYPE(name, _type) __MODULE_INFO(parmtype, name##type, #name ":" _type)
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/
moduleparam.h 32 #define __MODULE_PARM_TYPE(name, _type) __MODULE_INFO(parmtype, name##type, #name ":" _type)
  /external/chromium_org/third_party/skia/bench/
RectBench.cpp 244 RectBench(2), fMode(mode), _type(type) {
264 if (_type == KMaskShader) {
276 switch (_type) {
303 kMaskType _type; member in class:BlitMaskBench
  /external/skia/bench/
RectBench.cpp 244 RectBench(2), fMode(mode), _type(type) {
264 if (_type == KMaskShader) {
276 switch (_type) {
303 kMaskType _type; member in class:BlitMaskBench
  /prebuilts/misc/common/swig/include/2.0.11/d/
dswigtype.swg 40 %typemap(in, canthrow=1) SWIGTYPE ($&1_type argp)
43 SWIG_DSetPendingException(SWIG_DIllegalArgumentException, "Attempt to dereference null $1_type");
54 memmove($1ptr, &$1, sizeof($1_type));
63 SWIG_DSetPendingException(SWIG_DIllegalArgumentException, "Unexpected null return for type $1_type");
120 SWIG_DSetPendingException(SWIG_DIllegalArgumentException, "$1_type type is null");
129 SWIG_DSetPendingException(SWIG_DIllegalArgumentException, "Unexpected null return for type $1_type");
  /prebuilts/misc/common/swig/include/2.0.11/mzscheme/
std_vector.i 50 (($1_type &)$1)[i] =
69 $1 = *(($&1_type)
108 T* x = new T((($1_type &)$1)[i]);
243 (($1_type &)$1)[i] = (T)(CONVERT_FROM(o));
264 $1 = *(($&1_type)
308 els[i] = CONVERT_TO((($1_type &)$1)[i]);
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DTMDefaultBase.java 459 protected short _type(int identity) method in class:DTMDefaultBase
670 int type = _type(index);
1073 int type = _type(identity);
1082 type = _type(identity);
    [all...]
DTMDefaultBaseTraversers.java 708 int type = _type(current); // may call nextNode()
846 int type = _type(context);
936 int type = _type(current); // may call nextNode()
    [all...]
  /frameworks/base/core/java/android/view/
WindowManager.java     [all...]
  /prebuilts/misc/common/swig/include/2.0.11/guile/
typemaps.i 125 resultptr = ($&1_ltype) malloc(sizeof($1_type));
126 memmove(resultptr, &$1, sizeof($1_type));
141 resultptr = ($&1_ltype) malloc(sizeof($1_type));
142 memmove(resultptr, &$1, sizeof($1_type));
149 %typemap(in) enum SWIGTYPE { $1 = ($1_type) scm_to_int($input); }
  /prebuilts/misc/common/swig/include/2.0.11/php/
php.swg 394 $&1_ltype resultobj = ($&1_ltype) emalloc(sizeof($1_type));
395 memcpy(resultobj, &$1, sizeof($1_type));
417 %define %php_typecheck(_type,_prec,is)
418 %typemap(typecheck,precedence=_prec) _type, const _type &
478 zend_throw_exception(NULL, const_cast<char*>("C++ $1_type exception thrown"), $1 TSRMLS_CC);
484 zend_throw_exception(NULL, const_cast<char*>("C++ $1_type exception thrown"), 0 TSRMLS_CC);
  /external/chromium_org/gpu/command_buffer/service/
program_manager.h 58 GLsizei _size, GLenum _type, GLint _fake_location_base,
81 VertexAttrib(GLsizei _size, GLenum _type, const std::string& _name,
84 type(_type),
  /prebuilts/misc/common/swig/include/2.0.11/cffi/
cffi.swg 71 %typemap(ctype) SWIGTYPE "$&1_type";
93 %typemap(out) SWIGTYPE "$result = new $1_type($1);";
96 $result = ($&1_ltype) malloc(sizeof($1_type));
97 memmove($result, &$1, sizeof($1_type));
202 %typemap(out) SWIGTYPE "$result = new $1_type($1);";
205 $result = ($&1_ltype) malloc(sizeof($1_type));
206 memmove($result, &$1, sizeof($1_type));
  /prebuilts/misc/common/swig/include/2.0.11/pike/
pike.swg 142 resultptr = ($&1_ltype) malloc(sizeof($1_type));
143 memmove(resultptr, &$1, sizeof($1_type));
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
pprint.py 52 _type = type variable
141 typ = _type(object)
251 typ = _type(object)
336 % (_type(object).__name__, _id(object)))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
pprint.py 52 _type = type variable
141 typ = _type(object)
251 typ = _type(object)
336 % (_type(object).__name__, _id(object)))
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
CookieParser.js 209 this._type = type;
235 return this._type;
  /external/qemu/android/
cmdline-option.c 32 #define OPTION(_name,_type,_config) \
33 { #_name, offsetof(AndroidOptions,_name), _type, _config },
  /external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar 
  /prebuilts/misc/common/antlr/
antlr-3.4-complete.jar 
  /external/chromium_org/gpu/command_buffer/client/
program_info_manager.cc 149 UniformInfo(GLsizei _size, GLenum _type, const std::string& _name);
158 VertexAttrib(GLsizei _size, GLenum _type, const std::string& _name,
161 type(_type),
228 GLsizei _size, GLenum _type, const std::string& _name)
230 type(_type),
  /external/wpa_supplicant_8/src/drivers/
ndis_events.c 197 int _type; local
201 _type = (int) type;
202 os_memcpy(buf, &_type, sizeof(_type));
203 pos = buf + sizeof(_type);
  /prebuilts/misc/common/swig/include/2.0.11/java/
boost_intrusive_ptr.i 25 %typemap(in) CONST TYPE ($&1_type argp = 0, SWIG_SHARED_PTR_QNAMESPACE::shared_ptr< CONST TYPE > *smartarg = 0) %{
29 SWIG_JavaThrowException(jenv, SWIG_JavaNullPointerException, "Attempt to dereference null $1_type");
64 SWIG_JavaThrowException(jenv, SWIG_JavaNullPointerException, "$1_type reference is null");
101 %typemap(in) SWIG_INTRUSIVE_PTR_QNAMESPACE::intrusive_ptr< CONST TYPE > ($&1_type argp, SWIG_SHARED_PTR_QNAMESPACE::shared_ptr< CONST TYPE > * smartarg) %{
117 %typemap(in) SWIG_SHARED_PTR_QNAMESPACE::shared_ptr< CONST TYPE > swigSharedPtrUpcast ($&1_type smartarg) %{
199 #error "typemaps for $1_type not available"
202 #error "typemaps for $1_type not available"
337 %typemap(in) CONST TYPE ($&1_type argp = 0) %{
340 SWIG_JavaThrowException(jenv, SWIG_JavaNullPointerException, "Attempt to dereference null $1_type");
359 SWIG_JavaThrowException(jenv, SWIG_JavaNullPointerException, "$1_type reference is null")
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/sax2dtm/
SAX2DTM.java 509 int type = _type(identity);
535 type = _type(identity);
1002 int type = _type(identity);
    [all...]
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-private.hh 124 #define _ASSERT_TYPE_POD1(_line, _type) union _type_##_type##_on_line_##_line##_is_not_POD { _type instance; }
125 #define _ASSERT_TYPE_POD0(_line, _type) _ASSERT_TYPE_POD1 (_line, _type)
126 #define ASSERT_TYPE_POD(_type) _ASSERT_TYPE_POD0 (__LINE__, _type)

Completed in 621 milliseconds

1 2 3 4 5 67 8 91011>>