OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:besttype
(Results
1 - 7
of
7
) sorted by null
/external/chromium/chrome/browser/ui/cocoa/
url_drop_target.mm
66
NSString*
bestType
= [pboard availableTypeFromArray:supportedTypes];
80
} else if (NSString* text = [pboard stringForType:
bestType
]) {
97
NSString *
bestType
= [pboard availableTypeFromArray:supportedTypes];
98
if (![pboard containsURLData] && ![pboard stringForType:
bestType
])
/external/quake/quake/src/QW/client/
gl_mesh.c
203
int len, bestlen,
besttype
;
local
213
besttype
= 0;
233
besttype
= type;
247
if (
besttype
== 1)
/external/quake/quake/src/WinQuake/
gl_mesh.cpp
209
int len, bestlen,
besttype
;
local
231
besttype
= 0;
243
besttype
= type;
257
if (
besttype
== 1)
/frameworks/av/media/libstagefright/wifi-display/
VideoFormats.cpp
371
size_t
bestType
= 0;
400
bestType
= i;
412
*chosenType = (ResolutionType)
bestType
;
/packages/apps/Contacts/src/com/android/contacts/model/
RawContactModifier.java
352
EditType
bestType
= getBestValidType(state, kind, false, Integer.MIN_VALUE);
353
if (
bestType
== null) {
355
bestType
= getBestValidType(state, kind, true, Integer.MIN_VALUE);
357
return insertChild(state, kind,
bestType
);
[
all
...]
/external/clang/lib/Sema/
SemaDecl.cpp
[
all
...]
/external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp
[
all
...]
Completed in 354 milliseconds