OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:profile
(Results
1751 - 1775
of
3371
) sorted by null
<<
71
72
73
74
75
76
77
78
79
80
>>
/hardware/qcom/media/mm-video/vidc/venc/test/
video_encoder_test.c
234
struct venc_profile
profile
;
local
286
ioctl_msg.inputparam = &
profile
;
288
profile
.
profile
= VEN_PROFILE_H264_BASELINE;
310
ioctl_msg.inputparam = &
profile
;
312
profile
.
profile
= VEN_PROFILE_H264_HIGH;
/prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.4.3/bin/
mipsel-linux-android-gcov
mipsel-linux-android-c++
mipsel-linux-android-cpp
mipsel-linux-android-g++
mipsel-linux-android-gcc
mipsel-linux-android-gcc-4.4.3
/prebuilts/gcc/linux-x86/x86/i686-android-linux-4.4.3/bin/
i686-android-linux-gcov
i686-android-linux-c++
i686-android-linux-cpp
i686-android-linux-g++
i686-android-linux-gcc
i686-android-linux-gcc-4.4.3
/external/chromium/chrome/browser/sync/glue/
session_model_associator.cc
12
#include "chrome/browser/profiles/
profile
.h"
812
if ((tab.
profile
() == sync_service_->
profile
() ||
813
sync_service_->
profile
() == NULL)) {
852
Profile
*
profile
= sync_service_->
profile
();
local
853
DCHECK(
profile
);
854
SessionService* sessions_service =
profile
->GetSessionService();
[
all
...]
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ProgramState.h
123
///
Profile
-
Profile
the contents of a ProgramState object for use in a
126
static void
Profile
(llvm::FoldingSetNodeID& ID, const ProgramState *V) {
127
V->Env.
Profile
(ID);
129
V->GDM.
Profile
(ID);
132
///
Profile
- Used to
profile
the contents of this object for inclusion
134
void
Profile
(llvm::FoldingSetNodeID& ID) const {
135
Profile
(ID, this);
/prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.4.3/mipsel-linux-android/bin/
c++
g++
gcc
/prebuilts/gcc/linux-x86/x86/i686-android-linux-4.4.3/i686-android-linux/bin/
c++
g++
gcc
/bionic/libc/kernel/common/linux/
msm_q6venc.h
182
unsigned int
profile
;
member in struct:venc_mpeg4_config
195
unsigned int
profile
;
member in struct:venc_h263_config
200
unsigned int
profile
;
member in struct:venc_h264_config
/dalvik/vm/
Dvm.mk
44
# "Debug"
profile
:
65
# "Performance"
profile
:
105
Profile
.cpp \
/external/bluetooth/hcidump/parser/
avdtp.c
141
return "MPEG-4 Visual Simple
Profile
";
143
return "H.263
profile
3";
145
return "H.263
profile
8";
/external/chromium/chrome/browser/autocomplete/
search_provider.h
31
class
Profile
;
47
SearchProvider(ACProviderListener* listener,
Profile
*
profile
);
Completed in 290 milliseconds
<<
71
72
73
74
75
76
77
78
79
80
>>