Searched defs:first (Results 126 - 150 of 1268) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/skia/src/pathops/
H A DSkPathOpsQuad.h14 const SkDQuad& first() const { return (const SkDQuad&) pts[0]; } function in struct:SkDQuadPair
/external/chromium_org/third_party/sqlite/src/src/
H A Dhash.h31 ** Hash.first points to the head of this list.
46 HashElem *first; /* The first element of the array */ member in struct:Hash
49 HashElem *chain; /* Pointer to first entry with this hash */
85 #define sqliteHashFirst(H) ((H)->first)
/external/freetype/src/psaux/
H A Dt1cmap.h73 FT_UInt first; member in struct:T1_CMapCustomRec_
/external/libcxx/test/strings/basic.string/string.modifiers/string_replace/
H A Diter_iter_size_char.pass.cpp29 typename S::const_iterator first = s.begin() + pos1; local
31 typename S::size_type xlen = last - first;
32 s.replace(first, last, n2, c);
/external/libcxxabi/test/
H A Dtest_exception_storage.cpp47 void print_sizes ( size_t *first, size_t *last ) { argument
49 for ( size_t *iter = first; iter != last; ++iter )
H A Dtest_fallback_malloc.cpp42 container alloc_series ( const size_t *first, size_t len ) { argument
44 const size_t *last = first + len;
47 for ( const size_t *iter = first; iter != last; ++iter ) {
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Drecord.c95 struct perf_evsel *first = perf_evlist__first(evlist); local
98 if (evsel->attr.sample_type == first->attr.sample_type)
H A Dtop.c74 struct perf_evsel *first = perf_evlist__first(top->evlist); local
76 (uint64_t)first->attr.sample_period,
/external/llvm/include/llvm/ExecutionEngine/
H A DGenericValue.h28 unsigned int first; member in struct:llvm::GenericValue::IntPair
45 GenericValue() : IntVal(1,0) {UIntPairVal.first = 0; UIntPairVal.second = 0;}
/external/llvm/lib/IR/
H A DSymbolTableListTraitsImpl.h88 ilist_iterator<ValueSubClass> first,
99 for (; first != last; ++first) {
100 ValueSubClass &V = *first;
111 for (; first != last; ++first)
112 first->setParent(NewIP);
87 transferNodesFromList(ilist_traits<ValueSubClass> &L2, ilist_iterator<ValueSubClass> first, ilist_iterator<ValueSubClass> last) argument
/external/mesa3d/src/mesa/math/
H A Dm_trans_tmp.h37 const GLubyte *first = f; local
40 (void) first;
63 const GLubyte *first = f; local
66 (void) first;
88 const GLubyte *first = f; local
90 (void) first;
110 const GLubyte *first = f; local
112 (void) first;
130 const GLubyte *first = f; local
133 (void) first;
154 const GLubyte *first = f; local
178 const GLubyte *first = f; local
199 const GLubyte *first = f; local
[all...]
/external/mockito/src/org/mockito/internal/creation/jmock/
H A DSearchingClassLoader.java27 private static ClassLoader combineLoadersOf(Class<?> first, Class<?>... others) { argument
30 addIfNewElement(loaders, first.getClassLoader());
/external/nist-sip/java/gov/nist/javax/sip/header/
H A DSIPObjectList.java116 * Get the first object of this list.
119 public GenericObject first() { method in class:SIPObjectList
120 return (SIPObject) super.first();
125 * Get the next object of this list (assumes that first() has been
/external/oprofile/libpp/
H A Dsymbol_container.cpp32 symbol_entry * symbol = const_cast<symbol_entry*>(&*p.first);
36 return &*p.first;
53 for ( ; p_it.first != p_it.second; ++p_it.first)
54 result.push_back(*p_it.first);
70 it first = symbols_by_loc.lower_bound(&symbol); local
75 for ( ; first != last ; ++first)
76 result.push_back(*first);
/external/oprofile/libregex/
H A Ddemangle_java_symbol.cpp106 bool first = false; local
108 if (first)
114 first = true;
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/psaux/
H A Dt1cmap.h73 FT_UInt first; member in struct:T1_CMapCustomRec_
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowPair.java19 public void __constructor__(Object first, Object second) { argument
20 setFields(realPair, first, second);
30 return realPair.first.hashCode() + realPair.second.hashCode();
38 return realPair.first.equals(other.first) && realPair.second.equals(other.second);
41 private static void setFields(Pair p, Object first, Object second) { argument
43 Field f = Pair.class.getDeclaredField("first");
45 f.set(p, first);
/external/skia/experimental/Intersection/
H A DMiniSimplify_Test.cpp40 bool first = true; local
42 if (first) {
44 first = false;
/external/skia/gm/rebaseline_server/
H A Dcompare_configs_test.py28 import gm_json # must import results first, so that gm_json will be in sys.path namespace
H A Dcompare_to_expectations_test.py28 import gm_json # must import results first, so that gm_json will be in sys.path namespace
/external/skia/src/pathops/
H A DSkPathOpsQuad.h14 const SkDQuad& first() const { return (const SkDQuad&) pts[0]; } function in struct:SkDQuadPair
/external/stlport/test/eh/
H A Dtest_vector.cpp64 inline void prepare_insert_range( TestVector& vec, size_t, TestClass* first, TestClass* last ) argument
69 EH_DISTANCE( first, last, d );
/external/webp/src/enc/
H A Dcost.h28 int first; member in struct:__anon33368
38 void VP8InitResidual(int first, int coeff_type,
45 extern void VP8SetResidualCoeffsInit(void); // must be called first
62 extern void VP8GetResidualCostInit(void); // must be called first
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
H A DASN1OutputStream.java174 private boolean first = true; field in class:ASN1OutputStream.ImplicitOutputStream
184 if (first)
186 first = false;
/external/chromium_org/chrome/browser/
H A Dbrowser_commands_unittest.cc43 // Navigate to the first tab using an accelerator.
51 // Navigate back to the first tab using the previous accelerators.
173 WebContents* first = browser()->tab_strip_model()->GetWebContentsAt(1); local
180 // The new tab should be like the first one but navigated back. Since we
182 EXPECT_EQ(url1, first->GetVisibleURL());
183 EXPECT_FALSE(first->GetController().CanGoBack());
184 EXPECT_TRUE(first->GetController().CanGoForward());
192 CommitPendingLoad(&first->GetController());
197 EXPECT_EQ(url1, first->GetLastCommittedURL());
198 EXPECT_FALSE(first
[all...]

Completed in 5000 milliseconds

1234567891011>>