HomeSort by relevance Sort by last modified time
    Searched full:logic (Results 26 - 50 of 3317) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/chromium-trace/catapult/telemetry/telemetry/internal/platform/tracing_agent/
__init__.py 28 """ Override to add tracing agent's custom logic to start tracing.
49 """ Override to add tracing agent's custom logic to stop tracing.
61 """ Override to add tracing agent's custom logic to flush tracing. """
  /external/autotest/client/site_tests/desktopui_Respawn/
control 16 This test verifies that our UI respawning logic functions correctly under
  /external/autotest/client/site_tests/network_DhcpRenew/
control 17 the logic handling these timeouts is handled through dhcpcd, this tests
  /external/chromium-trace/catapult/experimental/bisect_lib/
README.md 8 The purpose of this library is to house the logic used by the [bisect
  /external/clang/test/CodeGenCXX/
enable_if.cpp 3 // Test address-of overloading logic
  /external/clang/test/CodeGenObjCXX/
block-id.mm 6 // get the same unqualified-block mangling because the logic to handle
  /external/junit/src/org/junit/rules/
Verifier.java 40 * Override this to add verification logic. Overrides should throw an
  /external/kernel-headers/original/uapi/asm-mips/asm/
sgidefs.h 14 * Using a Linux compiler for building Linux seems logic but not to
  /external/libchrome/base/synchronization/
lock.cc 7 // real intelligence in the class is in the debugging logic.
  /external/testng/src/test/java/test/groupbug/
ITCaseOne.java 28 @Test(groups = "logic-one", dependsOnGroups = "std-one")
ITCaseTwo.java 25 @Test(groups = "logic-two", dependsOnGroups = "std-two")
  /external/valgrind/docs/internals/
m_syswrap.txt 11 The main file is syswrap-main.c. It contains all the driver logic
  /ndk/sources/host-tools/make-3.81/tests/scripts/functions/
flavor 7 # Test #1: Test general logic.
  /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
  /toolchain/binutils/binutils-2.25/opcodes/
d30v-opc.c 222 { "and", LOGIC, 0x18, { SHORT_A, LONG }, EITHER, 0, 0, 0 },
223 { "andfg", LOGIC, 0x8, { SHORT_F }, EITHER, 0, 0, 0 },
226 { "bclr", LOGIC, 0x3, { SHORT_A }, EITHER_BUT_PREFER_MU, 0, 0, 0 },
227 { "bnot", LOGIC, 0x1, { SHORT_A }, EITHER_BUT_PREFER_MU, 0, 0, 0 },
231 { "bset", LOGIC, 0x2, { SHORT_A }, EITHER_BUT_PREFER_MU, 0, 0, 0 },
235 { "btst", LOGIC, 0, { SHORT_AF }, EITHER_BUT_PREFER_MU, 0, 0, 0 },
236 { "cmp", LOGIC, 0xC, { SHORT_CMP, LONG_CMP }, EITHER, 0, 0, 0 },
237 { "cmpu", LOGIC, 0xD, { SHORT_CMPU, LONG_CMP }, EITHER, 0, 0, 0 },
291 { "not", LOGIC, 0x19, { SHORT_U }, EITHER, 0, 0, 0 },
292 { "notfg", LOGIC, 0x9, { SHORT_UF }, EITHER, 0, 0, 0 }
    [all...]
  /external/webrtc/webrtc/modules/desktop_capture/
shared_memory.h 26 // parameters of the buffer, but doesn't have any logic to allocate or destroy
28 // for video frames must extend this class with creation and destruction logic
  /hardware/ti/omap4-aah/security/smc_pa_ctrl/
smc_pa_ctrl_os.h 2 * Copyright(c) 2011 Trusted Logic. All rights reserved.
14 * * Neither the name Trusted Logic nor the names of its
  /hardware/ti/omap4-aah/security/tf_crypto_sst/
lib_mutex_linux.c 2 * Copyright(c) 2011 Trusted Logic. All rights reserved.
14 * * Neither the name Trusted Logic nor the names of its
  /hardware/ti/omap4-aah/security/tf_sdk/include/
cryptoki.h 2 * Copyright(c) 2011 Trusted Logic. All rights reserved.
14 * * Neither the name Trusted Logic nor the names of its
  /hardware/ti/omap4xxx/security/smc_pa_ctrl/
smc_pa_ctrl_os.h 2 * Copyright(c) 2011 Trusted Logic. All rights reserved.
14 * * Neither the name Trusted Logic nor the names of its
  /hardware/ti/omap4xxx/security/tf_crypto_sst/
lib_mutex_linux.c 2 * Copyright(c) 2011 Trusted Logic. All rights reserved.
14 * * Neither the name Trusted Logic nor the names of its
  /hardware/ti/omap4xxx/security/tf_sdk/include/
cryptoki.h 2 * Copyright(c) 2011 Trusted Logic. All rights reserved.
14 * * Neither the name Trusted Logic nor the names of its
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/
argument.hpp 86 assert( arg_.p_value_type == rtti::type_id<T>() ); // detect logic error
97 assert( arg_.p_value_type == rtti::type_id<T>() ); // detect logic error
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/dialog/old/
ScrollAdapterFragment.java 30 * DO NOT ADD LOGIC HERE!
32 * This is a wrapper for {@link BaseScrollAdapterFragment}. Place your logic
  /frameworks/base/docs/html/training/backward-compatible-ui/
using-component.jd 16 <li><a href="#switching-logic">Add the Switching Logic</a></li>
32 <p>Now that you have two implementations of <code>TabHelper</code> and <code>CompatTab</code>&mdash;one for Android 3.0 and later and one for earlier versions of the platform&mdash;it's time to do something with these implementations. This lesson discusses creating the logic for switching between these implementations, creating version-aware layouts, and finally using the backward-compatible UI component.</p>
34 <h2 id="switching-logic">Add the Switching Logic</h2>
107 <p>At runtime, Android will decide which version of the <code>main.xml</code> layout to inflate depending on the platform version. This is the same logic shown in the previous section to determine which <code>TabHelper</code> implementation to use.</p>

Completed in 1578 milliseconds

12 3 4 5 6 7 8 91011>>