HomeSort by relevance Sort by last modified time
    Searched full:pull (Results 301 - 325 of 811) sorted by null

<<11121314151617181920>>

  /frameworks/native/libs/utils/
LinearTransform.cpp 148 // underflow unless ABS(basis2) is large enough to pull us back into the
  /ndk/sources/cxx-stl/llvm-libc++/include/
cwchar 110 #include <support/win32/support.h> // pull in *swprintf defines
  /ndk/sources/host-tools/sed-4.2.1/lib/
getopt.in.h 85 not defined, include <ctype.h>, which will pull in <features.h> for us
  /external/openssl/crypto/md5/asm/
md5-x86_64.pl 288 mov 120($context),%rax # pull context->Rax
289 mov 248($context),%rbx # pull context->Rip
295 mov 152($context),%rax # pull context->Rsp
  /external/qemu/distrib/zlib-1.2.3/
infback.c 149 #define PULL() \
165 PULL(); \
334 PULL();
  /external/srec/tools/grxmlcompile/
sub_grph.cpp 448 // Code to pull up nodes for forward connecting transitions
592 // Code to pull up nodes for forward connecting transitions
612 // Code to pull up nodes for forward connecting transitions
  /external/zlib/src/contrib/infback9/
infback9.c 125 #define PULL() \
141 PULL(); \
331 PULL();
  /external/zlib/src/
infback.c 158 #define PULL() \
174 PULL(); \
343 PULL();
  /libcore/luni/src/test/java/libcore/xml/
PullParserDtdTest.java 26 * Test doctype handling in pull parsers.
33 * Android's Expat pull parser permits parameter entities to be declared,
539 * Creates a new pull parser.
  /ndk/
ndk-gdb 687 run adb_cmd pull /system/bin/app_process `native_path $APP_PROCESS`
690 run adb_cmd pull /system/bin/linker `native_path $APP_OUT/linker`
693 run adb_cmd pull /system/lib/libc.so `native_path $APP_OUT/libc.so`
ndk-gdb.py 655 adb_cmd(False, ['pull', '/system/bin/app_process', APP_PROCESS], log_command=True)
658 adb_cmd(False, ['pull', '/system/bin/linker', '%s/linker' % (APP_OUT)], log_command=True)
661 adb_cmd(False, ['pull', '/system/lib/libc.so', '%s/libc.so' % (APP_OUT)], log_command=True)
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DynamicContextMenu.java 281 /** "Preview List Content" pull-right menu for lists, "Preview Fragment" for fragments, etc. */
513 * The {@link NestedActionMenu} creates a lazily populated pull-right menu
574 * The {@link NestedChoiceMenu} creates a lazily populated pull-right menu
  /external/openssh/contrib/redhat/
openssh.spec 501 - pull cvs patch to fix support for /etc/nologin for non-PAM logins (#47298)
505 - pull cvs patch to add -t flag to sshd (#28611)
512 - pull cvs patch to fix remote port forwarding with protocol 2
515 - pull cvs patch to add session initialization to no-pty sessions
516 - pull cvs patch to not cut off challengeresponse auth needlessly
  /external/openssl/crypto/sha/asm/
sha1-x86_64.pl 1111 mov 120($context),%rax # pull context->Rax
1112 mov 248($context),%rbx # pull context->Rip
1118 mov 152($context),%rax # pull context->Rsp
1124 mov `16*4`(%rax),%rax # pull saved stack pointer
1153 mov 120($context),%rax # pull context->Rax
1154 mov 248($context),%rbx # pull context->Rip
1164 mov 152($context),%rax # pull context->Rsp
  /external/openssl/crypto/aes/asm/
aesni-x86_64.pl 1048 pextrd \$3,$ivec,$rnds_ # pull 32-bit counter
    [all...]
  /external/bison/
ChangeLog-2012     [all...]
  /external/openssl/crypto/modes/asm/
ghash-x86_64.pl 706 mov 120($context),%rax # pull context->Rax
707 mov 248($context),%rbx # pull context->Rip
717 mov 152($context),%rax # pull context->Rsp
  /external/openssl/crypto/rc4/asm/
rc4-md5-x86_64.pl 532 mov 120($context),%rax # pull context->Rax
533 mov 248($context),%rbx # pull context->Rip
539 mov 152($context),%rax # pull context->Rsp
  /bionic/libc/upstream-netbsd/libc/isc/
ev_streams.c 231 /* Pull off or truncate lead iovec(s). */
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/widget/
WidgetCtsProvider.java 235 // Pull them from the manager
  /dalvik/tests/068-classloader/src/
Main.java 388 * Create an instance of IfaceImpl. We also pull in
  /development/samples/BackupRestore/src/com/example/android/backuprestore/
ExampleAgent.java 126 // Okay, we've flattened the data for transmission. Pull it
  /development/scripts/
symbol.py 225 # We pull out the address and function first. Then we check for an optional
  /development/testrunner/coverage/
coverage.py 101 if self._adb.Pull(device_coverage_path, coverage_local_path):
  /development/tools/apkcheck/
README.txt 38 use "uses-library" directives to pull in external libraries. Since

Completed in 420 milliseconds

<<11121314151617181920>>