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

1 2 34 5 6

  /external/chromium_org/third_party/npapi/npspy/common/
epmanager.cpp 290 NPError NPPEntryPointManager::callNPP_NewStream(NPP instance, NPMIMEType type, NPStream* stream, NPBool seekable, uint16* stype)
296 return CallNPP_NewStreamProc(nppfuncs->newstream, instance, type, stream, seekable, stype);
  /external/libxslt/libxslt/
xsltutils.c 1117 if ((comp->stype == NULL) && (comp->has_stype != 0)) {
1118 comp->stype =
1122 if (comp->stype != NULL) {
1124 if (xmlStrEqual(comp->stype, (const xmlChar *) "text"))
1126 else if (xmlStrEqual(comp->stype, (const xmlChar *) "number"))
1131 comp->stype);
    [all...]
preproc.c 686 comp->stype = xsltEvalStaticAttrValueTemplate(style, inst,
689 if (comp->stype != NULL) {
690 if (xmlStrEqual(comp->stype, (const xmlChar *) "text"))
692 else if (xmlStrEqual(comp->stype, (const xmlChar *) "number"))
696 "xsltSortComp: no support for data-type = %s\n", comp->stype);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/testing/plugin/
PluginTest.cpp 104 NPError PluginTest::NPP_NewStream(NPMIMEType type, NPStream* stream, NPBool seekable, uint16_t* stype)
PluginTest.h 64 virtual NPError NPP_NewStream(NPMIMEType, NPStream*, NPBool seekable, uint16_t* stype);
main.cpp 400 NPError NPP_NewStream(NPP instance, NPMIMEType type, NPStream *stream, NPBool seekable, uint16_t *stype)
404 *stype = NP_NORMAL;
415 return obj->pluginTest->NPP_NewStream(type, stream, seekable, stype);
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_tgsi_aos.c 105 enum tgsi_opcode_type stype,
176 enum tgsi_opcode_type stype,
189 enum tgsi_opcode_type stype,
203 enum tgsi_opcode_type stype,
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_tgsi_aos.c 105 enum tgsi_opcode_type stype,
176 enum tgsi_opcode_type stype,
189 enum tgsi_opcode_type stype,
203 enum tgsi_opcode_type stype,
  /external/opencv/cv/src/
cvundistort.cpp 386 int stype, dtype; local
428 stype = CV_MAT_TYPE(_src->type);
430 sstep = _src->rows == 1 ? 1 : _src->step/CV_ELEM_SIZE(stype);
445 if( stype == CV_32FC2 )
  /external/ppp/pppd/plugins/rp-pppoe/
if.c 424 int domain, stype; local
436 stype = SOCK_RAW;
439 stype = SOCK_PACKET;
442 if ((fd = socket(domain, stype, htons(type))) < 0) {
  /external/wpa_supplicant_8/src/ap/
ieee802_11.c 1707 u16 fc, stype; local
    [all...]
drv_callbacks.c 668 size_t len, u16 stype, int ok)
675 ieee802_11_mgmt_cb(hapd, buf, len, stype, ok);
836 data->tx_status.stype,
  /external/chromium_org/third_party/ply/
lex.py     [all...]
  /external/libsepol/src/
expand.c 53 filename_trans_t **table; /* filename_trans chunks with same stype */
3241 type_datum_t *stype = p->type_val_to_struct[k->source_type - 1]; local
3371 type_datum_t *stype = p->type_val_to_struct[k->source_type - 1]; local
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
events.c 2848 u16 fc, stype; local
    [all...]
  /external/ceres-solver/internal/ceres/
covariance_impl.cc 436 cholmod_jacobian_view.stype = 0; // Matrix is not symmetric.
645 cholmod_jacobian.stype = 0; // Matrix is not symmetric.
visibility_based_preconditioner.cc 420 lhs->stype = 1;
  /external/chromium_org/content/child/npapi/
plugin_instance.cc 265 unsigned short *stype) {
269 return npp_functions_->newstream(npp_, type, stream, seekable, stype);
  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGLShaderBuilder.cpp 589 void GrGLShaderBuilder::appendUniformDecls(ShaderType stype, SkString* out) const {
591 if (fUniforms[i].fVisibility & stype) {
  /external/skia/src/gpu/gl/
GrGLShaderBuilder.cpp 589 void GrGLShaderBuilder::appendUniformDecls(ShaderType stype, SkString* out) const {
591 if (fUniforms[i].fVisibility & stype) {
  /external/opencv/cxcore/src/
cxmatmul.cpp     [all...]
  /external/chromium_org/third_party/libxslt/libxslt/
preproc.c 686 comp->stype = xsltEvalStaticAttrValueTemplate(style, inst,
689 if (comp->stype != NULL) {
690 if (xmlStrEqual(comp->stype, (const xmlChar *) "text"))
692 else if (xmlStrEqual(comp->stype, (const xmlChar *) "number"))
696 "xsltSortComp: no support for data-type = %s\n", comp->stype);
    [all...]
  /sdk/emulator/qtools/
trace_reader.h 330 typedef typename TraceReader<T>::symbol_type stype; typedef
332 const stype *syma = static_cast<stype const *>(a);
333 const stype *symb = static_cast<stype const *>(b);
    [all...]
  /external/qemu/
sockets.c 901 int stype = socket_type_to_bsd(type); local
903 if (sfamily < 0 || stype < 0) {
907 QSOCKET_CALL(ret, socket(sfamily, stype, 0));
    [all...]
  /sdk/emulator/opengl/tests/event_injector/
sockets.c 905 int stype = socket_type_to_bsd(type); local
907 if (sfamily < 0 || stype < 0) {
911 QSOCKET_CALL(ret, socket(sfamily, stype, 0));
    [all...]

Completed in 1066 milliseconds

1 2 34 5 6