/third_party/python/Lib/test/ |
H A D | test_posix.py | 758 # This part of the test only runs when run as root. 1961 self.mac_ver = tuple(int(part) for part in platform.mac_ver()[0].split("."))
|
/third_party/vk-gl-cts/external/vulkancts/scripts/ |
H A D | gen_framework_sc.py | 667 for part in re.finditer(ptrn, src): 668 match += part.group(1)+"|" 672 # First part is core, following tuples contain extension name and all its definitions 2109 # check composite types and typedefs in case extension is part of core 2398 # check if this member is part of any of the blobs 2400 # if just one member is not part of this blob go to the next blob 2401 # (we asume that all members are part of blob - no need to check all) 2417 # assuming that all members are part of blob, goto next 2452 # construct function that will check for which vk version structure sType is part of blob 2617 # check if this member is part o [all...] |
/third_party/ffmpeg/libavcodec/x86/ |
H A D | simple_idct.asm | 9 ; This file is part of FFmpeg.
|
H A D | vp8dsp.asm | 6 ;* This file is part of FFmpeg.
|
H A D | vp8dsp_loopfilter.asm | 6 ;* This file is part of FFmpeg.
|
H A D | h264_intrapred_10bit.asm | 8 ;* This file is part of FFmpeg.
|
H A D | h264_deblock.asm | 10 ;* This file is part of FFmpeg.
|
H A D | h264_deblock_10bit.asm | 10 ;* This file is part of FFmpeg.
|
H A D | hevc_deblock.asm | 8 ;* This file is part of FFmpeg.
|
H A D | vp9itxfm.asm | 7 ;* This file is part of FFmpeg. 1669 ; round 2 interleaved part 1
|
H A D | hevc_mc.asm | 5 ; * This file is part of FFmpeg.
|
H A D | h264_intrapred.asm | 8 ;* This file is part of FFmpeg.
|
H A D | vp9itxfm_16bpp.asm | 6 ;* This file is part of FFmpeg.
|
H A D | vp9intrapred.asm | 13 ;* This file is part of FFmpeg.
|
/third_party/ffmpeg/libavfilter/x86/ |
H A D | colorspacedsp.asm | 6 ;* This file is part of FFmpeg.
|
H A D | vf_removegrain.asm | 6 ;* This file is part of FFmpeg.
|
/third_party/ffmpeg/libavresample/x86/ |
H A D | audio_convert.asm | 6 ;* This file is part of FFmpeg.
|
/third_party/ffmpeg/libswscale/x86/ |
H A D | input.asm | 7 ;* This file is part of FFmpeg.
|
/third_party/icu/icu4c/source/i18n/ |
H A D | decNumber.cpp | 520 Int d=0; /* count of digits found in decimal part */ in uprv_decNumberFromString() 522 const char *cfirst=chars; /* -> first character of decimal part */ in uprv_decNumberFromString() 523 const char *last=NULL; /* -> last digit of decimal part */ in uprv_decNumberFromString() 542 continue; /* still in decimal part */ in uprv_decNumberFromString() 545 dotchar=c; /* record offset into decimal part */ in uprv_decNumberFromString() 2536 /* 3. rotate all the units by reversing left part, right */ in uprv_decNumberRotate() 2537 /* part, and then whole */ in uprv_decNumberRotate() 2585 decReverse(res->lsu+units, msumax); /* left part */ in uprv_decNumberRotate() 2586 decReverse(res->lsu, res->lsu+units-1); /* right part */ in uprv_decNumberRotate() 2790 /* var f := setexp(x, 0) % fraction part o 5100 uInt part=item/(DECDPUNMAX+1); decMultiplyOp() local [all...] |
/third_party/node/test/fixtures/postject-copy/node_modules/postject/dist/ |
H A D | api.js | [all...] |
/third_party/node/deps/icu-small/source/i18n/ |
H A D | decNumber.cpp | 520 Int d=0; /* count of digits found in decimal part */ in uprv_decNumberFromString() 522 const char *cfirst=chars; /* -> first character of decimal part */ in uprv_decNumberFromString() 523 const char *last=nullptr; /* -> last digit of decimal part */ in uprv_decNumberFromString() 542 continue; /* still in decimal part */ in uprv_decNumberFromString() 545 dotchar=c; /* record offset into decimal part */ in uprv_decNumberFromString() 2536 /* 3. rotate all the units by reversing left part, right */ in uprv_decNumberRotate() 2537 /* part, and then whole */ in uprv_decNumberRotate() 2585 decReverse(res->lsu+units, msumax); /* left part */ in uprv_decNumberRotate() 2586 decReverse(res->lsu, res->lsu+units-1); /* right part */ in uprv_decNumberRotate() 2790 /* var f := setexp(x, 0) % fraction part o 5100 uInt part=item/(DECDPUNMAX+1); decMultiplyOp() local [all...] |
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | decNumber.cpp | 520 Int d=0; /* count of digits found in decimal part */ in uprv_decNumberFromString() 522 const char *cfirst=chars; /* -> first character of decimal part */ in uprv_decNumberFromString() 523 const char *last=NULL; /* -> last digit of decimal part */ in uprv_decNumberFromString() 542 continue; /* still in decimal part */ in uprv_decNumberFromString() 545 dotchar=c; /* record offset into decimal part */ in uprv_decNumberFromString() 2536 /* 3. rotate all the units by reversing left part, right */ in uprv_decNumberRotate() 2537 /* part, and then whole */ in uprv_decNumberRotate() 2585 decReverse(res->lsu+units, msumax); /* left part */ in uprv_decNumberRotate() 2586 decReverse(res->lsu, res->lsu+units-1); /* right part */ in uprv_decNumberRotate() 2790 /* var f := setexp(x, 0) % fraction part o 5100 uInt part=item/(DECDPUNMAX+1); decMultiplyOp() local [all...] |
/third_party/ffmpeg/libavutil/x86/ |
H A D | x86inc.asm | 709 ; arch-independent part
|
/third_party/skia/third_party/externals/opengl-registry/xml/ |
H A D | readme.tex | 848 There are many caveats regarding these annotations. For the most part
|
/third_party/node/deps/v8/src/codegen/arm/ |
H A D | assembler-arm.cc | 245 (cpu.part() == base::CPU::kArmCortexA5 || in ProbeImpl() 246 cpu.part() == base::CPU::kArmCortexA9)) { in ProbeImpl() 802 // Emitted link to a label, not part of a branch. in target_at() 819 // Emitted link to a label, not part of a branch. in target_at_put()
|