OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:object_info
(Results
1 - 6
of
6
) sorted by null
/frameworks/base/media/jni/
android_mtp_MtpDevice.cpp
612
MtpObjectInfo*
object_info
= new MtpObjectInfo(-1);
local
613
object_info
->mStorageID = env->GetIntField(info, field_objectInfo_storageId);
614
object_info
->mFormat = env->GetIntField(info, field_objectInfo_format);
615
object_info
->mProtectionStatus = env->GetIntField(info, field_objectInfo_protectionStatus);
616
object_info
->mCompressedSize = env->GetIntField(info, field_objectInfo_compressedSize);
617
object_info
->mThumbFormat = env->GetIntField(info, field_objectInfo_thumbFormat);
618
object_info
->mThumbCompressedSize =
620
object_info
->mThumbPixWidth = env->GetIntField(info, field_objectInfo_thumbPixWidth);
621
object_info
->mThumbPixHeight = env->GetIntField(info, field_objectInfo_thumbPixHeight);
622
object_info
->mImagePixWidth = env->GetIntField(info, field_objectInfo_imagePixWidth)
[
all
...]
/external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/samples/storage_sample/
uploads_test.py
146
object_info
= self.__client.objects.Get(self.__GetRequest(filename))
147
self.assertEqual(size,
object_info
.size)
154
object_info
= self.__client.objects.Get(self.__GetRequest(filename))
155
self.assertEqual(size,
object_info
.size)
/external/v8/src/runtime/
runtime-observe.cc
154
CONVERT_ARG_HANDLE_CHECKED(JSObject,
object_info
, 0);
156
Handle<Context> context(
object_info
->GetCreationContext(), isolate);
/frameworks/base/media/tests/CameraBrowser/src/com/android/camerabrowser/
ObjectViewer.java
99
setContentView(R.layout.
object_info
);
/external/v8/src/profiler/
heap-snapshot-generator.cc
586
const HeapObjectInfo&
object_info
= heap_objects[i];
local
587
if (!
object_info
.IsValid()) {
595
object_info
.Print();
599
object_info
.Print();
[
all
...]
/external/v8/tools/
grokdump.py
[
all
...]
Completed in 717 milliseconds