/external/openssl/crypto/aes/asm/ |
aes-x86_64.pl | 1577 mov 240(%r8),%r14d # pull number of rounds [all...] |
bsaes-x86_64.pl | [all...] |
vpaes-x86_64.pl | 1091 mov 120($context),%rax # pull context->Rax 1092 mov 248($context),%rbx # pull context->Rip 1102 mov 152($context),%rax # pull context->Rsp
|
/dalvik/vm/arch/arm/ |
CallEABI.S | 223 @ Get pad flag into carry bit. If it's set, we don't pull a value 226 ldrcc ip, [r7], #4 @ ip = *r7++ (pull from argv)
|
/external/chromium/chrome/common/extensions/docs/examples/apps/hello-php/lib/oauth/ |
OAuth.php | 187 // Pull the private key ID from the certificate 207 // Pull the public key ID from the certificate
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/ui/ |
ComponentResultsView.java | 120 * Contribute the local tools bar and the pull-down menu to the action bars. 213 * Fill the local pull down menu.
|
/external/qemu/slirp/ |
tcp_output.c | 145 * cancel pending retransmit and pull snd_nxt 454 * If no urgent pointer to send, then we pull
|
/external/qemu/slirp-android/ |
tcp_output.c | 145 * cancel pending retransmit and pull snd_nxt 454 * If no urgent pointer to send, then we pull
|
/frameworks/base/docs/html/tools/debugging/ |
debugging-tracing.jd | 279 your development computer. You can use <code>adb pull</code> to copy the files. Here's an example 283 adb pull /sdcard/calc.trace /tmp
|
/frameworks/base/tools/layoutlib/bridge/src/android/content/res/ |
BridgeResources.java | 251 // we need to create a pull parser around the layout XML file, and then 288 // we need to create a pull parser around the layout XML file, and then
|
/system/core/adb/ |
file_sync_client.c | 896 fprintf(stderr, "pull: building file list...\n"); 925 fprintf(stderr, "pull: %s -> %s\n", ci->src, ci->dst);
|
/external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/geomipmap/ |
LODGeomap.java | 680 int texIdx = ((getHeight() - 1 - r) * getWidth() + c) * 2; // pull from the end
681 int texIdxAbove = ((getHeight() - 1 - (r - 1)) * getWidth() + c) * 2; // pull from the end
682 int texIdxNext = ((getHeight() - 1 - (r + 1)) * getWidth() + c) * 2; // pull from the end
[all...] |
/external/kernel-headers/original/linux/ |
skbuff.h | [all...] |
/external/llvm/include/llvm/Target/ |
Target.td | 288 // Pull in the common support for scheduling [all...] |
/external/qemu/distrib/zlib-1.2.3/ |
inflate.c | 19 * - Remove unnecessary second byte pull from length extra in inffast.c 48 * - Pull out common write == 0 case for speed in inflate_fast() 509 PULLBYTE() directly in order to pull just enough bytes to decode the next [all...] |
/libcore/xml/src/main/java/org/xmlpull/v1/ |
XmlPullParser.java | 11 * XML Pull Parser is an interface that defines parsing functionality provided 414 * to the properties requested from the XML Pull Parser factory. [all...] |
/packages/apps/Contacts/tests/src/com/android/contacts/ |
RawContactModifierTests.java | 209 // Build a source and pull specific types 254 // Build a source and pull specific types 283 // Build a source and pull specific types [all...] |
/dalvik/vm/compiler/codegen/mips/ |
GlobalOptimizations.cpp | 315 (!isPseudoOpCode(targetLIR->opcode) || /* can't pull predicted up */
|
/dalvik/vm/mterp/ |
README.txt | 105 commands. The specified directory is the default location to pull
|
/development/samples/BrowserPlugin/jni/background/ |
BackgroundPlugin.cpp | 319 // TODO pull names from enum in npapi instead of hardcoding them
|
/development/samples/Snake/src/com/example/android/snake/ |
SnakeView.java | 516 // push a new head onto the ArrayList and pull off the tail
|
/development/samples/training/bitmapfun/src/com/example/android/bitmapfun/util/ |
ImageWorker.java | 158 * example, you could resize a large bitmap here, or pull down an image from the network.
|
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/ |
CommonTreeNodeStream.as | 72 /** Pull nodes from which tree? */
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/ |
BufferedTreeNodeStream.cs | 130 /** <summary>Pull nodes from which tree?</summary> */
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime.Tests/ |
ITreeFixture.cs | 99 // should pull 101 102 103 directly to become 5's child list
|