Searched defs:first (Results 226 - 250 of 1268) sorted by relevance

1234567891011>>

/external/skia/src/svg/
H A DSkSVGGradient.cpp32 bool first = true; local
40 if (first && stop->f_offset.equals("0") == false) {
61 first = false;
/external/smack/src/org/xbill/DNS/
H A DRRset.java74 Record first = first();
75 if (!r.sameRRset(first))
79 if (r.getTTL() != first.getTTL()) {
80 if (r.getTTL() > first.getTTL()) {
82 r.setTTL(first.getTTL());
186 return first().getName();
195 return first().getRRsetType();
204 return first().getDClass();
210 return first()
218 first() { method in class:RRset
[all...]
/external/tcpdump/
H A Dprint-telnet.c230 int first = 1; local
245 if (first)
253 printf("%s", (first) ? " [telnet " : ", ");
256 first = 0;
261 if (!first) {
/external/valgrind/main/memcheck/tests/vbit-test/
H A Dmain.c98 IROp first = Iop_INVALID + 1; local
103 first = Iop_CasCmpEQ8; last = first + 1;
110 for (opkind = first; opkind < last; ++opkind) {
/external/zlib/src/
H A Dgzwrite.c78 /* allocate memory if this is the first time through */
137 int first; local
146 first = 1;
150 if (first) {
152 first = 0;
195 /* allocate memory if this is the first time through */
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.JavaExtensions/
H A DCheck.cs88 public static void FirstAndSecond (object first, object second) argument
90 if (first == null)
91 throw new ArgumentNullException ("first");
/external/apache-xml/src/main/java/org/apache/xml/serializer/
H A DEncodingInfo.java343 private EncodingImpl(String encoding, int first, int last, int codePoint) { argument
346 m_first = first;
490 * the first char of a high/low pair that was converted.
/external/bison/src/
H A Dgraphviz.c101 bool enabled, bool first, FILE *fout)
105 if (first)
145 print_token (struct obstack *out, bool first, char const *tok) argument
149 if (! first)
100 conclude_red(struct obstack *out, int source, rule_number ruleno, bool enabled, bool first, FILE *fout) argument
/external/blktrace/btt/
H A Dlist.h171 * list_first - Returns first entry on list, or NULL if empty
194 struct list_head *first = list->next; local
198 first->prev = head;
199 head->next = first;
208 * * @head: the place to add it in the first list.
/external/blktrace/
H A Dstats.h98 int first; member in struct:histlog2
105 return h->first + (index ? h->delta << (index - 1) : 0);
/external/chromium_org/athena/wm/
H A Dwindow_list_provider_impl_unittest.cc97 scoped_ptr<aura::Window> first = local
103 container->AddChild(first.get());
112 container->StackChildAtTop(first.get());
115 EXPECT_EQ(first.get(), container->children().back());
122 scoped_ptr<aura::Window> first = local
130 container->AddChild(first.get());
141 EXPECT_NE(list.end(), std::find(list.begin(), list.end(), first.get()));
/external/chromium_org/cc/layers/
H A Dlayer_iterator_unittest.cc104 scoped_refptr<TestLayer> first = TestLayer::Create(); local
109 root_layer->AddChild(first);
125 EXPECT_COUNT(first, -1, -1, 3);
/external/chromium_org/chrome/browser/safe_browsing/incident_reporting/
H A Dlast_download_finder.cc31 // Returns true if |first| is more recent than |second|, preferring opened over
34 bool IsMoreInterestingThan(const history::DownloadRow& first, argument
36 if (first.end_time < second.end_time)
40 if (!download_protection_util::IsBinaryFile(first.target_path) ||
41 download_protection_util::IsArchiveFile(first.target_path)) {
44 return (first.end_time != second.end_time ||
45 (first.opened && !second.opened));
/external/chromium_org/chrome/browser/sync/test/integration/
H A Dtwo_client_app_list_sync_test.cc241 // Install an app on one client, then sync. Then uninstall the app on the first
242 // client and sync again. Now install a new app on the first client and sync.
368 // Disable sync for the second client and then install an app on the first
405 size_t first = kNumDefaultApps; local
407 GetProfile(0), first + 1, first + 2);
409 verifier(), first + 1, first + 2); local
544 // first non default item in the list.
/external/chromium_org/chrome/browser/ui/app_list/search/
H A Dhistory_data_store_unittest.cc25 bool first = true; local
28 if (first)
29 first = false;
/external/chromium_org/chrome/installer/util/
H A Dlanguage_selector.cc91 bool IsArraySorted(const LangToOffset* first, const LangToOffset* last, argument
93 if (last - first > 1) {
94 for (--last; first != last; ++first) {
95 if (!(std::wstring(first->language) < (first + 1)->language) ||
96 byNameAndOffset && !(first->offset < (first + 1)->offset)) {
149 bool TryFindOffset(const LangToOffset* first, const LangToOffset* last, argument
151 const LangToOffset* search_result = std::lower_bound(first, las
[all...]
/external/chromium_org/chrome/renderer/plugins/
H A Dplugin_uma.cc87 bool PluginUMAReporter::CompareCStrings(const char* first, const char* second) { argument
88 return strcmp(first, second) < 0;
/external/chromium_org/chrome/service/cloud_print/
H A Dprinter_job_queue_handler.cc42 bool JobDetails::ordering(const JobDetails& first, const JobDetails& second) { argument
43 return first.time_remaining_ < second.time_remaining_;
154 if (job_found.first->second.retries_ >= kNumRetriesBeforeAbandonJob) {
155 failed_job_map_.erase(job_found.first);
159 job_found.first->second.retries_ += 1;
160 job_found.first->second.last_retry_ = time_provider_->GetNow();
/external/chromium_org/content/browser/
H A Dplugin_loader_posix_unittest.cc155 // Only the first request should have been fulfilled.
380 // Mock the first two calls like normal.
381 testing::Expectation first = local
385 .After(first)
/external/chromium_org/content/common/media/
H A Dmedia_stream_options.cc124 bool StreamDeviceInfo::IsEqual(const StreamDeviceInfo& first, argument
126 return first.device.IsEqual(second.device) &&
127 first.session_id == second.session_id;
/external/chromium_org/content/renderer/gpu/
H A Dframe_swap_message_queue_unittest.cc25 void QueueNextSwapMessage(scoped_ptr<IPC::Message> msg, bool* first) { argument
27 MESSAGE_DELIVERY_POLICY_WITH_NEXT_SWAP, 0, msg.Pass(), first);
40 bool* first) {
44 first);
104 // Queuing the first time should result in true.
38 QueueVisualStateMessage(int source_frame_number, scoped_ptr<IPC::Message> msg, bool* first) argument
/external/chromium_org/media/formats/mp4/
H A Davc_unittest.cc166 bool first = true; local
168 if (!first)
171 first = false;
328 "I R14", // Reserved14-18 must come before first VCL.
329 "I SEI", // SEI must come before first VCL.
330 "P SPS P", // SPS after first VCL would indicate a new access unit.
/external/chromium_org/net/base/
H A Dlinked_hash_map.h48 // Returns an iterator to the first (insertion-ordered) element. Like a map,
74 // Returns an iterator beyond the first element.
131 typename MapType::iterator found = map_.find(position->first);
139 // Erases values between first and last, not including last.
140 void erase(iterator first, iterator last) { argument
141 while (first != last && first != end()) {
142 erase(first++);
171 return std::make_pair(eq_range.first->second, eq_range.second->second);
179 const const_iterator& start_iter = eq_range.first !
[all...]
/external/chromium_org/skia/ext/
H A Dpixel_ref_utils_unittest.cc382 SkBitmap first; local
383 CreateBitmap(gfx::Size(50, 50), "discardable", &first);
396 canvas->drawBitmap(first, 0, 0);
443 SkBitmap first; local
444 CreateBitmap(gfx::Size(50, 50), "discardable", &first);
460 first, SkRect::MakeWH(100, 100), &non_discardable_paint);
494 SkBitmap first; local
495 CreateBitmap(gfx::Size(50, 50), "discardable", &first);
510 canvas->drawSprite(first, 0, 0);
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DNodeRenderingTraversal.cpp193 Node* first = currentElement->pseudoElement(BEFORE); local
194 if (first)
195 return first;
196 first = firstChild(currentElement);
197 if (!first)
198 first = currentElement->pseudoElement(AFTER);
199 return first;

Completed in 484 milliseconds

1234567891011>>