OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ids
(Results
776 - 800
of
1475
) sorted by null
<<
31
32
33
34
35
36
37
38
39
40
>>
/packages/apps/Dialer/java/com/android/dialer/phonelookup/cp2/
Cp2DefaultDirectoryPhoneLookup.java
223
* Returns set of contact
ids
that correspond to {@code dialerPhoneNumbers} if the contact exists.
245
for (Set<Long>
ids
: listOfSets) {
246
contactIds.addAll(
ids
);
253
/** Gets all of the contact
ids
from PhoneLookupHistory. */
600
// is in our set of contact
IDs
we build above.
631
* 1. get all contact
ids
. if the id is unset, add the number to the list of contacts to look up.
632
* 2. reduce our list of contact
ids
to those that were updated after lastModified. 3. Now we have
[
all
...]
/packages/apps/SoundRecorder/src/com/android/soundrecorder/
SoundRecorder.java
555
final String[]
ids
= new String[] { MediaStore.Audio.Playlists._ID };
local
558
Cursor cursor = query(uri,
ids
, where, args, null);
/packages/apps/TV/src/com/android/tv/data/
ChannelDataManager.java
730
* columnValue}. The selective rows in the ID list {@code
ids
} will be updated. The DB
734
final String columnName, final int columnValue, final List<Long>
ids
) {
742
String selection = Utils.buildSelectionForIds(Channels._ID,
ids
);
/packages/experimental/LoaderApp/src/com/android/loaderapp/fragments/
ContactFragment.java
98
* A list of distinct contact
IDs
included in the current contact.
537
public ArrayList<Long>
ids
= new ArrayList<Long>();
field in class:ContactFragment.ViewEntry
617
// Keep track of all the
ids
that have been collapsed with this one.
618
ids
.add(entry.id);
/prebuilts/go/darwin-x86/src/cmd/trace/
pprof.go
52
// and returns the
ids
of goroutines of the matching type.
/prebuilts/go/darwin-x86/src/cmd/vendor/github.com/google/pprof/profile/
filter.go
157
// focusedAndNotIgnored looks up a slice of
ids
against a map of
/prebuilts/go/darwin-x86/src/go/ast/
resolve.go
97
// package global mapping of imported package
ids
to package objects
/prebuilts/go/linux-x86/src/cmd/trace/
pprof.go
52
// and returns the
ids
of goroutines of the matching type.
/prebuilts/go/linux-x86/src/cmd/vendor/github.com/google/pprof/profile/
filter.go
157
// focusedAndNotIgnored looks up a slice of
ids
against a map of
/prebuilts/go/linux-x86/src/go/ast/
resolve.go
97
// package global mapping of imported package
ids
to package objects
/prebuilts/misc/darwin-x86_64/sdl2/include/SDL2/
SDL_opengles2.h
[
all
...]
/prebuilts/misc/windows/sdl2/i686-w64-mingw32/include/SDL2/
SDL_opengles2.h
[
all
...]
/prebuilts/misc/windows/sdl2/include/
SDL_opengles2.h
[
all
...]
/prebuilts/misc/windows/sdl2/x86_64-w64-mingw32/include/SDL2/
SDL_opengles2.h
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/sepolgen/
refparser.py
313
def expand(
ids
, s):
314
for id in
ids
:
/prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-cloudwatchmetrics/1.11.18/
aws-java-sdk-cloudwatchmetrics-1.11.18.jar
/prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-events/1.11.18/
aws-java-sdk-events-1.11.18.jar
/prebuilts/tools/common/offline-m2/com/android/databinding/localizemaven/1.1/
localizemaven-1.1.jar
/prebuilts/tools/common/offline-m2/com/android/databinding/localizemaven/1.2/
localizemaven-1.2.jar
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
BaseLayoutRule.java
162
@NonNull List<String>
ids
) {
169
ids
.add(name);
325
* Collect all the "android:id"
IDs
from the dropped elements. When moving
328
* createNewIds to true to find the existing
IDs
under targetNode and create
329
* a map with new non-conflicting unique
IDs
as needed. Returns a map String
339
// Need to remap
ids
if necessary
348
* fqcn is the FQCN of the element (in case we want to generate new
IDs
372
* Used by #getDropIdMap to find new
IDs
in case of conflict.
376
// Visit the document to get a list of existing
ids
426
* Used by #getDropIdMap to find existing
IDs
recursively
[
all
...]
/system/extras/simpleperf/
event_selection_set.cpp
253
attr_id.
ids
.push_back(fd->Id());
256
attr_id.
ids
.push_back(selection.inplace_samplers[0]->Id());
/external/mesa3d/include/GL/
glcorearb.h
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/GL/
glcorearb.h
[
all
...]
/prebuilts/misc/common/nimbus-jose-jwt/
nimbus-jose-jwt-4.33.jar
/external/libxml2/
valid.c
[
all
...]
Completed in 755 milliseconds
<<
31
32
33
34
35
36
37
38
39
40
>>