HomeSort by relevance Sort by last modified time
    Searched full:priority (Results 26 - 50 of 3413) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/clang/test/Index/
complete-type-factors.m 7 enum Priority {
13 enum Priority func2(int);
15 enum Priority test1(enum Priority priority, enum Color color, int integer) {
18 return priority;
26 + (void)method:(enum Color)color priority:(enum Priority)priority;
27 - (void)method:(enum Color)color priority:(enum Priority)priority
    [all...]
  /external/chromium_org/net/cookies/
cookie_constants.cc 18 NET_EXPORT const std::string CookiePriorityToString(CookiePriority priority) {
19 switch(priority) {
32 NET_EXPORT CookiePriority StringToCookiePriority(const std::string& priority) {
33 std::string priority_comp(priority);
  /external/clang/test/Frontend/
warning-mapping-2.c 1 // Check that -w has lower priority than -pedantic-errors.
  /external/iptables/extensions/
libxt_CLASSIFY.c 15 "--set-class MAJOR:MINOR Set skb->priority value (always hexadecimal!)\n");
40 if (CLASSIFY_string_to_priority(cb->arg, &clinfo->priority))
46 CLASSIFY_print_class(unsigned int priority, int numeric)
48 printf(" %x:%x", TC_H_MAJ(priority)>>16, TC_H_MIN(priority));
59 CLASSIFY_print_class(clinfo->priority, numeric);
69 TC_H_MAJ(clinfo->priority)>>16, TC_H_MIN(clinfo->priority));
  /external/chromium_org/chromeos/audio/
audio_device.h 18 // Ordered from the highest priority to the lowest.
36 uint8 priority; member in struct:chromeos::AudioDevice
57 if (a.priority < b.priority) {
59 } else if (b.priority < a.priority) {
  /frameworks/base/core/java/com/android/internal/os/
AndroidPrintStream.java 28 private final int priority; field in class:AndroidPrintStream
34 * @param priority from {@link android.util.Log}
37 public AndroidPrintStream(int priority, String tag) {
42 this.priority = priority;
47 Log.println(priority, tag, line);
  /external/chromium_org/net/spdy/
spdy_priority_forest.h 24 // there can be multiple lists, with each list root having its own priority.
29 // The NodeId and Priority types must be POD that support comparison (most
31 template <typename NodeId, typename Priority>
43 // Add a new root node to the forest, with the given priority. Returns true
45 bool AddRootNode(NodeId node_id, Priority priority);
56 // Get the priority of the given node. If the node doesn't exist, or is not
57 // a root node (and thus has no priority), returns Priority().
58 Priority GetPriority(NodeId node_id) const
120 Priority priority; \/\/ used for root nodes member in union:net::SpdyPriorityForest::Node::__anon11418
    [all...]
  /frameworks/base/core/java/android/util/
LogPrinter.java 29 * Create a new Printer that sends to the log with the given priority
32 * @param priority The desired log priority:
40 public LogPrinter(int priority, String tag) {
41 mPriority = priority;
50 public LogPrinter(int priority, String tag, int buffer) {
51 mPriority = priority;
  /external/chromium_org/base/process/
process_win.cc 41 DWORD priority = GetPriority();
42 if (priority == 0)
44 return ((priority == BELOW_NORMAL_PRIORITY_CLASS) ||
45 (priority == IDLE_PRIORITY_CLASS));
52 // sets the priority class on the threads but also on the IO generated
54 DWORD priority;
57 priority = value ? PROCESS_MODE_BACKGROUND_BEGIN :
60 priority = value ? BELOW_NORMAL_PRIORITY_CLASS : NORMAL_PRIORITY_CLASS;
63 return (::SetPriorityClass(process_, priority) != 0);
process.h 49 // A process is backgrounded when it's priority is lower than normal.
53 // Set a process as backgrounded. If value is true, the priority
54 // of the process will be lowered. If value is false, the priority
56 // process priority.
57 // Returns true if the priority was changed, false otherwise.
60 // Returns an integer representing the priority of a process. The meaning
  /external/chromium/base/
process_win.cc 28 DWORD priority = GetPriority();
29 if (priority == 0)
31 return priority == BELOW_NORMAL_PRIORITY_CLASS;
37 DWORD priority = value ? BELOW_NORMAL_PRIORITY_CLASS : NORMAL_PRIORITY_CLASS;
38 return (SetPriorityClass(process_, priority) != 0);
  /external/chromium/net/spdy/
spdy_io_buffer.h 25 // |priority| is the priority of this buffer. Lower numbers are higher
26 // priority.
28 SpdyIOBuffer(IOBuffer* buffer, int size, int priority, SpdyStream* stream);
36 int priority() const { return priority_; } function in class:net::SpdyIOBuffer
spdy_io_buffer.cc 14 IOBuffer* buffer, int size, int priority, SpdyStream* stream)
16 priority_(priority),
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/util/
PriorityThreadFactory.java 24 * A thread factory that creates threads with a given thread priority.
33 * @param priority The thread priority of the threads created by this factory.
36 public PriorityThreadFactory(int priority) {
37 mPriority = priority;
  /external/chromium_org/tools/grit/grit/
grit-todo.xml 3 <TASK STARTDATESTRING="2005-04-08" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38453.49975694" TITLE="check 'name' attribute is unique" TIMEESTUNITS="H" ID="2" PERCENTDONE="100" STARTDATE="38450.00000000" DONEDATESTRING="2005-04-11" POS="22" DONEDATE="38453.00000000"/>
4 <TASK STARTDATESTRING="2005-04-08" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38488.48189815" TITLE="import id-calculating code" TIMEESTUNITS="H" ID="3" PERCENTDONE="100" STARTDATE="38450.00000000" DONEDATESTRING="2005-05-16" POS="13" DONEDATE="38488.00000000"/>
5 <TASK STARTDATESTRING="2005-05-16" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38488.48209491" TITLE="Import tool for existing translations" TIMEESTUNITS="H" ID="6" PERCENTDONE="100" STARTDATE="38488.00000000" DONEDATESTRING="2005-06-16" POS="12" DONEDATE="38519.00000000"/>
6 <TASK STARTDATESTRING="2005-05-16" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38511.00805556" TITLE="Export XMBs" TIMEESTUNITS="H" ID="8" PERCENTDONE="100" STARTDATE="38488.00000000" DONEDATESTRING="2005-06-08" POS="20" DONEDATE="38511.00000000"/>
7 <TASK STARTDATESTRING="2005-05-16" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38511.00924769" TITLE="Initial Integration" TIMEESTUNITS="H" ID="10" PERCENTDONE="100" STARTDATE="38488.00000000" DONEDATESTRING="2005-06-08" POS="10" DONEDATE="38511.00000000">
8 <TASK STARTDATESTRING="2005-05-16" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38496.54048611" TITLE="parser for %s strings" TIMEESTUNITS="H" ID="4" PERCENTDONE="100" STARTDATE="38488.00000000" DONEDATESTRING="2005-05-24" POS="2" DONEDATE="38496.00000000"/>
9 <TASK STARTDATESTRING="2005-05-16" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38497.00261574" TITLE="import tool for existing RC files" TIMEESTUNITS="H" ID="5" PERCENTDONE="100" STARTDATE="38488.00000000" DONEDATESTRING="2005-05-25" POS="4" DONEDATE="38497.00000000">
10 <TASK STARTDATESTRING="2005-05-24" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38496.92990741" TITLE="handle button value= and img alt= in message HTML text" TIMEESTUNITS="H" ID="22" PERCENTDONE="100" STARTDATE="38496.00000000" DONEDATESTRING="2005-05-24" POS="1" DONEDATE="38496.00000000"/>
11 <TASK STARTDATESTRING="2005-05-24" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38497.00258102" TITLE="&amp;nbsp; bug" TIMEESTUNITS="H" ID="23" PERCENTDONE="100" STARTDATE="38496.00000000" DONEDATESTRING="2005-05-25" POS="2" DONEDATE="38497.00000000"/>
13 <TASK STARTDATESTRING="2005-05-16" PRIORITY="5" TIMEESPENTUNITS="H" LASTMOD="38490.61171296" TITLE="grit build" TIMEESTUNITS="H" ID="7" PERCEN (…)
    [all...]
  /external/chromium_org/cc/resources/
prioritized_tile_set_unittest.cc 115 for (int priority = 0; priority < 4; ++priority) {
118 tile->SetPriority(ACTIVE_TREE, priorities[priority]);
119 tile->SetPriority(PENDING_TREE, priorities[priority]);
147 for (int priority = 0; priority < 4; ++priority) {
150 tile->SetPriority(ACTIVE_TREE, priorities[priority]);
151 tile->SetPriority(PENDING_TREE, priorities[priority]);
    [all...]
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...]
  /libcore/luni/src/main/java/java/util/
PriorityQueue.java 24 * A PriorityQueue holds elements on a priority heap, which orders the elements
52 * Constructs a priority queue with an initial capacity of 11 and natural
60 * Constructs a priority queue with the specified capacity and natural
73 * Constructs a priority queue with the specified capacity and comparator.
92 * Constructs a priority queue that contains the elements of a collection.
93 * The constructed priority queue has the initial capacity of 110% of the
98 * the collection whose elements will be added to the priority
117 * Constructs a priority queue that contains the elements of another
118 * priority queue. The constructed priority queue has the initial capacit
    [all...]
  /external/chromium_org/ui/base/accelerators/
accelerator_manager.cc 20 HandlerPriority priority,
26 // All priority accelerators go to the front of the line.
27 if (priority) {
31 // Mark that we have a priority accelerator at the front.
36 // We are registering a normal priority handler. If no priority accelerator
38 // front. Otherwise, register it after the first (only) priority handler.
61 // Check to see if we have a priority handler and whether we are removing it.
63 // We've are taking the priority accelerator away, flip the priority flag
    [all...]
  /system/core/libutils/
misc.cpp 42 int priority; member in struct:android::sysprop_change_callback_info
50 void add_sysprop_change_callback(sysprop_change_callback cb, int priority) {
58 info.priority = priority;
61 if (priority >= gSyspropList->itemAt(i).priority) {
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
RenderScriptTest.java 57 mRS.setPriority(RenderScript.Priority.LOW);
58 mRS.setPriority(RenderScript.Priority.NORMAL);
63 * Verify Priority enum properties.
66 assertEquals(RenderScript.Priority.LOW,
67 RenderScript.Priority.valueOf("LOW"));
68 assertEquals(RenderScript.Priority.NORMAL,
69 RenderScript.Priority.valueOf("NORMAL"));
70 assertEquals(2, RenderScript.Priority.values().length);
  /external/chromium_org/sync/protocol/
priority_preference_specifics.proto 5 // Sync protocol datatype extension for priority preferences.
19 // Properties of a synced priority preference.
  /external/guava/guava/src/com/google/common/util/concurrent/
ThreadFactoryBuilder.java 33 * <li> a {@linkplain Thread#setPriority thread priority}
48 private Integer priority = null; field in class:ThreadFactoryBuilder
86 * Sets the priority for new threads created with this ThreadFactory.
88 * @param priority the priority for new Threads created with this
92 public ThreadFactoryBuilder setPriority(int priority) {
95 checkArgument(priority >= Thread.MIN_PRIORITY,
96 "Thread priority (%s) must be >= %s", priority, Thread.MIN_PRIORITY);
97 checkArgument(priority <= Thread.MAX_PRIORITY
149 final Integer priority = builder.priority; local
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/netfilter_bridge/
ebt_vlan.h 12 uint8_t prio; /* VLAN User Priority {0-7} */
15 bit 2=1 User-Priority arg, bit 3=1 encap*/
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/netfilter_bridge/
ebt_vlan.h 12 uint8_t prio; /* VLAN User Priority {0-7} */
15 bit 2=1 User-Priority arg, bit 3=1 encap*/

Completed in 600 milliseconds

12 3 4 5 6 7 8 91011>>