/external/chromium_org/chrome/common/extensions/docs/templates/intros/ |
events.html | 64 which simplifies unregistering previously registered rules, and a priority to 67 descending order of the priority of their rules.</p> 72 priority: 100, // optional, defaults to 100. 107 <code>priority</code> were filled with the generated values. If any rule is
|
/external/chromium_org/chrome_frame/test/ |
urlmon_moniker_tests.h | 26 HRESULT (LONG* priority)); // NOLINT
|
/external/chromium_org/components/policy/core/common/ |
policy_bundle.h | 42 // has a higher priority.
|
/external/chromium_org/content/browser/net/ |
sqlite_persistent_cookie_store.cc | 58 // If a priority load request is invoked via SQLitePersistentCookieStore:: 165 // for the total time to load and aggregated results from any priority loads 170 // Sends notification when a single priority load completes. Updates priority 176 // Called after all priority and regular loading is complete. 264 // starting/completing priority loads or completing the total load). 267 // The total number of priority requests. 311 // Possible values for the 'priority' column. 385 "priority INTEGER NOT NULL DEFAULT %d," 697 "persistent, priority FROM cookies WHERE host_key = ?")) [all...] |
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/ |
BindingManager.java | 16 * process oom priority so that it shouldn't be killed by the OS out-of-memory killer under 181 * Binds a child process as a high priority process so that it has the same priority as the main 196 * Unbinds a high priority process which was previous bound with bindAsHighPriority.
|
/external/chromium_org/net/dns/ |
mapped_host_resolver.h | 49 RequestPriority priority,
|
/external/chromium_org/net/quic/ |
quic_http_stream_test.cc | 228 RequestPriority priority) { 235 request_data_ = SerializeHeaderBlock(headers, true, priority); 249 RequestPriority priority) { 253 ConvertRequestPriorityToQuicPriority(priority), headers); 658 TEST_F(QuicHttpStreamTest, Priority) { 671 // Check that priority is highest. 682 // Check that priority has now dropped back to MEDIUM. 715 // Check that priority is highest. 725 // priority.
|
quic_reliable_client_stream.h | 63 // of client-side streams should be able to set the priority.
|
quic_spdy_decompressor.cc | 38 SpdyPriority priority,
|
/external/chromium_org/net/tools/quic/ |
quic_spdy_client_stream.cc | 75 priority(), header_block);
|
/external/chromium_org/net/url_request/ |
url_request_filter.h | 88 // Maps hostnames to factories. Hostnames take priority over URLs.
|
/external/chromium_org/third_party/WebKit/Source/core/animation/ |
AnimationStack.h | 56 static AnimationEffect::CompositableValueMap compositableValues(const AnimationStack*, const Vector<InertAnimation*>* newAnimations, const HashSet<const Player*>* cancelledPlayers, Animation::Priority);
|
/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/tools/telemetry/telemetry/page/ |
page_filter.py | 42 # Exclude filters take priority
|
/external/clang/include/clang/AST/ |
CommentBriefParser.h | 26 /// description", in order of priority:
|
/external/eigen/doc/ |
B01_Experimental.dox | 16 We are aware that API stability is a major concern for our users. That's why it's a priority for us to reach it, but at the same time we're being serious about not calling Eigen API-stable too early.
|
/external/iproute2/man/man8/ |
tc.8 | 32 priority filtertype 137 queue which honors Type of Service flags, as well as the priority that may be 222 skb->priority 223 Userspace programs can encode a class-id in the 'skb->priority' field using
|
/external/kernel-headers/original/asm-generic/ |
resource.h | 46 #define RLIMIT_RTPRIO 14 /* maximum realtime priority */
|
/external/kernel-headers/original/linux/ |
cpu.h | 73 { .notifier_call = fn, .priority = pri }; \
|
/external/libvorbis/doc/vorbisfile/ |
ov_raw_seek.html | 24 <p>When seek speed is a priority, this is the best seek funtion to use.
|
/external/linux-tools-perf/util/ |
exec_cmd.c | 54 /* Returns the highest-priority, location to look for perf programs. */
|
/external/smack/src/org/jivesoftware/smack/ |
RosterListener.java | 72 * That will return the presence value for the user with the highest priority and
|
/external/tcpdump/ |
l2tp.h | 30 #define L2TP_FLAG_PRIORITY 0x0100 /* Priority */
|
/frameworks/base/core/java/com/android/internal/os/ |
BinderInternal.java | 80 * background scheduling priority.
|
/frameworks/base/docs/html/training/articles/ |
perf-anr.jd | 141 you should set the thread priority to "background" priority by calling {@link 143 android.os.Process#THREAD_PRIORITY_BACKGROUND}. If you don't set the thread to a lower priority 144 this way, then the thread could still slow down your app because it operates at the same priority
|