Searched defs:trans (Results 101 - 125 of 190) sorted by relevance

12345678

/external/chromium_org/third_party/icu/source/test/intltest/
H A Duts46test.cpp33 UTS46Test() : trans(NULL), nontrans(NULL) {}
41 IDNA *trans, *nontrans; member in class:UTS46Test
49 delete trans;
56 if(trans==NULL) {
61 trans=IDNA::createUTS46Instance(commonOptions, errorCode);
116 trans->nameToASCII(input, result, info, errorCode);
122 trans->nameToUnicode(input, result, info, errorCode);
179 trans->labelToUnicodeUTF8(StringPiece(s, 3), sink, info, errorCode);
194 trans->nameToUnicodeUTF8(eX, sink, info, errorCode);
591 trans
[all...]
H A Dtransapi.cpp69 UnicodeString trans="Latin-Greek"; local
73 Transliterator* t= Transliterator::createInstance(trans, UTRANS_FORWARD, parseError, status);
79 if(ID != trans)
/external/chromium_org/third_party/skia/src/images/
H A DSkMovie_gif.cpp273 static void getTransparencyAndDisposalMethod(const SavedImage* frame, bool* trans, int* disposal) argument
275 *trans = false;
281 *trans = ((eb->Bytes[0] & 1) == 1);
399 bool trans; local
401 getTransparencyAndDisposalMethod(cur, &trans, &disposal);
402 if (!trans && gif->SColorMap != NULL) {
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/genperf/
H A Dperfect.c468 int trans = (form->speed == SLOW_HS || form->perfect == MINIMAL_HP); local
480 if (!trans && (q == 1))
/external/clang/lib/ARCMigrate/
H A DARCMT.cpp515 bool MigrationProcess::applyTransform(TransformFn trans, argument
575 trans(pass);
595 newFname += "-trans";
/external/eigen/Eigen/src/SparseCore/
H A DSparseMatrixBase.h305 SparseMatrix<Scalar, RowMajorBit, Index> trans = m; local
306 s << static_cast<const SparseMatrixBase<SparseMatrix<Scalar, RowMajorBit, Index> >&>(trans);
/external/icu/icu4c/source/test/intltest/
H A Duts46test.cpp33 UTS46Test() : trans(NULL), nontrans(NULL) {}
41 IDNA *trans, *nontrans; member in class:UTS46Test
49 delete trans;
56 if(trans==NULL) {
61 trans=IDNA::createUTS46Instance(commonOptions, errorCode);
116 trans->nameToASCII(input, result, info, errorCode);
122 trans->nameToUnicode(input, result, info, errorCode);
179 trans->labelToUnicodeUTF8(StringPiece(s, 3), sink, info, errorCode);
194 trans->nameToUnicodeUTF8(eX, sink, info, errorCode);
593 trans
[all...]
H A Dtransapi.cpp69 UnicodeString trans="Latin-Greek"; local
73 Transliterator* t= Transliterator::createInstance(trans, UTRANS_FORWARD, parseError, status);
79 if(ID != trans)
/external/oprofile/daemon/
H A Dopd_sfile.c42 sfile_hash(struct transient const * trans, struct kernel_image * ki) argument
47 val ^= trans->tid << 2;
48 val ^= trans->tgid << 2;
51 if (separate_kernel || ((trans->anon || separate_lib) && !ki))
52 val ^= trans->app_cookie >> (DCOOKIE_SHIFT + 3);
55 val ^= trans->cpu;
58 if (trans->in_kernel) {
64 if (trans->cookie != NO_COOKIE) {
65 val ^= trans->cookie >> DCOOKIE_SHIFT;
70 val ^= trans
122 trans_match(struct transient const * trans, struct sfile const * sfile, struct kernel_image const * ki) argument
163 create_sfile(unsigned long hash, struct transient const * trans, struct kernel_image * ki) argument
220 sfile_find(struct transient const * trans) argument
297 get_file(struct transient const * trans, int is_cg) argument
368 verbose_sample(struct transient const * trans, vma_t pc) argument
377 verbose_arc(struct transient const * trans, vma_t from, vma_t to) argument
386 sfile_log_arc(struct transient const * trans) argument
429 sfile_log_sample(struct transient const * trans) argument
435 sfile_log_sample_count(struct transient const * trans, unsigned long int count) argument
[all...]
/external/skia/src/images/
H A DSkMovie_gif.cpp273 static void getTransparencyAndDisposalMethod(const SavedImage* frame, bool* trans, int* disposal) argument
275 *trans = false;
281 *trans = ((eb->Bytes[0] & 1) == 1);
399 bool trans; local
401 getTransparencyAndDisposalMethod(cur, &trans, &disposal);
402 if (!trans && gif->SColorMap != NULL) {
/external/srec/tools/test_g2g/
H A Dtest_g2g.c72 ESR_ReturnCode Parse(SR_Grammar* grammar, LCHAR* trans, PFile* fout);
439 ESR_ReturnCode Parse(SR_Grammar* grammar, LCHAR* trans, PFile* fout) argument
449 lstrtrim(trans);
451 rc = grammar->checkParse(grammar, trans, semanticResults, (size_t*) &result_count);
/external/bison/src/
H A Dielr.c261 transitions *trans = states[to_state[i]]->transitions; local
262 FOR_EACH_SHIFT (trans, j)
263 bitset_set ((*always_followsp)[i], TRANSITION_SYMBOL (trans, j));
264 for (; j < trans->num; ++j)
266 symbol_number sym = TRANSITION_SYMBOL (trans, j);
H A Dtables.c244 transitions *trans = s->transitions; local
279 FOR_EACH_SHIFT (trans, i)
281 symbol_number sym = TRANSITION_SYMBOL (trans, i);
282 state *shift_state = trans->states[i];
/external/chromium_org/chrome/browser/sync/glue/
H A Dbookmark_change_processor.cc120 syncer::WriteTransaction trans(FROM_HERE, share_handle(), &new_version);
121 syncer::WriteNode topmost_sync_node(&trans);
133 RemoveAllChildNodes(&trans, topmost->id());
146 syncer::WriteTransaction trans(FROM_HERE, share_handle(), &new_version);
148 RemoveAllChildNodes(&trans, bookmark_model_->bookmark_bar_node()->id());
149 RemoveAllChildNodes(&trans, bookmark_model_->other_node()->id());
154 RemoveAllChildNodes(&trans, bookmark_model_->mobile_node()->id());
166 syncer::WriteTransaction* trans, const int64& topmost_node_id) {
167 syncer::WriteNode topmost_node(trans);
194 syncer::WriteNode node(trans);
165 RemoveAllChildNodes( syncer::WriteTransaction* trans, const int64& topmost_node_id) argument
277 CreateSyncNode(const BookmarkNode* parent, BookmarkModel* model, int index, syncer::WriteTransaction* trans, BookmarkModelAssociator* associator, sync_driver::DataTypeErrorHandler* error_handler) argument
335 UpdateSyncNode( const BookmarkNode* node, BookmarkModel* model, syncer::WriteTransaction* trans, BookmarkModelAssociator* associator, sync_driver::DataTypeErrorHandler* error_handler) argument
461 PlaceSyncNode(MoveOrCreate operation, const BookmarkNode* parent, int index, syncer::WriteTransaction* trans, syncer::WriteNode* dst, BookmarkModelAssociator* associator) argument
504 ApplyChangesFromSyncModel( const syncer::BaseTransaction* trans, int64 model_version, const syncer::ImmutableChangeRecordList& changes) argument
[all...]
H A Dbookmark_model_associator.cc326 syncer::ReadTransaction trans(FROM_HERE, user_share_);
328 syncer::ReadNode bookmark_bar_node(&trans);
334 syncer::ReadNode other_bookmarks_node(&trans);
340 syncer::ReadNode mobile_bookmarks_node(&trans);
391 syncer::ReadTransaction trans(FROM_HERE, user_share_);
392 syncer::ReadNode sync_node(&trans);
491 syncer::WriteTransaction trans(FROM_HERE, user_share_);
492 syncer::ReadNode bm_root(&trans);
502 ApplyDeletesFromSyncJournal(&trans));
508 syncer::ReadNode sync_parent(&trans);
615 ApplyDeletesFromSyncJournal( syncer::BaseTransaction* trans) argument
[all...]
H A Dtyped_url_model_associator.cc227 syncer::WriteTransaction trans(FROM_HERE, sync_service_->GetUserShare());
228 syncer::ReadNode typed_url_root(&trans);
246 syncer::ReadNode node(&trans);
266 syncer::WriteNode write_node(&trans);
303 syncer::WriteNode node(&trans);
326 syncer::ReadNode sync_child_node(&trans);
385 syncer::WriteNode sync_node(&trans);
461 syncer::WriteTransaction* trans) {
465 syncer::ReadNode typed_url_root(trans);
473 syncer::WriteNode sync_child_node(trans);
460 DeleteAllNodes( syncer::WriteTransaction* trans) argument
[all...]
/external/chromium_org/net/quic/
H A Dquic_network_transaction_unittest.cc224 void CheckWasQuicResponse(const scoped_ptr<HttpNetworkTransaction>& trans) { argument
225 const HttpResponseInfo* response = trans->GetResponseInfo();
235 void CheckWasHttpResponse(const scoped_ptr<HttpNetworkTransaction>& trans) { argument
236 const HttpResponseInfo* response = trans->GetResponseInfo();
246 void CheckResponseData(HttpNetworkTransaction* trans, argument
249 ASSERT_EQ(OK, ReadTransaction(trans, &response_data));
253 void RunTransaction(HttpNetworkTransaction* trans) { argument
255 int rv = trans->Start(&request_, callback.callback(), net_log_.bound());
261 scoped_ptr<HttpNetworkTransaction> trans(
263 RunTransaction(trans
[all...]
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dutransts.c33 static void _expect(const UTransliterator* trans, const char* cfrom, const char* cto);
140 UTransliterator* trans = NULL; local
161 trans = utrans_open(buf, UTRANS_FORWARD,NULL,0,NULL, &status);
169 utrans_getID(trans, buf2, BUF_CAP);
174 utrans_close(trans);
554 UTransliterator *trans; local
558 trans = utrans_open("Lower", UTRANS_FORWARD, NULL, -1,
565 _expect(trans, "ABC", "abc");
567 utrans_close(trans);
578 UTransliterator *trans; local
598 _expect(const UTransliterator* trans, const char* cfrom, const char* cto) argument
[all...]
/external/chromium_org/third_party/libpng/
H A Dpngget.c806 png_bytep *trans, int *num_trans, png_color_16p *trans_values)
815 if (trans != NULL)
817 *trans = info_ptr->trans;
832 if (trans != NULL)
833 *trans = NULL;
805 png_get_tRNS(png_structp png_ptr, png_infop info_ptr, png_bytep *trans, int *num_trans, png_color_16p *trans_values) argument
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
H A Ddraw_pipe_clip.c145 const float *trans = clip->stage.draw->viewport.translate; local
148 dst->data[pos_attr][0] = pos[0] * oow * scale[0] + trans[0];
149 dst->data[pos_attr][1] = pos[1] * oow * scale[1] + trans[1];
150 dst->data[pos_attr][2] = pos[2] * oow * scale[2] + trans[2];
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
H A Dr600_texture.c606 struct r600_transfer *trans; local
635 trans = CALLOC_STRUCT(r600_transfer);
636 if (trans == NULL)
638 pipe_resource_reference(&trans->transfer.resource, texture);
639 trans->transfer.level = level;
640 trans->transfer.usage = usage;
641 trans->transfer.box = *box;
651 pipe_resource_reference(&trans->transfer.resource, NULL);
652 FREE(trans);
661 trans
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xorg/
H A Dxorg_composite.c431 static INLINE boolean matrix_from_pict_transform(PictTransform *trans, float *matrix) argument
433 if (!trans)
436 matrix[0] = XFixedToDouble(trans->matrix[0][0]);
437 matrix[3] = XFixedToDouble(trans->matrix[0][1]);
438 matrix[6] = XFixedToDouble(trans->matrix[0][2]);
440 matrix[1] = XFixedToDouble(trans->matrix[1][0]);
441 matrix[4] = XFixedToDouble(trans->matrix[1][1]);
442 matrix[7] = XFixedToDouble(trans->matrix[1][2]);
444 matrix[2] = XFixedToDouble(trans->matrix[2][0]);
445 matrix[5] = XFixedToDouble(trans
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
H A Dst_cb_bitmap.c100 struct pipe_transfer *trans; member in struct:bitmap_cache
570 if (cache->trans) {
571 pipe->transfer_destroy(pipe, cache->trans);
572 cache->trans = NULL;
615 if (cache->trans)
621 cache->trans = pipe_get_transfer(st->pipe, cache->texture, 0, 0,
625 cache->buffer = pipe_transfer_map(pipe, cache->trans);
628 memset(cache->buffer, 0xff, cache->trans->stride * BITMAP_CACHE_HEIGHT);
655 if (cache->trans) {
658 pipe_transfer_unmap(pipe, cache->trans);
[all...]
/external/chromium_org/third_party/skia/gm/
H A Dmultipicturedraw.cpp345 SkMatrix trans; local
346 trans.setTranslate(-SkIntToScalar(x*kTileWidth), -SkIntToScalar(y*kTileHeight));
348 create_content(mpd, pfGen, pictures, subCanvas, trans);
/external/icu/icu4c/source/test/cintltst/
H A Dutransts.c35 static void _expect(const UTransliterator* trans, const char* cfrom, const char* cto);
143 UTransliterator* trans = NULL; local
164 trans = utrans_open(buf, UTRANS_FORWARD,NULL,0,NULL, &status);
172 utrans_getID(trans, buf2, BUF_CAP);
177 utrans_close(trans);
557 UTransliterator *trans; local
561 trans = utrans_open("Lower", UTRANS_FORWARD, NULL, -1,
568 _expect(trans, "ABC", "abc");
570 utrans_close(trans);
646 UTransliterator *trans; local
666 _expect(const UTransliterator* trans, const char* cfrom, const char* cto) argument
[all...]

Completed in 562 milliseconds

12345678