HomeSort by relevance Sort by last modified time
    Searched refs:_type (Results 76 - 100 of 497) sorted by null

1 2 34 5 6 7 8 91011>>

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
tkMessageBox.py 66 # Rename _icon and _type options to allow overriding them in options
67 def _show(title=None, message=None, _icon=None, _type=None, **options):
69 if _type and "type" not in options: options["type"] = _type
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
CommonToken.as 33 protected var _type:int;
55 this._type = type;
82 return _type;
130 _type = type;
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/lexertest-simple/
TestLexer.m 74 NSInteger _type = ID;
118 state.type = _type;
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/lexertest-simple/output1/
Testlexer.m 92 NSInteger _type = ID;
136 [state setType:_type];
  /external/webrtc/webrtc/examples/objc/AppRTCDemo/
ARDSignalingMessage.m 23 @synthesize type = _type;
27 _type = type;
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/fuzzy/
Fuzzy.m 140 NSInteger _type = IMPORT;
190 state.type = _type;
211 NSInteger _type = RETURN;
255 state.type = _type;
276 NSInteger _type = CLASS;
502 state.type = _type;
523 NSInteger _type = METHOD;
839 state.type = _type;
860 NSInteger _type = FIELD;
946 state.type = _type;
    [all...]
  /device/generic/goldfish-opengl/
common.mk 127 $(foreach _type,$(EMUGL_EXPORT_TYPES),\
128 $(eval _emugl.$(_mod).export.$(_type) :=)\
166 $(foreach _type,$(EMUGL_EXPORT_TYPES),\
167 $(eval LOCAL_$(_type) := $(_emugl.$1.export.$(_type)) $(LOCAL_$(_type)))\
189 $(foreach _type,$(EMUGL_EXPORT_TYPES),\
190 $(if $(filter C_INCLUDES ADDITIONAL_DEPENDENCIES,$(_type)),\
191 $(info . EXPORT.$(_type) :=)\
192 $(call _emugl-dump-list,$(_emugl.$(_emugl_MODULE).export.$(_type)))\
    [all...]
  /external/libxcam/modules/ocl/
cl_tnr_handler.h 51 CLTnrType _type; member in class:XCam::CLTnrImageKernel
118 CLTnrType _type; member in class:XCam::CLTnrImageHandler
cl_tnr_handler.cpp 99 , _type (type)
263 , _type (type)
347 if (CL_TNR_TYPE_YUV == _type) {
355 } else if (CL_TNR_TYPE_RGB == _type) {
374 if (CL_TNR_TYPE_YUV == _type) {
378 } else if (CL_TNR_TYPE_RGB == _type) {
398 if (CL_TNR_TYPE_YUV == _type) {
411 else if (CL_TNR_TYPE_RGB == _type) {
  /external/webrtc/talk/app/webrtc/objc/
RTCStatsReport.mm 54 _type = @(statsReport.TypeToString());
  /prebuilts/go/darwin-x86/src/runtime/
typekind.go 42 func isDirectIface(t *_type) bool {
  /prebuilts/go/linux-x86/src/runtime/
typekind.go 42 func isDirectIface(t *_type) bool {
  /device/google/contexthub/firmware/os/platform/stm32/
pwr.c 98 #define RCC_REG(_bus, _type) ({ \
100 offsetof(struct StmRcc, AHB1##_type), \
101 offsetof(struct StmRcc, AHB2##_type), \
102 offsetof(struct StmRcc, AHB3##_type), \
103 offsetof(struct StmRcc, APB1##_type), \
104 offsetof(struct StmRcc, APB2##_type) \
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
YAMLTraits.h 1470 typedef typename T::value_type _type; typedef in struct:llvm::yaml::SequenceTraitsImpl
    [all...]
  /external/jmdns/src/javax/jmdns/impl/
DNSEntry.java 28 private final String _type; field in class:DNSEntry
52 _type = (application.length() > 0 ? "_" + application + "." : "") + (protocol.length() > 0 ? "_" + protocol + "." : "") + domain + ".";
53 _key = ((instance.length() > 0 ? instance + "." : "") + _type).toLowerCase();
113 return (_type != null ? _type : "");
  /external/tensorflow/tensorflow/contrib/labeled_tensor/python/ops/
_typecheck.py 67 def _type(self): member in class:_SingleArgumentType
97 return isinstance(instance, (self._type, type(None)))
108 and all(isinstance(x, self._type) for x in instance))
119 and all(isinstance(x, self._type) for x in instance))
137 and all(isinstance(x, self._type) for x in instance))
  /external/llvm/include/llvm/Support/
YAMLTraits.h     [all...]
  /external/tensorflow/tensorflow/contrib/py2tf/pyct/
pretty_printer.py 38 def _type(self, node): member in class:PrettyPrinter
65 self._type(node), cont))
67 self._print('%s%s%s' % (self._indent(), self._type(node), cont))
  /prebuilts/misc/common/swig/include/2.0.11/mzscheme/
typemaps.i 91 $1 = ($1_type) SWIG_convert_int($input);
97 $1 = ($1_type) SWIG_convert_int($input);
128 resultptr = ($&1_ltype) malloc(sizeof($1_type));
129 memmove(resultptr, &$1, sizeof($1_type));
144 resultptr = ($&1_ltype) malloc(sizeof($1_type));
145 memmove(resultptr, &$1, sizeof($1_type));
  /device/linaro/bootloader/arm-trusted-firmware/include/lib/aarch32/
arch_helpers.h 183 #define DEFINE_SYSOP_TYPE_FUNC(_op, _type) \
184 static inline void _op ## _type(void) \
186 __asm__ (#_op " " #_type); \
190 #define DEFINE_SYSOP_TYPE_PARAM_FUNC(_op, _type) \
191 static inline void _op ## _type(u_register_t v) \
193 __asm__ (#_op " " #_type ", %0" : : "r" (v)); \
  /external/mesa3d/src/compiler/
glsl_types.h 212 static const glsl_type *const NAME##_type;
215 static const glsl_type *const struct_##NAME##_type;
849 #define DECL_TYPE(NAME, ...) static const glsl_type _##NAME##_type;
851 #define STRUCT_TYPE(NAME) static const glsl_type _struct_##NAME##_type;
958 glsl_struct_field(const struct glsl_type *_type, const char *_name)
959 : type(_type), name(_name), location(-1), offset(0), xfb_buffer(0),
  /external/libxcam/capi/
context_priv.h 77 return _type;
93 HandleType _type; member in class:ContextBase
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
YAMLTraits.h 1548 typedef typename T::value_type _type; typedef in struct:llvm::yaml::SequenceTraitsImpl
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/
YAMLTraits.h 1548 typedef typename T::value_type _type; typedef in struct:llvm::yaml::SequenceTraitsImpl
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/
YAMLTraits.h 1548 typedef typename T::value_type _type; typedef in struct:llvm::yaml::SequenceTraitsImpl
    [all...]

Completed in 1771 milliseconds

1 2 34 5 6 7 8 91011>>