Searched defs:preference (Results 1 - 25 of 34) sorted by relevance

12

/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
H A DDialogPreferenceTest.java5 import android.preference.DialogPreference;
25 private DialogPreference preference; field in class:DialogPreferenceTest
37 preference = new TestDialogPreference(context, attrs);
38 shadow = Robolectric.shadowOf(preference);
45 preference = new TestDialogPreference(context, attrs, defStyle);
46 shadow = Robolectric.shadowOf(preference);
51 preference = new TestDialogPreference(context, attrs);
52 shadow = Robolectric.shadowOf(preference);
60 assertThat((String) preference.getDialogMessage(), equalTo(TEST_DIALOG_MESSAGE));
H A DPreferenceTest.java19 import android.preference.Preference;
20 import android.preference.Preference.OnPreferenceClickListener;
31 private TestPreference preference; field in class:PreferenceTest
43 preference = new TestPreference(context, attrs);
44 shadow = Robolectric.shadowOf( preference );
51 preference = new TestPreference(context, attrs, defStyle);
52 shadow = Robolectric.shadowOf(preference);
57 preference = new TestPreference(context, attrs);
58 shadow = Robolectric.shadowOf(preference);
63 preference
[all...]
/external/google-tv-pairing-protocol/cpp/src/polo/pairing/message/
H A Doptionsmessage.cc32 OptionsMessage::ProtocolRole preference) {
33 protocol_role_preference_ = preference;
31 set_protocol_role_preference( OptionsMessage::ProtocolRole preference) argument
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowPreferenceGroup.java5 import android.preference.Preference;
6 import android.preference.PreferenceGroup;
14 * See: http://android.git.kernel.org/?p=platform/frameworks/base.git;a=blob_plain;f=core/java/android/preference/PreferenceGroup.java;hb=HEAD
24 public void addItemFromInflater(Preference preference) { argument
25 addPreference(preference);
29 public boolean addPreference(Preference preference) { argument
30 if (preferenceList.contains(preference)) {
35 preferenceList.add(preference);
51 public boolean removePreference(Preference preference) { argument
52 return preferenceList.remove(preference);
[all...]
/external/kernel-headers/original/uapi/rdma/
H A Dib_user_sa.h73 __u8 preference; member in struct:ib_user_path_rec
/external/webrtc/talk/media/base/
H A Dcodec.h84 int preference; member in struct:cricket::Codec
89 Codec(int id, const std::string& name, int clockrate, int preference);
113 return first.preference > other.preference;
139 int preference);
149 return first.preference > other.preference;
174 int preference);
182 return first.preference > other.preference;
[all...]
H A Dcodec.cc91 Codec::Codec(int id, const std::string& name, int clockrate, int preference) argument
92 : id(id), name(name), clockrate(clockrate), preference(preference) {
95 Codec::Codec() : id(0), clockrate(0), preference(0) {
106 preference = c.preference;
115 preference == c.preference && params == c.params &&
171 int preference)
172 : Codec(id, name, clockrate, preference),
166 AudioCodec(int id, const std::string& name, int clockrate, int bitrate, size_t channels, int preference) argument
213 << ":" << channels << ":" << preference << "]"; local
220 << ":" << framerate << ":" << preference << "]"; local
224 VideoCodec(int id, const std::string& name, int width, int height, int framerate, int preference) argument
311 DataCodec(int id, const std::string& name, int preference) argument
[all...]
H A Dstreamparams.h258 preference(0) {
265 int preference; member in struct:cricket::StaticVideoView
/external/wpa_supplicant_8/wpa_supplicant/
H A Dwnm_sta.h30 u8 preference; /* valid if preference_present=1 */ member in struct:neighbor_report
H A Dwpa_supplicant_i.h1055 u8 preference; member in struct:wpa_supplicant::wpa_mbo_non_pref_channel
/external/skia/src/gpu/
H A DGrGpu.h181 getReadPixelsInfo will never set the draw preference to this value but may leave
479 static void ElevateDrawPreference(GrGpu::DrawPreference* preference, argument
486 *preference = SkTMax(*preference, elevation);
/external/webrtc/webrtc/p2p/base/
H A Dcandidate.h89 // Maps old preference (which was 0.0-1.0) to match priority (which
93 float preference() const { function in class:cricket::Candidate
94 // The preference value is clamped to two decimal precision.
100 void set_preference(float preference) { argument
102 // This can happen for e.g. when preference = 3.
103 uint64_t prio_val = static_cast<uint64_t>(preference * 127) << 24;
185 // priority = (2^24)*(type preference) +
186 // (2^8)*(local preference) +
197 // Addr Pref - Address preference value as per RFC 3484.
198 // local preference
[all...]
/external/webrtc/webrtc/base/
H A Dnetwork.h346 int preference() const { return preference_; } function in class:rtc::Network
347 void set_preference(int preference) { preference_ = preference; } argument
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jface_3.6.1.M20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jface.databinding_1.4.0.I20100601-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/iputils/
H A Drdisc.c70 int preference; member in struct:interface
95 static void record_router(struct in_addr router, int preference, int ttl);
167 " rdisc -r [-b] [-d] [-s] [-v] [-f] [-a] [-V] [-p <preference>] [-T <secs>]\n"
195 int preference = 0; /* Setable with -p option */ variable
202 best preference in the kernel. Not set
355 preference = val;
612 ap->ira_preference = htonl(interfaces[i].preference);
808 logtrace("\taddress %s, preference 0x%x\n",
966 /* Send out a packet with a preference so that all
1095 interfaces[i].preference
1302 int preference; member in struct:table
1395 record_router(struct in_addr router, int preference, int ttl) argument
[all...]
/external/webrtc/talk/app/webrtc/
H A Dwebrtcsdp.cc656 int preference = kPreferenceUnknown; local
658 preference = kPreferenceHost;
660 preference = kPreferenceReflexive;
662 preference = kPreferenceRelayed;
666 return preference;
694 const int preference = GetCandidatePreferenceFromType(it->type()); local
700 if ((preference <= current_preference && current_family == family) ||
709 current_preference = preference;
2096 int preference = static_cast<int>(fmts.size()); local
2109 preference));
2840 UpdateCodec(int payload_type, const std::string& name, int clockrate, int bitrate, size_t channels, int preference, AudioContentDescription* audio_desc) argument
2858 UpdateCodec(int payload_type, const std::string& name, int width, int height, int framerate, int preference, VideoContentDescription* video_desc) argument
2900 const int preference = codec_preference.end() - local
[all...]
/external/mdnsresponder/mDNSCore/
H A DmDNSEmbeddedAPI.h712 typedef packedstruct { mDNSu16 preference; domainname exchange; } rdataMX; variable
714 typedef packedstruct { mDNSu16 preference; domainname map822; domainname mapx400; } rdataPX; variable
/external/robolectric/v1/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 408 milliseconds

12