HomeSort by relevance Sort by last modified time
    Searched full:checks (Results 151 - 175 of 7809) sorted by null

1 2 3 4 5 67 8 91011>>

  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/META-INF/
MANIFEST.MF 15 lint-checks.jar,
  /external/mockito/src/org/mockito/
Matchers.java 56 * The any family methods <b>*don't do any type checks*</b>, those are only here to avoid casting
57 * in your code. If you want to perform type checks use the {@link #isA(Class)} method.
58 * This <b>might</b> however change (type checks could be added) in a future major release.
112 * This method <b>*don't do any type checks*</b>, it is only there to avoid casting
113 * in your code. This might however change (type checks could be added) in a
127 * This method <b>*don't do any type checks*</b>, it is only there to avoid casting
128 * in your code. This might however change (type checks could be added) in a
142 * This method <b>*don't do any type checks*</b>, it is only there to avoid casting
143 * in your code. This might however change (type checks could be added) in a
157 * This method <b>*don't do any type checks*</b>, it is only there to avoid casting
    [all...]
  /device/lge/mako/camera/
configure.ac 12 # Checks for programs.
24 # Checks for typedefs, structures, and compiler characteristics.
  /external/chromium/chrome/browser/chromeos/login/
default_user_images.h 18 // Checks if given path is one of the default ones. If it is, returns true
25 // Checks if the given URL points to one of the default images. If it is,
  /external/chromium/chrome/browser/policy/
enterprise_install_attributes.h 36 // case it checks that the passed user agrees with the locked attribute.
39 // Checks whether this is an enterprise device.
  /external/chromium/chrome/browser/prefs/
pref_observer_mock.h 22 // Matcher that checks whether the current value of the preference named
24 // checks that the value is not set.
  /external/chromium_org/base/prefs/
mock_pref_change_callback.h 18 // Matcher that checks whether the current value of the preference named
20 // checks that the value is not set.
  /external/chromium_org/chrome/browser/chromeos/
camera_detector.h 27 // Checks asynchronously for camera device presence. Only one
36 // Checks for camera presence. Runs on a thread that allows I/O.
  /external/chromium_org/chrome/browser/extensions/
suggest_permission_util.h 30 // Checks that |extension| is not NULL and that it has |permission|. If not
38 // Checks that |extension| is not NULL and that it has |permission|. If not
  /external/chromium_org/chrome/browser/first_run/
upgrade_util.h 37 // Checks if chrome_new.exe is present in the current instance's install.
39 // Checks if the last modified time of chrome is newer than that of the current
  /external/chromium_org/chrome/browser/ui/web_applications/
web_app_ui.h 35 // Updates web app shortcut of the WebContents. This function checks and
37 // on MD5 hash of icon image. For shortcuts, it checks the desktop, start menu
  /external/chromium_org/net/disk_cache/
stress_support.h 12 // Uncomment this line to generate a debug build of stress_cache with checks
21 // Uncomment this line to perform extended integrity checks during init. It is
  /external/chromium_org/net/socket/
tcp_client_socket.cc 16 // Checks to see if the system supports TCP FastOpen. Notably, it requires
17 // kernel support. Additionally, this checks system configuration to ensure that
  /external/chromium_org/third_party/angle_dx11/src/compiler/
DetectDiscontinuity.h 18 // Checks whether a loop can run for a variable number of iterations
35 // Checks for intrinsic functions which compute gradients
  /external/clang/test/Analysis/
security-syntax-checks-no-emit.c 4 // This file complements 'security-syntax-checks.m', but tests that we omit
5 // specific checks on platforms where they don't make sense.
  /external/clang/test/CXX/class/class.mem/
p1b.cpp 1 // The first run checks that the correct errors are generated,
4 // The second run checks the order of inline method definitions:
  /external/llvm/test/Transforms/DeadArgElim/
keepalive.ll 9 ; This checks if the return value attributes are not removed
15 ; This checks if the struct doesn't get non-packed
  /external/qemu/distrib/sdl-1.2.15/docs/man3/
SDL_PeepEvents.3 3 SDL_PeepEvents \- Checks the event queue for messages and optionally returns them\&.
11 Checks the event queue for messages and optionally returns them\&.
  /packages/apps/Browser/src/com/android/browser/search/
SearchEngine.java 51 * Checks whether this search engine supports search suggestions.
61 * Checks whether this search engine should be sent zero char query.
  /external/chromium_org/chrome/browser/chromeos/drive/file_system/
get_file_for_saving_operation_unittest.cc 87 // Checks that the file is retrieved.
92 // Checks that it presents in cache and marked dirty.
103 // Write something to the cache and checks that the event is reported.
129 // Checks that the file is created and retrieved.
153 // Checks that an error is returned.
  /external/libmtp/
configure.ac 15 # Checks for programs.
59 # Checks for libraries.
66 # Checks for header files.
79 # Checks for typedefs, structures, and compiler characteristics.
86 # Checks for library functions.
  /libcore/libart/src/main/java/java/lang/reflect/
AccessibleObject.java 40 * a flag controlling access checks for these objects. By default, accessing a
41 * member (for example, setting a field or invoking a method) checks the
45 * checks are omitted. This allows privileged code, such as Java object
58 * If true, object is accessible, bypassing normal access checks
63 * Returns true if this object is accessible without access checks.
  /external/chromium_org/chrome/browser/sync/test/integration/
preferences_helper.h 73 // same value across all profiles. Also checks |verifier| if DisableVerifier()
78 // same value across all profiles. Also checks |verifier| if DisableVerifier()
83 // same value across all profiles. Also checks |verifier| if DisableVerifier()
88 // same value across all profiles. Also checks |verifier| if DisableVerifier()
93 // same value across all profiles. Also checks |verifier| if DisableVerifier()
98 // same value across all profiles. Also checks |verifier| if DisableVerifier()
103 // same value across all profiles. Also checks |verifier| if DisableVerifier()
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
SetAttributeFix.java 32 import com.android.tools.lint.checks.AccessibilityDetector;
33 import com.android.tools.lint.checks.InefficientWeightDetector;
34 import com.android.tools.lint.checks.ManifestOrderDetector;
35 import com.android.tools.lint.checks.MissingIdDetector;
36 import com.android.tools.lint.checks.SecurityDetector;
37 import com.android.tools.lint.checks.TextFieldDetector;
38 import com.android.tools.lint.checks.TranslationDetector;
  /external/openfst/src/test/
weight-tester.h 67 // Checks that the operations are closed.
71 // Checks that the operations are associative.
75 // Checks the identity elements.
88 // Checks that the operations commute.
93 // Checks Zero() is the annihilator.
106 // Checks distributivity.
169 // Checks reflexivity.
172 // Checks symmetry.
175 // Checks transitivity.

Completed in 3817 milliseconds

1 2 3 4 5 67 8 91011>>