/system/core/include/utils/ |
Log.h | 43 LogIfSlow(const char* tag, android_LogPriority priority,
|
/external/chromium/net/socket/ |
transport_client_socket_pool.h | 29 RequestPriority priority, 46 void Initialize(RequestPriority priority, const GURL& referrer, 158 RequestPriority priority,
|
/external/chromium/third_party/libjingle/source/talk/base/ |
thread.h | 137 // Sets the thread's priority. Must be called before Start(). 138 ThreadPriority priority() const { return priority_; } function in class:talk_base::Thread 139 bool SetPriority(ThreadPriority priority);
|
/external/chromium/third_party/libjingle/source/talk/examples/call/ |
status.h | 55 // These are arranged in "priority order", i.e., if we see 56 // two statuses at the same priority but with different Shows, 70 int priority() const { return pri_; } function in class:buzz::Status
|
/external/chromium_org/chrome/browser/prerender/ |
prerender_local_predictor.h | 183 // by a new prerender of the priority indicated, or NULL, if the priority 185 PrerenderProperties* GetIssuedPrerenderSlotForPriority(double priority);
|
/external/chromium_org/chrome/common/extensions/api/ |
notifications.idl | 72 // Priority ranges from -2 to 2. -2 is lowest priority. 2 is highest. Zero 74 long? priority;
|
/external/chromium_org/extensions/common/ |
manifest_handler.cc | 209 int priority = 0; local 231 priority_map_[handler] = priority; 232 priority++;
|
/external/chromium_org/ipc/ |
ipc_message.cc | 53 Message::Message(int32 routing_id, uint32 type, PriorityValue priority) 57 DCHECK((priority & 0xffffff00) == 0); 58 header()->flags = priority | GetRefNumUpper24();
|
/external/chromium_org/net/cookies/ |
canonical_cookie.h | 40 CookiePriority priority); 71 CookiePriority priority); 84 CookiePriority Priority() const { return priority_; }
|
/external/chromium_org/net/http/ |
http_stream_base.h | 43 RequestPriority priority, 147 // Called when the priority of the parent transaction changes. 148 virtual void SetPriority(RequestPriority priority) = 0;
|
/external/chromium_org/net/quic/ |
quic_http_stream.h | 36 RequestPriority priority, 63 virtual void SetPriority(RequestPriority priority) OVERRIDE; 122 // The priority of the request.
|
/external/chromium_org/net/tools/flip_server/ |
spdy_interface.h | 56 SpdyPriority priority, 68 SpdyPriority priority, 148 uint32 priority,
|
/external/chromium_org/third_party/WebKit/Source/core/svg/ |
SVGGlyphMap.h | 81 lastGlyph.priority = m_currentPriority++; 102 return first.priority < second.priority;
|
/external/chromium_org/third_party/WebKit/public/platform/ |
WebURLRequest.h | 59 enum Priority { 195 BLINK_PLATFORM_EXPORT Priority priority() const;
|
/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/third_party/libjingle/source/talk/xmpp/ |
presencereceivetask.cc | 108 const XmlElement * priority = stanza->FirstNamed(QN_PRIORITY); local 109 if (priority != NULL) { 111 if (talk_base::FromString(priority->BodyText(), &pri)) {
|
presencestatus.h | 41 // These are arranged in "priority order", i.e., if we see 42 // two statuses at the same priority but with different Shows, 56 int priority() const { return pri_; } function in class:buzz::PresenceStatus
|
/external/chromium_org/tools/win/ChromeDebug/ChromeDebug/ |
ChromeDebug.vsct | 50 <Group guid="guidChromeDebugCmdSet" id="MyMenuGroup" priority="0x0600"> 63 priority. The command is visible and enabled by default. If you need to change the 70 <Button guid="guidChromeDebugCmdSet" id="cmdidAttachToProcess" priority="0x0100"
|
/external/chromium_org/ui/message_center/ |
notification_list.h | 97 // Returns the recent notifications of the priority higher then LOW, 99 // used to limit the number of notifications for the DEFAULT priority. 129 // Returns all visible notifications, in a (priority-timestamp) order.
|
/external/e2fsprogs/misc/ |
blkid.8.in | 75 parameter, then the device with the highest priority is returned, and/or 76 the first device found at a given priority. Device types in order of 77 decreasing priority are Device Mapper, EVMS, LVM, MD, and finally regular
|
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/binding/editors/controls/ |
AbstractControlActionsManager.java | 125 * 2. Highest priority {@link Expression}, so this handler has a chance to be set. 140 // get the highest priority 141 // note, if someone else has such priority, there will be key-binding conflicts logged.
|
/external/iproute2/man/man8/ |
tc-htb.8 | 30 priority 110 prio priority 111 In the round-robin process, classes with the lowest priority field are tried
|
/external/ipsec-tools/src/libipsec/ |
policy_token.l | 109 priority { return(PRIORITY); } 110 prio { return(PRIORITY); }
|
/external/ipsec-tools/src/racoon/ |
policy.h | 67 u_int32_t priority; /* priority for the policy */ member in struct:policyindex 119 (idx)->priority = (_priority); \
|
/external/linux-tools-perf/Documentation/ |
perf-top.txt | 81 -r <priority>:: 82 --realtime=<priority>:: 83 Collect data with this RT SCHED_FIFO priority.
|