Searched refs:logic (Results 1 - 25 of 29) sorted by relevance

12

/external/webrtc/webrtc/modules/audio_coding/neteq/
H A Ddecision_logic_unittest.cc31 DecisionLogic* logic = DecisionLogic::Create(fs_hz, output_size_samples, local
35 delete logic;
36 logic = DecisionLogic::Create(fs_hz, output_size_samples,
41 delete logic;
42 logic = DecisionLogic::Create(fs_hz, output_size_samples,
47 delete logic;
48 logic = DecisionLogic::Create(fs_hz, output_size_samples,
53 delete logic;
H A Dneteq_network_stats_unittest.cc87 enum logic { enum in class:webrtc::test::NetEqNetworkStatsTest
95 logic current_buffer_size_ms;
96 logic preferred_buffer_size_ms;
97 logic jitter_peaks_found;
98 logic packet_loss_rate;
99 logic packet_discard_rate;
100 logic expand_rate;
101 logic speech_expand_rate;
102 logic preemptive_rate;
103 logic accelerate_rat
[all...]
/external/pdfium/xfa/src/fxbarcode/pdf417/
H A DBC_PDF417.h49 static void encodeChar(int32_t pattern, int32_t len, CBC_BarcodeRow* logic);
54 CBC_BarcodeMatrix* logic);
H A DBC_PDF417.cpp483 CBC_BarcodeRow* logic) {
492 logic->addBar(last, width);
498 logic->addBar(last, width);
504 CBC_BarcodeMatrix* logic) {
508 logic->startRow();
509 encodeChar(START_PATTERN, 17, logic->getCurrentRow());
523 encodeChar(pattern, 17, logic->getCurrentRow());
526 encodeChar(pattern, 17, logic->getCurrentRow());
530 encodeChar(STOP_PATTERN, 1, logic->getCurrentRow());
533 encodeChar(pattern, 17, logic
481 encodeChar(int32_t pattern, int32_t len, CBC_BarcodeRow* logic) argument
500 encodeLowLevel(CFX_WideString fullCodewords, int32_t c, int32_t r, int32_t errorCorrectionLevel, CBC_BarcodeMatrix* logic) argument
[all...]
/external/fonttools/Lib/fontTools/
H A Dmerge.py96 logic = clazz.mergeMap
103 mergeLogic = logic[key]
106 mergeLogic = logic['*']
147 logic = self.mergeMap
149 if isinstance(logic, dict):
152 return logic(tables)
234 # Compute least restrictive logic for each fsType value
775 def mergeObjects(self, returnTable, logic, tables):
782 mergeLogic = logic[key]
785 mergeLogic = logic['*']
[all...]
/external/fonttools/Tools/fontTools/
H A Dmerge.py96 logic = clazz.mergeMap
103 mergeLogic = logic[key]
106 mergeLogic = logic['*']
147 logic = self.mergeMap
149 if isinstance(logic, dict):
152 return logic(tables)
234 # Compute least restrictive logic for each fsType value
775 def mergeObjects(self, returnTable, logic, tables):
782 mergeLogic = logic[key]
785 mergeLogic = logic['*']
[all...]
/external/chromium-trace/catapult/third_party/flot/
H A DCONTRIBUTING.md89 Statements containing complex logic should not be wrapped arbitrarily if they
/external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/
H A DHistory.md17 * Fix a critical bug where deprecation logic wasn't being loaded
/external/valgrind/none/tests/ppc32/
H A Dtest_isa_2_07_part2.stdout.exp780 Test VSX logic instructions
H A Dtest_isa_2_06_part1.stdout.exp46 Test VSX logic instructions
/external/valgrind/none/tests/ppc64/
H A Dtest_isa_2_07_part2.stdout.exp780 Test VSX logic instructions
H A Dtest_isa_2_06_part1.stdout.exp46 Test VSX logic instructions
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Dprofile.rb189 code that performs accounting about the decision logic performed while parsing
H A Ddfa.rb47 ANTLR implements most of its decision logic directly using code branching
H A Dtree.rb307 relationship that characterize a tree; it does not provide any logic concerning
/external/libvorbis/doc/
H A Da1-encapsulation-ogg.tex167 seeking logic.
/external/vixl/
H A DAndroid.mk72 src/vixl/a64/logic-a64.cc \
/external/iputils/doc/
H A Ddocbook2man-spec.pl35 If this results in added logic in this script,
/external/libunwind_llvm/src/
H A DUnwindRegistersSave.S299 @ Instead, VFP registers are demand saved by logic external to unw_getcontext.
/external/llvm/lib/Support/Windows/
H A DPath.inc818 // This matches GetTempPath logic to some degree. GetTempPath is not used
/external/pcre/dist/
H A DRunTest.bat14 @rem Sheri Pierce added logic to skip feature dependent tests
/external/zlib/src/
H A Dmake_vms.com602 $! 0.02 20031022 Added logic for defines with value
724 $! 0.02 20120226 Add pre-load logic
/external/minijail/
H A Dcommon.mk665 # Default to / when all the empty-sysroot logic is done.
/external/modp_b64/
H A Dcommon.mk665 # Default to / when all the empty-sysroot logic is done.
/external/icu/icu4c/source/data/
H A Dmakedata.mak187 # the following logic is much easier if UCM_SOURCE is never empty.

Completed in 844 milliseconds

12