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

  /external/chromium_org/tools/json_schema_compiler/
json_schema.py 10 def DeleteNodes(item, delete_key=None, matcher=None):
11 """Deletes certain nodes in item, recursively. If |delete_key| is set, all
12 dicts with |delete_key| as an attribute are deleted. If a callback is passed
16 assert (delete_key is not None) != (matcher is not None)
20 delete_key is not None and delete_key in thing or
29 DeleteNodes(value, delete_key, matcher)
33 item[:] = [DeleteNodes(thing, delete_key, matcher)
  /external/chromium_org/third_party/mesa/src/src/mesa/program/
hash_table.h 218 hash_table_call_foreach(this->ht, delete_key, NULL);
227 hash_table_call_foreach(this->ht, delete_key, NULL);
276 static void delete_key(const void *key, void *data, void *closure) function in struct:string_to_uint_map
  /external/mesa3d/src/mesa/program/
hash_table.h 218 hash_table_call_foreach(this->ht, delete_key, NULL);
227 hash_table_call_foreach(this->ht, delete_key, NULL);
276 static void delete_key(const void *key, void *data, void *closure) function in struct:string_to_uint_map
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
splay-tree.h 110 splay_tree_delete_key_fn delete_key; variable

Completed in 165 milliseconds