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

<<41424344454647484950>>

  /sdk/testapps/basicProjectWithAidl/
project.properties 6 # To customize properties used by the Ant build system use,
  /sdk/testapps/customViewTest/libWithCustomView/
project.properties 6 # To customize properties used by the Ant build system use,
  /sdk/testapps/jarCheckTests1/lib1/
project.properties 6 # To customize properties used by the Ant build system use,
  /sdk/testapps/jarCheckTests1/lib2/
project.properties 6 # To customize properties used by the Ant build system use,
  /sdk/testapps/jarCheckTests2/lib1/
project.properties 6 # To customize properties used by the Ant build system use,
  /sdk/testapps/jarCheckTests2/lib2/
project.properties 6 # To customize properties used by the Ant build system use,
  /sdk/testapps/jarCheckTests3/lib1/
project.properties 6 # To customize properties used by the Ant build system use,
  /sdk/testapps/jarCheckTests3/lib2/
project.properties 6 # To customize properties used by the Ant build system use,
  /system/core/include/system/
audio_policy.h 33 /* device categories used for audio_policy->set_force_use() */
54 /* usages used for audio_policy->set_force_use() */
66 /* device connection states used for audio_policy->set_device_connection_state()
77 /* Used to generate a tone to notify the user of a
  /system/core/sh/
syntax.c 16 /* syntax table used when not in quotes */
37 /* syntax table used when in double quotes */
58 /* syntax table used when in single quotes */
75 /* syntax table used when in arithmetic */
  /dalvik/dx/src/com/android/dx/io/
IndexType.java 23 /** "Unknown." Used for undefined opcodes. */
26 /** no index used */
29 /** "It depends." Used for {@code throw-verification-error}. */
  /dalvik/vm/native/
README.txt 8 All functions here either complete quickly or are used to enter a wait
21 JNI performance be deemed insufficient. The Bridge version is used as
23 not be used as we may drop support for it at some point.
  /external/antlr/antlr-3.4/runtime/Python/antlr3/
__init__.py 15 Here is a little overview over the most commonly used classes provided by
33 ANTLR3 application. It is used as the input for a Lexer.
45 - CommonTokenStream: A basic and most commonly used TokenStream
52 - tree.CommonTreeNodeStream: A basic and most commonly used tree.TreeNodeStream
63 - CommonToken: A basic and most commonly used Token implementation.
64 - ClassicToken: A Token object as used in ANTLR 2.x, used to %tree
69 - tree.CommonTree: A basic and most commonly used Tree implementation.
71 A tree.TreeAdaptor is used by the parser to create tree.Tree objects for the
74 - tree.CommonTreeAdaptor: A basic and most commonly used tree.TreeAdapto
    [all...]
  /external/bison/m4/
ldexp.m4 12 AC_CACHE_CHECK([whether ldexp() can be used with libm],
36 dnl Test whether ldexp() can be used without linking with libm.
40 AC_CACHE_CHECK([whether ldexp() can be used without linking with libm],
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
WTauNafPreCompInfo.java 10 * Array holding the precomputed <code>ECPoint.F2m</code>s used for the
20 * used for the WTNAF multiplication in <code>
31 * used for the WTNAF multiplication in <code>
  /external/chromium/base/memory/
scoped_native_library_unittest.cc 19 // becomes zero, i.e. this function pointer is still valid if the DLL used
20 // in this test is also used by another part of this executable.
21 // So, this test uses "ddraw.dll", which is not used by Chrome at all but
  /external/chromium/base/threading/
thread_collision_warner.h 14 // A helper class alongside macros to be used to verify assumptions about thread
21 // used, it checks that if a thread is inside the push/pop then
40 // has to be used, it checks that if a thread is inside the push/pop
103 // Defines a class member that acts like a mutex. It is used only as a
107 // Asserts the call is never called simultaneously in two threads. Used at
111 // Asserts the call is never called simultaneously in two threads. Used at
132 // used. During the unit tests is used another class that doesn't "DCHECK"
156 // This class is meant to be used through the macro
159 // because the critical section being pinned is allowed to be used onl
    [all...]
  /external/chromium/chrome/browser/net/
preconnect.h 19 // |count| may be used to request more than one connection be established in
25 // Try to preconnect. Typically used by predictor when a subresource probably
26 // needs a connection. |count| may be used to request more than one connection
  /external/chromium/chrome/browser/password_manager/
password_form_data.h 12 // Struct used for creation of PasswordForms from static arrays of data.
13 // Note: This is only meant to be used in unit test.
44 // This gmock matcher is used to check that the |arg| contains exactly the same
  /external/chromium/chrome/browser/ui/cocoa/applescript/
element_applescript.h 14 // Used by the applescript runtime to identify each unique scriptable object.
16 // Used by object specifier to find a scriptable object's place in a
28 // An object specifier is used to identify objects within a
  /external/chromium/chrome/browser/ui/
view_ids.h 31 // ID for any tab. Currently only used on views.
52 // Used for bookmarks/folders on the bookmark bar.
81 // Used in chrome/browser/ui/gtk/view_id_util_browsertests.cc
  /external/chromium/net/socket/
client_socket_factory.h 26 // An interface used to instantiate ClientSocket objects. Used to facilitate
55 // Clears cache used for SSL session resumption.
  /external/chromium/net/url_request/
url_request_throttler_entry.h 24 // is used when receiving 5XX server errors or malformed response bodies.
27 // Secondly, a sliding window is used to count recent requests to a given
30 // would be. This is never used to deny requests at the network level.
66 // Value for exponential throttling header that can be used to opt out of
75 // It is only used by unit tests.
84 // Used by the manager, returns true if the entry needs to be garbage
112 // Used internally to increase release time following a retry-after header.
115 // Used internally to handle the opt-out header.
119 // Retrieves the back-off entry object we're using. Used to enable a
124 // Used by tests
    [all...]
  /external/chromium_org/ash/system/chromeos/network/
network_connect.h 24 // |owning_window| is used to parent any UI on failure (e.g. for certificate
25 // enrollment). If NULL, the default window will be used.
40 // Shill properties. The profile used is determined by |shared|.
  /external/chromium_org/base/
base_paths.h 8 // This file declares path keys for the base module. These can be used with
41 // should not be used outside of test code.
44 DIR_TEST_DATA, // Used only for testing.

Completed in 1489 milliseconds

<<41424344454647484950>>