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

1 2 3 4 5 6 7 8 9

  /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...]
  /external/javaparser/javaparser-symbol-solver-logic/src/main/java/com/github/javaparser/symbolsolver/logic/
ObjectProvider.java 17 package com.github.javaparser.symbolsolver.logic;
ConfilictingGenericTypesException.java 1 package com.github.javaparser.symbolsolver.logic;
AbstractClassDeclaration.java 17 package com.github.javaparser.symbolsolver.logic;
AbstractTypeDeclaration.java 17 package com.github.javaparser.symbolsolver.logic;
  /packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/task/nonrequiredapps/
NonRequiredAppsLogicTest.java 93 final NonRequiredAppsLogic logic = createLogic(true); local
98 assertTrue(logic.getSystemAppsToRemove(TEST_USER_ID).isEmpty());
105 final NonRequiredAppsLogic logic = createLogic(true); local
112 logic.getSystemAppsToRemove(TEST_USER_ID));
122 final NonRequiredAppsLogic logic = createLogic(true); local
129 logic.getSystemAppsToRemove(TEST_USER_ID));
137 final NonRequiredAppsLogic logic = createLogic(false); local
144 assertTrue(logic.getSystemAppsToRemove(TEST_USER_ID).isEmpty());
152 final NonRequiredAppsLogic logic = createLogic(false); local
159 assertEquals(Collections.singleton(APPS.get(4)), logic.getSystemAppsToRemove(TEST_USER_ID))
166 final NonRequiredAppsLogic logic = createLogic(true); local
179 final NonRequiredAppsLogic logic = createLogic(true); local
193 final NonRequiredAppsLogic logic = createLogic(false); local
208 final NonRequiredAppsLogic logic = createLogic(false); local
    [all...]
  /external/pdfium/fxbarcode/pdf417/
BC_PDF417.h 47 static void encodeChar(int32_t pattern, int32_t len, CBC_BarcodeRow* logic);
52 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
  /external/javaparser/javaparser-symbol-solver-core/src/main/java/com/github/javaparser/symbolsolver/reflectionmodel/
MyObjectProvider.java 5 import com.github.javaparser.symbolsolver.logic.ObjectProvider;
  /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...]
  /external/annotation-tools/scene-lib/
ant-contrib.jar 
  /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.27/gas/testsuite/gas/arm/
neon-logic.d 1 # name: Neon logic insns with two and three operands including imm. values
  /external/javaparser/javaparser-symbol-solver-testing/src/test/java/com/github/javaparser/symbolsolver/logic/
FunctionInterfaceLogicTest.java 17 package com.github.javaparser.symbolsolver.logic;
  /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
  /build/soong/shared/
paths.go 17 // This file exists to share path-related logic between both soong_ui and soong
  /prebuilts/go/darwin-x86/src/os/user/
listgroups_unix.go 37 // we need to use different logic for Mac vs. the other OS's.
  /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.
  /prebuilts/go/darwin-x86/src/runtime/testdata/testprog/
badtraceback.go 22 // exercise the stack bounds logic in the hex dump.

Completed in 729 milliseconds

1 2 3 4 5 6 7 8 9