/external/mesa3d/src/gallium/state_trackers/xorg/ |
D | xorg_xv.c | 663 XF86VideoAdaptorPtr adapt; in xorg_setup_textured_adapter() local 674 adapt = calloc(1, sizeof(XF86VideoAdaptorRec)); in xorg_setup_textured_adapter() 677 if (adapt == NULL || dev_unions == NULL || attrs == NULL) { in xorg_setup_textured_adapter() 678 free(adapt); in xorg_setup_textured_adapter() 684 adapt->type = XvWindowMask | XvInputMask | XvImageMask; in xorg_setup_textured_adapter() 685 adapt->flags = 0; in xorg_setup_textured_adapter() 686 adapt->name = "Gallium3D Textured Video"; in xorg_setup_textured_adapter() 687 adapt->nEncodings = 1; in xorg_setup_textured_adapter() 688 adapt->pEncodings = DummyEncoding; in xorg_setup_textured_adapter() 689 adapt->nFormats = NUM_FORMATS; in xorg_setup_textured_adapter() [all …]
|
/external/icu/icu4c/source/test/intltest/ |
D | punyref.c | 108 static punycode_uint adapt( in adapt() function 200 bias = adapt(delta, h + 1, h == b); in punycode_encode() 271 bias = adapt(i - oldi, out + 1, oldi == 0); in punycode_decode()
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/stringprep/ |
D | PunycodeReference.java | 119 private static int adapt(int delta, int numpoints, boolean firsttime ){ in adapt() method in PunycodeReference 207 bias = adapt(delta, h + 1, (h == b)); in encode() 353 bias = adapt(i - oldi, out + 1, (oldi == 0)); in decode()
|
/external/libopus/src/ |
D | analysis.c | 581 float adapt; in tonality_analysis() local 582 adapt = 1.f/(++tonal->music_confidence_count); in tonality_analysis() 584 tonal->music_confidence += adapt*MAX16(-.2f,frame_probs[0]-tonal->music_confidence); in tonality_analysis() 588 float adapt; in tonality_analysis() local 589 adapt = 1.f/(++tonal->speech_confidence_count); in tonality_analysis() 591 tonal->speech_confidence += adapt*MIN16(.2f,frame_probs[0]-tonal->speech_confidence); in tonality_analysis()
|
/external/clang/docs/analyzer/ |
D | index.rst | 3 You can adapt this file completely to your liking, but it should at least
|
/external/webrtc/src/modules/audio_processing/test/android/apmtest/ |
D | default.properties | 7 # "build.properties", and override values to adapt the script to your
|
/external/mesa3d/src/gallium/docs/source/ |
D | index.rst | 3 You can adapt this file completely to your liking, but it should at least
|
/external/zxing/qr_scanner/ |
D | project.properties | 7 # "ant.properties", and override values to adapt the script to your
|
/external/replicaisland/ |
D | default.properties | 7 # "build.properties", and override values to adapt the script to your
|
/external/slf4j/slf4j-android/ |
D | project.properties | 7 # "ant.properties", and override values to adapt the script to your
|
/external/skia/platform_tools/android/app/ |
D | project.properties | 7 # "ant.properties", and override values to adapt the script to your
|
/external/skia/platform_tools/android/examples/hello_skia_app/ |
D | project.properties | 7 # "ant.properties", and override values to adapt the script to your
|
/external/clang/docs/ |
D | index.rst | 3 You can adapt this file completely to your liking, but it should at least
|
/external/mesa3d/src/ |
D | SConscript | 16 # used. libgl-xlib and libgl-gdi adapt themselves to use the targets defined
|
/external/libdrm/freedreno/ |
D | README | 11 be mostly just changes in libdrm_freedreno to adapt the gallium
|
/external/iproute2/lib/ |
D | ll_types.c | 56 __PF(ADAPT,adapt) in ll_type_n2a()
|
/external/chromium-trace/trace-viewer/third_party/webapp2/docs/api/ |
D | webapp2.rst | 71 dispatch, adapt,
|
/external/proguard/examples/ |
D | proguardall.pro | 17 # You may have to adapt the paths below.
|
/external/androidplot/Examples/DemoApp/ |
D | project.properties | 35 # "ant.properties", and override values to adapt the script to your
|
/external/ceres-solver/docs/source/ |
D | index.rst | 3 You can adapt this file completely to your liking, but it should at least
|
/external/proguard/examples/gradle/ |
D | proguardall.gradle | 37 // You may have to adapt the paths below.
|
/external/llvm/docs/HistoricalNotes/ |
D | 2001-06-01-GCCOptimizations2.txt | 33 much less time consuming to adapt, say, SSA-PRE than to rewrite it.
|
/external/pdfium/third_party/bigint/ |
D | LICENSE | 38 (`sample.cc') is included; you can adapt it to replace the sample with your own
|
/external/chromium-trace/trace-viewer/third_party/webapp2/ |
D | webapp2.py | 1186 self.adapt = func.__get__(self, self.__class__) 1276 route.handler_adapter = self.adapt(handler) 1318 adapt = default_adapter variable in Router
|
/external/compiler-rt/lib/builtins/ |
D | fp_extend_impl.inc | 15 // formats; specifically, some work would be needed to adapt it to
|