HomeSort by relevance Sort by last modified time
    Searched refs:type_cache (Results 1 - 6 of 6) sorted by null

  /development/vndk/tools/header-checker/src/diff/
abi_diff_wrappers.h 46 std::set<std::string> *type_cache)
47 : AbiDiffHelper(old_types, new_types, diff_policy_options, type_cache,
  /external/ImageMagick/MagickCore/
type.c 130 *type_cache = (SplayTreeInfo *) NULL;
290 return((const TypeInfo *) GetRootValueFromSplayTree(type_cache));
291 return((const TypeInfo *) GetValueFromSplayTree(type_cache,name));
376 if (type_cache == (SplayTreeInfo *) NULL)
380 ResetSplayTreeIterator(type_cache);
382 p=(const TypeInfo *) GetNextValueInSplayTree(type_cache);
387 p=(const TypeInfo *) GetNextValueInSplayTree(type_cache);
395 p=(const TypeInfo *) GetNextValueInSplayTree(type_cache);
402 p=(const TypeInfo *) GetNextValueInSplayTree(type_cache);
407 p=(const TypeInfo *) GetNextValueInSplayTree(type_cache);
126 *type_cache = (SplayTreeInfo *) NULL; variable
    [all...]
nt-feature.c 122 % MagickBooleanType NTAcquireTypeCache(SplayTreeInfo *type_cache)
126 % o type_cache: A linked list of fonts.
129 MagickExport MagickBooleanType NTAcquireTypeCache(SplayTreeInfo *type_cache,
387 status=AddValueToSplayTree(type_cache,type_info->name,type_info);
  /development/vndk/tools/header-checker/src/repr/
abi_diff_helpers.h 85 std::set<std::string> *type_cache,
89 diff_policy_options_(diff_policy_options), type_cache_(type_cache),
ir_reader.cpp 93 std::set<std::string> type_cache; local
96 diff_policy_options, &type_cache,
  /external/v8/src/compiler/
access-builder.cc 307 TypeCache const& type_cache = TypeCache::Get(); local
312 type_cache.kJSArrayLengthType,
316 access.type = type_cache.kFixedDoubleArrayLengthType;
319 access.type = type_cache.kFixedArrayLengthType;
    [all...]

Completed in 302 milliseconds