HomeSort by relevance Sort by last modified time
    Searched refs:target_type (Results 1 - 25 of 156) sorted by null

1 2 3 4 5 6 7

  /external/valgrind/main/none/tests/s390x/
fpconv.c 16 #define I2F(insn, initial, target_type) \
19 target_type target; \
24 #define DO_INSN_I32_TO_F(insn, target_type) \
26 printf("\n----- int32_t -> " #target_type "\n");\
27 I2F(insn, 0, target_type); \
28 I2F(insn, 1, target_type); \
29 I2F(insn, -1, target_type); \
30 I2F(insn, 42, target_type); \
31 I2F(insn, SHRT_MAX, target_type); \
32 I2F(insn, SHRT_MIN, target_type); \
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/numeric/conversion/
conversion_traits.hpp 26 typedef typename base_::target_type target_type; typedef in struct:boost::numeric::conversion_traits
  /external/chromium_org/tools/gn/
function_set_defaults.cc 50 const std::string& target_type(args[0].string_value());
67 if (scope->GetTargetDefaults(target_type)) {
86 Scope* dest = scope->MakeTargetDefaults(target_type);
functions_target.cc 27 Value ExecuteGenericTarget(const char* target_type,
37 if (!FillTargetBlockScope(scope, function, target_type, block,
46 target_type, err);
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/numeric/conversion/detail/
conversion_traits.hpp 41 typedef T target_type ; typedef in struct:boost::numeric::convdetail::non_trivial_traits_impl
66 typedef N target_type ; typedef in struct:boost::numeric::convdetail::trivial_traits_impl
82 typedef typename remove_cv<T>::type target_type ; typedef in struct:boost::numeric::convdetail::get_conversion_traits
85 typedef typename is_same<target_type,source_type>::type is_trivial ;
87 typedef trivial_traits_impl <target_type> trivial_imp ;
88 typedef non_trivial_traits_impl<target_type,source_type> non_trivial_imp ;
converter.hpp 99 typedef typename Traits::target_type T ;
128 typedef typename Traits::target_type T ;
144 typedef typename Traits::target_type T ;
160 typedef typename Traits::target_type T ;
176 typedef typename Traits::target_type T ;
192 typedef typename Traits::target_type T ;
330 typedef typename Traits::target_type T ;
  /external/libcxx/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.targ/
target_type.pass.cpp 14 // const std::type_info& target_type() const;
55 assert(f.target_type() == typeid(A));
59 assert(f.target_type() == typeid(void));
Android.mk 19 test_name := utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.targ/target_type
20 test_src := target_type.pass.cpp
  /external/sepolicy/tools/sepolicy-analyze/
dups.c 27 if (k->source_type == k->target_type)
34 tattr = &policydb->type_attr_map[k->target_type - 1];
36 ttype = policydb->type_val_to_struct[k->target_type - 1];
45 avkey.target_type = j + 1;
47 avkey.target_type == k->target_type)
49 if (avkey.source_type == avkey.target_type)
52 ttype2 = policydb->type_val_to_struct[avkey.target_type - 1];
typecmp.c 24 k->target_type < c->key.target_type)
27 k->target_type == c->key.target_type &&
34 k->target_type == c->key.target_type &&
68 if (k->source_type == k->target_type) {
70 key.target_type = 0;
75 if (k->source_type == k->target_type)
86 key.target_type = 0
    [all...]
utils.c 17 key->target_type == key->source_type ? "self" :
18 policydb->p_type_val_to_name[key->target_type
19 ? key->target_type - 1 : idx],
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.targ/
target_type.pass.cpp 14 // const std::type_info& target_type() const;
55 assert(f.target_type() == typeid(A));
59 assert(f.target_type() == typeid(void));
  /external/chromium_org/content/browser/android/java/
gin_java_script_to_java_types_coercion.h 24 const JavaType& target_type,
gin_java_script_to_java_types_coercion.cc 71 const JavaType& target_type,
83 switch (target_type.type) {
135 const JavaType& target_type,
142 switch (target_type.type) {
198 const JavaType& target_type,
205 switch (target_type.type) {
247 const JavaType& target_type,
251 switch (target_type.type) {
390 const JavaType& target_type,
402 switch (target_type.type)
    [all...]
  /external/libnfc-nxp/src/
phHciNfc_RFReader.h 294 * \param[in] target_type target_type is the type of the
310 phHal_eRemDevType_t target_type
324 * \param[in] target_type target_type is the type of the
340 phHal_eRemDevType_t target_type
404 * \param[in] target_type target_type is the type of the
425 phHal_eRemDevType_t target_type
439 * \param[in] target_type target_type is the type of th
    [all...]
  /external/chromium_org/third_party/libXNVCtrl/
NVCtrlLib.h 94 int target_type,
109 * with the target_type set to NV_CTRL_TARGET_TYPE_X_SCREEN and
142 int target_type,
179 int target_type,
198 * XNVCTRLQueryTargetAttribute() with the target_type set to
232 int target_Type,
260 int target_Type,
277 * XNVCTRLQueryTargetStringAttribute() with the target_type set to
311 int target_type,
352 int target_type,
713 int target_type; member in struct:__anon17102
737 int target_type; member in struct:__anon17104
762 int target_type; member in struct:__anon17106
786 int target_type; member in struct:__anon17108
    [all...]
NVCtrl.c 85 * NV-CONTROL versions 1.8 and 1.9 pack the target_type and target_id
91 int *target_type, int *target_id)
95 /* We need to swap the target_type and target_id */
98 tmp = *target_type;
99 *target_type = *target_id;
214 int target_type,
230 req->target_type = target_type;
245 int target_type,
255 XNVCTRLCheckTargetData(dpy, info, &target_type, &target_id)
    [all...]
nv_control.h 163 CARD32 target_type B32;
186 CARD16 target_type B16; /* X screen or GPU */
224 CARD16 target_type B16;
236 CARD16 target_type B16;
262 CARD16 target_type B16; /* X screen or GPU */
288 CARD16 target_type B16;
314 CARD16 target_type B16; /* X screen or GPU */
478 CARD16 target_type B16; /* X screen or GPU */
514 CARD16 target_type B16; /* X screen or GPU */
559 * Leave target_type before target_id for th
    [all...]
  /external/libsepol/src/
avtab.c 54 return ((keyp->target_class + (keyp->target_type << 2) +
95 key->target_type == cur->key.target_type &&
102 key->target_type < cur->key.target_type)
105 key->target_type == cur->key.target_type &&
135 key->target_type == cur->key.target_type &&
142 key->target_type < cur->key.target_type
    [all...]
  /external/chromium_org/v8/src/compiler/
linkage-impl.h 55 MachineType target_type = kMachAnyTagged; local
58 target_type, // target MachineType
115 MachineType target_type = kMachAnyTagged; local
118 target_type, // target MachineType
168 MachineType target_type = kMachAnyTagged; local
171 target_type, // target MachineType
200 MachineType target_type = kMachPtr; local
203 target_type, // target MachineType
  /external/sepolicy/tools/
sepolicy-check.c 64 int t_op, uint32_t target_type,
87 match &= check(t_op, target_type, cur->key.target_type);
128 key.source_type = key.target_type = key.target_class = 0;
169 key.target_type = tgt->s.value;
175 t_op, key.target_type,
183 t_op, key.target_type,
  /hardware/intel/common/libva/va/x11/
va_nvctrl.c 99 CARD16 target_type B16; /* X screen or GPU */
157 * NV-CONTROL versions 1.8 and 1.9 pack the target_type and target_id
162 int *target_type, int *target_id)
182 /* We need to swap the target_type and target_id */
185 tmp = *target_type;
186 *target_type = *target_id;
273 int target_type,
291 XNVCTRLCheckTargetData(dpy, info, &target_type, &target_id);
297 req->target_type = target_type;
    [all...]
  /external/lldb/source/DataFormatters/
CXXFormatterFunctions.cpp 34 const char* target_type,
38 if (!target_type || !*target_type)
43 expr.Printf("(%s)[(id)0x%" PRIx64 " %s]",target_type,valobj.GetPointerValue(),selector);
68 const char* target_type,
72 if (!target_type || !*target_type)
77 expr.Printf("(%s)[(id)0x%" PRIx64 " %s]",target_type,valobj.GetPointerValue(),selector);
    [all...]
  /external/chromium_org/native_client_sdk/src/build_tools/
make_simple.py 163 def WriteConfig(makefile, name, config, target_type):
168 if target_type == 'shared_library':
180 def WriteActions(makefile, actions, target_type):
184 if target_type == 'none':
  /external/chromium_org/chrome/browser/ui/webui/
inspect_ui.cc 279 const std::string target_type = target->GetType(); local
281 ForceUpdateIfNeeded(source_id, target_type);
289 const std::string target_type = target->GetType(); local
291 ForceUpdateIfNeeded(source_id, target_type);
299 const std::string target_type = target->GetType(); local
301 ForceUpdateIfNeeded(source_id, target_type);
309 const std::string target_type = target->GetType(); local
311 ForceUpdateIfNeeded(source_id, target_type);
519 const std::string& target_type) {
522 if (target_type != DevToolsTargetImpl::kTargetTypeServiceWorker
    [all...]

Completed in 287 milliseconds

1 2 3 4 5 6 7