/packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/ |
SoftKeyToggle.java | 32 * state in the toggle state chain will be enabled.
|
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/include/ |
unwind.h | 205 is called for every stack frame in the call chain, but no cleanup
|
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.7/lib/gcc/arm-eabi/4.7/include/ |
unwind-arm-common.h | 205 is called for every stack frame in the call chain, but no cleanup
|
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/include/ |
unwind.h | 205 is called for every stack frame in the call chain, but no cleanup
|
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.7/lib/gcc/arm-linux-androideabi/4.7/include/ |
unwind-arm-common.h | 205 is called for every stack frame in the call chain, but no cleanup
|
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/include/ |
unwind.h | 205 is called for every stack frame in the call chain, but no cleanup
|
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.7/lib/gcc/arm-eabi/4.7/include/ |
unwind-arm-common.h | 205 is called for every stack frame in the call chain, but no cleanup
|
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/include/ |
unwind.h | 205 is called for every stack frame in the call chain, but no cleanup
|
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.7/lib/gcc/arm-linux-androideabi/4.7/include/ |
unwind-arm-common.h | 205 is called for every stack frame in the call chain, but no cleanup
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/ |
gconv.h | 152 /* Is this the last module in the chain. */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/netfilter_ipv4/ |
ip_tables.h | 2 * 25-Jul-1998 Major changes to allow for ip chain table
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/ |
gconv.h | 152 /* Is this the last module in the chain. */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/netfilter_ipv4/ |
ip_tables.h | 2 * 25-Jul-1998 Major changes to allow for ip chain table
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/ |
gconv.h | 152 /* Is this the last module in the chain. */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/netfilter_ipv4/ |
ip_tables.h | 2 * 25-Jul-1998 Major changes to allow for ip chain table
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/ |
ConvertSwitchDialog.java | 74 "in switch statements. You must use an if-else chain instead.\n" +
|
/system/netd/ |
BandwidthController.h | 154 * The FORWARD chain is updated in the following cases:
|
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/ |
recognizers.rb | 569 # Upon erroneous input "[]", the call chain is 587 # could follow any reference in the call chain. We need to 601 # So, you cna see that the parser walks up call chain looking 725 # reference given a specific call chain. You get the set of 727 # given the current call chain. Contrast this with the 737 # we have the call chain. We may compute the exact (rather 761 # At the "3" token, you'd have a call chain of [all...] |
/external/quake/quake/src/QW/server/ |
pr_cmds.c | 758 Returns a chain of entities that have origins within a spherical area 765 edict_t *ent, *chain; local 771 chain = (edict_t *)sv.edicts; 788 ent->v.chain = EDICT_TO_PROG(chain); 789 chain = ent; 792 RETURN_EDICT(chain);
|
/external/webkit/Source/JavaScriptCore/jit/ |
JITPropertyAccess.cpp | 574 void JIT::privateCompilePutByIdTransition(StructureStubInfo* stubInfo, Structure* oldStructure, Structure* newStructure, size_t cachedOffset, StructureChain* chain, ReturnAddressPtr returnAddress, bool direct) 584 for (WriteBarrier<Structure>* it = chain->head(); *it; ++it) [all...] |
JITOpcodes32_64.cpp | 204 // Load caller frame's scope chain into this callframe so that whatever we call can 228 // Load caller frame's scope chain into this callframe so that whatever we call can 249 // Load caller frame's scope chain into this callframe so that whatever we call can 269 // Load caller frame's scope chain into this callframe so that whatever we call can 339 // Load caller frame's scope chain into this callframe so that whatever we call can 362 // Load caller frame's scope chain into this callframe so that whatever we call can 385 // Load caller frame's scope chain into this callframe so that whatever we call can 417 // Load caller frame's scope chain into this callframe so that whatever we call can 595 // As we loop regT2 will be updated with its prototype, recursively walking the prototype chain. [all...] |
/external/dnsmasq/src/ |
cache.c | 157 are at the start of the hash-chain and all non-reverse 158 immortal entries are at the end of the hash-chain. 529 /* Move all but the first entry up the hash chain 531 Make sure that re-ordering doesn't break the hash-chain 595 start of the hash chain, so we can give up when we find the first [all...] |
/external/linux-tools-perf/util/ |
session.c | 246 struct ip_callchain *chain, 255 for (i = 0; i < chain->nr; i++) { 256 u64 ip = chain->ips[i]; 675 printf("... chain: nr:%" PRIu64 "\n", sample->callchain->nr); 780 pr_debug("call-chain problem with event, skipping it.\n"); [all...] |
/external/mksh/src/ |
tree.c | 53 Chain: 92 goto Chain; 99 goto Chain; 103 goto Chain; 113 goto Chain;
|
/external/valgrind/main/callgrind/ |
global.h | 252 * the (from_bbcc,to) pair. <next_hash> is used for the JCC chain 266 jCC* next_hash; /* for hash entry chain */ 350 * the call chain to the current context: I.e. fn[0] is the 405 BBCC* next_bbcc; /* Chain of BBCCs for same BB */ 413 BBCC* next; /* entry chain in hash */
|