HomeSort by relevance Sort by last modified time
    Searched defs:priority (Results 176 - 200 of 720) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/chromium_org/third_party/WebKit/Source/core/fetch/
FetchRequest.h 56 ResourceLoadPriority priority() const { return m_priority; } function in class:WebCore::FetchRequest
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/
SVGGlyph.h 58 , priority(0)
94 int priority; member in struct:WebCore::SVGGlyph
  /external/chromium_org/third_party/libjingle/source/talk/examples/plus/
presencepushtask.cc 110 const XmlElement * priority = stanza->FirstNamed(QN_PRIORITY); local
111 if (priority != NULL) {
113 if (talk_base::FromString(priority->BodyText(), &pri)) {
  /external/chromium_org/tools/cr/cr/
plugin.py 25 _selectors = cr.Config('PRIORITY')
27 # Lowest priority, always there default values.
158 def priority(self): member in class:Plugin
231 """Return all enabled plugins of type cls in priority order."""
233 key=attrgetter('priority'), reverse=True)
286 if not result or plugin.priority > result.priority:
  /external/ipsec-tools/src/racoon/
plog.c 85 int priority; member in struct:plogtags
171 vsyslog(ptab[pri].priority, newfmt, ap_bak);
policy.h 67 u_int32_t priority; /* priority for the policy */ member in struct:policyindex
119 (idx)->priority = (_priority); \
  /external/jmonkeyengine/engine/src/test/jme3test/input/combomoves/
ComboMove.java 69 private float priority = 1; field in class:ComboMove
80 return priority;
83 public void setPriority(float priority) {
84 this.priority = priority;
TestComboMoves.java 198 // choose move with highest priority
199 float priority = 0; local
202 if (move.getPriority() > priority){
203 priority = move.getPriority();
  /external/qemu/distrib/sdl-1.2.15/src/timer/os2/
SDL_systimer.c 102 ULONG priority = 0, nesting; /* Shut down the warnings */ local
126 It turns out that on Warp3fp42 it is the priority at the time
130 priority = (tib->tib_ptib2->tib2_ulpri);
131 if ((priority & 0xFF00) == 0x0300) /* already time-critical */
135 /* We do not want to run at high priority if a signal causes us
151 /* Nobody switched priority while we slept... Ignore errors... */
152 /* tib->tib_ptib2->tib2_ulpri = priority; */ /* Get back... */
153 if (!(rc = DosSetPriority(PRTYS_THREAD, (priority>>8) & 0xFF, 0, 0)))
154 rc = DosSetPriority(PRTYS_THREAD, 0, priority & 0xFF, 0);
159 /* The actual blocking call is made with "normal" priority. This way w
    [all...]
  /external/smack/src/org/jivesoftware/smack/util/
DNSUtil.java 150 * Note that we follow the RFC with one exception. In a group of the same priority, only the first entry
151 * is calculated by random. The others are ore simply ordered by their priority.
165 // create the priority buckets
168 Integer priority = r.getPriority(); local
169 List<SRVRecord> bucket = buckets.get(priority);
173 buckets.put(priority, bucket);
180 for (Integer priority : buckets.keySet()) {
181 List<SRVRecord> bucket = buckets.get(priority);
201 // If running total is 0, then all weights in this priority
  /external/wpa_supplicant_8/src/rsn_supp/
preauth.c 29 int priority; member in struct:rsn_pmksa_candidate
291 /* TODO: drop priority for old candidate entries */
342 * @prio: Priority (the smaller number, the higher priority)
364 /* If BSSID already on candidate list, update the priority of the old
365 * entry. Do not override priority based on normal scan results. */
378 cand->priority = prio;
384 cand->priority = prio;
387 /* Add candidate to the list; order by increasing priority value. i.e.,
388 * highest priority (smallest value) first. *
    [all...]
  /frameworks/av/include/media/
AudioEffect.h 162 * the same effect type but with a higher priority. Control is returned when the
192 * on the priority parameter. If priority is higher than the priority used by the current
215 * priority: requested priority for effect control: the priority level corresponds to the
216 * value of priority parameter: negative values indicate lower priorities, positive values
217 * higher priorities, 0 being the normal priority.
229 int32_t priority = 0
295 int32_t priority() const { return mPriority; } function in class:android::AudioEffect
    [all...]
  /hardware/ti/omap3/dspbridge/inc/
rms_sh.h 112 RMS_WORD priority; /* Task's runtime priority level */ member in struct:RMS_MoreTaskArgs
  /hardware/ti/omap3/dspbridge/libbridge/inc/
rms_sh.h 112 RMS_WORD priority; /* Task's runtime priority level */ member in struct:RMS_MoreTaskArgs
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
PhotoPriorityResolver.java 39 * Maintains a cache of photo priority per account type. During contact aggregation
40 * photo with a higher priority is chosen for the the entire contact, barring an
55 * The XML tag capturing the picture priority. The syntax is:
56 * <code>&lt;Picture android:priority="6"/&gt;</code>
61 * Name of the attribute of the Picture tag capturing the priority itself.
63 private static final String PRIORITY_ATTR = "priority";
73 * Returns the photo priority for the specified account type. Maintains cache
81 Integer priority = mPhotoPriorities.get(accountType); local
82 if (priority == null) {
83 priority = resolvePhotoPriority(accountType)
128 int priority = DEFAULT_PRIORITY; local
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
seq_instr.h 30 int priority; member in struct:snd_seq_kcluster
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
seq_instr.h 30 int priority; member in struct:snd_seq_kcluster
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-commons-logging.jar 
  /bionic/libc/netbsd/nameser/
ns_print.c 274 /* Priority. */
292 /* Priority. */
392 u_int priority, weight, port; local
398 /* Priority, Weight, Port. */
399 priority = ns_get16(rdata); rdata += NS_INT16SZ;
402 len = SPRINTF((t, "%u %u %u ", priority, weight, port));
648 /* Priority, Weight, Port. */
  /cts/tests/tests/os/src/android/os/cts/
ProcessTest.java 98 * 1.Set the priority of the calling thread, based on Linux priorities level,
99 * from -20 for highest scheduling priority to 19 for lowest scheduling priority.
104 int priority = Process.getThreadPriority(myTid); local
105 assertTrue(priority >= THREAD_PRIORITY_HIGHEST
106 && priority <= Process.THREAD_PRIORITY_LOWEST);
  /external/chromium/net/base/
host_resolver.h 73 RequestPriority priority() const { return priority_; } function in class:net::HostResolver::RequestInfo
74 void set_priority(RequestPriority priority) { priority_ = priority; }
98 // The priority for the request.
  /external/chromium/net/spdy/
spdy_session_unittest.cc 81 // Insert several priority 0 items last.
94 EXPECT_EQ(0, buffer.priority());
99 int priority = 1; local
102 EXPECT_EQ(priority++, buffer.priority());
365 MEDIUM, /* priority, not important */
374 MEDIUM, /* priority, not important */
454 MEDIUM, /* priority, not important */
462 MEDIUM, /* priority, not important */
spdy_stream.h 121 int priority() const { return priority_; } function in class:net::SpdyStream
122 void set_priority(int priority) { priority_ = priority; }
  /external/chromium_org/cc/resources/
picture_layer_tiling_unittest.cc 780 TilePriority priority = tiling->TileAt(0, 0)->priority(ACTIVE_TREE); local
781 EXPECT_FLOAT_EQ(0.f, priority.distance_to_visible_in_pixels);
782 EXPECT_FLOAT_EQ(0.f, priority.time_to_visible_in_seconds);
784 priority = tiling->TileAt(0, 1)->priority(ACTIVE_TREE);
785 EXPECT_FLOAT_EQ(0.f, priority.distance_to_visible_in_pixels);
786 EXPECT_FLOAT_EQ(0.f, priority.time_to_visible_in_seconds);
788 priority = tiling->TileAt(1, 0)->priority(ACTIVE_TREE)
845 TilePriority priority = tiling->TileAt(0, 0)->priority(ACTIVE_TREE); local
926 TilePriority priority = tiling->TileAt(0, 0)->priority(ACTIVE_TREE); local
998 TilePriority priority = tiling->TileAt(0, 0)->priority(ACTIVE_TREE); local
1102 TilePriority priority = tiling->TileAt(0, 0)->priority(ACTIVE_TREE); local
1213 TilePriority priority = tiling->TileAt(0, 0)->priority(ACTIVE_TREE); local
1300 TilePriority priority = tiling->TileAt(0, 0)->priority(ACTIVE_TREE); local
1398 TilePriority priority = tiling->TileAt(0, 0)->priority(ACTIVE_TREE); local
    [all...]
tile.h 43 const TilePriority& priority(WhichTree tree) const { function in class:cc::Tile
52 void SetPriority(WhichTree tree, const TilePriority& priority);

Completed in 1506 milliseconds

1 2 3 4 5 6 78 91011>>