/external/valgrind/main/coregrind/ |
m_hashtable.c | 48 VgHashNode** chains; // expanding array of hash chains member in struct:_VgHashTable 74 table->chains = VG_(calloc)("hashtable.Hc.2", 1, sz); 94 VgHashNode** chains; local 123 chains = VG_(calloc)("hashtable.resize.1", 1, sz); 126 node = table->chains[i]; 130 node->next = chains[chain]; 131 chains[chain] = node; 136 VG_(free)(table->chains); 137 table->chains = chains [all...] |
/external/iptables/iptables/ |
iptables-xml.c | 101 #define maxChains 10240 /* max chains per table */ 102 static struct chain chains[maxChains]; variable in typeref:struct:chain 269 if (chains[c].chain && strcmp(chains[c].chain, chain) == 0) 284 if (chains[c].chain && strcmp(chains[c].chain, chain) == 0) { 285 openChain(chains[c].chain, chains[c].policy, 286 &(chains[c].count), '\0'); 289 chains[c].created = 1 [all...] |
ip6tables.c | 237 " List the rules in a chain or all chains\n" 239 " Print the rules in a chain or all chains\n" 240 " --flush -F [chain] Delete all rules in chain or all chains\n" 242 " Zero counters in chain or all chains\n" 863 char *chains; local 872 chains = xtables_malloc(sizeof(ip6t_chainlabel) * chaincount); 876 strcpy(chains + i*sizeof(ip6t_chainlabel), chain); 883 && ip6tc_builtin(chains + i*sizeof(ip6t_chainlabel), 886 ret &= fn(chains + i*sizeof(ip6t_chainlabel), verbose, handle); 889 free(chains); [all...] |
iptables.c | 250 " List the rules in a chain or all chains\n" 252 " Print the rules in a chain or all chains\n" 253 " --flush -F [chain] Delete all rules in chain or all chains\n" 255 " Zero counters in chain or all chains\n" 868 char *chains; local 877 chains = xtables_malloc(sizeof(ipt_chainlabel) * chaincount); 881 strcpy(chains + i*sizeof(ipt_chainlabel), chain); 888 && iptc_builtin(chains + i*sizeof(ipt_chainlabel), 891 ret &= fn(chains + i*sizeof(ipt_chainlabel), verbose, handle); 894 free(chains); [all...] |
/external/icu4c/layout/ |
MorphTables.cpp | 25 const ChainHeader *chainHeader = chains;
|
MorphTables.h | 48 ChainHeader chains[ANY_NUMBER]; member in struct:MorphTableHeader 115 ChainHeader2 chains[ANY_NUMBER]; member in struct:MorphTableHeader2
|
MorphTables2.cpp | 22 const ChainHeader2 *chainHeader = chains; 40 FeatureTableEntry featureTableEntry = chains->featureTable[featureEntry];
|
/external/iptables/libiptc/ |
libiptc.c | 5 * Chains go INPUT, FORWARD, OUTPUT then user chains. 7 * Every chain ends with an unconditional jump: a RETURN for user chains, 138 struct list_head chains; variable in typeref:struct:list_head 143 unsigned int num_chains; /* number of user defined chains */ 148 int sorted_offsets; /* if chains are received sorted from kernel, 311 * chains in chain list don't change the correctness of the chain 316 * CHAIN_INDEX_INSERT_MAX chains has been added. 344 list_pos=&handle->chains; 346 /* Check for empty array, e.g. no user defined chains */ 548 unsigned int chains = 0; local [all...] |
/external/chromium_org/v8/test/mjsunit/ |
override-read-only-property.js | 35 // of read-only properties in prototype chains.
|
function-bind.js | 208 // Test bind chains when used as a constructor.
|
/external/chromium_org/v8/test/webkit/ |
dictionary-no-cache.js | 24 description("Test to ensure that we handle caching of prototype chains containing dictionaries.");
|
/external/v8/test/mjsunit/ |
override-read-only-property.js | 33 // of read-only properties in prototype chains.
|
function-bind.js | 208 // Test bind chains when used as a constructor.
|
/external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/lib/ |
dojo-1.6.1.js | 424 // Useful for longer api chains where you have to test each object in 454 // Useful for longer api chains where you have to test each object in 471 // useful for longer api chains where you have to test each object in [all...] |
/dalvik/vm/interp/ |
Jit.cpp | 474 int chains; local 477 for (i=0, stubs=chains=hit=not_hit=0; 488 chains++; 492 ALOGD("JIT: %d traces, %d slots, %d chains, %d thresh, %s", 493 hit, not_hit + hit, chains, gDvmJit.threshold, 536 ALOGD("JIT: %d Translation chains, %d interp stubs", [all...] |
/frameworks/av/services/audioflinger/ |
AudioFlinger.cpp | 1921 Vector< sp<EffectChain> > chains; local [all...] |
/external/chromium_org/chrome/browser/resources/google_now/ |
utility.js | 20 * mutually excluding chains of callbacks called tasks. Task Manager uses 414 * Builds the object to manage tasks (mutually exclusive chains of events).
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.osgi_3.6.1.R36x_v20100806.jar | |
org.eclipse.osgi_3.6.2.R36x_v20101103.jar | |
/prebuilts/tools/common/eclipse/ |
org.eclipse.osgi_3.6.2.R36x_v20110210.jar | |