Searched refs:it (Results 1 - 25 of 1568) sorted by relevance

1234567891011>>

/external/valgrind/none/tests/amd64/
H A Dnibz_bennee_mmap.stdout.exp1 made it through alive!
/external/androidplot/AndroidPlot-Core/src/test/java/com/androidplot/mock/
H A DMockRectF.java31 public RectF it; field in class:MockRectF
40 it.left = rhs.left;
41 it.top = rhs.top;
42 it.right = rhs.right;
43 it.bottom = rhs.bottom;
48 it.left = left;
49 it.top = top;
50 it.right = right;
51 it.bottom = bottom;
61 it
[all...]
/external/libcxx/test/std/re/re.alg/re.alg.search/
H A Dno_update_pos.pass.cpp29 std::cregex_iterator it(text, text+6, re);
32 assert(it->str() == "a");
33 assert(it->position(0) == 0);
34 assert(it->length(0) == 1);
36 ++it;
37 assert(it == end);
H A Dbackup.pass.cpp31 std::sregex_iterator it(s.begin(), s.end(), re);
34 assert(it->position(0) == 0);
35 assert(it->length(0) == 1);
37 ++it;
38 assert(it->position(0) == 5);
39 assert(it->length(0) == 1);
41 ++it;
42 assert(it == end);
50 std::regex_iterator<std::list<char>::iterator> it(l.begin(), l.end(), re);
53 assert(it
[all...]
/external/svox/pico/lang/
H A DPicoLangItItInSystem.mk2 # Installation of it-IT for the Pico TTS engine in the system image
4 # Include this file in a product makefile to include the language files for it-IT
10 external/svox/pico/lang/it-IT_cm0_sg.bin:system/tts/lang_pico/it-IT_cm0_sg.bin \
11 external/svox/pico/lang/it-IT_ta.bin:system/tts/lang_pico/it-IT_ta.bin
/external/chromium-trace/trace-viewer/tracing/third_party/gl-matrix/spec/gl-matrix/
H A Dvec4-spec.js31 it("should return a 4 element array initialized to 0s", function() { expect(result).toBeEqualish([0, 0, 0, 0]); });
36 it("should return a 4 element array initialized to the values in vecA", function() { expect(result).toBeEqualish(vecA); });
41 it("should return a 4 element array initialized to the values passed", function() { expect(result).toBeEqualish([1, 2, 3, 4]); });
46 it("should place values into out", function() { expect(out).toBeEqualish([1, 2, 3, 4]); });
47 it("should return out", function() { expect(result).toBe(out); });
52 it("should place values into out", function() { expect(out).toBeEqualish([1, 2, 3, 4]); });
53 it("should return out", function() { expect(result).toBe(out); });
60 it("should place values into out", function() { expect(out).toBeEqualish([6, 8, 10, 12]); });
61 it("should return out", function() { expect(result).toBe(out); });
62 it("shoul
[all...]
H A Dvec2-spec.js30 it("should return a 2 element array initialized to 0s", function() { expect(result).toBeEqualish([0, 0]); });
35 it("should return a 2 element array initialized to the values in vecA", function() { expect(result).toBeEqualish(vecA); });
40 it("should return a 2 element array initialized to the values passed", function() { expect(result).toBeEqualish([1, 2]); });
45 it("should place values into out", function() { expect(out).toBeEqualish([1, 2]); });
46 it("should return out", function() { expect(result).toBe(out); });
51 it("should place values into out", function() { expect(out).toBeEqualish([1, 2]); });
52 it("should return out", function() { expect(result).toBe(out); });
59 it("should place values into out", function() { expect(out).toBeEqualish([4, 6]); });
60 it("should return out", function() { expect(result).toBe(out); });
61 it("shoul
[all...]
H A Dmat2-spec.js42 it("should return a 4 element array initialized to a 2x2 identity matrix", function() { expect(result).toBeEqualish(identity); });
47 it("should return a 4 element array initialized to the values in matA", function() { expect(result).toBeEqualish(matA); });
52 it("should place values into out", function() { expect(out).toBeEqualish(matA); });
53 it("should return out", function() { expect(result).toBe(out); });
58 it("should place values into out", function() { expect(result).toBeEqualish(identity); });
59 it("should return out", function() { expect(result).toBe(out); });
66 it("should place values into out", function() { expect(out).toBeEqualish([1, 3, 2, 4]); });
67 it("should return out", function() { expect(result).toBe(out); });
68 it("should not modify matA", function() { expect(matA).toBeEqualish([1, 2, 3, 4]); });
74 it("shoul
[all...]
H A Dquat-spec.js45 it("should return out", function() { expect(result).toBe(out); });
46 it("should calculate proper quat", function() {
56 it("should return out", function() { expect(result).toBe(out); });
57 it("should calculate proper quat", function() {
68 it("should calculate proper quat", function() {
78 it("should return out", function() { expect(result).toBe(out); });
79 it("should calculate proper quat", function() {
90 it("should return out", function() { expect(result).toBe(out); });
91 it("should transform vec accordingly", function() {
102 it("shoul
[all...]
H A Dmat3-spec.js55 it("should return out", function() { expect(result).toBe(out); });
65 it("should give rotated matrix", function() {
78 it("should give rotated matrix", function() {
95 it("should return out", function() { expect(result).toBe(out); });
97 it("should rotate a vector the same as the original quat", function() {
101 it("should rotate a vector by PI/2 radians", function() {
113 it("should return out", function() { expect(result).toBe(out); });
115 it("should calculate proper mat3", function() {
124 it("should return out", function() { expect(result).toBe(out); });
125 it('shoul
[all...]
/external/boringssl/src/crypto/asn1/
H A Dtasn_new.c10 * apply to all code found in this distribution, be it the RC4, RSA,
67 static int asn1_item_ex_combine_new(ASN1_VALUE **pval, const ASN1_ITEM *it,
69 static void asn1_item_clear(ASN1_VALUE **pval, const ASN1_ITEM *it);
71 static void asn1_primitive_clear(ASN1_VALUE **pval, const ASN1_ITEM *it);
73 ASN1_VALUE *ASN1_item_new(const ASN1_ITEM *it) argument
76 if (ASN1_item_ex_new(&ret, it) > 0)
83 int ASN1_item_ex_new(ASN1_VALUE **pval, const ASN1_ITEM *it) argument
85 return asn1_item_ex_combine_new(pval, it, 0);
88 static int asn1_item_ex_combine_new(ASN1_VALUE **pval, const ASN1_ITEM *it, argument
94 const ASN1_AUX *aux = it
229 asn1_item_clear(ASN1_VALUE **pval, const ASN1_ITEM *it) argument
267 const ASN1_ITEM *it = ASN1_ITEM_ptr(tt->item); local
324 ASN1_primitive_new(ASN1_VALUE **pval, const ASN1_ITEM *it) argument
379 asn1_primitive_clear(ASN1_VALUE **pval, const ASN1_ITEM *it) argument
[all...]
H A Dtasn_fre.c10 * apply to all code found in this distribution, be it the RC4, RSA,
63 static void asn1_item_combine_free(ASN1_VALUE **pval, const ASN1_ITEM *it, int combine);
67 void ASN1_item_free(ASN1_VALUE *val, const ASN1_ITEM *it) argument
69 asn1_item_combine_free(&val, it, 0);
72 void ASN1_item_ex_free(ASN1_VALUE **pval, const ASN1_ITEM *it) argument
74 asn1_item_combine_free(pval, it, 0);
77 static void asn1_item_combine_free(ASN1_VALUE **pval, const ASN1_ITEM *it, int combine) argument
82 const ASN1_AUX *aux = it->funcs;
87 if ((it->itype != ASN1_ITYPE_PRIMITIVE) && !*pval)
94 switch(it
202 ASN1_primitive_free(ASN1_VALUE **pval, const ASN1_ITEM *it) argument
[all...]
/external/webp/src/enc/
H A Diterator.c22 static void InitLeft(VP8EncIterator* const it) { argument
23 it->y_left_[-1] = it->u_left_[-1] = it->v_left_[-1] =
24 (it->y_ > 0) ? 129 : 127;
25 memset(it->y_left_, 129, 16);
26 memset(it->u_left_, 129, 8);
27 memset(it->v_left_, 129, 8);
28 it->left_nz_[8] = 0;
31 static void InitTop(VP8EncIterator* const it) { argument
38 VP8IteratorSetRow(VP8EncIterator* const it, int y) argument
51 VP8IteratorReset(VP8EncIterator* const it) argument
61 VP8IteratorSetCountDown(VP8EncIterator* const it, int count_down) argument
65 VP8IteratorIsDone(const VP8EncIterator* const it) argument
69 VP8IteratorInit(VP8Encoder* const enc, VP8EncIterator* const it) argument
85 VP8IteratorProgress(const VP8EncIterator* const it, int delta) argument
127 VP8IteratorImport(VP8EncIterator* const it, uint8_t* tmp_32) argument
184 VP8IteratorExport(const VP8EncIterator* const it) argument
230 VP8IteratorNzToBytes(VP8EncIterator* const it) argument
263 VP8IteratorBytesToNz(VP8EncIterator* const it) argument
286 VP8IteratorSaveBoundary(VP8EncIterator* const it) argument
311 VP8IteratorNext(VP8EncIterator* const it) argument
327 VP8SetIntra16Mode(const VP8EncIterator* const it, int mode) argument
337 VP8SetIntra4Mode(const VP8EncIterator* const it, const uint8_t* modes) argument
348 VP8SetIntraUVMode(const VP8EncIterator* const it, int mode) argument
352 VP8SetSkip(const VP8EncIterator* const it, int skip) argument
356 VP8SetSegment(const VP8EncIterator* const it, int segment) argument
399 VP8IteratorStartI4(VP8EncIterator* const it) argument
426 VP8IteratorRotateI4(VP8EncIterator* const it, const uint8_t* const yuv_out) argument
[all...]
/external/v8/src/arm64/
H A Ddecoder-arm64.cc33 std::list<DecoderVisitor*>::iterator it; local
34 for (it = visitors_.begin(); it != visitors_.end(); it++) {
35 if (*it == registered_visitor) {
36 visitors_.insert(it, new_visitor);
42 DCHECK(*it == registered_visitor);
43 visitors_.insert(it, new_visitor);
50 std::list<DecoderVisitor*>::iterator it; local
51 for (it
[all...]
/external/compiler-rt/test/asan/TestCases/Windows/
H A Dcrt_initializers.cc18 for (FPTR* it = &__xi_a; it < &__xi_z; ++it) {
19 if (*it)
/external/parameter-framework/parameter/
H A DHardwareBackSynchronizer.cpp39 std::list<const CConfigurableElement*>::const_iterator it; local
41 for (it = _needingBackSyncList.begin(); it != _needingBackSyncList.end(); ++it) {
43 const CConfigurableElement* pConfigurableElement = *it;
H A DSimulatedBackSynchronizer.cpp45 std::list<const CConfigurableElement*>::const_iterator it; local
47 for (it = _needingBackSyncList.begin(); it != _needingBackSyncList.end(); ++it) {
49 const CConfigurableElement* pConfigurableElement = *it;
H A DElementLibrary.cpp45 ElementBuilderMapIterator it; local
47 for (it = _elementBuilderMap.begin(); it != _elementBuilderMap.end(); ++it) {
49 delete it->second;
56 ElementBuilderMapConstIterator it = _elementBuilderMap.find(getBuilderType(xmlElement)); local
58 if (it != _elementBuilderMap.end()) {
60 return it->second->createElement(xmlElement);
/external/webrtc/src/system_wrappers/source/
H A Dmap.cc56 // associated with it (i.e. using std::map::clear would introduce a
76 std::map<int, MapItem*>::const_iterator it = map_.begin(); local
77 if (it != map_.end())
79 return it->second;
86 std::map<int, MapItem*>::const_reverse_iterator it = map_.rbegin(); local
87 if (it != map_.rend())
89 return it->second;
100 std::map<int, MapItem*>::const_iterator it = map_.find(item->item_id_); local
101 if (it != map_.end())
103 it
119 std::map<int, MapItem*>::const_iterator it = map_.find(item->item_id_); local
131 std::map<int, MapItem*>::const_iterator it = map_.find(id); local
145 std::map<int, MapItem*>::iterator it = map_.find(item->item_id_); local
157 std::map<int, MapItem*>::iterator it = map_.find(id); local
[all...]
/external/sfntly/cpp/src/sample/subtly/
H A Dstats.cc30 for (TableMap::const_iterator it = table_map->begin(),
31 e = table_map->end(); it != e; ++it) {
32 size += it->second->DataLength();
45 for (TableMap::const_iterator it = tables->begin(),
46 e = tables->end(); it != e; ++it) {
47 char *name = TagToString(it->first);
48 int32_t size = it->second->DataLength();
50 TableSizePercent(font, it
[all...]
/external/ceres-solver/include/ceres/
H A Dordered_groups.h66 typename map<T, int>::const_iterator it = element_to_group_.find(element); local
67 if (it != element_to_group_.end()) {
68 if (it->second == group) {
73 group_to_elements_[it->second].erase(element);
74 if (group_to_elements_[it->second].size() == 0) {
75 group_to_elements_.erase(it->second);
89 // Remove the element, no matter what group it is in. Return value
100 // If the group is empty, then get rid of it.
124 typename map<int, set<T> >::reverse_iterator it = local
127 new_group_to_elements[it
146 typename map<T, int>::const_iterator it = element_to_group_.find(element); local
154 typename map<T, int>::const_iterator it = element_to_group_.find(element); local
161 typename map<int, set<T> >::const_iterator it = local
[all...]
/external/ceres-solver/internal/ceres/
H A Dblock_random_access_sparse_matrix.cc67 for (set<pair<int, int> >::const_iterator it = block_pairs.begin();
68 it != block_pairs.end();
69 ++it) {
70 const int row_block_size = blocks_[it->first];
71 const int col_block_size = blocks_[it->second];
86 for (set<pair<int, int> >::const_iterator it = block_pairs.begin();
87 it != block_pairs.end();
88 ++it) {
89 const int row_block_size = blocks_[it->first];
90 const int col_block_size = blocks_[it
134 const LayoutType::iterator it = local
[all...]
/external/owasp/sanitizer/src/main/org/owasp/html/
H A DCssGrammar.java34 CssTokens.TokenIterator it) {
36 for (; it.hasNext(); it.advance()) {
37 switch (it.type()) {
39 it.advance();
51 if (bracketDepth != 0) { it.advance(); }
67 CssTokens.TokenIterator it = tokens.iterator();
69 while (it.hasTokenAfterSpace()) {
71 if (it.type() != CssTokens.TokenType.IDENT) {
72 errorRecoveryUntilSemiOrCloseBracket(it);
33 errorRecoveryUntilSemiOrCloseBracket( CssTokens.TokenIterator it) argument
91 parsePropertyValue( CssTokens.TokenIterator it, PropertyHandler handler) argument
[all...]
/external/clang/lib/Frontend/
H A DTextDiagnosticBuffer.cpp50 for (const_iterator it = err_begin(), ie = err_end(); it != ie; ++it)
52 << it->second;
53 for (const_iterator it = warn_begin(), ie = warn_end(); it != ie; ++it)
55 << it->second;
56 for (const_iterator it = remark_begin(), ie = remark_end(); it !
[all...]
/external/mockito/cglib-and-asm/src/org/mockito/cglib/core/
H A DCollectionUtils.java30 for (Iterator it = c.iterator(); it.hasNext();) {
31 Object value = (Object)it.next();
43 for (Iterator it = source.keySet().iterator(); it.hasNext();) {
44 Object key = it.next();
50 Iterator it = c.iterator();
51 while (it.hasNext()) {
52 if (!p.evaluate(it.next())) {
53 it
[all...]

Completed in 644 milliseconds

1234567891011>>