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

1 2 3 4 5 6 7

  /external/webrtc/webrtc/modules/audio_coding/neteq/
decision_logic_unittest.cc 31 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;
neteq_network_stats_unittest.cc 87 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_rate
    [all...]
  /packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/task/nonrequiredapps/
NonRequiredAppsLogicTest.java 71 final NonRequiredAppsLogic logic = createLogic(true, true); local
76 assertTrue(logic.getSystemAppsToRemove(TEST_USER_ID).isEmpty());
82 final NonRequiredAppsLogic logic = createLogic(true, false); local
89 logic.getSystemAppsToRemove(TEST_USER_ID));
96 final NonRequiredAppsLogic logic = createLogic(false, false); local
103 assertTrue(logic.getSystemAppsToRemove(TEST_USER_ID).isEmpty());
110 final NonRequiredAppsLogic logic = createLogic(false, false); local
117 assertEquals(Collections.singleton(APPS[4]), logic.getSystemAppsToRemove(TEST_USER_ID));
123 final NonRequiredAppsLogic logic = createLogic(true, true); local
126 logic.maybeTakeSystemAppsSnapshot(TEST_USER_ID)
135 final NonRequiredAppsLogic logic = createLogic(true, false); local
148 final NonRequiredAppsLogic logic = createLogic(false, false); local
162 final NonRequiredAppsLogic logic = createLogic(false, false); local
    [all...]
  /external/pdfium/xfa/fxbarcode/pdf417/
BC_PDF417.h 48 static void encodeChar(int32_t pattern, int32_t len, CBC_BarcodeRow* logic);
53 CBC_BarcodeMatrix* logic);
  /prebuilts/go/darwin-x86/src/runtime/race/
doc.go 5 // Package race implements data race detection logic.
  /prebuilts/go/linux-x86/src/runtime/race/
doc.go 5 // Package race implements data race detection logic.
  /build/blueprint/
doc.go 19 // rules or a domain-specific language to describe the logic how modules are
20 // converted to build rules, Blueprint delegates this to per-project build logic
22 // complexity of the build logic to be maintained in a high-level language,
27 // the code for the build logic, and the code for the project being compiled
29 // tracked - a change to the logic code will cause the logic to be recompiled,
32 // the logic, etc.
63 // The per-project build logic defines a top level command, referred to in the
  /packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/task/
CreateManagedProfileTask.java 57 NonRequiredAppsLogic logic) {
59 mNonRequiredAppsLogic = checkNotNull(logic);
DeleteNonRequiredAppsTask.java 66 NonRequiredAppsLogic logic) {
70 mLogic = checkNotNull(logic);
  /external/libnetfilter_conntrack/src/conntrack/
bsf.c 323 unsigned int logic)
338 if (logic == NFCT_FILTER_LOGIC_POSITIVE)
365 if (logic == NFCT_FILTER_LOGIC_NEGATIVE)
379 unsigned int logic)
408 logic);
423 filter->logic[NFCT_FILTER_L4PROTO_STATE]);
450 if (f->logic[NFCT_FILTER_L4PROTO] == NFCT_FILTER_LOGIC_POSITIVE)
477 if (f->logic[NFCT_FILTER_L4PROTO] == NFCT_FILTER_LOGIC_NEGATIVE)
522 if (f->logic[attr] == NFCT_FILTER_LOGIC_POSITIVE)
550 if (f->logic[attr] == NFCT_FILTER_LOGIC_NEGATIVE
    [all...]
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue16760.go 11 // the logic which decides how big the argout section needs to be.
  /prebuilts/go/linux-x86/test/fixedbugs/
issue16760.go 11 // the logic which decides how big the argout section needs to be.
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
neon-logic.d 1 # name: Neon logic insns with two and three operands including imm. values
  /prebuilts/go/darwin-x86/src/path/filepath/
path_plan9.go 40 // If there's a bug here, fix the logic in ./path_unix.go too.
path_unix.go 42 // If there's a bug here, fix the logic in ./path_plan9.go too.
  /prebuilts/go/linux-x86/src/path/filepath/
path_plan9.go 40 // If there's a bug here, fix the logic in ./path_unix.go too.
path_unix.go 42 // If there's a bug here, fix the logic in ./path_plan9.go too.
  /external/ltp/testcases/kernel/include/
regen.sh 30 * Here we stick all the ugly *fallback* logic for linux
  /build/blueprint/bootstrap/
doc.go 27 // Blueprint library and the build logic specific to the source tree. It is
46 // "my/custom/build/logic"
61 // ctx.RegisterModuleType("foo", logic.FooModule)
62 // ctx.RegisterModuleType("bar", logic.BarModule)
65 // ctx.RegisterSingleton("baz", logic.NewBazSingleton())
68 // config := logic.NewConfig(srcDir)
85 // Blueprint library and the custom build logic for the source tree. It should
  /external/fonttools/Lib/fontTools/
merge.py 96 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/none/tests/ppc32/
test_isa_2_07_part2.stdout.exp     [all...]
  /external/valgrind/none/tests/ppc64/
test_isa_2_07_part2.stdout.exp     [all...]
  /frameworks/opt/net/wifi/libwifi_system/
Android.mk 28 # Device independent wifi system logic.
  /hardware/intel/common/utils/ituxd/
Android.mk 20 # are responsible for having their own logic, for fine-grained control.
  /hardware/intel/common/utils/ituxd/jni/
Android.mk 20 # are responsible for having their own logic, for fine-grained control.

Completed in 1151 milliseconds

1 2 3 4 5 6 7