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

/external/chromium_org/third_party/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;
/external/libcxx/test/diagnostics/std.exceptions/logic.error/
H A DAndroid.mk17 test_makefile := external/libcxx/test/diagnostics/std.exceptions/logic.error/Android.mk
19 test_name := diagnostics/std.exceptions/logic.error/logic_error
/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/valgrind/main/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/main/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/pdfium/core/src/reflow/
H A Dlayoutprocessor_reflow.cpp1350 FX_INT32 logic = ProcessInsertObject(pTextObj, objMatrix); local
1361 if(logic == 1) {
1363 } else if(logic == 3 && curs) {
1480 if(logic == 3) {
H A Dautoreflow.cpp502 int logic = LogicPreObj(pObj); local
503 if(logic == 2) {
/external/libvorbis/doc/
H A Da1-encapsulation-ogg.tex167 seeking logic.
/external/iputils/doc/
H A Ddocbook2man-spec.pl35 If this results in added logic in this script,
/external/libcxxabi/src/Unwind/
H A DUnwindRegistersSave.S295 @ Instead, VFP registers are demand saved by logic external to unw_getcontext.
/external/chromium_org/third_party/openmax_dl/dl/sp/src/arm/neon/
H A DomxSP_FFTFwd_RToCCS_S16_Sfs_s.S405 @ change the logic so that output after scaling is in pOut and not in pDst
/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/chromium_org/third_party/icu/source/data/
H A Dmakedata.mak187 # the following logic is much easier if UCM_SOURCE is never empty.
/external/icu/icu4c/source/data/
H A Dmakedata.mak187 # the following logic is much easier if UCM_SOURCE is never empty.
/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/aztec/ ...
/external/sqlite/dist/orig/
H A Dsqlite3.c516 #define SQLITE_INTERNAL 2 /* Internal logic error in SQLite */
2536 ** points during the compilation process, as logic is being created
6171 ** next. Applications that override the built-in mutex logic must be
10158 ** for very large databases. But one should test the page skipping logic
10263 ** SQLITE_MUTEX_OMIT No mutex logic. Not even stubs. The
17840 ** The sqlite3_status() logic tracks the maximum values of n and M so
18549 ** If compiled with SQLITE_DEBUG, then additional logic is inserted
19269 ** is used for testing the I/O recovery logic.
24086 ** This source file is organized into divisions where the logic for various
24094 ** * Unique file ID logic use
[all...]
/external/sqlite/dist/
H A Dsqlite3.c516 #define SQLITE_INTERNAL 2 /* Internal logic error in SQLite */
2536 ** points during the compilation process, as logic is being created
6171 ** next. Applications that override the built-in mutex logic must be
10158 ** for very large databases. But one should test the page skipping logic
10263 ** SQLITE_MUTEX_OMIT No mutex logic. Not even stubs. The
17840 ** The sqlite3_status() logic tracks the maximum values of n and M so
18549 ** If compiled with SQLITE_DEBUG, then additional logic is inserted
19269 ** is used for testing the I/O recovery logic.
24086 ** This source file is organized into divisions where the logic for various
24094 ** * Unique file ID logic use
[all...]

Completed in 1341 milliseconds