HomeSort by relevance Sort by last modified time
    Searched refs:Operations (Results 1 - 25 of 34) sorted by null

1 2

  /external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
decision_logic_normal.h 54 virtual Operations GetDecisionSpecialized(const SyncBuffer& sync_buffer,
63 virtual Operations FuturePacketAvailable(
72 virtual Operations ExpectedPacketAvailable(Modes prev_mode, bool play_dtmf);
76 virtual Operations NoPacket(bool play_dtmf);
81 Operations CngOperation(Modes prev_mode, uint32_t target_timestamp,
defines.h 16 enum Operations {
decision_logic.h 76 Operations GetDecision(const SyncBuffer& sync_buffer,
95 virtual void ExpandDecision(Operations operation);
135 virtual Operations GetDecisionSpecialized(const SyncBuffer& sync_buffer,
decision_logic_fax.h 50 virtual Operations GetDecisionSpecialized(const SyncBuffer& sync_buffer,
decision_logic_normal.cc 27 Operations DecisionLogicNormal::GetDecisionSpecialized(
86 Operations DecisionLogicNormal::CngOperation(Modes prev_mode,
114 Operations DecisionLogicNormal::NoPacket(bool play_dtmf) {
129 Operations DecisionLogicNormal::ExpectedPacketAvailable(Modes prev_mode,
149 Operations DecisionLogicNormal::FuturePacketAvailable(
decision_logic_fax.cc 22 Operations DecisionLogicFax::GetDecisionSpecialized(
decision_logic.cc 105 Operations DecisionLogic::GetDecision(const SyncBuffer& sync_buffer,
148 void DecisionLogic::ExpandDecision(Operations operation) {
neteq_impl.h 230 int GetDecision(Operations* operation,
242 Operations* operation,
249 Operations* operation,
  /external/chromium_org/components/search_engines/
keyword_table.h 87 typedef std::vector<Operation> Operations;
106 // Performs an arbitrary number of Add/Remove/Update operations as a single
108 // to perform a large number of operations, doing them in a single transaction
110 bool PerformOperations(const Operations& operations);
keyword_web_data_service.h 97 const KeywordTable::Operations& operations,
105 KeywordTable::Operations queued_keyword_operations_;
keyword_web_data_service.cc 117 const KeywordTable::Operations& operations,
119 return KeywordTable::FromWebDatabase(db)->PerformOperations(operations) ?
keyword_table.cc 243 bool KeywordTable::PerformOperations(const Operations& operations) {
248 for (Operations::const_iterator i(operations.begin()); i != operations.end();
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRBitSet.h 68 #pragma mark Operations
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRBitSet.h 68 #pragma mark Operations
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRBitSet.h 68 #pragma mark Operations
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRBitSet.h 69 #pragma mark Operations
  /external/chromium_org/third_party/markupsafe/
__init__.py 54 Operations on a markup string are markup aware which means that all
  /external/llvm/test/MC/AArch64/
arm64-bitfield-encoding.s 5 ; 5.4.4 Bitfield Operations
  /external/llvm/bindings/ocaml/llvm/
llvm.ml 330 (*--... Operations on integer types ........................................--*)
340 (*--... Operations on real types ...........................................--*)
347 (*--... Operations on function types .......................................--*)
355 (*--... Operations on struct types .........................................--*)
369 (*--... Operations on pointer, vector, and array types .....................--*)
381 (*--... Operations on other types ..........................................--*)
397 (*--... Operations on uses .................................................--*)
429 (*--... Operations on users ................................................--*)
434 (*--... Operations on constants of (mostly) any type .......................--*)
444 (*--... Operations on instructions .........................................--*
    [all...]
  /external/chromium_org/third_party/mesa/src/docs/
MESA_swap_control.spec 61 Additions to Chapter 4 of the 1.4 GL Specification (Per-Fragment Operations
MESA_ycbcr_texture.spec 38 operations take place. Only 2D texture images are supported (not
126 All pixel transfer operations are bypassed. The texture is stored as
149 Operations and the Frame Buffer)
  /external/mesa3d/docs/
MESA_swap_control.spec 61 Additions to Chapter 4 of the 1.4 GL Specification (Per-Fragment Operations
MESA_ycbcr_texture.spec 38 operations take place. Only 2D texture images are supported (not
126 All pixel transfer operations are bypassed. The texture is stored as
149 Operations and the Frame Buffer)
  /external/chromium_org/third_party/mesa/src/docs/OLD/
MESA_packed_depth_stencil.spec 184 Additions to Chapter 4 of the 1.1 Specification (Per-Fragment Operations
  /external/mesa3d/docs/OLD/
MESA_packed_depth_stencil.spec 184 Additions to Chapter 4 of the 1.1 Specification (Per-Fragment Operations

Completed in 549 milliseconds

1 2