HomeSort by relevance Sort by last modified time
    Searched refs:ve (Results 76 - 100 of 183) sorted by null

1 2 34 5 6 7 8

  /external/v8/test/webkit/
dfg-check-structure-elimination-for-non-cell.js 25 "Tests that we do the right things when we prove that we can eliminate a structure check, but haven't proved that the value is definitely an object - i.e. we've proved that it's either an object with a specific structure, or it's not an object at all."
  /ndk/sources/host-tools/make-3.81/config/
missing 93 -v|--v|--ve|--ver|--vers|--versi|--versio|--version)
  /prebuilts/misc/common/swig/include/2.0.11/octave/
octcontainer.swg 136 typename Sequence::const_iterator ve = self->begin();
138 std::advance(ve,jj);
139 return new Sequence(vb, ve);
  /build/core/
cleanspec.mk 28 # Do not touch INTERNAL_CLEAN_BUILD_VERSION if you've added a clean step!
  /external/libvorbis/lib/
psy.c 951 float ve = q[j]/f[j]; local
953 out[j] = -rint(sqrt(ve));
955 out[j] = rint(sqrt(ve));
964 float ve = q[j]/f[j]; local
970 if(ve<.25f && (!flags || j>=limit-i)){
971 acc += ve;
976 out[j] = -rint(sqrt(ve));
978 out[j] = rint(sqrt(ve));
    [all...]
  /external/mesa3d/src/gallium/drivers/r600/
r600_asm.c     [all...]
r600_pipe.h 497 void evergreen_fetch_shader(struct pipe_context *ctx, struct r600_vertex_element *ve);
565 void r600_fetch_shader(struct pipe_context *ctx, struct r600_vertex_element *ve);
  /frameworks/rs/
rsScript.cpp 280 const void *data, size_t len, RsElement ve,
283 Element *e = static_cast<Element *>(ve);
  /frameworks/av/media/libmediaplayerservice/
StagefrightRecorder.h 52 virtual status_t setVideoEncoder(video_encoder ve);
StagefrightRecorder.cpp 179 status_t StagefrightRecorder::setVideoEncoder(video_encoder ve) {
180 ALOGV("setVideoEncoder: %d", ve);
181 if (ve < VIDEO_ENCODER_DEFAULT ||
182 ve >= VIDEO_ENCODER_LIST_END) {
183 ALOGE("Invalid video encoder: %d", ve);
187 mVideoEncoder = ve;
    [all...]
  /frameworks/compile/slang/BitWriter_2_9/
ValueEnumerator.cpp 194 ValueEnumerator &VE;
195 explicit CstSortPredicate(ValueEnumerator &ve) : VE(ve) {}
200 return VE.getTypeID(LHS.first->getType()) <
201 VE.getTypeID(RHS.first->getType());
230 for (ValueSymbolTable::const_iterator VI = VST.begin(), VE = VST.end();
231 VI != VE; ++VI)
365 // We've already seen this type.
  /frameworks/compile/slang/BitWriter_2_9_func/
ValueEnumerator.cpp 194 ValueEnumerator &VE;
195 explicit CstSortPredicate(ValueEnumerator &ve) : VE(ve) {}
200 return VE.getTypeID(LHS.first->getType()) <
201 VE.getTypeID(RHS.first->getType());
230 for (ValueSymbolTable::const_iterator VI = VST.begin(), VE = VST.end();
231 VI != VE; ++VI)
365 // We've already seen this type.
  /frameworks/compile/slang/BitWriter_3_2/
ValueEnumerator.cpp 194 ValueEnumerator &VE;
195 explicit CstSortPredicate(ValueEnumerator &ve) : VE(ve) {}
200 return VE.getTypeID(LHS.first->getType()) <
201 VE.getTypeID(RHS.first->getType());
230 for (ValueSymbolTable::const_iterator VI = VST.begin(), VE = VST.end();
231 VI != VE; ++VI)
365 // We've already seen this type.
  /external/mesa3d/src/gallium/drivers/nvc0/
nvc0_vbo_translate.c 98 struct pipe_vertex_element *ve = &nvc0->vertex->element[attr].pipe; local
99 struct pipe_vertex_buffer *vb = &nvc0->vtxbuf[ve->vertex_buffer_index];
101 unsigned offset = vb->buffer_offset + ve->src_offset;
  /external/lldb/source/Expression/
IRForTarget.cpp 441 for (ValueSymbolTable::iterator vi = value_symbol_table.begin(), ve = value_symbol_table.end();
442 vi != ve;
843 for (ValueSymbolTable::iterator vi = value_symbol_table.begin(), ve = value_symbol_table.end();
844 vi != ve;
    [all...]
  /prebuilts/misc/common/swig/include/2.0.11/ruby/
rubycontainer.swg 105 typename Sequence::const_iterator ve = self->begin();
107 std::advance(ve,jj);
108 return new Sequence(vb, ve);
  /external/icu/icu4c/source/common/
locmap.c 689 ILCID_POSIX_SUBTABLE(ve) { /* TODO: Verify the country */
690 {0x33, "ve"},
867 ILCID_POSIX_MAP(ve), /* ve Venda 0x33 */
    [all...]
  /external/llvm/lib/Transforms/Utils/
CodeExtractor.cpp 455 ve = StructValues.end(); v != ve; ++v)
626 // Now that we've done the deed, simplify the switch instruction.
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
NFRule.java 357 // return the description with all the stuff we've just waded through
    [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
base.js 227 // If we've run too few iterations, we continue for another second.
  /external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rcssmin/docs/apidoc/
epydoc.js 281 // We've found a page that matches `dottedName`;
  /external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rjsmin/docs/apidoc/
epydoc.js 281 // We've found a page that matches `dottedName`;
  /external/lldb/www/python_reference/
epydoc.js 281 // We've found a page that matches `dottedName`;
  /external/v8/benchmarks/
base.js 222 // If we've run too few iterations, we continue for another second.
  /external/v8/test/perf-test/Collections/
base.js 303 // If we've run too few iterations, we continue for another second.

Completed in 1454 milliseconds

1 2 34 5 6 7 8