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

1 2 3 4 5 6 7 891011>>

  /prebuilts/misc/common/swig/include/2.0.11/guile/
std_pair.i 36 $1 = *(($&1_type)
143 $1 = *(($&1_type)
243 $1 = *(($&1_type)
343 $1 = *(($&1_type)
    [all...]
std_map.i 67 (($1_type &)$1)[*k] = *x;
71 $1 = *(($&1_type)
295 (($1_type &)$1)[CONVERT_FROM(key)] = *x;
299 $1 = *(($&1_type)
510 (($1_type &)$1)[*k] = CONVERT_FROM(val);
514 $1 = *(($&1_type)
725 (($1_type &)$1)[CONVERT_K_FROM(key)] =
730 $1 = *(($&1_type)
    [all...]
  /prebuilts/misc/common/swig/include/2.0.11/mzscheme/
std_pair.i 37 $1 = *(($&1_type)
144 $1 = *(($&1_type)
245 $1 = *(($&1_type)
346 $1 = *(($&1_type)
    [all...]
std_map.i 67 (($1_type &)$1)[*k] = *x;
71 $1 = *(($&1_type)
295 (($1_type &)$1)[CONVERT_FROM(key)] = *x;
299 $1 = *(($&1_type)
510 (($1_type &)$1)[*k] = CONVERT_FROM(val);
514 $1 = *(($&1_type)
725 (($1_type &)$1)[CONVERT_K_FROM(key)] =
730 $1 = *(($&1_type)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/jsdoc-validator/tests/
this.js 35 extensionServer.sendRequest({ command: commands.Subscribe, type: this._type });
37 extensionServer.registerHandler("notify-" + this._type, this._dispatch.bind(this));
  /prebuilts/misc/common/swig/include/2.0.11/tcl/
std_vector.i 145 T* ptr = new T((($1_type &)$1)[i]);
304 CONVERT_TO((($1_type &)$1)[i]));
  /external/chromium_org/gpu/command_buffer/common/
gles2_cmd_format_autogen.h     [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/cm/
javascript.js 463 function maybeAssign(_type, value) {
481 function formaybeinof(_type, value) {
505 function classNameAfter(_type, value) {
515 function afterExport(_type, value) {
529 function maybeFrom(_type, value) {
  /prebuilts/misc/common/swig/include/2.0.11/java/
java.swg 310 $1 = ($1 << 8) | ($1_type)(unsigned char)bae[i];
334 $result = ($result << 8) | ($1_type)(unsigned char)bae[i];
604 %typemap(in) SWIGTYPE ($&1_type argp)
607 SWIG_JavaThrowException(jenv, SWIG_JavaNullPointerException, "Attempt to dereference null $1_type");
612 %typemap(directorout) SWIGTYPE ($&1_type argp)
615 SWIG_JavaThrowException(jenv, SWIG_JavaNullPointerException, "Unexpected null return for type $1_type");
626 memmove($1ptr, &$1, sizeof($1_type));
649 SWIG_JavaThrowException(jenv, SWIG_JavaNullPointerException, "$1_type reference is null");
675 SWIG_JavaThrowException(jenv, SWIG_JavaNullPointerException, "Unexpected null return for type $1_type");
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/profiler/
HeapSnapshotGridNodes.js 504 this._type = node.type;
510 if (this._type === "string")
512 else if (this._type === "object" && this._name.startsWith("Window")) {
560 switch (this._type) {
642 if (this._type === "string")
    [all...]
  /external/jmdns/src/javax/jmdns/impl/
JmDNSImpl.java 116 private final String _type; field in class:JmDNSImpl.ServiceTypeEntry
202 this._type = type;
212 return _type;
2017 private final String _type; field in class:JmDNSImpl.ServiceCollector
    [all...]
  /external/chromium_org/gpu/command_buffer/client/
gles2_implementation.h 319 GLenum _type)
328 type(_type) {
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
RemoteObject.js 219 this._type = type;
250 return this._type;
  /external/chromium_org/third_party/pymock/
mock.py 903 _type = type(self)
904 if not issubclass(_type, CallableMixin):
905 if issubclass(_type, NonCallableMagicMock):
907 elif issubclass(_type, NonCallableMock) :
910 klass = _type.__mro__[1]
    [all...]
  /prebuilts/misc/common/swig/include/2.0.11/d/
boost_shared_ptr.i 15 %typemap(in, canthrow=1) CONST TYPE ($&1_type argp = 0) %{
18 SWIG_DSetPendingException(SWIG_DIllegalArgumentException, "Attempt to dereference null $1_type");
37 SWIG_DSetPendingException(SWIG_DIllegalArgumentException, "$1_type reference is null");
78 #error "typemaps for $1_type not available"
81 #error "typemaps for $1_type not available"
  /prebuilts/misc/common/swig/include/2.0.11/ocaml/
typemaps.i 106 memmove( temp, &$1, sizeof( $1_type ) );
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/timeline/
TimelinePanel.js     [all...]
  /prebuilts/misc/common/swig/include/2.0.11/allegrocl/
allegrocl.swg 106 %typemap(ctype) SWIGTYPE "$&1_type";
200 $result = ($&1_ltype) malloc(sizeof($1_type));
201 memmove($result, &$1, sizeof($1_type));
  /prebuilts/misc/common/jython/
jython.jar 
  /art/runtime/
check_jni.cc     [all...]
  /external/safe-iop/src/
safe_iop.c 55 #define _SAFE_IOP_TYPE_CASE(_type, _func) { \
56 _type a = va_arg(ap, _type), value = *((_type *) result); \
59 a = va_arg(ap, _type); \
62 if (! _func( (_type *) result, value, a)) \
    [all...]
  /external/chromium_org/third_party/libevent/
event_rpcgen.py 301 self._type = type
342 return self._type
859 Entry.__init__(self, entry._type, entry._name, entry._tag)
    [all...]
  /external/compiler-rt/include/sanitizer/
linux_syscall_hooks.h     [all...]
  /system/media/camera/docs/
metadata_model.py     [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/profiler/heap_snapshot_worker/
HeapSnapshot.js 115 return this._snapshot._edgeTypes[this._type()];
136 _type: function()
574 return this._snapshot._nodeTypes[this._type()];
648 _type: function()
    [all...]

Completed in 1376 milliseconds

1 2 3 4 5 6 7 891011>>