Home
last modified time | relevance | path

Searched refs:o (Results 1 – 25 of 5237) sorted by relevance

12345678910>>...210

/third_party/ffmpeg/libavcodec/
DMakefile29 OBJS = ac3_parser.o \
30 adts_parser.o \
31 allcodecs.o \
32 avcodec.o \
33 avdct.o \
34 avpacket.o \
35 avpicture.o \
36 bitstream.o \
37 bitstream_filter.o \
38 bitstream_filters.o \
[all …]
/third_party/ffmpeg/libavformat/
DMakefile8 OBJS = allformats.o \
9 avio.o \
10 aviobuf.o \
11 dump.o \
12 format.o \
13 id3v1.o \
14 id3v2.o \
15 metadata.o \
16 mux.o \
17 options.o \
[all …]
/third_party/typescript/tests/baselines/reference/
DcontrolFlowOptionalChain.js3 declare const o: undefined | {
10 o?.[a = 1];
14 o?.x[b = 1];
18 o?.(c = 1)
22 o?.x(d = 1);
165 function f10(o: Thing | undefined, value: number) {
166 if (o?.foo === value) {
167 o.foo;
169 if (o?.["foo"] === value) {
170 o["foo"];
[all …]
DcontrolFlowOptionalChain.types3 declare const o: undefined | {
4 >o : { (...args: any[]): any; [key: string]: any; [key: number]: any; } | undefined
20 o?.[a = 1];
21 >o?.[a = 1] : any
22 >o : { (...args: any[]): any; [key: string]: any; [key: number]: any; } | undefined
36 o?.x[b = 1];
37 >o?.x[b = 1] : any
38 >o?.x : any
39 >o : { (...args: any[]): any; [key: string]: any; [key: number]: any; } | undefined
54 o?.(c = 1)
[all …]
/third_party/ffmpeg/libavfilter/
DMakefile9 OBJS = allfilters.o \
10 audio.o \
11 avfilter.o \
12 avfiltergraph.o \
13 buffersink.o \
14 buffersrc.o \
15 drawutils.o \
16 fifo.o \
17 formats.o \
18 framepool.o \
[all …]
/third_party/icu/icu4c/source/test/intltest/
DMakefile.in42 OBJECTS = aliastst.o allcoll.o apicoll.o astrotst.o callimts.o calregts.o caltest.o \
43 caltztst.o canittst.o citrtest.o colldata.o convtest.o currcoll.o collationtest.o \
44 fldset.o dadrfmt.o dadrcal.o dcfmapts.o decoll.o dtfmapts.o dtfmrgts.o dtfmtrtts.o dtfmttst.o \
45 dtptngts.o encoll.o escoll.o ficoll.o frcoll.o g7coll.o intltest.o \
46 itercoll.o itformat.o itmajor.o itutil.o jacoll.o lcukocol.o \
47 loctest.o localebuildertest.o localematchertest.o \
48 miscdtfm.o mnkytst.o msfmrgts.o nmfmapts.o nmfmtrt.o \
49 numfmtst.o numrgts.o plurults.o plurfmts.o pptest.o regcoll.o restest.o restsnew.o \
50 sdtfmtts.o svccoll.o tchcfmt.o selfmts.o \
51 tfsmalls.o tmsgfmt.o trcoll.o tscoll.o tsdate.o tsdcfmsy.o tsdtfmsy.o \
[all …]
/third_party/lzma/CPP/7zip/Bundles/Alone7z/
Dmakefile.gcc22 $O/Threads.o \
29 $O/LzFindMt.o \
30 $O/LzFindOpt.o \
31 $O/StreamBinder.o \
32 $O/Synchronization.o \
33 $O/VirtThread.o \
34 $O/Threads.o \
52 $O/FileSystem.o \
53 $O/Registry.o \
54 $O/MemoryLock.o \
[all …]
/third_party/typescript/tests/cases/conformance/controlFlow/
DcontrolFlowOptionalChain.ts5 declare const o: undefined | { constant
12 o?.[a = 1];
16 o?.x[b = 1];
20 o?.(c = 1)
24 o?.x(d = 1);
167 function f10(o: Thing | undefined, value: number) {
168 if (o?.foo === value) {
169 o.foo;
171 if (o?.["foo"] === value) {
172 o["foo"];
[all …]
/third_party/pulseaudio/src/pulsecore/
Dsource-output.c49 static void set_real_ratio(pa_source_output *o, const pa_cvolume *v);
206 static void reset_callbacks(pa_source_output *o) { in reset_callbacks() argument
207 pa_assert(o); in reset_callbacks()
209 o->push = NULL; in reset_callbacks()
210 o->process_rewind = NULL; in reset_callbacks()
211 o->update_max_rewind = NULL; in reset_callbacks()
212 o->update_source_requested_latency = NULL; in reset_callbacks()
213 o->update_source_latency_range = NULL; in reset_callbacks()
214 o->update_source_fixed_latency = NULL; in reset_callbacks()
215 o->attach = NULL; in reset_callbacks()
[all …]
/third_party/lzma/CPP/7zip/Bundles/SFXCon/
Dmakefile.gcc20 $O/Threads.o \
27 $O/StreamBinder.o \
28 $O/Synchronization.o \
29 $O/VirtThread.o \
30 $O/Threads.o \
43 $O/DLL.o \
44 $O/DllSecur.o \
45 $O/resource.o \
50 $O/MyWindows.o \
63 $O/SfxCon.o \
[all …]
/third_party/ffmpeg/libavcodec/x86/
DMakefile1 OBJS += x86/constants.o \
4 OBJS-$(CONFIG_AC3DSP) += x86/ac3dsp_init.o
5 OBJS-$(CONFIG_AUDIODSP) += x86/audiodsp_init.o
6 OBJS-$(CONFIG_BLOCKDSP) += x86/blockdsp_init.o
7 OBJS-$(CONFIG_BSWAPDSP) += x86/bswapdsp_init.o
8 OBJS-$(CONFIG_DCT) += x86/dct_init.o
9 OBJS-$(CONFIG_DIRAC_DECODER) += x86/diracdsp_init.o \
10 x86/dirac_dwt_init.o
11 OBJS-$(CONFIG_FDCTDSP) += x86/fdctdsp_init.o
12 OBJS-$(CONFIG_FFT) += x86/fft_init.o
[all …]
/third_party/lzma/CPP/7zip/UI/Console/
Dmakefile.gcc18 $O/Threads.o \
25 $O/Synchronization.o \
26 $O/Threads.o \
42 $O/FileSystem.o \
43 $O/Registry.o \
44 $O/MemoryLock.o \
45 $O/DllSecur.o \
46 $O/resource.o \
51 $O/MyWindows.o \
65 $O/BenchCon.o \
[all …]
/third_party/ffmpeg/libavcodec/arm/
DMakefile4 OBJS-$(CONFIG_AC3DSP) += arm/ac3dsp_init_arm.o \
5 arm/ac3dsp_arm.o
6 OBJS-$(CONFIG_AUDIODSP) += arm/audiodsp_init_arm.o
7 OBJS-$(CONFIG_BLOCKDSP) += arm/blockdsp_init_arm.o
8 OBJS-$(CONFIG_FFT) += arm/fft_init_arm.o
9 OBJS-$(CONFIG_FLACDSP) += arm/flacdsp_init_arm.o \
10 arm/flacdsp_arm.o
11 OBJS-$(CONFIG_FMTCONVERT) += arm/fmtconvert_init_arm.o
12 OBJS-$(CONFIG_G722DSP) += arm/g722dsp_init_arm.o
13 OBJS-$(CONFIG_H264CHROMA) += arm/h264chroma_init_arm.o
[all …]
/third_party/icu/icu4c/source/test/depstest/
Ddependencies.txt120 dlopen dlclose dlsym # called by putil.o only for icuplug.o
156 stubdata.o # Exports icudt48_dat.
197 pluralmap.o
202 dtintrv.o
211 brkiter.o brkeng.o ubrk.o
212 rbbi.o rbbinode.o rbbiscan.o rbbisetb.o rbbistbl.o rbbitblb.o
213 rbbidata.o rbbirb.o rbbi_cache.o
214 dictionarydata.o dictbe.o lstmbe.o
217 filteredbrk.o
223 ucharstriebuilder # for filteredbrk.o
[all …]
/third_party/pulseaudio/src/pulse/
Doperation.c35 pa_operation *o; in pa_operation_new() local
38 if (!(o = pa_flist_pop(PA_STATIC_FLIST_GET(operations)))) in pa_operation_new()
39 o = pa_xnew(pa_operation, 1); in pa_operation_new()
41 pa_zero(*o); in pa_operation_new()
43 PA_REFCNT_INIT(o); in pa_operation_new()
44 o->context = c; in pa_operation_new()
45 o->stream = s; in pa_operation_new()
47 o->state = PA_OPERATION_RUNNING; in pa_operation_new()
48 o->callback = cb; in pa_operation_new()
49 o->userdata = userdata; in pa_operation_new()
[all …]
/third_party/icu/icu4c/source/test/cintltst/
DMakefile.in42 OBJECTS = callcoll.o calltest.o capitst.o cbiapts.o cbkittst.o \
43 ccaltst.o ucnvseltst.o cctest.o ccapitst.o ccolltst.o encoll.o cconvtst.o ccurrtst.o \
44 cdateintervalformattest.o cdattst.o cdetst.o cdtdptst.o cdtrgtst.o cestst.o cfintst.o \
45 cformtst.o cfrtst.o cg7coll.o chashtst.o cintltst.o citertst.o cjaptst.o cloctst.o \
46 cmsccoll.o cmsgtst.o cpluralrulestest.o cposxtst.o cldrtest.o \
47 cnmdptst.o cnormtst.o cnumtst.o crelativedateformattest.o crestst.o creststn.o cturtst.o \
48 cucdapi.o cucdtst.o custrtst.o cstrcase.o cutiltst.o nucnvtst.o nccbtst.o bocu1tst.o \
49 cbiditst.o cbididat.o eurocreg.o udatatst.o utf16tst.o utransts.o \
50 ncnvfbts.o ncnvtst.o putiltst.o cstrtest.o udatpg_test.o utf8tst.o \
51 stdnmtst.o usrchtst.o custrtrn.o sorttest.o trietest.o trie2test.o ucptrietest.o usettest.o \
[all …]
/third_party/icu/icu4c/source/data/zone/
Dee.txt751 ec{"Kathmandu nutomegaƒoƒome"}
952 ls{"Xexeme gaƒoƒoɖoanyi me"}
998 ld{"Ireland nutome gaƒoƒo me"}
1035 ld{"British dzomeŋɔli gaƒoƒo me"}
1290 ls{"Afghanistan gaƒoƒo me"}
1293 ls{"Central Africa gaƒoƒo me"}
1297 ls{"East Africa gaƒoƒo me"}
1301 ls{"South Africa nutome gaƒoƒo me"}
1305 ld{"West Africa dzomeŋɔli gaƒoƒo me"}
1306 lg{"West Africa gaƒoƒo me"}
[all …]
/third_party/node/deps/v8/src/builtins/
Dcast.tq13 macro IsAccessorInfo(o: HeapObject): bool {
14 return Is<AccessorInfo>(o);
18 macro IsAccessorPair(o: HeapObject): bool {
19 return Is<AccessorPair>(o);
23 macro IsAllocationSite(o: HeapObject): bool {
24 return Is<AllocationSite>(o);
28 macro IsCell(o: HeapObject): bool {
29 return Is<Cell>(o);
33 macro IsCode(o: HeapObject): bool {
34 return Is<Code>(o);
[all …]
/third_party/skia/third_party/externals/icu/source/data/zone/
Dee.txt751 ec{"Kathmandu nutomegaƒoƒome"}
952 ls{"Xexeme gaƒoƒoɖoanyi me"}
998 ld{"Ireland nutome gaƒoƒo me"}
1035 ld{"British dzomeŋɔli gaƒoƒo me"}
1290 ls{"Afghanistan gaƒoƒo me"}
1293 ls{"Central Africa gaƒoƒo me"}
1297 ls{"East Africa gaƒoƒo me"}
1301 ls{"South Africa nutome gaƒoƒo me"}
1305 ld{"West Africa dzomeŋɔli gaƒoƒo me"}
1306 lg{"West Africa gaƒoƒo me"}
[all …]
/third_party/ffmpeg/libavcodec/mips/
DMakefile1 MIPSFPU-OBJS-$(CONFIG_AMRNB_DECODER) += mips/acelp_filters_mips.o \
2 mips/celp_filters_mips.o \
3 mips/celp_math_mips.o \
4 mips/acelp_vectors_mips.o
5 MIPSFPU-OBJS-$(CONFIG_AMRWB_DECODER) += mips/acelp_filters_mips.o \
6 mips/celp_filters_mips.o \
7 mips/amrwbdec_mips.o \
8 mips/celp_math_mips.o \
9 mips/acelp_vectors_mips.o
10 MIPSFPU-OBJS-$(CONFIG_MPEGAUDIODSP) += mips/mpegaudiodsp_mips_float.o
[all …]
/third_party/skia/third_party/externals/libpng/scripts/
Dchecksym.awk38 o=0+substr($2,2)
39 if (o > 0) {
40 if (official[o] == "") {
41 official[o] = $1
42 if (o > mastero) mastero = o
45 print master ": duplicated symbol:", official[o] ":", $0
71 o=0+substr($2,2)
73 lasto=o
75 print "png.h: duplicated last ordinal:", lasto, o
81 o=0+substr($3,2)
[all …]
/third_party/ffmpeg/libavdevice/
DMakefile7 OBJS = alldevices.o \
8 avdevice.o \
9 utils.o \
11 OBJS-$(HAVE_LIBC_MSVCRT) += file_open.o
12 OBJS-$(CONFIG_SHARED) += reverse.o
15 OBJS-$(CONFIG_ALSA_INDEV) += alsa_dec.o alsa.o timefilter.o
16 OBJS-$(CONFIG_ALSA_OUTDEV) += alsa_enc.o alsa.o
17 OBJS-$(CONFIG_ANDROID_CAMERA_INDEV) += android_camera.o
18 OBJS-$(CONFIG_AUDIOTOOLBOX_OUTDEV) += audiotoolbox.o
19 OBJS-$(CONFIG_AVFOUNDATION_INDEV) += avfoundation.o
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
DMakefile14 accounting.o \
15 ap_config.o \
16 ap_drv_ops.o \
17 ap_list.o \
18 ap_mlme.o \
19 airtime_policy.o \
20 authsrv.o \
21 beacon.o \
22 bss_load.o \
23 ctrl_iface_ap.o \
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
DMakefile4 rm -f *~ *.o *.d *.gcno *.gcda *.gcov libap.a
26 accounting.o \
27 ap_config.o \
28 ap_drv_ops.o \
29 ap_list.o \
30 ap_mlme.o \
31 airtime_policy.o \
32 authsrv.o \
33 beacon.o \
34 bss_load.o \
[all …]
/third_party/ffmpeg/libavutil/
DMakefile99 OBJS = adler32.o \
100 aes.o \
101 aes_ctr.o \
102 audio_fifo.o \
103 avstring.o \
104 avsscanf.o \
105 base64.o \
106 blowfish.o \
107 bprint.o \
108 buffer.o \
[all …]

12345678910>>...210