Searched refs:source (Results 1 - 25 of 85) sorted by relevance

1234

/development/ndk/platforms/android-3/include/linux/netfilter_ipv4/
H A Dipt_addrtype.h16 u_int16_t source; member in struct:ipt_addrtype_info
/development/ndk/platforms/android-3/include/linux/
H A Dudp.h18 __u16 source; member in struct:udphdr
/development/ndk/platforms/android-3/include/netinet/
H A Dudp.h5 * Redistribution and use in source and binary forms, with or without
8 * * Redistributions of source code must retain the above copyright
38 u_int16_t uh_sport; /* source port */
47 __u16 source; member in struct:udphdr
/development/samples/AndroidBeamDemo/
H A DAndroid.mk6 # Only compile source java files in this apk.
/development/samples/BackupRestore/
H A DAndroid.mk6 # Only compile source java files in this apk.
/development/samples/BasicGLSurfaceView/
H A DAndroid.mk6 # Only compile source java files in this apk.
/development/samples/BusinessCard/
H A DAndroid.mk6 # Only compile source java files in this apk.
/development/cmds/monkey/src/com/android/commands/monkey/
H A DMonkeySourceRandomScript.java26 /** The verbose level of the source (currently not used) */
29 /** The source for the setup script if it exists */
35 /** The current source, set to the setup source and then a random script */
88 * Gets the next event from the current event source. If the event source is null, a new
89 * script event source is chosen randomly from the list of script sources and the next event is
121 * Sets the verbosity for the source as well as all sub event sources.
132 for (MonkeySourceScript source: mScriptSources) {
133 source
[all...]
/development/samples/ApiDemos/src/com/example/android/apis/accessibility/
H A DTaskBackService.java82 AccessibilityNodeInfo source = event.getSource();
83 if (source == null) {
88 AccessibilityNodeInfo rowNode = getListItemNodeInfo(source);
143 private AccessibilityNodeInfo getListItemNodeInfo(AccessibilityNodeInfo source) { argument
144 AccessibilityNodeInfo current = source;
/development/apps/BuildWidget/
H A DAndroid.mk6 # Only compile source java files in this apk.
/development/samples/ActionBarCompat/
H A DAndroid.mk6 # Only compile source java files in this apk.
/development/samples/BluetoothChat/
H A DAndroid.mk6 # Only compile source java files in this apk.
/development/samples/BluetoothHDP/
H A DAndroid.mk6 # Only compile source java files in this apk.
/development/samples/Compass/
H A DAndroid.mk6 # Only compile source java files in this apk.
/development/samples/ContactManager/
H A DAndroid.mk6 # Only compile source java files in this apk.
/development/samples/HeavyWeight/
H A DAndroid.mk6 # Only compile source java files in this apk.
/development/samples/HelloActivity/
H A DAndroid.mk6 # Only compile source java files in this apk.
/development/samples/HoneycombGallery/
H A DAndroid.mk6 # Only compile source java files in this apk.
/development/samples/KeyChainDemo/
H A DAndroid.mk6 # Only compile source java files in this apk.
/development/samples/LunarLander/
H A DAndroid.mk6 # Only compile source java files in this apk.
/development/samples/MultiResolution/
H A DAndroid.mk6 # Only compile source java files in this apk.
/development/samples/NotePad/
H A DAndroid.mk6 # Only compile source java files in this apk.
/development/samples/Obb/
H A DAndroid.mk6 # Only compile source java files in this apk.
/development/samples/RandomMusicPlayer/
H A DAndroid.mk6 # Only compile source java files in this apk.
/development/samples/SampleSyncAdapter/
H A DAndroid.mk6 # Only compile source java files in this apk.

Completed in 834 milliseconds

1234