HomeSort by relevance Sort by last modified time
    Searched full:doc (Results 1 - 25 of 9017) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/tcmalloc/vendor/packages/deb/
libgperftools0.manpages 0 doc/pprof.1
docs 8 doc/cpuprofile.html
9 doc/cpuprofile-fileformat.html
10 doc/designstyle.css
11 doc/heap-example1.png
12 doc/heap_checker.html
13 doc/heapprofile.html
14 doc/index.html
15 doc/overview.gif
16 doc/pageheap.gif
17 doc/pprof-test-big.gi
    [all...]
  /external/cmockery/cmockery_0_1_2/packages/deb/
docs 7 doc/index.html
  /external/chromium_org/third_party/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
SkPdfImageDictionary_autogen.h 26 SkString Type(SkPdfNativeDoc* doc);
28 SkString Subtype(SkPdfNativeDoc* doc);
30 int64_t Width(SkPdfNativeDoc* doc);
32 int64_t Height(SkPdfNativeDoc* doc);
35 bool isColorSpaceAName(SkPdfNativeDoc* doc);
36 SkString getColorSpaceAsName(SkPdfNativeDoc* doc);
38 bool isColorSpaceAArray(SkPdfNativeDoc* doc);
39 SkPdfArray* getColorSpaceAsArray(SkPdfNativeDoc* doc);
41 int64_t BitsPerComponent(SkPdfNativeDoc* doc);
43 SkString Intent(SkPdfNativeDoc* doc);
    [all...]
SkPdfThreadActionDictionary_autogen.cpp 11 SkString SkPdfThreadActionDictionary::S(SkPdfNativeDoc* doc) {
13 if (doc) {ret = doc->resolveReference(ret);}
14 if ((ret != NULL && ret->isName()) || (doc == NULL && ret != NULL && ret->isReference())) return ret->nameValue2();
23 SkPdfFileSpec SkPdfThreadActionDictionary::F(SkPdfNativeDoc* doc) {
25 if (doc) {ret = doc->resolveReference(ret);}
26 if ((ret != NULL && false) || (doc == NULL && ret != NULL && ret->isReference())) return ret->fileSpecValue();
35 bool SkPdfThreadActionDictionary::isDADictionary(SkPdfNativeDoc* doc) {
37 if (doc) {ret = doc->resolveReference(ret);
    [all...]
SkPdfAppearanceDictionary_autogen.cpp 11 bool SkPdfAppearanceDictionary::isNAStream(SkPdfNativeDoc* doc) {
13 if (doc) {ret = doc->resolveReference(ret);}
17 SkPdfStream* SkPdfAppearanceDictionary::getNAsStream(SkPdfNativeDoc* doc) {
19 if (doc) {ret = doc->resolveReference(ret);}
20 if ((ret != NULL && ret->hasStream()) || (doc == NULL && ret != NULL && ret->isReference())) return ret->getStream();
25 bool SkPdfAppearanceDictionary::isNADictionary(SkPdfNativeDoc* doc) {
27 if (doc) {ret = doc->resolveReference(ret);
    [all...]
SkPdfStreamCommonDictionary_autogen.cpp 11 int64_t SkPdfStreamCommonDictionary::Length(SkPdfNativeDoc* doc) {
13 if (doc) {ret = doc->resolveReference(ret);}
14 if ((ret != NULL && ret->isInteger()) || (doc == NULL && ret != NULL && ret->isReference())) return ret->intValue();
23 bool SkPdfStreamCommonDictionary::isFilterAName(SkPdfNativeDoc* doc) {
25 if (doc) {ret = doc->resolveReference(ret);}
29 SkString SkPdfStreamCommonDictionary::getFilterAsName(SkPdfNativeDoc* doc) {
31 if (doc) {ret = doc->resolveReference(ret);
    [all...]
SkPdfNameDictionary_autogen.cpp 11 bool SkPdfNameDictionary::isDestsAName(SkPdfNativeDoc* doc) {
13 if (doc) {ret = doc->resolveReference(ret);}
17 SkString SkPdfNameDictionary::getDestsAsName(SkPdfNativeDoc* doc) {
19 if (doc) {ret = doc->resolveReference(ret);}
20 if ((ret != NULL && ret->isName()) || (doc == NULL && ret != NULL && ret->isReference())) return ret->nameValue2();
25 bool SkPdfNameDictionary::isDestsATree(SkPdfNativeDoc* doc) {
27 if (doc) {ret = doc->resolveReference(ret);
    [all...]
SkPdfCMapDictionary_autogen.cpp 11 SkString SkPdfCMapDictionary::Type(SkPdfNativeDoc* doc) {
13 if (doc) {ret = doc->resolveReference(ret);}
14 if ((ret != NULL && ret->isName()) || (doc == NULL && ret != NULL && ret->isReference())) return ret->nameValue2();
23 SkString SkPdfCMapDictionary::CMapName(SkPdfNativeDoc* doc) {
25 if (doc) {ret = doc->resolveReference(ret);}
26 if ((ret != NULL && ret->isName()) || (doc == NULL && ret != NULL && ret->isReference())) return ret->nameValue2();
35 bool SkPdfCMapDictionary::isCIDSystemInfoADictionary(SkPdfNativeDoc* doc) {
37 if (doc) {ret = doc->resolveReference(ret);
    [all...]
SkPdfType5HalftoneDictionary_autogen.cpp 11 SkString SkPdfType5HalftoneDictionary::Type(SkPdfNativeDoc* doc) {
13 if (doc) {ret = doc->resolveReference(ret);}
14 if ((ret != NULL && ret->isName()) || (doc == NULL && ret != NULL && ret->isReference())) return ret->nameValue2();
23 double SkPdfType5HalftoneDictionary::HalftoneType(SkPdfNativeDoc* doc) {
25 if (doc) {ret = doc->resolveReference(ret);}
26 if ((ret != NULL && ret->isNumber()) || (doc == NULL && ret != NULL && ret->isReference())) return ret->numberValue();
35 SkString SkPdfType5HalftoneDictionary::HalftoneName(SkPdfNativeDoc* doc) {
37 if (doc) {ret = doc->resolveReference(ret);
    [all...]
  /external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
SkPdfImageDictionary_autogen.h 26 SkString Type(SkPdfNativeDoc* doc);
28 SkString Subtype(SkPdfNativeDoc* doc);
30 int64_t Width(SkPdfNativeDoc* doc);
32 int64_t Height(SkPdfNativeDoc* doc);
35 bool isColorSpaceAName(SkPdfNativeDoc* doc);
36 SkString getColorSpaceAsName(SkPdfNativeDoc* doc);
38 bool isColorSpaceAArray(SkPdfNativeDoc* doc);
39 SkPdfArray* getColorSpaceAsArray(SkPdfNativeDoc* doc);
41 int64_t BitsPerComponent(SkPdfNativeDoc* doc);
43 SkString Intent(SkPdfNativeDoc* doc);
    [all...]
SkPdfThreadActionDictionary_autogen.cpp 11 SkString SkPdfThreadActionDictionary::S(SkPdfNativeDoc* doc) {
13 if (doc) {ret = doc->resolveReference(ret);}
14 if ((ret != NULL && ret->isName()) || (doc == NULL && ret != NULL && ret->isReference())) return ret->nameValue2();
23 SkPdfFileSpec SkPdfThreadActionDictionary::F(SkPdfNativeDoc* doc) {
25 if (doc) {ret = doc->resolveReference(ret);}
26 if ((ret != NULL && false) || (doc == NULL && ret != NULL && ret->isReference())) return ret->fileSpecValue();
35 bool SkPdfThreadActionDictionary::isDADictionary(SkPdfNativeDoc* doc) {
37 if (doc) {ret = doc->resolveReference(ret);
    [all...]
SkPdfAppearanceDictionary_autogen.cpp 11 bool SkPdfAppearanceDictionary::isNAStream(SkPdfNativeDoc* doc) {
13 if (doc) {ret = doc->resolveReference(ret);}
17 SkPdfStream* SkPdfAppearanceDictionary::getNAsStream(SkPdfNativeDoc* doc) {
19 if (doc) {ret = doc->resolveReference(ret);}
20 if ((ret != NULL && ret->hasStream()) || (doc == NULL && ret != NULL && ret->isReference())) return ret->getStream();
25 bool SkPdfAppearanceDictionary::isNADictionary(SkPdfNativeDoc* doc) {
27 if (doc) {ret = doc->resolveReference(ret);
    [all...]
SkPdfStreamCommonDictionary_autogen.cpp 11 int64_t SkPdfStreamCommonDictionary::Length(SkPdfNativeDoc* doc) {
13 if (doc) {ret = doc->resolveReference(ret);}
14 if ((ret != NULL && ret->isInteger()) || (doc == NULL && ret != NULL && ret->isReference())) return ret->intValue();
23 bool SkPdfStreamCommonDictionary::isFilterAName(SkPdfNativeDoc* doc) {
25 if (doc) {ret = doc->resolveReference(ret);}
29 SkString SkPdfStreamCommonDictionary::getFilterAsName(SkPdfNativeDoc* doc) {
31 if (doc) {ret = doc->resolveReference(ret);
    [all...]
SkPdfNameDictionary_autogen.cpp 11 bool SkPdfNameDictionary::isDestsAName(SkPdfNativeDoc* doc) {
13 if (doc) {ret = doc->resolveReference(ret);}
17 SkString SkPdfNameDictionary::getDestsAsName(SkPdfNativeDoc* doc) {
19 if (doc) {ret = doc->resolveReference(ret);}
20 if ((ret != NULL && ret->isName()) || (doc == NULL && ret != NULL && ret->isReference())) return ret->nameValue2();
25 bool SkPdfNameDictionary::isDestsATree(SkPdfNativeDoc* doc) {
27 if (doc) {ret = doc->resolveReference(ret);
    [all...]
SkPdfCMapDictionary_autogen.cpp 11 SkString SkPdfCMapDictionary::Type(SkPdfNativeDoc* doc) {
13 if (doc) {ret = doc->resolveReference(ret);}
14 if ((ret != NULL && ret->isName()) || (doc == NULL && ret != NULL && ret->isReference())) return ret->nameValue2();
23 SkString SkPdfCMapDictionary::CMapName(SkPdfNativeDoc* doc) {
25 if (doc) {ret = doc->resolveReference(ret);}
26 if ((ret != NULL && ret->isName()) || (doc == NULL && ret != NULL && ret->isReference())) return ret->nameValue2();
35 bool SkPdfCMapDictionary::isCIDSystemInfoADictionary(SkPdfNativeDoc* doc) {
37 if (doc) {ret = doc->resolveReference(ret);
    [all...]
  /frameworks/base/docs/html/sdk/api_diff/6/
missingSinces.txt 1 NO DOC BLOCK: android.os.Build.VERSION_CODES Field ECLAIR_0_1
2 NO DOC BLOCK: android.R.attr Field quickContactBadgeStyleSmallWindowLarge
3 NO DOC BLOCK: android.R.attr Field quickContactBadgeStyleSmallWindowMedium
4 NO DOC BLOCK: android.R.attr Field quickContactBadgeStyleSmallWindowSmall
5 NO DOC BLOCK: android.R.attr Field quickContactBadgeStyleWindowLarge
6 NO DOC BLOCK: android.R.attr Field quickContactBadgeStyleWindowMedium
7 NO DOC BLOCK: android.R.attr Field quickContactBadgeStyleWindowSmall
  /frameworks/base/docs/html/sdk/api_diff/4/
missingSinces.txt 1 NO DOC BLOCK: android.graphics.drawable.Animatable Interface
2 NO DOC BLOCK: android.view.animation.AnticipateInterpolator Class
3 NO DOC BLOCK: android.view.animation.AnticipateOvershootInterpolator Class
4 NO DOC BLOCK: android.view.animation.BounceInterpolator Class
5 NO DOC BLOCK: android.os.Build.VERSION_CODES Class
6 NO DOC BLOCK: android.opengl.GLES10 Class
7 NO DOC BLOCK: android.opengl.GLES10Ext Class
8 NO DOC BLOCK: android.opengl.GLES11 Class
9 NO DOC BLOCK: android.opengl.GLES11Ext Class
10 NO DOC BLOCK: android.content.IntentSender Clas
    [all...]
  /frameworks/base/docs/html/sdk/api_diff/5/
missingSinces.txt 1 NO DOC BLOCK: java.util.concurrent.locks.AbstractOwnableSynchronizer Class
2 NO DOC BLOCK: android.content.AbstractThreadedSyncAdapter Class
3 NO DOC BLOCK: android.provider.ContactsContract Class
4 NO DOC BLOCK: android.provider.ContactsContract.AggregationExceptions Class
5 NO DOC BLOCK: android.provider.ContactsContract.BaseSyncColumns Interface
6 NO DOC BLOCK: android.provider.ContactsContract.CommonDataKinds Class
7 NO DOC BLOCK: android.provider.ContactsContract.CommonDataKinds.BaseTypes Interface
8 NO DOC BLOCK: android.provider.ContactsContract.CommonDataKinds.CommonColumns Interface
9 NO DOC BLOCK: android.provider.ContactsContract.CommonDataKinds.Email Class
10 NO DOC BLOCK: android.provider.ContactsContract.CommonDataKinds.Event Clas
    [all...]
  /frameworks/base/docs/html/sdk/api_diff/12/
missingSinces.txt 1 NO DOC BLOCK: android.app.FragmentBreadCrumbs.OnBreadCrumbClickListener Interface
2 NO DOC BLOCK: android.util.LruCache Class
3 NO DOC BLOCK: android.view.View.OnAttachStateChangeListener Interface
4 NO DOC BLOCK: android.view.View.OnGenericMotionListener Interface
5 NO DOC BLOCK: android.view.ViewPropertyAnimator Class
6 NO DOC BLOCK: android.drm.DrmErrorEvent Constructor (int, int, java.lang.String, java.util.HashMap<java.lang.String, java.lang.Object>)
7 NO DOC BLOCK: android.drm.DrmEvent Constructor (int, int, java.lang.String, java.util.HashMap<java.lang.String, java.lang.Object>)
8 NO DOC BLOCK: android.drm.DrmInfoEvent Constructor (int, int, java.lang.String, java.util.HashMap<java.lang.String, java.lang.Object>)
9 NO DOC BLOCK: android.view.MotionEvent.PointerCoords Constructor (android.view.MotionEvent.PointerCoords)
10 NO DOC BLOCK: android.app.DownloadManager Method addCompletedDownload(java.lang.String, java.lang.String, (…)
    [all...]
  /frameworks/base/docs/html/sdk/api_diff/17/
missingSinces.txt 1 NO DOC BLOCK: android.util.AtomicFile Class
2 NO DOC BLOCK: android.widget.AutoCompleteTextView.OnDismissListener Interface
3 NO DOC BLOCK: android.telephony.CellIdentityCdma Class
4 NO DOC BLOCK: android.telephony.CellIdentityGsm Class
5 NO DOC BLOCK: android.telephony.CellIdentityLte Class
6 NO DOC BLOCK: android.telephony.CellInfo Class
7 NO DOC BLOCK: android.telephony.CellInfoCdma Class
8 NO DOC BLOCK: android.telephony.CellInfoGsm Class
9 NO DOC BLOCK: android.telephony.CellInfoLte Class
10 NO DOC BLOCK: android.telephony.CellSignalStrength Clas
    [all...]
  /frameworks/base/docs/html/sdk/api_diff/20/
missingSinces.txt 1 NO DOC BLOCK: android.app.Notification.Action.Builder Class
2 NO DOC BLOCK: android.app.Notification.Action.Extender Interface
3 NO DOC BLOCK: android.app.Notification.Action.WearableExtender Class
4 NO DOC BLOCK: android.app.Notification.Extender Interface
5 NO DOC BLOCK: android.app.Notification.WearableExtender Class
6 NO DOC BLOCK: android.app.RemoteInput Class
7 NO DOC BLOCK: android.app.RemoteInput.Builder Class
8 NO DOC BLOCK: android.renderscript.ScriptIntrinsicResize Class
9 NO DOC BLOCK: android.view.View.OnApplyWindowInsetsListener Interface
10 NO DOC BLOCK: android.view.WindowInsets Clas
    [all...]
  /frameworks/base/docs/html/sdk/api_diff/8/
missingSinces.txt 1 NO DOC BLOCK: android.net.http.AndroidHttpClient Class
2 NO DOC BLOCK: android.media.AudioManager.OnAudioFocusChangeListener Interface
3 NO DOC BLOCK: android.util.Base64 Class
4 NO DOC BLOCK: android.util.Base64InputStream Class
5 NO DOC BLOCK: android.util.Base64OutputStream Class
6 NO DOC BLOCK: android.media.CamcorderProfile Class
7 NO DOC BLOCK: android.hardware.Camera.OnZoomChangeListener Interface
8 NO DOC BLOCK: android.media.CameraProfile Class
9 NO DOC BLOCK: android.webkit.ConsoleMessage Class
10 NO DOC BLOCK: android.webkit.ConsoleMessage.MessageLevel Clas
    [all...]
  /external/e2fsprogs/debian/attic/libs/
e2fslibsg.files 3 usr/doc/e2fslibsg/*
  /frameworks/base/docs/html/sdk/api_diff/preview-21/
missingSinces.txt 1 NO DOC BLOCK: android.bluetooth.le.AdvertiseData Class
2 NO DOC BLOCK: android.bluetooth.le.AdvertiseData.Builder Class
3 NO DOC BLOCK: android.app.AlarmManager.AlarmClockInfo Class
4 NO DOC BLOCK: android.service.voice.AlwaysOnHotwordDetector Class
5 NO DOC BLOCK: android.service.voice.AlwaysOnHotwordDetector.Callback Class
6 NO DOC BLOCK: android.service.voice.AlwaysOnHotwordDetector.EventPayload Class
7 NO DOC BLOCK: android.graphics.drawable.AnimatedVectorDrawable Class
8 NO DOC BLOCK: android.transition.ArcMotion Class
9 NO DOC BLOCK: android.media.AudioAttributes Class
10 NO DOC BLOCK: android.media.AudioAttributes.Builder Clas
    [all...]

Completed in 1751 milliseconds

1 2 3 4 5 6 7 8 91011>>