HomeSort by relevance Sort by last modified time
    Searched refs:trans (Results 26 - 50 of 141) sorted by null

12 3 4 5 6

  /development/tools/zoneinfo/
ZoneInfo.java 183 int trans = Arrays.binarySearch(mTransitions, unix); local
185 if (trans == ~0) {
188 if (trans < 0) {
189 trans = ~trans - 1;
192 return mGmtOffs[mTypes[trans] & 0xFF] * 1000 + mRawOffset;
208 int trans = Arrays.binarySearch(mTransitions, unix); local
210 if (trans == ~0) {
213 if (trans < 0) {
214 trans = ~trans - 1
    [all...]
  /external/stlport/test/unit/
transform_test.cpp 61 int trans[] = {-11, 4, -6, -6, -18, 0, 18, -14, 6, 0, -1, -59}; local
63 int trans[] = {-4, 4, -6, -6, -10, 0, 10, -6, 6, 0, -1, -77};
69 transform(n, n + count, trans, back_inserter(res), map_char);
  /frameworks/base/libs/rs/java/Film/res/raw/
filmstrip.c 23 float trans = Pos->translate; local
27 matrixTranslate(mat1, 0.f, 0.f, trans);
45 if (trans > (-.3f)) {
  /libcore/luni/src/main/java/org/apache/harmony/luni/internal/util/
ZoneInfo.java 168 int trans = Arrays.binarySearch(mTransitions, unix); local
170 if (trans == ~0) {
173 if (trans < 0) {
174 trans = ~trans - 1;
177 return mGmtOffs[mTypes[trans] & 0xFF] * 1000 + mRawOffset;
193 int trans = Arrays.binarySearch(mTransitions, unix); local
195 if (trans == ~0) {
198 if (trans < 0) {
199 trans = ~trans - 1
    [all...]
  /ndk/sources/android/stlport/test/unit/
transform_test.cpp 61 int trans[] = {-11, 4, -6, -6, -18, 0, 18, -14, 6, 0, -1, -59}; local
63 int trans[] = {-4, 4, -6, -6, -10, 0, 10, -6, 6, 0, -1, -77};
69 transform(n, n + count, trans, back_inserter(res), map_char);
  /frameworks/base/libs/rs/
rsSampler.cpp 58 GLenum trans[] = { local
75 glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_MIN_FILTER, trans[mMinFilter]);
77 glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_MAG_FILTER, trans[mMagFilter]);
78 glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_S, trans[mWrapS]);
79 glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_T, trans[mWrapT]);
  /external/bison/src/
print_graph.c 127 transitions *trans = s->transitions; local
133 if (!trans->num && !reds)
136 for (i = 0; i < trans->num; i++)
137 if (!TRANSITION_IS_DISABLED (trans, i))
139 state *s1 = trans->states[i];
152 if (TRANSITION_IS_ERROR (trans, i))
155 e.color = TRANSITION_IS_SHIFT (trans, i) ? blue : green;
print.c 132 transitions *trans = s->transitions;
137 for (i = 0; i < trans->num; i++)
138 if (!TRANSITION_IS_DISABLED (trans, i)
139 && TRANSITION_IS_SHIFT (trans, i) == display_transitions_p)
141 symbol *sym = symbols[TRANSITION_SYMBOL (trans, i)];
153 for (i = 0; i < trans->num; i++)
154 if (!TRANSITION_IS_DISABLED (trans, i)
155 && TRANSITION_IS_SHIFT (trans, i) == display_transitions_p)
157 symbol *sym = symbols[TRANSITION_SYMBOL (trans, i)];
159 state *s1 = trans->states[i]
131 transitions *trans = s->transitions; local
229 transitions *trans = s->transitions; local
308 transitions *trans = s->transitions; local
    [all...]
conflicts.c 148 transitions *trans = s->transitions;
152 for (i = 0; i < trans->num; i++)
153 if (!TRANSITION_IS_DISABLED (trans, i)
154 && TRANSITION_SYMBOL (trans, i) == token)
155 TRANSITION_DISABLE (trans, i);
269 transitions *trans = s->transitions;
277 FOR_EACH_SHIFT (trans, i)
278 bitset_set (look_ahead_set, TRANSITION_SYMBOL (trans, i));
340 transitions *trans = s->transitions;
343 if (!trans)
147 transitions *trans = s->transitions; local
268 transitions *trans = s->transitions; local
339 transitions *trans = s->transitions; local
    [all...]
  /external/oprofile/daemon/
opd_kernel.c 202 * @param trans holds PC value to look up
208 struct kernel_image * find_kernel_image(struct transient const * trans)
216 if (image->start <= trans->pc && image->end > trans->pc)
221 if (image->start <= trans->pc && image->end > trans->pc)
225 if (xen_image.start <= trans->pc && xen_image.end > trans->pc)
opd_extended.h 75 extern odb_t * opd_ext_sfile_get(struct transient const * trans, int is_cg);
opd_ibs_trans.c 28 void trans_ibs_fetch (struct transient * trans, unsigned int selected_flag, unsigned int size)
30 struct ibs_fetch_sample * trans_fetch = ((struct ibs_sample*)(trans->ext))->fetch;
136 void trans_ibs_op (struct transient * trans, unsigned int selected_flag, unsigned int size)
138 struct ibs_op_sample * trans_op = ((struct ibs_sample*)(trans->ext))->op;
229 void trans_ibs_op_ls (struct transient * trans, unsigned int selected_flag, unsigned int size)
231 struct ibs_op_sample * trans_op = ((struct ibs_sample*)(trans->ext))->op;
446 void trans_ibs_op_nb (struct transient * trans, unsigned int selected_flag, unsigned int size)
448 struct ibs_op_sample * trans_op = ((struct ibs_sample*)(trans->ext))->op;
  /external/chromium/net/http/
http_cache.h 107 virtual int CreateTransaction(scoped_ptr<HttpTransaction>* trans);
234 int AddTransactionToEntry(ActiveEntry* entry, Transaction* trans);
239 void DoneWithEntry(ActiveEntry* entry, Transaction* trans, bool cancel);
246 void DoneReadingFromEntry(ActiveEntry* entry, Transaction* trans);
252 // Removes the transaction |trans|, waiting for |callback|, from the pending
254 void RemovePendingTransaction(Transaction* trans, CompletionCallback* cb);
256 // Removes the transaction |trans|, from the pending list of |entry|.
258 Transaction* trans);
http_cache_unittest.cc 558 void ReadAndVerifyTransaction(net::HttpTransaction* trans,
561 int rv = ReadTransaction(trans, &content);
577 scoped_ptr<net::HttpTransaction> trans;
578 int rv = cache->CreateTransaction(&trans);
580 ASSERT_TRUE(trans.get());
582 rv = trans->Start(&request, &callback, load_log);
587 const net::HttpResponseInfo* response = trans->GetResponseInfo();
593 ReadAndVerifyTransaction(trans.get(), trans_info);
835 // Set this response into |trans|.
836 void AssignTo(MockTransaction* trans) const
    [all...]
http_network_layer.cc 76 int HttpNetworkLayer::CreateTransaction(scoped_ptr<HttpTransaction>* trans) {
81 trans->reset(new FlipNetworkTransaction(GetSession()));
83 trans->reset(new HttpNetworkTransaction(GetSession()));
http_network_layer.h 54 virtual int CreateTransaction(scoped_ptr<HttpTransaction>* trans);
http_cache.cc 219 int HttpCache::CreateTransaction(scoped_ptr<HttpTransaction>* trans) {
222 trans->reset(new HttpCache::Transaction(this, enable_range_support_));
523 int HttpCache::AddTransactionToEntry(ActiveEntry* entry, Transaction* trans) {
535 entry->pending_queue.push_back(trans);
539 if (trans->mode() & Transaction::WRITE) {
542 entry->writer = trans;
544 entry->pending_queue.push_back(trans);
549 entry->readers.push_back(trans);
558 return trans->EntryAvailable(entry);
561 void HttpCache::DoneWithEntry(ActiveEntry* entry, Transaction* trans,
628 Transaction* trans = entry->writer; local
    [all...]
  /external/chromium/third_party/icu/source/test/cintltst/
utransts.c 33 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
    [all...]
  /external/icu4c/test/cintltst/
utransts.c 33 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
    [all...]
  /external/openssl/crypto/des/asm/
des-586.pl 22 $trans="ebp";
51 &D_ENCRYPT(0,$L,$R,0,$trans,"eax","ebx","ecx","edx",&swtmp(0));
53 &D_ENCRYPT(1,$R,$L,2,$trans,"eax","ebx","ecx","edx",&swtmp(0));
67 &D_ENCRYPT($i,$L,$R,$i*2,$trans,"eax","ebx","ecx","edx",&swtmp(0));
69 &D_ENCRYPT($i+1,$R,$L,($i+1)*2,$trans,"eax","ebx","ecx","edx",&swtmp(0));
88 &D_ENCRYPT(0,$L,$R,-2,$trans,"eax","ebx","ecx","edx",&swtmp(0));
90 &D_ENCRYPT(1,$R,$L,-4,$trans,"eax","ebx","ecx","edx",&swtmp(0));
104 &D_ENCRYPT(15-$i,$L,$R,$i*2,$trans,"eax","ebx","ecx","edx",&swtmp(0));
106 &D_ENCRYPT(15-$i+1,$R,$L,($i-1)*2,$trans,"eax","ebx","ecx","edx",&swtmp(0));
160 &blindpop($trans);
    [all...]
  /external/libxml2/
xmlregexp.c 226 xmlRegTrans *trans; member in struct:_xmlAutomataState
552 xmlRegTransPtr trans; local
562 trans = &(state->trans[j]);
563 if ((trans->to == -1) || (trans->atom == NULL))
565 atomno = stringRemap[trans->atom->no];
566 if ((trans->atom->data != NULL) && (transdata == NULL)) {
577 targetno = stateRemap[trans->to];
588 printf("Indet: state %d trans %d, atom %d to %d : %d to %d\n"
1358 xmlRegTransPtr trans = &(state->trans[nrtrans]); local
1989 xmlRegTransPtr trans = &(state->trans[transnr]); local
3167 xmlRegTransPtr trans; local
3724 xmlRegTransPtr trans; local
4209 xmlRegTransPtr trans; local
    [all...]
  /packages/apps/Camera/src/com/android/camera/ui/
GLOptionItem.java 117 Transformation trans = root.getTransformation(); local
118 float oldAlpha = trans.getAlpha();
119 trans.setAlpha(oldAlpha * (mEnabled ? ENABLED_ALPHA : DISABLED_ALPHA));
139 trans.setAlpha(oldAlpha);
AbstractIndicator.java 54 Transformation trans = root.pushTransform(); local
55 Matrix matrix = trans.getMatrix();
  /external/nist-sip/java/gov/nist/javax/sip/stack/
HopImpl.java 72 * @param trans transport
74 public HopImpl(String hostName, int portNumber, String trans) {
84 transport = trans;
  /external/webkit/WebCore/platform/graphics/transforms/
AffineTransform.cpp 164 AffineTransform trans; local
166 trans.m_transform[0] = other.m_transform[0] * m_transform[0] + other.m_transform[1] * m_transform[2];
167 trans.m_transform[1] = other.m_transform[0] * m_transform[1] + other.m_transform[1] * m_transform[3];
168 trans.m_transform[2] = other.m_transform[2] * m_transform[0] + other.m_transform[3] * m_transform[2];
169 trans.m_transform[3] = other.m_transform[2] * m_transform[1] + other.m_transform[3] * m_transform[3];
170 trans.m_transform[4] = other.m_transform[4] * m_transform[0] + other.m_transform[5] * m_transform[2] + m_transform[4];
171 trans.m_transform[5] = other.m_transform[4] * m_transform[1] + other.m_transform[5] * m_transform[3] + m_transform[5];
173 setMatrix(trans.m_transform);

Completed in 971 milliseconds

12 3 4 5 6