HomeSort by relevance Sort by last modified time
    Searched defs:stages (Results 1 - 14 of 14) sorted by null

  /external/chromium_org/chrome/browser/extensions/api/declarative_webrequest/
webrequest_condition.h 37 // available in all request stages.
95 int stages() const { return applicable_request_stages_; } function in class:extensions::WebRequestCondition
webrequest_action.h 94 int stages() const { function in class:extensions::WebRequestAction
157 WebRequestAction(int stages,
webrequest_condition_attribute.cc 597 // stage. The headers are accessible in other stages as well, but before
598 // allowing to match against them in further stages, we should consider
804 int stages = 0; local
810 stages |= ON_BEFORE_REQUEST;
812 stages |= ON_BEFORE_SEND_HEADERS;
814 stages |= ON_HEADERS_RECEIVED;
816 stages |= ON_AUTH_REQUIRED;
823 *out_stages = stages;
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/gd3d11/
d3d11.cpp 127 unsigned stages; member in struct:GalliumD3D11Caps
  /external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/
d3d11.cpp 127 unsigned stages; member in struct:GalliumD3D11Caps
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-map-private.hh 113 assert (stage <= stages[table_index].len);
114 unsigned int start = stage ? stages[table_index][stage - 1].last_lookup : 0;
115 unsigned int end = stage < stages[table_index].len ? stages[table_index][stage].last_lookup : lookups[table_index].len;
133 stages[table_index].finish ();
153 hb_prealloced_array_t<stage_map_t, 4> stages[2]; /* GSUB/GPOS */
205 stages[table_index].finish ();
243 hb_prealloced_array_t<stage_info_t, 8> stages[2]; /* GSUB/GPOS */ variable
  /external/libvorbis/lib/
mdct.c 322 int stages=init->log2n-5; local
325 if(--stages>0){
329 for(i=1;--stages>0;i++){
res0.c 45 int stages; member in struct:__anon22897
132 for(k=0;k<look->stages;k++)
286 int stages=ilog(info->secondstages[j]); local
287 if(stages){
288 if(stages>maxstage)maxstage=stages;
289 look->partbooks[j]=_ogg_calloc(stages,sizeof(*look->partbooks[j]));
290 for(k=0;k<stages;k++)
305 look->stages=maxstage;
576 for(s=0;s<look->stages;s++)
    [all...]
  /external/tremolo/Tremolo/
mdct.c 230 int stages=7-shift; local
233 for(i=0;--stages>=0;i++){
codec_internal.h 144 char stages; member in struct:vorbis_info_residue
  /external/webrtc/src/modules/audio_processing/ns/
nsx_core.h 42 int stages; member in struct:NsxInst_t_
  /external/chromium_org/content/common/gpu/client/
gl_helper_unittests.cc 208 // Make sure that the stages of the scaler pipeline are sane.
318 printf("Invalid scaler stages: %s\n", message.c_str());
319 printf("Scaler stages:\n%s", PrintStages(scaler_stages).c_str());
353 printf("-----Scaler stages------\n%s",
567 std::vector<GLHelperScaling::ScalerStage> stages; local
575 &stages);
576 ValidateScalerStages(kQualities[quality], stages, message);
601 stages,
615 stages,
628 std::vector<GLHelperScaling::ScalerStage> stages; local
652 std::vector<GLHelperScaling::ScalerStage> stages; local
966 std::vector<GLHelperScaling::ScalerStage> stages; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/tnl/
t_context.h 40 * The tnl_pipeline contains the array of all stages, which should be
43 * stages to the vertex_buffer TNLcontext::vb, where the vertex data
265 /** Contains the array of all pipeline stages.
275 struct tnl_pipeline_stage stages[MAX_PIPELINE_STAGES+1]; member in struct:tnl_pipeline
  /external/mesa3d/src/mesa/tnl/
t_context.h 40 * The tnl_pipeline contains the array of all stages, which should be
43 * stages to the vertex_buffer TNLcontext::vb, where the vertex data
265 /** Contains the array of all pipeline stages.
275 struct tnl_pipeline_stage stages[MAX_PIPELINE_STAGES+1]; member in struct:tnl_pipeline

Completed in 649 milliseconds