/external/protobuf/m4/ |
lt~obsolete.m4 | 21 # pull the old libtool.m4 in (it doesn't see our shiny new m4_define
|
/external/qemu/distrib/sdl-1.2.15/acinclude/ |
lt~obsolete.m4 | 22 # pull the old libtool.m4 in (it doesn't see our shiny new m4_define
|
/external/regex-re2/re2/ |
make_unicode_groups.py | 66 # Pull singleton ranges out of range16.
|
/external/webkit/PerformanceTests/SunSpider/ |
TODO | 67 server, pull out the JS test content, preprocess it, and add it as a
|
/external/webkit/Source/WebKit2/ |
config.h | 88 /* WebKit has no way to pull settings from WebCore/config.h for now */
|
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/ |
ImageCombineFilter.java | 89 // Pull input frames
|
/packages/apps/Browser/src/com/android/browser/ |
FetchUrlMimeType.java | 37 * This class is used to pull down the http headers of a given URL so that
|
/packages/apps/Contacts/src/com/android/contacts/detail/ |
ContactDetailPhotoSetter.java | 89 // Cache the bitmap directly, so the activity can pull it from the
|
/packages/providers/CalendarProvider/tests/ |
EMMA_README | 44 adb pull $output coverage.ec
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/ |
WidgetPullParser.java | 33 * This pull parser generates {@link ILayoutViewInfo}s which key is a {@link ViewElementDescriptor}.
|
/sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/launch/ |
NdkGdbLaunchDelegate.java | 258 // pull app_process & libc from the device 261 pull(device, "/system/bin/app_process", solibFolder); //$NON-NLS-1$ method 262 pull(device, "/system/lib/libc.so", solibFolder); //$NON-NLS-1$ method 352 private void pull(IDevice device, String remote, IPath solibFolder) throws method in class:NdkGdbLaunchDelegate
|
/external/bison/tests/ |
headers.at | 224 AT_TEST([x7], [%define api.push-pull both]) 225 AT_TEST([x8], [%define api.pure %define api.push-pull both])
|
/external/kernel-headers/original/asm-arm/arch/ |
mux.h | 44 #define PULL_DWN_CTRL_NA 0 /* No pull-down control needed */ 111 * - for pull-up/down, only has one enable bit which is is in the same register
|
/external/libvorbis/doc/vorbisfile/ |
example.html | 113 We're going to pull the channel and bitrate info from the file using <a href="ov_info.html">ov_info()</a> and show them to the user. 114 We also want to pull out and show the user a comment attached to the file using <a href="ov_comment.html">ov_comment()</a>.
|
/external/valgrind/main/VEX/useful/ |
smchash.c | 115 /* pull up to 4-alignment */ 154 /* pull up to 4-alignment */
|
/external/valgrind/main/docs/internals/ |
porting-HOWTO.txt | 48 Use a recent kernel source, please. Don't just pull in all the 50 providing more types/macros than the core actually needs; only pull in types
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
PhoneStatusBarView.java | 124 // right 1/3 for quick settings. If you pull the status bar down a second time you'll 125 // toggle panels no matter where you pull it down.
|
/packages/apps/Launcher2/ |
print_db.py | 34 rv = os.system("adb pull" 38 print "adb pull failed"
|
/external/libnfc-nci/halimpl/bcm2079x/hal/hal/ |
nfc_hal_dm.c | 837 ** NFC_HAL_LP_ACTIVE_LOW (0) NFC_HAL_ASSERT_NFC_WAKE (0) pull down NFC_WAKE (GND) 838 ** NFC_HAL_LP_ACTIVE_LOW (0) NFC_HAL_DEASSERT_NFC_WAKE (1) pull up NFC_WAKE (VCC) 839 ** NFC_HAL_LP_ACTIVE_HIGH (1) NFC_HAL_ASSERT_NFC_WAKE (0) pull up NFC_WAKE (VCC) 840 ** NFC_HAL_LP_ACTIVE_HIGH (1) NFC_HAL_DEASSERT_NFC_WAKE (1) pull down NFC_WAKE (GND) 844 UPIO_Set (UPIO_GENERAL, NFC_HAL_LP_NFC_WAKE_GPIO, UPIO_OFF); /* pull down NFC_WAKE */ 846 UPIO_Set (UPIO_GENERAL, NFC_HAL_LP_NFC_WAKE_GPIO, UPIO_ON); /* pull up NFC_WAKE */ [all...] |
/frameworks/base/core/java/android/view/ |
Gravity.java | 382 * <p>Indicate whether the supplied gravity has a vertical pull.</p> 384 * @param gravity the gravity to check for vertical pull 385 * @return true if the supplied gravity has a vertical pull 392 * <p>Indicate whether the supplied gravity has an horizontal pull.</p> 394 * @param gravity the gravity to check for horizontal pull 395 * @return true if the supplied gravity has an horizontal pull
|
/frameworks/compile/libbcc/gdb_plugin/ |
android-commands.py | 219 # Pull lib from device and compute hash 221 self.pull(remote_lib, tmp_path) 297 # adb pull <remote_path> <local_path> 298 def pull(self, remote_path, local_path): member in class:ADB 299 self._call_adb(*["pull", remote_path, local_path]) 515 self.adb.pull("/system/bin/app_process", self.gdb_inferior)
|
/external/openssl/crypto/bn/asm/ |
x86_64-mont5.pl | 125 mov ($n0),$n0 # pull n0[0] value 283 add $lo0,$hi1 # pull upmost overflow bit 407 mov ($n0),$n0 # pull n0[0] value 727 add (%rsp,$num,8),$N[0] # pull upmost overflow bit 946 mov 120($context),%rax # pull context->Rax 947 mov 248($context),%rbx # pull context->Rip 964 mov 152($context),%rax # pull context->Rsp 971 mov 192($context),%r10 # pull $num 972 mov 8(%rax,%r10,8),%rax # pull saved stack pointer
|
/frameworks/base/tests/DumpRenderTree/assets/ |
run_layout_tests.py | 60 # pull /sdcard/webkit/running_test.txt, if the content is "#DONE", it's done 239 # Pull results from /sdcard 252 shell_cmd_str = adb_cmd + " pull " + file + " " + results_dir
|
/frameworks/wilhelm/src/android/ |
android_StreamPlayer.cpp | 123 // consumption from ABQ: pull from the ABQ, and push to shared memory (media server) 263 // there is still room in the shared memory, recheck later if we can pull 370 // async notification that the ABQ was refilled: the player should pull from the ABQ, and
|
/libcore/luni/src/main/java/org/apache/harmony/xml/parsers/ |
DocumentBuilderImpl.java | 161 * Implements the whole parsing of the XML document. The XML pull parser is 168 * @param parser The XML pull parser we're reading from. 333 * @param token the XML pull parser token type, such as XmlPullParser.CDSECT
|