Searched defs:first (Results 101 - 125 of 1268) sorted by relevance

1234567891011>>

/external/mesa3d/src/gallium/state_trackers/clover/core/
H A Dqueue.cpp51 auto first = queued_events.begin(); local
57 std::for_each(first, last, [&](event_ptr &ev) { ev->fence(fence); });
59 queued_events.erase(first, last);
/external/mesa3d/src/glsl/
H A Dir_basic_block.cpp53 void (*callback)(ir_instruction *first,
52 call_for_basic_blocks(exec_list *instructions, void (*callback)(ir_instruction *first, ir_instruction *last, void *data), void *data) argument
/external/mesa3d/src/mesa/vbo/
H A Dvbo_split.c61 GLboolean split_prim_inplace(GLenum mode, GLuint *first, GLuint *incr) argument
65 *first = 1;
69 *first = 2;
73 *first = 2;
77 *first = 3;
81 *first = 3;
85 *first = 4;
89 *first = 4;
93 *first = 0;
/external/mockito/src/org/mockito/internal/matchers/
H A DNot.java18 private final Matcher first; field in class:Not
20 public Not(Matcher first) { argument
21 this.first = first;
25 return !first.matches(actual);
30 first.describeTo(description);
/external/openssl/crypto/asn1/
H A Dt_bitst.c68 char first = 1; local
72 if(!first) BIO_puts(out, ", ");
74 first = 0;
/external/oprofile/libpp/
H A Dsymbol_sort.h23 first, enumerator in enum:sort_options::sort_order
24 sample = first,
/external/oprofile/libregex/tests/
H A Dregex_test.cpp37 bool first = true; local
43 if (first) {
45 first = false;
48 first = true;
61 if (!first)
/external/owasp/sanitizer/src/main/org/owasp/html/
H A DElementPolicy.java79 join(jep.first);
121 final ElementPolicy first, second; field in class:JoinedElementPolicy
123 JoinedElementPolicy(ElementPolicy first, ElementPolicy second) { argument
124 this.first = first;
129 elementName = first.apply(elementName, attrs);
/external/proguard/src/proguard/gui/
H A DTabbedPane.java129 // If this is the first tab, make sure its button is selected.
175 * Selects the first tab.
177 public void first() method in class:TabbedPane
179 cardLayout.first(cardPanel);
/external/skia/experimental/Intersection/
H A DCubicParameterization_Test.cpp31 Cubic whole, first, second, mid; local
33 quad_to_cubic(split.first(), first);
36 if (!implicit_matches(whole, first)) {
42 if (!implicit_matches(mid, first)) {
48 if (!implicit_matches(first, second)) {
/external/skia/gm/rebaseline_server/
H A Ddownload_actuals_test.py28 import fix_pythonpath # must do this first namespace
/external/skia/include/effects/
H A DSkMergeImageFilter.h19 static SkMergeImageFilter* Create(SkImageFilter* first, SkImageFilter* second, argument
22 return SkNEW_ARGS(SkMergeImageFilter, (first, second, mode, cropRect));
33 SkMergeImageFilter(SkImageFilter* first, SkImageFilter* second,
/external/stlport/test/eh/
H A Dtest_construct.h91 test_construct_pointer_range( const typename T::value_type *first, argument
93 : fItems( first ), fEnd( last ) {
/external/chromium_org/v8/test/mjsunit/
H A Dcyrillic.js34 first: "\u0430", // a
49 first: "\u03b1", // alpha
69 var first = lc ? chars.first : chars.FIRST;
72 var first_other_case = lc ? chars.FIRST : chars.first;
76 assertTrue(Range(first, last).test(first), 1);
77 assertTrue(Range(first, last).test(middle), 2);
78 assertTrue(Range(first, last).test(last), 3);
80 assertFalse(Range(first, las
[all...]
/external/bison/src/
H A DSbitset.c67 bool first = true; local
73 if (first)
74 first = false;
/external/chromium_org/components/autofill/core/browser/
H A Dcredit_card_field.cc63 // for the cardholder's first and last name if they have the labels "cfnm"
66 AutofillField* first; local
67 if (ParseField(scanner, base::ASCIIToUTF16("^cfnm"), &first) &&
71 credit_card_field->cardholder_ = first;
151 // Look for a 2-digit year first.
249 // If the heuristics detected first and last name in separate fields,
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSImageSetValue.h78 static inline bool compareByScaleFactor(ImageWithScale first, ImageWithScale second) { return first.scaleFactor < second.scaleFactor; } argument
/external/chromium_org/third_party/WebKit/Source/platform/text/
H A DTextBoundaries.cpp41 int first = i; local
45 return first;
/external/chromium_org/third_party/WebKit/Source/wtf/
H A DBloomFilter.h85 uint8_t& first = firstSlot(hash); local
87 if (LIKELY(first < maximumCount()))
88 ++first;
96 uint8_t& first = firstSlot(hash); local
98 ASSERT(first);
101 if (LIKELY(first < maximumCount()))
102 --first;
/external/chromium_org/third_party/freetype/src/psaux/
H A Dt1cmap.h73 FT_UInt first; member in struct:T1_CMapCustomRec_
/external/chromium_org/third_party/icu/source/i18n/
H A Dbocsu.cpp138 u_writeIdenticalLevelRunTwoChars(UChar32 first, UChar32 second, uint8_t *p) { argument
140 if(first<0x4e00 || first>=0xa000) {
141 first=(first&~0x7f)-SLOPE_REACH_NEG_1;
147 first=0x9fff-SLOPE_REACH_POS_2;
150 p=u_writeDiff(second-first, p);
/external/chromium_org/third_party/libwebp/enc/
H A Dcost.h28 int first; member in struct:__anon13271
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/chromium_org/third_party/mesa/src/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/chromium_org/third_party/skia/experimental/Intersection/
H A DMiniSimplify_Test.cpp40 bool first = true; local
42 if (first) {
44 first = false;
/external/chromium_org/third_party/skia/gm/rebaseline_server/
H A Dcompare_to_expectations_test.py28 import gm_json # must import results first, so that gm_json will be in sys.path namespace

Completed in 935 milliseconds

1234567891011>>