Searched defs:free (Results 1 - 25 of 203) sorted by path

123456789

/external/antlr/antlr-3.4/runtime/C/include/
H A Dantlr3baserecognizer.h352 /** Pointer to a function that knows how to free the resources of a base recognizer.
354 void (*free) (struct ANTLR3_BASE_RECOGNIZER_struct * recognizer); member in struct:ANTLR3_BASE_RECOGNIZER_struct
H A Dantlr3basetree.h133 void (*free) (struct ANTLR3_BASE_TREE_struct * tree); member in struct:ANTLR3_BASE_TREE_struct
H A Dantlr3basetreeadaptor.h144 void (*free) (struct ANTLR3_BASE_TREE_ADAPTOR_struct * adaptor); member in struct:ANTLR3_BASE_TREE_ADAPTOR_struct
H A Dantlr3bitset.h106 void (*free) (struct ANTLR3_BITSET_struct * bitset); member in struct:ANTLR3_BITSET_struct
H A Dantlr3collections.h76 void (ANTLR3_CDECL *free)(void * data); member in struct:ANTLR3_HASH_ENTRY_struct
128 void (*free) (struct ANTLR3_HASH_TABLE_struct * table); member in struct:ANTLR3_HASH_TABLE_struct
174 void (*free) (struct ANTLR3_HASH_ENUM_struct * table); member in struct:ANTLR3_HASH_ENUM_struct
186 void (*free) (struct ANTLR3_LIST_struct * list); member in struct:ANTLR3_LIST_struct
208 void (*free) (struct ANTLR3_STACK_struct * stack); member in struct:ANTLR3_STACK_struct
230 * that can free the element if it is removed. It auto resizes but does not
250 * the malloc/free callas we would otherwise require.
255 * case only the factory can free the memory for the actual vector,
256 * though the vector free function is called and will recurse through its
257 * entries calling any free pointer
265 void (ANTLR3_CDECL *free) (struct ANTLR3_VECTOR_struct * vector); member in struct:ANTLR3_VECTOR_struct
386 void (*free) (struct ANTLR3_INT_TRIE_struct * trie); member in struct:ANTLR3_INT_TRIE_struct
503 void (*free) (struct ANTLR3_TOPO_struct * topo); member in struct:ANTLR3_TOPO_struct
[all...]
H A Dantlr3commontreenodestream.h119 void (*free) (struct ANTLR3_TREE_NODE_STREAM_struct * tns); member in struct:ANTLR3_TREE_NODE_STREAM_struct
299 void (*free) (struct ANTLR3_COMMON_TREE_NODE_STREAM_struct * ctns); member in struct:ANTLR3_COMMON_TREE_NODE_STREAM_struct
304 /// closed it will not free the root tree as this tree always
H A Dantlr3debugeventlistener.h388 void (*free) (pANTLR3_DEBUG_EVENT_LISTENER delboy); member in struct:ANTLR3_DEBUG_EVENT_LISTENER_struct
H A Dantlr3input.h121 * you set it manually as it will be free()d
135 void (*free) (struct ANTLR3_INPUT_STREAM_struct * input); member in struct:ANTLR3_INPUT_STREAM_struct
H A Dantlr3intstream.h195 void (*free) (struct ANTLR3_INT_STREAM_struct * stream); member in struct:ANTLR3_INT_STREAM_struct
H A Dantlr3lexer.h182 /** Pointer to a function that knows how to free the resources of a lexer
184 void (*free) (struct ANTLR3_LEXER_struct * lexer); member in struct:ANTLR3_LEXER_struct
H A Dantlr3parser.h82 /** Pointer to a function that knows how to free resources of an ANTLR3 parser.
84 void (*free) (struct ANTLR3_PARSER_struct * parser); member in struct:ANTLR3_PARSER_struct
H A Dantlr3parsetree.h76 void (*free) (struct ANTLR3_PARSE_TREE_struct * tree); member in struct:ANTLR3_PARSE_TREE_struct
H A Dantlr3rewritestreams.h78 /// Indicates whether we should free the vector or it was supplied to us
156 void (*free) (struct ANTLR3_REWRITE_RULE_ELEMENT_STREAM_struct * stream); member in struct:ANTLR3_REWRITE_RULE_ELEMENT_STREAM_struct
H A Dantlr3tokenstream.h180 /** Function that knows how to free the memory for an ANTLR3_TOKEN_STREAM
182 void (*free) (struct ANTLR3_TOKEN_STREAM_struct * tokenStream); member in struct:ANTLR3_TOKEN_STREAM_struct
285 * but that does not free up any resources, such as the token factory
293 /** Function that knows how to free an ANTLR3_COMMON_TOKEN_STREAM
295 void (*free) (struct ANTLR3_COMMON_TOKEN_STREAM_struct * tokenStream); member in struct:ANTLR3_COMMON_TOKEN_STREAM_struct
H A Dantlr3treeparser.h71 /** Pointer to a function that knows how to free resources of an ANTLR3 tree parser.
73 void (*free) (struct ANTLR3_TREE_PARSER_struct * parser); member in struct:ANTLR3_TREE_PARSER_struct
/external/apache-xml/src/main/java/org/apache/xml/utils/
H A DStringBufferPool.java37 * Get the first free instance of a string buffer, or create one
38 * if there are no free instances.
52 public synchronized static void free(FastStringBuffer sb) method in class:StringBufferPool
/external/bison/lib/
H A Dbbitset.h8 This program is free software: you can redistribute it and/or modify
154 void (*free) (bitset); member in struct:bitset_vtable
199 ((SRC)->b.vtable->free ? (SRC)->b.vtable->free (SRC) :(void)0)
/external/bluetooth/bluedroid/bta/av/
H A Dbta_av_act.c661 BOOLEAN free = TRUE; local
673 free = FALSE;
678 if (free)
686 ** Description free an AVRCP metadata command buffer.
1954 ** Description deregister complete. free the stream control block.
/external/bluetooth/bluedroid/stack/avrc/
H A Davrc_api.c55 #define AVRC_OP_DROP_N_FREE 0xFD /* use this unused opcode to indication no need to call the callback function & free buffer */
532 BOOLEAN free = TRUE; local
583 p_rsp = p_pkt; /* this also sets free = FALSE, drop = TRUE */
613 p_rsp = p_pkt; /* this also sets free = FALSE, drop = TRUE */
677 free = FALSE;
679 free = TRUE;
747 p_rsp = p_pkt; /* this also sets free = FALSE, drop = TRUE */
761 free = FALSE;
780 if (free)
/external/chromium_org/base/allocator/
H A Dallocator_shim.cc14 // amount of inlining that we get with malloc/free/etc.
120 void free(void* p) { function
153 // the requested new size is zero, realloc should free the ptr and return
319 // TCMalloc returns pointers from memalign() that are safe to use with free().
H A Dgeneric_allocators.cc6 // low-level functions malloc() and free(). This way, including a new
32 free(p);
40 free(p);
48 free(p);
56 free(p);
87 free(p);
114 #undef free macro
165 free(ptr);
/external/chromium_org/base/process/
H A Dprocess_metrics.h88 // Free memory (Megabytes marked as free) in the 2G process address space.
89 // total : total amount in megabytes marked as free. Maximum value is 2048.
268 int free; member in struct:base::SystemMemoryInfoKB
/external/chromium_org/base/
H A Dsys_info_win.cc60 ULARGE_INTEGER available, total, free; local
61 if (!GetDiskFreeSpaceExW(path.value().c_str(), &available, &total, &free)) {
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
H A DChildProcessLauncher.java59 // The list of free (not bound) service indices. When looking for a free service, the first
109 public void free(ChildProcessConnection connection) { method in class:ChildProcessLauncher.ChildConnectionAllocator
115 Log.e(TAG, "Unable to find connection to free in slot: " + slot +
215 getConnectionAllocator(connection.isInSandbox()).free(connection);
378 // Notify the native code so it can free the heap allocated callback.
/external/chromium_org/content/renderer/gpu/
H A Dcompositor_software_output_device.h58 bool free() const { return free_; } function in class:content::CompositorSoftwareOutputDevice::Buffer
59 void SetFree(bool free) { free_ = free; } argument

Completed in 323 milliseconds

123456789