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

1 2 3 4 5 6 78 91011>>

  /external/harfbuzz_ng/src/
hb-private.hh 191 #define _ASSERT_TYPE_POD1(_line, _type) union _type_##_type##_on_line_##_line##_is_not_POD { _type instance; }
192 #define _ASSERT_TYPE_POD0(_line, _type) _ASSERT_TYPE_POD1 (_line, _type)
193 #define ASSERT_TYPE_POD(_type) _ASSERT_TYPE_POD0 (__LINE__, _type)
  /external/opencv/cxcore/src/
cxarray.cpp 789 icvGetNodePtr( CvSparseMat* mat, const int* idx, int* _type,
879 if( _type )
880 *_type = CV_MAT_TYPE(mat->type);
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/sax2dtm/
SAX2RTFDTM.java 183 if (_type(id)==DTM.DOCUMENT_NODE) {
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
NetworkRequest.js 59 this._type = WebInspector.resourceTypes.Other;
445 return this._type;
450 this._type = x;
778 return this._type;
  /external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
media_opt_util.cc 39 _type(kNone),
66 _type = kNackFec;
218 _type = kNack;
249 _type = kFec;
  /prebuilts/misc/common/swig/include/2.0.11/go/
go.swg 396 %typemap(in) SWIGTYPE ($&1_type argp)
400 _swig_gopanic("Attempt to dereference null $1_type");
411 memmove($1ptr, &$1, sizeof($1_type));
430 _swig_gopanic("C++ $1_type exception thrown");
  /prebuilts/misc/common/swig/include/2.0.11/java/
boost_shared_ptr.i 24 %typemap(in) CONST TYPE ($&1_type argp = 0) %{
27 SWIG_JavaThrowException(jenv, SWIG_JavaNullPointerException, "Attempt to dereference null $1_type");
46 SWIG_JavaThrowException(jenv, SWIG_JavaNullPointerException, "$1_type reference is null");
60 %typemap(in) SWIG_SHARED_PTR_QNAMESPACE::shared_ptr< CONST TYPE > ($&1_type argp)
88 #error "typemaps for $1_type not available"
91 #error "typemaps for $1_type not available"
  /prebuilts/misc/common/swig/include/2.0.11/lua/
luatypemaps.swg 214 resultptr = ($&1_ltype) malloc(sizeof($1_type));
215 memmove(resultptr, &$1, sizeof($1_type));
  /external/valgrind/main/mpi/
mpiwrap_type_test.c 248 #define TRY(_commit_free,_type,_name) \
249 do { Ty ty = (_type); \
  /prebuilts/misc/common/swig/include/2.0.11/chicken/
chicken.swg 129 "static const $1_type $result = $value;"
338 resultptr = ($&1_ltype) malloc(sizeof($1_type));
339 memmove(resultptr, &$1, sizeof($1_type));
356 resultptr = ($&1_ltype) malloc(sizeof($1_type));
357 memmove(resultptr, &$1, sizeof($1_type));
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DTMDefaultBaseIterators.java     [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/extensions/
ExtensionAPI.js 133 this._type = type;
144 extensionServer.sendRequest({ command: commands.Subscribe, type: this._type });
146 extensionServer.registerHandler("notify-" + this._type, this._dispatch.bind(this));
160 extensionServer.sendRequest({ command: commands.Unsubscribe, type: this._type });
810 this._type = resourceData.type;
821 return this._type;
  /prebuilts/devtools/tools/lib/
jython-standalone-2.5.3.jar 
  /prebuilts/tools/common/m2/repository/org/python/jython/2.5.3/
jython-2.5.3.jar 
  /prebuilts/tools/common/m2/repository/org/python/jython-standalone/2.5.3/
jython-standalone-2.5.3.jar 
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/sources/
NavigatorView.js 665 this._type = type;
736 return this._type;
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
turtle.py 746 def _type(self, item): member in class:TurtleScreenBase
828 attribute _type is one of "polygon", "image", "compound"
829 attribute _data is - depending on _type a poygon-tuple,
833 self._type = type_
864 if self._type != "compound":
866 % self._type)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
turtle.py 746 def _type(self, item): member in class:TurtleScreenBase
828 attribute _type is one of "polygon", "image", "compound"
829 attribute _data is - depending on _type a poygon-tuple,
833 self._type = type_
864 if self._type != "compound":
866 % self._type)
    [all...]
  /external/chromium_org/net/http/
http_auth_gssapi_posix.cc 469 gss_##x##_type x = reinterpret_cast<gss_##x##_type>( \
476 #define BIND(lib, x) gss_##x##_type x = gss_##x
  /external/chromium_org/v8/test/webkit/fast/js/
parser-syntax-check.js 59 function invalid(_a, _type)
61 _type = _type || SyntaxError;
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-xen.c 792 #define __PRE_XEN_HVMOP_READ(_hvm_op, _type, _field) \
794 (Addr)&((_type*)arg)->_field, \
795 sizeof(((_type*)arg)->_field))
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
xmlrpclib.py 777 self._type = None
790 if self._type is None or self._marks:
792 if self._type == "fault":
918 self._type = "params"
922 self._type = "fault"
929 self._type = "methodName" # no params
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
xmlrpclib.py 777 self._type = None
790 if self._type is None or self._marks:
792 if self._type == "fault":
918 self._type = "params"
922 self._type = "fault"
929 self._type = "methodName" # no params
    [all...]
  /external/linux-tools-perf/perf-3.12.0/tools/perf/ui/gtk/
hists.c 88 #define __HPP_COLOR_PERCENT_FN(_type, _field) \
94 static int perf_gtk__hpp_color_##_type(struct perf_hpp_fmt *fmt __maybe_unused, \
  /prebuilts/misc/common/swig/include/2.0.11/csharp/
boost_intrusive_ptr.i 24 %typemap(in, canthrow=1) CONST TYPE ($&1_type argp = 0, SWIG_SHARED_PTR_QNAMESPACE::shared_ptr< CONST TYPE > *smartarg = 0) %{
28 SWIG_CSharpSetPendingExceptionArgument(SWIG_CSharpArgumentNullException, "Attempt to dereference null $1_type", 0);
63 SWIG_CSharpSetPendingExceptionArgument(SWIG_CSharpArgumentNullException, "$1_type reference is null", 0);
116 %typemap(in) SWIG_SHARED_PTR_QNAMESPACE::shared_ptr< CONST TYPE > swigSharedPtrUpcast ($&1_type smartarg) %{
198 #error "typemaps for $1_type not available"
201 #error "typemaps for $1_type not available"
369 %typemap(in, canthrow=1) CONST TYPE ($&1_type argp = 0) %{
372 SWIG_CSharpSetPendingExceptionArgument(SWIG_CSharpArgumentNullException, "Attempt to dereference null $1_type", 0);
391 SWIG_CSharpSetPendingExceptionArgument(SWIG_CSharpArgumentNullException, "$1_type reference is null", 0);
404 %typemap(in) SWIG_SHARED_PTR_QNAMESPACE::shared_ptr< CONST TYPE > swigSharedPtrUpcast ($&1_type smartarg) %{
    [all...]

Completed in 762 milliseconds

1 2 3 4 5 6 78 91011>>