OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:associated
(Results
251 - 275
of
18534
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
random.h
34
/* Clear the entropy pool and
associated
counters. (Superuser only.) */
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
manifest-expected-completion18.txt
5
android:description : Descriptive text for the
associated
data. [reference]
7
android:logo : A Drawable resource providing an extended graphical logo for its
associated
item. [reference]
11
android:permission : Specify a permission that a client is required to have in order to use the
associated
object. [string]
13
android:process : Specify a specific process that the
associated
code is to run in. [string]
/system/tpm/attestation/server/
key_store.h
57
// Registers a key to be
associated
with |username|.
58
// The provided |label| will be
associated
with all registered objects.
71
// Registers a |certificate| that is not
associated
to a registered key. The
72
// certificate will be
associated
with |username|.
/frameworks/base/media/java/android/media/
MediaFormat.java
139
* The
associated
value is a string.
145
* or 639-2/T codes. The
associated
value is a string.
151
* The
associated
value is an integer
157
* The
associated
value is an integer
163
* The
associated
value is an integer
169
* The
associated
value is an integer
176
* The
associated
value is an integer
183
* The
associated
value is an integer
189
* The
associated
value is an integer
195
* The
associated
value is an intege
[
all
...]
/dalvik/dx/src/com/android/dx/cf/iface/
StdField.java
26
* all the
associated
data.
35
* @param attributes {@code non-null;} list of
associated
attributes
StdMethod.java
26
* all the
associated
data.
38
* @param attributes {@code non-null;} list of
associated
attributes
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/misc/
DoubleKeyMap.java
34
/** Get all values
associated
with primary key */
46
/** get all secondary keys
associated
with a primary key */
/external/apache-xml/src/main/java/org/apache/xalan/processor/
ProcessorImport.java
37
* Get the stylesheet type
associated
with an imported stylesheet
47
* Get the error number
associated
with this type of stylesheet importing itself
/external/icu/tools/srcgen/currysrc/src/main/java/com/google/currysrc/api/process/ast/
PackageMatcher.java
23
* Matches the package name
associated
with ASTNodes.
55
* Returns the package name of the compilation unit
associated
with the supplied node.
/external/libcap/doc/
cap_init.3
18
The capabilities
associated
with a file or process are never edited
23
to replace the capability state
associated
with the file or process.
/external/ltrace/
lens.h
44
/* Calls format callback
associated
with LENS. */
48
/* Calls destroy callback
associated
with LENS. */
/external/mesa3d/docs/
MESA_pixmap_colormap.spec
36
The colormap
associated
with a window can be queried with normal
37
Xlib functions but there is no colormap
associated
with pixmaps.
/external/slf4j/slf4j-ext/src/main/java/org/slf4j/profiler/
TimeInstrument.java
6
* a copy of this software and
associated
documentation files (the
72
* If the time instrument has an
associated
logger, then log information about
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/iface/debug/
LineNumber.java
36
* The line number
associated
with this code address. This value should be treated as an unsigned integer, with
39
* @return The line number
associated
with this code address.
/external/tpm2/
MakeCredential.c
45
// the Name of the key
associated
with handle.
51
// Make encrypt key and its
associated
secret structure.
/frameworks/base/core/java/android/webkit/
UrlInterceptHandler.java
37
* @param headers The headers
associated
with the request. May be null.
52
* @param headers The headers
associated
with the request. May be null.
/frameworks/base/core/java/com/google/android/util/
SmileyResources.java
33
* @param smileyResIds Resource IDs
associated
with the smileys.
46
* id is
associated
with it.
/frameworks/base/drm/java/android/drm/
ProcessedData.java
66
* Retrieves the account ID
associated
with this object.
75
* Returns the subscription ID
associated
with this object.
/frameworks/base/location/lib/java/com/android/location/provider/
FusedProvider.java
41
* Gets the Binder
associated
with the provider.
45
* @return The IBinder instance
associated
with the provider.
/frameworks/compile/libbcc/include/bcc/
Script.h
26
// This is the source
associated
with this object and is going to be
47
// Merge (or link) another source into the current source
associated
with
/frameworks/support/v13/java/android/support/v13/app/
ActivityCompat.java
31
* the access permissions for content URIs
associated
with the {@link android.view.DragEvent}.
34
* URIs. {@code null} if no content URIs are
associated
with the event or if permissions could
/libcore/ojluni/src/main/java/java/security/interfaces/
ECKey.java
38
* Returns the domain parameters
associated
42
* @return the
associated
domain parameters.
/packages/apps/Camera2/src/com/android/camera/async/
HandlerFactory.java
27
* @param lifetime The lifetime of the
associated
handler's thread.
46
* @param lifetime The lifetime of the
associated
handler's thread.
/prebuilts/go/darwin-x86/src/text/template/
template.go
51
// New allocates a new, undefined template
associated
with the given one and with the same
76
// Clone returns a duplicate of the template, including all
associated
78
//
associated
templates is, so further calls to Parse in the copy will add
93
// The
associated
templates share nt's common structure.
138
// Templates returns a slice of defined templates
associated
with t.
176
// Lookup returns the template with the given name that is
associated
with t.
186
//
associated
with the top-level template t. Parse may be called multiple times
209
// associate installs the new template into the group of templates
associated
/prebuilts/go/linux-x86/src/text/template/
template.go
51
// New allocates a new, undefined template
associated
with the given one and with the same
76
// Clone returns a duplicate of the template, including all
associated
78
//
associated
templates is, so further calls to Parse in the copy will add
93
// The
associated
templates share nt's common structure.
138
// Templates returns a slice of defined templates
associated
with t.
176
// Lookup returns the template with the given name that is
associated
with t.
186
//
associated
with the top-level template t. Parse may be called multiple times
209
// associate installs the new template into the group of templates
associated
Completed in 1118 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>