OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:used
(Results
1976 - 2000
of
64207
) sorted by null
<<
71
72
73
74
75
76
77
78
79
80
>>
/bootable/recovery/minelf/
Retouch.h
36
// Mask retouching in-memory.
Used
before apply_patch[_check].
37
// Also
used
to determine status of retouching after a crash.
/cts/suite/pts/deviceTests/opengl/jni/reference/scene/flocking/
Boid.h
28
static const float MAX_FORCE = 0.05f;// Upper limit of the force
used
to push a boid.
29
static const float NEIGHBOUR_RADIUS = 70.0f;// Radius
used
to find neighbours, was 50.
/cts/tests/res/values/
resources_test.xml
17
<!-- The width that is
used
when creating thumbnails of applications. -->
19
<!-- The height that is
used
when creating thumbnails of applications. -->
/cts/tests/tests/calendarcommon/src/com/android/calendarcommon2/
RecurrenceSet.java
20
* Stub version of the RecurrenceSet class, containing a method
used
by
21
* the test to ensure the correct library is being
used
.
/dalvik/vm/mterp/common/
FindInterface.h
25
* This function
used
to be defined in mterp/c/header.c, but it is now
used
by
/dalvik/vm/mterp/cstubs/
entry.cpp
18
* This is only
used
for the "allstubs" variant.
47
(void) gDvmMterpHandlerNames; /* avoid gcc "defined but not
used
" */
/developers/samples/android/ui/actionbarcompat/Styled/Styled/src/main/res/drawable/
selectable_background.xml
19
This drawable is
used
as the main touch feedback drawable for the Action Bar. By default it is
20
used
as the action item button background, amongst other things.
/development/ndk/platforms/android-9/arch-mips/include/machine/
exec.h
100
#define EF_MIPS_NOREORDER 0x00000001 /* .noreorder was
used
*/
127
#define SHT_MIPS_LIBLIST 0x70000000 /* Shared objects
used
in link */
145
Elf32_Word gt_current_g_value; /* -G val
used
in compilation */
146
Elf32_Word gt_unused; /* Not
used
*/
149
Elf32_Word gt_g_value; /* If this val were
used
for -G */
150
Elf32_Word gt_bytes; /* This many bytes would be
used
*/
158
Elf32_Word ri_gprmask; /* General registers
used
*/
159
Elf32_Word ri_cprmask[4]; /* Coprocessor registers
used
*/
/development/ndk/sources/android/libportable/arch-mips/
jboffsets.h
5
* Normally the same layout is
used
for saving the registers in jmp_buf
6
* as that
used
in struct sigcontext. For portability all of the registers need
/development/samples/TicTacToeLib/
AndroidManifest.xml
21
<!-- The activity tag here is currently not
used
. The main project TicTacToeMain
22
must currently redefine the activities to be
used
from the libraries.
/development/samples/TicTacToeMain/
default.properties
22
# To customize properties
used
by the Ant build system use,
27
# Project target. This requires the tools from SDK Froyo (API 8) to be
used
.
/development/tools/apkcheck/src/com/android/apkcheck/
FieldInfo.java
40
* Returns the combined name and type. This value is
used
as a hash
50
* Normalize the type
used
in fields.
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/hoistedPredicates/
T.g
2
* which they are found and
used
in other decisions. This grammar illustrates
3
* how predicates can be
used
to distinguish between enum as a keyword and
/external/apache-xml/src/main/java/org/apache/xml/serializer/
ExtendedLexicalHandler.java
27
* This interface is intended to be
used
by a serializer.
33
* This method is
used
to notify of a comment
/external/apache-xml/src/main/java/org/apache/xml/utils/
StopParseException.java
24
* This is a special exception that is
used
to stop parsing when
26
* PIs, it is
used
to stop the parse once the document element is found.
/external/blktrace/doc/
blkrawverify.1
15
The \fIblkrawverify\fR utility can be
used
to verify data retrieved via
39
the documentation provided by the authors and it may be
used
, distributed and
/external/bluetooth/bluedroid/bta/include/
bta_fs_ci.h
103
** This function is
used
to control the TX data flow.
110
** evt -
Used
Internally by BTA -> MUST be same value passed
135
** evt -
Used
Internally by BTA -> MUST be same value passed
159
** evt -
Used
Internally by BTA -> MUST be same value passed
178
** evt -
Used
Internally by BTA -> MUST be same value passed
198
** evt -
Used
Internally by BTA -> MUST be same value passed
218
** evt -
Used
Internally by BTA -> MUST be same value passed
242
** evt -
Used
Internally by BTA -> MUST be same value passed
/external/bluetooth/bluedroid/stack/a2dp/
a2d_int.h
44
/* Control block
used
by A2D_FindService(). */
76
/*
Used
only for conformance testing */
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/isismtt/
ISISMTTObjectIdentifiers.java
34
* a third person. May also be
used
as extension in a certificate.
39
* Attribute to indicate admissions to certain professions. May be
used
as
46
* be
used
in new certificates in place of the extension/attribute
54
* A declaration of majority. May be
used
as attribute in attribute
72
* certificate and that is
used
as ?security anchor?.
82
*
used
as attribute in attribute certificate or as extension in a
147
*
Used
in
154
* this certificate. May be
used
as attribute in atribute certificate or as
/external/chromium/base/
base_paths.h
9
// This file declares path keys for the base module. These can be
used
with
35
// should not be
used
outside of test code.
foundation_utils_mac.h
18
// This function should only be
used
to convert a concrete CFTypeRef type to
34
// NSMakeCollectable returns nil when
used
on a NULL object.
/external/chromium/base/mac/
cocoa_protocols.h
15
// The Mac OS X 10.6 SDK introduced new protocols
used
for delegates. These
20
// definitions when
used
with earlier SDK versions.
/external/chromium/base/metrics/
nacl_histogram.h
9
// nacl_histogram information is
used
to compare how many times a native
21
NACL_MAX_HISTOGRAM // DO NOT USE --
used
by histogram for max bound.
/external/chromium/base/threading/
non_thread_safe.h
29
// NonThreadSafe is a helper class
used
to help verify that methods of a
33
// This is intended to be
used
with classes that appear to be thread safe, but
thread_checker.h
31
// ThreadChecker is a helper class
used
to help verify that some methods of a
37
// indicate how it can be
used
with threads.
Completed in 1581 milliseconds
<<
71
72
73
74
75
76
77
78
79
80
>>