Searched refs:prefix (Results 1 - 25 of 27) sorted by relevance

12

/development/ndk/platforms/android-3/include/linux/netfilter_ipv4/
H A Dipt_LOG.h25 char prefix[30]; member in struct:ipt_log_info
H A Dipt_ULOG.h31 char prefix[ULOG_PREFIX_LEN]; member in struct:ipt_ulog_info
42 char prefix[ULOG_PREFIX_LEN]; member in struct:ulog_packet_msg
/development/ndk/platforms/android-3/include/linux/netfilter_ipv6/
H A Dip6t_LOG.h25 char prefix[30]; member in struct:ip6t_log_info
/development/tools/mkstubs/src/com/android/mkstubs/
H A DFilter.java46 * Returns the set of all prefix patterns to be included.
60 * Returns the set of all prefix patterns to be excluded.
70 * <li> The string must match either a full include or a prefix include.
71 * <li> The string must not match any full exclude nor any prefix exclude.
81 // Check for a prefix inclusion
82 for (String prefix : mIncludePrefix) {
83 if (s.startsWith(prefix)) {
95 // or check for prefix exclusion
96 for (String prefix : mExcludePrefix) {
97 if (s.startsWith(prefix)) {
[all...]
/development/tools/findunused/
H A Dfindunusedtranslations27 $prefix = $1;
32 $pattern1 = "$prefix/values$1$2-??$3/$suffix";
33 $pattern2 = "$prefix/values$1$2-??-r??$3/$suffix";
35 $pattern1 = "$prefix/values-??$values/$suffix";
36 $pattern2 = "$prefix/values-??-r??$values/$suffix";
/development/samples/ToyVpn/src/com/example/android/toyvpn/
H A DToyVpnClient.java58 String prefix = getPackageName();
60 .putExtra(prefix + ".ADDRESS", mServerAddress.getText().toString())
61 .putExtra(prefix + ".PORT", mServerPort.getText().toString())
62 .putExtra(prefix + ".SECRET", mSharedSecret.getText().toString());
H A DToyVpnService.java62 String prefix = getPackageName();
63 mServerAddress = intent.getStringExtra(prefix + ".ADDRESS");
64 mServerPort = intent.getStringExtra(prefix + ".PORT");
65 mSharedSecret = intent.getStringExtra(prefix + ".SECRET").getBytes();
/development/ndk/platforms/android-3/include/linux/
H A Dxattr.h34 char *prefix; member in struct:xattr_handler
H A Dmoduleparam.h63 #define __module_param_call(prefix, name, set, get, arg, perm) static char __param_str_##name[] = prefix #name; static struct kernel_param const __param_##name __attribute_used__ __attribute__ ((unused,__section__ ("__param"),aligned(sizeof(void *)))) = { __param_str_##name, perm, set, get, arg }
/development/samples/ApiDemos/src/com/example/android/apis/
H A DApiDemos.java55 protected List<Map<String, Object>> getData(String prefix) { argument
68 String prefixWithSlash = prefix;
70 if (prefix.equals("")) {
73 prefixPath = prefix.split("/");
74 prefixWithSlash = prefix + "/";
100 addItem(myData, nextLabel, browseIntent(prefix.equals("") ? nextLabel : prefix + "/" + nextLabel));
/development/samples/Support13Demos/src/com/example/android/supportv13/
H A DSupport13Demos.java55 protected List<Map<String, Object>> getData(String prefix) { argument
68 String prefixWithSlash = prefix;
70 if (prefix.equals("")) {
73 prefixPath = prefix.split("/");
74 prefixWithSlash = prefix + "/";
100 addItem(myData, nextLabel, browseIntent(prefix.equals("") ? nextLabel : prefix + "/" + nextLabel));
/development/samples/Support4Demos/src/com/example/android/supportv4/
H A DSupport4Demos.java55 protected List<Map<String, Object>> getData(String prefix) { argument
68 String prefixWithSlash = prefix;
70 if (prefix.equals("")) {
73 prefixPath = prefix.split("/");
74 prefixWithSlash = prefix + "/";
100 addItem(myData, nextLabel, browseIntent(prefix.equals("") ? nextLabel : prefix + "/" + nextLabel));
/development/samples/Support7Demos/src/com/example/android/supportv7/
H A DSupport7Demos.java55 protected List<Map<String, Object>> getData(String prefix) { argument
68 String prefixWithSlash = prefix;
70 if (prefix.equals("")) {
73 prefixPath = prefix.split("/");
74 prefixWithSlash = prefix + "/";
101 prefix.equals("") ? nextLabel : prefix + "/" + nextLabel));
/development/samples/ApiDemos/src/com/example/android/apis/appwidget/
H A DExampleAppWidgetConfigure.java93 // Push widget update to surface with newly set prefix
106 // Write the prefix to the SharedPreferences object for this widget
113 // Read the prefix from the SharedPreferences object for this widget.
117 String prefix = prefs.getString(PREF_PREFIX_KEY + appWidgetId, null);
118 if (prefix != null) {
119 return prefix;
/development/samples/XmlAdapters/src/com/example/android/xmladapters/
H A DXmlDocumentProvider.java399 String prefix = null;
402 prefix = parser.getPrefix();
404 prefix = null;
406 if (prefix != null) {
407 path.append(prefix);
/development/samples/CubeLiveWallpaper/src/com/example/android/livecubes/cube2/
H A DCubeWallpaper2.java113 private void readModel(String prefix) { argument
117 int pid = getResources().getIdentifier(prefix + "points", "array", getPackageName());
118 int lid = getResources().getIdentifier(prefix + "lines", "array", getPackageName());
/development/samples/training/multiscreen/newsreader/libs/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/content/ ...
/development/samples/training/basic/ActivityLifecycle/libs/
H A Dandroid-support-v13.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v13/ android/support/v13/app/ ...
/development/samples/training/basic/FragmentBasics/libs/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ...
/development/samples/training/location-aware/libs/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ...
/development/samples/training/ContactsList/libs/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ...
/development/samples/training/EffectiveNavigation/libs/
H A Dandroid-support-v4.jar ... lang.String[]) android.app.Activity activity String prefix java.io.FileDescriptor fd java.io. ...
/development/samples/training/InteractiveChart/libs/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/app/ ...
/development/samples/training/bitmapfun/libs/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/app/ ...
/development/build/
H A Dsdk.atree56 external/chromium-trace/prefix.html platform-tools/systrace/prefix.html

Completed in 1278 milliseconds

12