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

<<41424344454647484950>>

  /packages/inputmethods/LatinIME/native/jni/src/dictionary/utils/
forgetting_curve_utils.cpp 45 // TODO: Revise the logic to decide the initial probability depending on the given probability.
  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/typing/
typing_weighting.h 188 // TODO: Implement more efficient logic
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/share/info/
gmp.info 69 Node: Integer Logic and Bit Fiddling116441
  /system/connectivity/shill/cellular/
active_passive_out_of_credits_detector.cc 261 // Prevent autoconnect logic from kicking in while we perform the
mobile_operator_info_impl.h 140 // These functions encapsulate the logic to update different properties
  /system/connectivity/shill/
profile.h 215 // method, so that tests can use this logic without having to
  /system/connectivity/shill/wifi/
wake_on_wifi.h 54 // |WakeOnWiFi| performs all wake on WiFi related tasks and logic (e.g.
55 // suspend/dark resume/resume logic, NIC wowlan programming via nl80211), and
68 // former refers to shill's suspend/resume/dark resume handling logic, whereas
76 // The logic shill uses before, during (i.e. during dark resume), and after
  /system/core/libsparse/
sparse_crc32.c 36 * logic; the shift must be unsigned (bring in zeroes). On some
  /system/update_engine/
common_service.cc 272 // Return the current setting based on the same logic used while checking for
  /system/update_engine/update_manager/
chromeos_policy.cc 252 // The logic thereafter applies to periodic updates. Bear in mind that we
451 // TODO(garnold) Logic in this method is based on
454 // TODO(garnold) The current logic generally treats the list of allowed
    [all...]
  /toolchain/binutils/binutils-2.25/gold/
target.cc 35 // implement system-specific behaviour. The logic here is the same as that
  /toolchain/binutils/binutils-2.25/include/opcode/
d30v.h 49 #define LOGIC 1
  /external/autotest/client/site_tests/graphics_PiglitBVT/test_scripts/pinetrail/
graphics_PiglitBVT_9.sh 158 run_test "spec/glsl-1.10/compiler/expressions/invalid-logic-not-01.vert" 0.0 "bin/glslparsertest tests/spec/glsl-1.10/compiler/expressions/invalid-logic-not-01.vert fail 1.10"
159 run_test "spec/glsl-1.10/compiler/expressions/invalid-logic-not-02.vert" 0.0 "bin/glslparsertest tests/spec/glsl-1.10/compiler/expressions/invalid-logic-not-02.vert fail 1.10"
160 run_test "spec/glsl-1.10/compiler/expressions/invalid-logic-not-03.vert" 0.0 "bin/glslparsertest tests/spec/glsl-1.10/compiler/expressions/invalid-logic-not-03.vert fail 1.10"
161 run_test "spec/glsl-1.10/compiler/expressions/invalid-logic-not-04.vert" 0.0 "bin/glslparsertest tests/spec/glsl-1.10/compiler/expressions/invalid-logic-not-04.vert fail 1.10"
162 run_test "spec/glsl-1.10/compiler/expressions/invalid-logic-not-05.vert" 0.0 "bin/glslparsertest tests/spec/glsl-1.10/compiler/expressions/invalid-logic-not-05.vert fail 1.10
    [all...]
  /external/chromium-trace/catapult/telemetry/telemetry/page/
shared_page_state.py 44 This class contains all specific logic necessary to run a Chrome browser
64 # TODO(aiolos, nednguyen): Remove this logic of pulling out user_agent_type
138 # remove the tab checking logic and consider moving this to story_runner.
  /external/clang/lib/Frontend/
InitHeaderSearch.cpp 438 // NB: This code path is going away. All of the logic is moving into the
441 // exempted from this logic here until we can delete the entire pile of code.
444 break; // Everything else continues to use this routine's logic.
  /external/dng_sdk/source/
dng_camera_profile.h 205 // points for highlight recovery logic based on the white point. If
407 /// highlight recovery logic based on the white point. If cameras
416 /// highlight recovery logic based on the white point. If cameras
dng_pthread.cpp 343 DNG_ASSERT(insertion.second, "pthread emulation logic error");
643 DNG_ASSERT (result == WAIT_OBJECT_0, "pthread emulation logic error");
898 DNG_ASSERT (!real_rwlock.writer_active || real_rwlock.readers_active == 0, "dng_pthread_rwlock_t logic error")
  /external/google-tv-pairing-protocol/java/src/com/google/polo/pairing/
PairingSession.java 47 * Implements the logic of and holds state for a single occurrence of the
50 * This abstract class implements the logic common to both client and server
52 * protocol has the same logic regardless of client/server status
  /external/llvm/include/llvm/CodeGen/
FastISel.h 475 /// \brief Emit a constant in a register using target-specific logic, such as
479 /// \brief Emit an alloca address in a register using target-specific logic.
483 /// specific logic.
  /external/v8/src/ast/
ast.cc 261 // This logic that computes the number of slots needed for vector store
297 // This logic that computes the number of slots needed for vector store
551 // This logic that computes the number of slots needed for vector store
  /external/webrtc/talk/media/base/
videocapturer.cc 479 // TODO(fbarchard): Improve logic to pad or crop.
480 // MJPG can crop vertically, but not horizontally. This logic disables crop.
637 // TODO(fbarchard): Improve logic to use weighted factors.
  /frameworks/base/core/java/android/widget/
ZoomButtonsController.java 137 * logic that needs to know the size of the zoom which is determined after
138 * it's laid out. Therefore, we must post this logic onto the UI thread so
139 * it will be exceuted AFTER the layout. This is the logic.
  /frameworks/base/docs/html/guide/topics/location/
strategies.jd 235 <p>The logic of deciding when new fixes are no longer necessary might range from very simple to
251 You should include logic for choosing location fixes based on several criteria. The criteria also
262 <p>An elaborate example of this logic can look something like this:</p>
  /frameworks/base/docs/html/training/game-controllers/
compatibility.jd 191 <li>Create the logic for switching between these implementations at runtime,
579 <p>The version-specific switching logic is implemented in a class that acts as
595 {@link android.view.View}. Because of the version-switching logic you set
  /frameworks/support/v7/appcompat/tests/src/android/support/v7/widget/
ListPopupWindowTest.java 189 // The logic below uses Instrumentation to emulate a tap outside the bounds of the
304 // The logic below uses Instrumentation to emulate a swipe / drag gesture to bring up
397 * we can't add logic that is specific to a certain test (such as dismissing a non-modal

Completed in 1261 milliseconds

<<41424344454647484950>>