OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:known
(Results
326 - 350
of
6634
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/libcore/luni/src/main/java/java/net/
UnknownHostException.java
39
* if
known
.
/libcore/luni/src/main/java/java/util/concurrent/
ThreadFactory.java
25
* to
known
values before returning it.
/libcore/luni/src/main/java/libcore/icu/
Transliterator.java
42
* Returns the ids of all
known
transliterators.
/ndk/sources/host-tools/make-3.81/tests/scripts/options/
general
25
# test it. I guess I could invoke make with a
known
-bad option to see
/ndk/sources/host-tools/sed-4.2.1/m4/
double-slash-root.m4
13
# short of a list of hosts. However, the only
known
hosts to date
/packages/apps/Calendar/src/com/android/calendar/
RecipientAdapter.java
30
* Set the account when
known
. Causes the search to prioritize contacts from
/packages/apps/Mms/src/com/android/mms/layout/
LayoutParameters.java
26
/* Parameters for
known
layouts */
/packages/apps/Stk/src/com/android/stk/
StkAppInstaller.java
48
// check that STK app package is
known
to the PackageManager
/packages/services/Telephony/src/com/android/phone/
CarrierLogo.java
36
// TODO: Load up sLogoMap with
known
carriers, like:
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
blkpg.h
13
* device numbers of all its
known
partitions)
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
blkpg.h
13
* device numbers of all its
known
partitions)
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
blkpg.h
13
* device numbers of all its
known
partitions)
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_types.py
6
These work for only the
known
names in the types module. The forms above
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_types.py
6
These work for only the
known
names in the types module. The forms above
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/
AdtManifestMergeCallback.java
28
* proper API level for
known
API codenames.
/external/chromium_org/device/nfc/
nfc_adapter.h
70
// Called when the NFC tag |tag| is no longer
known
by the adapter
85
// Called when the remote NFC adapter |peer| is no longer
known
by the
149
// Returns a list containing all
known
peers in |peer_list|. If |peer_list|
154
// Returns a list containing all
known
tags in |tag_list|. If |tag_list| was
160
// NULL if no such peer is
known
. If a non-NULL pointer is returned, the
165
// NULL if no such tag is
known
. If a non-NULL pointer is returned, the
172
// The default constructor does nothing. The destructor deletes all
known
/external/llvm/include/llvm/Analysis/
LibCallSemantics.h
55
/// records the behavior of one libcall that is
known
by the optimizer. This
71
/// any specific context knowledge. For example, if the function is
known
72
/// to be readonly, this would be set to 'ref'. If
known
to be readnone,
100
///
known
to never read or write errno. In this case, we'd have
109
/// locations. For example, if this libcall is
known
to only modify
117
/// If this pointer is null, no details are
known
.
124
/// Instances of this class return
known
information about some set of
/frameworks/base/services/java/com/android/server/pm/
KeySetManager.java
191
* If the package isn't
known
to us, throws an IllegalArgumentException.
192
* Returns null if the alias isn't
known
to us.
209
* Fetches all the
known
{@link KeySet KeySets} that signed the given
232
* If the {@link PublicKey PublicKeys} aren't
known
to the system, this
235
* If the KeySet isn't
known
to the system, this adds that and creates the
236
* mapping to the PublicKeys. If it is
known
, then it's deduped.
334
// Get the package's
known
keys and KeySets
345
// Now remove the keys and KeySets
known
to any other package
361
// The remaining keys and KeySets are not
known
to any other
371
// Now remove them from the KeySets
known
to each packag
[
all
...]
/external/skia/tools/tests/
skimage_self_test.py
102
"images-with-
known
-hashes",
105
"images-with-
known
-hashes")
130
# Generate an expectations file from
known
images.
132
"images-with-
known
-hashes")
160
# Again, skimage would succeed if there were
known
failures (and print
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
AdnRecordCache.java
145
sendErrorResponse(response, "EF is not
known
ADN-like EF:" + efid);
183
sendErrorResponse(response, "EF is not
known
ADN-like EF:" + efid);
242
* Responds with exception (in response) if efid is not a
known
ADN-like
287
// respond with error if not
known
ADN-like record
291
= new RuntimeException("EF is not
known
ADN-like EF:" + efid);
/frameworks/wilhelm/src/
classes.h
73
SLuint8 mNumChannels; // initially UNKNOWN_NUMCHANNELS, then const once it is
known
,
76
SLuint32 mSampleRateMilliHz;// initially UNKNOWN_SAMPLERATE, then const once it is
known
145
SLuint8 mNumChannels; // initially UNKNOWN_NUMCHANNELS, then const once it is
known
,
147
SLuint32 mSampleRateMilliHz;// initially UNKNOWN_SAMPLERATE, then const once it is
known
333
SLuint8 mNumChannels; // initially UNKNOWN_NUMCHANNELS, then const once it is
known
,
/libcore/luni/src/main/java/java/util/
ServiceLoader.java
28
* <p>A service provider is a factory for creating all
known
implementations of a particular
29
* class or interface {@code S}. The
known
implementations are read from a configuration file in
51
* #
Known
MyService providers.
65
* any heavily-used code will likely want to cache the
known
implementations itself and reuse them.
90
* Invalidates the cache of
known
service provider class names.
/packages/apps/Dialer/src/com/android/dialer/
PhoneCallDetailsHelper.java
98
// Get type of call (ie mobile, home, etc) if
known
, or the caller's
131
* For a call, if there is an associated contact for the caller, return the
known
call type
133
* location if
known
.
135
* @return Type of call (mobile/home) if
known
, or the location of the caller (if
known
).
/external/chromium_org/ui/gfx/codec/
png_codec_unittest.cc
265
// create an image with
known
values
293
// create an image with
known
values, a must be opaque because it will be
322
// Create an image with
known
values, alpha must be opaque because it will be
351
// create an image with
known
values
396
// create an image with
known
values
439
// create an image with
known
values
484
// create an image with
known
values
517
// create an image with
known
values
554
// create an image with
known
values
590
// create an image with
known
value
[
all
...]
/external/chromium/chrome/browser/sync/syncable/
model_type.cc
61
NOTREACHED() << "No
known
extension for model type.";
111
NOTREACHED() << "No
known
extension for model type.";
214
NOTREACHED() << "No
known
extension for model type.";
265
NOTREACHED() << "No
known
model type corresponding to "
340
NOTREACHED() << "No
known
extension for model type.";
397
LOG(ERROR) << "No
known
extension for model type.";
Completed in 1609 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>