HomeSort by relevance Sort by last modified time
    Searched refs:st (Results 101 - 125 of 2989) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
LeftRecursionCyclesMessage.java 30 import org.stringtemplate.v4.ST;
47 ST st = getMessageTemplate(); local
48 st.add("listOfCycles", cycles);
49 return super.toString(st);
  /external/mesa3d/src/mesa/state_tracker/
st_atom_tess.c 41 update_tess(struct st_context *st)
43 const struct gl_context *ctx = st->ctx;
44 struct pipe_context *pipe = st->pipe;
st_cb_flush.h 44 st_flush(struct st_context *st,
49 st_finish(struct st_context *st);
52 st_install_device_reset_callback(struct st_context *st);
st_atom_texture.c 56 update_single_texture(struct st_context *st,
60 struct gl_context *ctx = st->ctx;
76 retval = st_finalize_texture(ctx, st->pipe, texObj, 0);
88 st_texture_release_all_sampler_views(st, stObj);
95 st_get_texture_sampler_view_from_stobj(st, stObj, samp, glsl_version);
102 update_textures(struct st_context *st,
131 retval = update_single_texture(st, &sampler_view, texUnit,
158 st_get_texture_object(st->ctx, prog, unit);
174 st->pipe->create_sampler_view(st->pipe, stObj->pt->next, &tmpl)
    [all...]
st_atom_stipple.c 65 update_stipple( struct st_context *st )
67 const struct gl_context *ctx = st->ctx;
68 const GLuint sz = sizeof(st->state.poly_stipple);
71 if (memcmp(st->state.poly_stipple, ctx->PolygonStipple, sz)) {
75 memcpy(st->state.poly_stipple, ctx->PolygonStipple, sz);
84 st->pipe->set_polygon_stipple(st->pipe, &newStipple);
st_atom_storagebuf.c 44 st_bind_ssbos(struct st_context *st, struct gl_program *prog,
51 if (!prog || !st->pipe->set_shader_buffers)
54 c = &st->ctx->Const.Program[prog->info.stage];
61 binding = &st->ctx->ShaderStorageBufferBindings[
82 st->pipe->set_shader_buffers(st->pipe, shader_type, c->MaxAtomicBuffers,
86 st->pipe->set_shader_buffers(
87 st->pipe, shader_type,
93 static void bind_vs_ssbos(struct st_context *st)
96 st->ctx->_Shader->CurrentProgram[MESA_SHADER_VERTEX]
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
preemph.h 114 Word16 preemphasis_reset(preemphasisState *st);
118 void preemphasis_exit(preemphasisState **st);
120 stores NULL in *st
124 preemphasisState *st, /* (i/o): preemphasis filter state */
bgnscd.cpp 190 st = pointer to state variables of type Bgn_scdState
197 st = function updates the state variables of type Bgn_scdState
198 pointed to by st.
231 Word16 Bgn_scd (Bgn_scdState *st, // i : State variables for bgn SCD
265 if (sub(st->frameEnergyHist[i], frameEnergyMin) < 0)
266 frameEnergyMin = st->frameEnergyHist[i];
271 maxEnergy = st->frameEnergyHist[0];
274 if ( sub (maxEnergy, st->frameEnergyHist[i]) < 0)
276 maxEnergy = st->frameEnergyHist[i];
280 maxEnergyLastPart = st->frameEnergyHist[2*L_ENERGYHIST/3]
    [all...]
dec_amr.cpp 494 st = pointer to a structure of type Decoder_amrState
502 structure pointed to by st contains the newly calculated decoder
536 Decoder_amrState *st, // i/o : State variables
591 newDTXState = rx_dtx_handler(st->dtxDecoderState, frame_type);
596 Decoder_amr_reset (st, MRDTX);
598 dtx_dec(st->dtxDecoderState,
599 st->mem_syn,
600 st->lsfState,
601 st->pred_state,
602 st->Cb_gain_averState
    [all...]
  /external/python/cpython3/Python/
symtable.c 29 ste_new(struct symtable *st, identifier name, _Py_block_ty block,
43 ste->ste_table = st;
66 if (st->st_cur != NULL &&
67 (st->st_cur->ste_nested ||
68 st->st_cur->ste_type == FunctionBlock))
84 if (PyDict_SetItem(st->st_blocks, ste->ste_id, (PyObject *)ste) < 0)
169 static int symtable_analyze(struct symtable *st);
170 static int symtable_enter_block(struct symtable *st, identifier name,
173 static int symtable_exit_block(struct symtable *st, void *ast);
174 static int symtable_visit_stmt(struct symtable *st, stmt_ty s)
206 struct symtable *st; local
242 struct symtable *st = symtable_new(); local
321 struct symtable *st; local
    [all...]
  /frameworks/base/core/java/com/android/internal/util/
TypedProperties.java 39 StreamTokenizer st = new StreamTokenizer(r); local
42 st.resetSyntax();
50 st.wordChars('0', '9');
51 st.wordChars('A', 'Z');
52 st.wordChars('a', 'z');
53 st.wordChars('_', '_');
54 st.wordChars('$', '$');
55 st.wordChars('.', '.');
56 st.wordChars('-', '-');
57 st.wordChars('+', '+')
142 final StreamTokenizer st = initTokenizer(r); local
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
wb_vad.c 179 VadVars * st, /* i/o : State struct */
196 filter5(&tmp_buf[2 * i], &tmp_buf[2 * i + 1], st->a_data5[0]);
200 filter5(&tmp_buf[4 * i], &tmp_buf[4 * i + 2], st->a_data5[1]);
201 filter5(&tmp_buf[4 * i + 1], &tmp_buf[4 * i + 3], st->a_data5[2]);
205 filter5(&tmp_buf[8 * i], &tmp_buf[8 * i + 4], st->a_data5[3]);
206 filter5(&tmp_buf[8 * i + 2], &tmp_buf[8 * i + 6], st->a_data5[4]);
207 filter3(&tmp_buf[8 * i + 3], &tmp_buf[8 * i + 7], &st->a_data3[0]);
211 filter3(&tmp_buf[16 * i + 0], &tmp_buf[16 * i + 8], &st->a_data3[1]);
212 filter3(&tmp_buf[16 * i + 4], &tmp_buf[16 * i + 12], &st->a_data3[2]);
213 filter3(&tmp_buf[16 * i + 6], &tmp_buf[16 * i + 14], &st->a_data3[3])
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrnb/common/include/
d_plsf.h 120 Word16 D_plsf_reset(D_plsfState *st);
127 * Description : Stores NULL in *st
132 void D_plsf_exit(D_plsfState **st);
141 * 5 matrix quantization (split-MQ) with 1st order MA
150 D_plsfState *st, /* i/o: State variables */
154 Word16 *lsp1_q, /* o : quantized 1st LSP vector (M) Q15 */
164 * indices.1st order MA prediction and split by 3 matrix
170 D_plsfState *st, /* i/o: State struct */
175 Word16 * lsp1_q, /* o : quantized 1st LSP vector, Q15 */
187 void Init_D_plsf_3(D_plsfState *st, /* i/o: State struct *
    [all...]
gc_pred.h 108 Word16 gc_pred_reset(gc_predState *st);
112 void gc_pred_exit(gc_predState **st);
114 stores NULL in *st
129 gc_predState *st, /* i/o: State struct */
147 gc_predState *st, /* i/o: State struct */
160 gc_predState *st, /* i: State struct */
  /frameworks/minikin/tests/util/
FileUtils.cpp 29 struct stat st; local
30 LOG_ALWAYS_FATAL_IF(fstat(fileno(fp), &st) != 0);
32 std::vector<uint8_t> result(st.st_size);
33 LOG_ALWAYS_FATAL_IF(fread(result.data(), 1, st.st_size, fp) != static_cast<size_t>(st.st_size));
  /frameworks/base/core/jni/
android_util_XmlBlock.cpp 83 ResXMLParser* st = new ResXMLParser(*osb); local
84 if (st == NULL) {
89 st->restart();
91 return reinterpret_cast<jlong>(st);
97 ResXMLParser* st = reinterpret_cast<ResXMLParser*>(token); local
98 if (st == NULL) {
103 ResXMLParser::event_code_t code = st->next();
131 ResXMLParser* st = reinterpret_cast<ResXMLParser*>(token); local
132 if (st == NULL) {
136 return static_cast<jint>(st->getElementNamespaceID())
142 ResXMLParser* st = reinterpret_cast<ResXMLParser*>(token); local
153 ResXMLParser* st = reinterpret_cast<ResXMLParser*>(token); local
164 ResXMLParser* st = reinterpret_cast<ResXMLParser*>(token); local
176 ResXMLParser* st = reinterpret_cast<ResXMLParser*>(token); local
188 ResXMLParser* st = reinterpret_cast<ResXMLParser*>(token); local
200 ResXMLParser* st = reinterpret_cast<ResXMLParser*>(token); local
212 ResXMLParser* st = reinterpret_cast<ResXMLParser*>(token); local
224 ResXMLParser* st = reinterpret_cast<ResXMLParser*>(token); local
236 ResXMLParser* st = reinterpret_cast<ResXMLParser*>(token); local
248 ResXMLParser* st = reinterpret_cast<ResXMLParser*>(token); local
261 ResXMLParser* st = reinterpret_cast<ResXMLParser*>(token); local
291 ResXMLParser* st = reinterpret_cast<ResXMLParser*>(token); local
304 ResXMLParser* st = reinterpret_cast<ResXMLParser*>(token); local
317 ResXMLParser* st = reinterpret_cast<ResXMLParser*>(token); local
341 ResXMLParser* st = reinterpret_cast<ResXMLParser*>(token); local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/sys/
stat.h 77 struct _stat64 st; local
78 int ret=_fstat64(_FileDes,&st);
83 _Stat->st_dev=st.st_dev;
84 _Stat->st_ino=st.st_ino;
85 _Stat->st_mode=st.st_mode;
86 _Stat->st_nlink=st.st_nlink;
87 _Stat->st_uid=st.st_uid;
88 _Stat->st_gid=st.st_gid;
89 _Stat->st_rdev=st.st_rdev;
90 _Stat->st_size=(_off_t) st.st_size
103 struct _stat64 st; local
182 struct _stat32 st; local
212 struct _stat64 st; local
    [all...]
  /external/autotest/client/site_tests/security_SysLogPermissions/
security_SysLogPermissions.py 21 st = os.stat('/var/log')
22 if not (st.st_mode & stat.S_ISVTX):
24 if st.st_gid != syslog_gid:
30 st = os.stat('/var/log/messages')
36 if st.st_uid == 0 and st.st_size == 0:
39 elif st.st_uid != syslog_uid:
  /external/llvm/test/MC/X86/
x86-64.s 181 // CHECK: fadd %st(0)
182 // CHECK: fadd %st(1)
183 // CHECK: fadd %st(7)
185 fadd %st(0)
186 fadd %st(1)
187 fadd %st(7)
307 // CHECK: fxch %st(1)
308 // CHECK: fucom %st(1)
309 // CHECK: fucomp %st(1)
310 // CHECK: faddp %st(1
    [all...]
  /external/libopus/src/
opus_decoder.c 96 int opus_decoder_init(OpusDecoder *st, opus_int32 Fs, int channels)
106 OPUS_CLEAR((char*)st, opus_decoder_get_size(channels));
113 st->silk_dec_offset = align(sizeof(OpusDecoder));
114 st->celt_dec_offset = st->silk_dec_offset+silkDecSizeBytes;
115 silk_dec = (char*)st+st->silk_dec_offset;
116 celt_dec = (CELTDecoder*)((char*)st+st->celt_dec_offset);
117 st->stream_channels = st->channels = channels
142 OpusDecoder *st; local
    [all...]
  /external/elfutils/libebl/
eblgstrtab.c 118 morememory (struct Ebl_GStrtab *st, size_t len)
128 newmem->next = st->memory;
129 st->memory = newmem;
130 st->backp = newmem->memory;
131 st->left = len - offsetof (struct memoryblock, memory);
136 ebl_gstrtabfree (struct Ebl_GStrtab *st)
138 struct memoryblock *mb = st->memory;
147 if (st->null.string != NULL)
148 free ((char *) st->null.string);
150 free (st);
    [all...]
  /bionic/libc/arch-mips64/bionic/
stat.cpp 56 static void copy_stat(struct stat* st, struct kernel_stat* s) {
57 st->st_dev = static_cast<dev_t>(s->st_dev);
58 st->st_ino = static_cast<ino_t>(s->st_ino);
59 st->st_mode = static_cast<mode_t>(s->st_mode);
60 st->st_nlink = static_cast<nlink_t>(s->st_nlink);
61 st->st_uid = static_cast<uid_t>(s->st_uid);
62 st->st_gid = static_cast<gid_t>(s->st_gid);
63 st->st_rdev = static_cast<dev_t>(s->st_rdev);
64 st->st_size = static_cast<off_t>(s->st_size);
65 st->st_blksize = static_cast<int>(s->st_blksize)
    [all...]
  /external/toybox/toys/posix/
du.c 77 static int seen_inode(void **list, struct stat *st)
79 if (!st) llist_traverse(st, free);
85 else if (!S_ISDIR(st->st_mode) && st->st_nlink > 1) {
93 if(new->ino == st->st_ino && new->dev == st->st_dev)
97 new->ino = st->st_ino;
98 new->dev = st->st_dev;
111 if (!node->parent) TT.st_dev = node->st.st_dev
    [all...]
  /libcore/luni/src/test/java/libcore/java/sql/
OldSQLTest.java 53 Statement st = null; local
56 st = conn.createStatement();
57 st.execute("drop table if exists zoo");
61 if (st != null) {
62 st.close();
77 Statement st = null; local
79 st = conn.createStatement();
81 st.execute(queries[i]);
85 if (st != null) {
86 st.close()
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
SimpleTimeZoneTest.java 38 SimpleTimeZone st = new SimpleTimeZone(1000, "TEST"); local
39 assertEquals("Incorrect TZ constructed", "TEST", st.getID());
40 assertTrue("Incorrect TZ constructed: " + "returned wrong offset", st
42 assertTrue("Incorrect TZ constructed" + "using daylight savings", !st
53 SimpleTimeZone st = new SimpleTimeZone(1000, "TEST", Calendar.NOVEMBER, local
56 assertTrue("Incorrect TZ constructed", st
59 assertTrue("Incorrect TZ constructed", !(st
62 assertEquals("Incorrect TZ constructed", "TEST", st.getID());
63 assertEquals("Incorrect TZ constructed", 1000, st.getRawOffset());
64 assertTrue("Incorrect TZ constructed", st.useDaylightTime())
110 SimpleTimeZone st = new SimpleTimeZone(1000, "TEST", Calendar.NOVEMBER, local
381 SimpleTimeZone st = new SimpleTimeZone(1000, "TEST", Calendar.NOVEMBER, local
441 SimpleTimeZone st = new SimpleTimeZone(1000, "Test_TZ"); local
462 SimpleTimeZone st = new SimpleTimeZone(1000, "Test_TZ"); local
501 SimpleTimeZone st = new SimpleTimeZone(1000, "Test_TZ"); local
549 SimpleTimeZone st = new SimpleTimeZone(1000, "Test_TZ"); local
617 SimpleTimeZone st = new SimpleTimeZone(1000, "Test_TZ"); local
658 SimpleTimeZone st = new SimpleTimeZone(1000, "Test_TZ"); local
707 SimpleTimeZone st = new SimpleTimeZone(TimeZone.getTimeZone("EST").getRawOffset(), "EST"); local
760 SimpleTimeZone st = new SimpleTimeZone(1000, "Test_TZ"); local
790 SimpleTimeZone st = new SimpleTimeZone(1000, "Test_TZ"); local
    [all...]

Completed in 673 milliseconds

1 2 3 45 6 7 8 91011>>