OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Profile
(Results
126 - 150
of
732
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/developers/samples/android/wearable/wear/WearMessagingApp/Wearable/src/main/java/com/example/android/wearable/wear/messaging/contacts/
ContactsListActivity.java
34
import com.example.android.wearable.wear.messaging.model.
Profile
;
162
private class FindContactsAsyncTask extends AsyncTask<Void, Void, List<
Profile
>> {
171
protected List<
Profile
> doInBackground(Void... params) {
176
protected void onPostExecute(List<
Profile
> contacts) {
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/hotshot/
stones.py
8
p = hotshot.
Profile
(logfile)
__init__.py
8
"use the '
profile
' module instead.", stacklevel=2)
10
class
Profile
:
20
if self.__class__ is
Profile
:
43
"""Add an arbitrary labelled value to the
profile
log."""
46
# These methods offer the same interface as the
profile
.
Profile
class,
50
"""
Profile
an exec-compatible string in the script
71
"""
Profile
a single call of a callable.
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_cprofile.py
11
profilerclass = cProfile.
Profile
/device/linaro/bootloader/edk2/BaseTools/Source/Python/GenFds/
CapsuleData.py
82
if self.FvName.upper() in GenFdsGlobalVariable.FdfParser.
Profile
.FvDict.keys():
83
FvObj = GenFdsGlobalVariable.FdfParser.
Profile
.FvDict.get(self.FvName.upper())
114
if self.FdName.upper() in GenFdsGlobalVariable.FdfParser.
Profile
.FdDict.keys():
115
FdObj = GenFdsGlobalVariable.FdfParser.
Profile
.FdDict.get(self.FdName.upper())
FfsFileStatement.py
80
if self.FvName.upper() not in GenFdsGlobalVariable.FdfParser.
Profile
.FvDict.keys():
82
Fv = GenFdsGlobalVariable.FdfParser.
Profile
.FvDict.get(self.FvName.upper())
87
if self.FdName.upper() not in GenFdsGlobalVariable.FdfParser.
Profile
.FdDict.keys():
89
Fd = GenFdsGlobalVariable.FdfParser.
Profile
.FdDict.get(self.FdName.upper())
/external/llvm/unittests/ADT/
FoldingSet.cpp
43
void
Profile
(FoldingSetNodeID &ID) const {
57
T.
Profile
(ID);
72
S.
Profile
(ID);
123
Finder.
Profile
(ID);
/external/python/cpython2/Lib/hotshot/
stones.py
8
p = hotshot.
Profile
(logfile)
__init__.py
8
"use the '
profile
' module instead.", stacklevel=2)
10
class
Profile
:
20
if self.__class__ is
Profile
:
43
"""Add an arbitrary labelled value to the
profile
log."""
46
# These methods offer the same interface as the
profile
.
Profile
class,
50
"""
Profile
an exec-compatible string in the script
71
"""
Profile
a single call of a callable.
/external/python/cpython2/Lib/test/
test_cprofile.py
11
profilerclass = cProfile.
Profile
/prebuilts/gdb/darwin-x86/lib/python2.7/hotshot/
stones.py
8
p = hotshot.
Profile
(logfile)
__init__.py
8
"use the '
profile
' module instead.", stacklevel=2)
10
class
Profile
:
20
if self.__class__ is
Profile
:
43
"""Add an arbitrary labelled value to the
profile
log."""
46
# These methods offer the same interface as the
profile
.
Profile
class,
50
"""
Profile
an exec-compatible string in the script
71
"""
Profile
a single call of a callable.
/prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_cprofile.py
11
profilerclass = cProfile.
Profile
/prebuilts/gdb/linux-x86/lib/python2.7/hotshot/
stones.py
8
p = hotshot.
Profile
(logfile)
__init__.py
8
"use the '
profile
' module instead.", stacklevel=2)
10
class
Profile
:
20
if self.__class__ is
Profile
:
43
"""Add an arbitrary labelled value to the
profile
log."""
46
# These methods offer the same interface as the
profile
.
Profile
class,
50
"""
Profile
an exec-compatible string in the script
71
"""
Profile
a single call of a callable.
/prebuilts/gdb/linux-x86/lib/python2.7/test/
test_cprofile.py
11
profilerclass = cProfile.
Profile
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/hotshot/
stones.py
8
p = hotshot.
Profile
(logfile)
__init__.py
8
"use the '
profile
' module instead.", stacklevel=2)
10
class
Profile
:
20
if self.__class__ is
Profile
:
43
"""Add an arbitrary labelled value to the
profile
log."""
46
# These methods offer the same interface as the
profile
.
Profile
class,
50
"""
Profile
an exec-compatible string in the script
71
"""
Profile
a single call of a callable.
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_cprofile.py
11
profilerclass = cProfile.
Profile
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/hotshot/
stones.py
8
p = hotshot.
Profile
(logfile)
__init__.py
8
"use the '
profile
' module instead.", stacklevel=2)
10
class
Profile
:
20
if self.__class__ is
Profile
:
43
"""Add an arbitrary labelled value to the
profile
log."""
46
# These methods offer the same interface as the
profile
.
Profile
class,
50
"""
Profile
an exec-compatible string in the script
71
"""
Profile
a single call of a callable.
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_cprofile.py
11
profilerclass = cProfile.
Profile
/packages/apps/Camera2/src/com/android/camera/stats/profiler/
ProfileBase.java
26
public abstract class ProfileBase implements
Profile
{
32
/** Create a new
profile
for a given name. */
38
public final
Profile
start() {
/packages/apps/Contacts/src/com/android/contacts/
NfcHandler.java
28
import android.provider.ContactsContract.
Profile
;
46
private static final String PROFILE_LOOKUP_KEY = "
profile
";
73
shareUri =
Profile
.CONTENT_VCARD_URI.buildUpon().
/developers/samples/android/wearable/wear/WearMessagingApp/Wearable/src/main/java/com/example/android/wearable/wear/messaging/chatlist/
ChatListActivity.java
32
import com.example.android.wearable.wear.messaging.model.
Profile
;
126
ArrayList<
Profile
> contacts =
157
final
Profile
mUser;
158
final List<
Profile
> mContacts;
160
CreateNewChatAsyncTask(Context context,
Profile
user, List<
Profile
> contacts) {
Completed in 1136 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>