Home
last modified time | relevance | path

Searched refs:TOP (Results 1 – 25 of 392) sorted by relevance

12345678910>>...16

/external/rust/crates/libz-sys/src/zlib/win32/
DMakefile.msc14 TOP = .
50 $(SHAREDLIB): $(TOP)/win32/zlib.def $(OBJS) $(OBJA) zlib1.res
51 $(LD) $(LDFLAGS) -def:$(TOP)/win32/zlib.def -dll -implib:$(IMPLIB) \
76 {$(TOP)}.c.obj:
79 {$(TOP)/test}.c.obj:
80 $(CC) -c -I$(TOP) $(WFLAGS) $(CFLAGS) $<
82 {$(TOP)/contrib/masmx64}.c.obj:
85 {$(TOP)/contrib/masmx64}.asm.obj:
88 {$(TOP)/contrib/masmx86}.asm.obj:
91 adler32.obj: $(TOP)/adler32.c $(TOP)/zlib.h $(TOP)/zconf.h
[all …]
/external/desugar/test/java/com/google/devtools/build/android/desugar/
DBytecodeTypeInferenceTest.golden.txt72 |__STACK: [D, TOP]
73 |__LOCAL: [Ljava/lang/String;, D, TOP, D, TOP, D, TOP]
75 |__STACK: [D, TOP, D, TOP]
76 |__LOCAL: [Ljava/lang/String;, D, TOP, D, TOP, D, TOP]
79 |__LOCAL: [Ljava/lang/String;, D, TOP, D, TOP, D, TOP]
82 |__LOCAL: [Ljava/lang/String;, D, TOP, D, TOP, D, TOP]
86 |__LOCAL: [Ljava/lang/String;, D, TOP, D, TOP, D, TOP]
90 |__STACK: [D, TOP]
91 |__LOCAL: [Ljava/lang/String;, D, TOP, D, TOP, D, TOP]
93 |__STACK: [D, TOP, D, TOP]
[all …]
/external/libavc/decoder/
Dih264d_mvpred.c88 | ((ps_mv_pred[TOP]->i1_ref_frame[u1_B] in ih264d_get_motion_vector_predictor()
168 ps_mv_pred[TOP] = &(ps_dec->s_default_mv_pred); in ih264d_mbaff_mv_pred()
212 ps_mv_pred[TOP] = ps_mv_nmb - 4; in ih264d_mbaff_mv_pred()
230 ps_mv_pred[TOP] = ps_mvpred_tmp; in ih264d_mbaff_mv_pred()
231 pu0_scale[TOP] = u1_is_cur_mb_fld - u1_is_top_mb_fld; in ih264d_mbaff_mv_pred()
245 ps_mv_pred[TOP_R] = ps_mv_pred[TOP] + uc_mb_part_width; in ih264d_mbaff_mv_pred()
246 pu0_scale[TOP_R] = pu0_scale[TOP]; in ih264d_mbaff_mv_pred()
269 ps_mv_pred[TOP_R] = ps_mv_pred[TOP] - 1; in ih264d_mbaff_mv_pred()
270 pu0_scale[TOP_R] = pu0_scale[TOP]; in ih264d_mbaff_mv_pred()
304 ps_mv_pred[TOP] = ps_mv_pred[LEFT]; in ih264d_mbaff_mv_pred()
[all …]
/external/python/cpython2/Demo/tix/samples/
DNoteBook.py48 nb.pack(expand=1, fill=Tix.BOTH, padx=5, pady=5 ,side=Tix.TOP)
68 a.pack(side=Tix.TOP, padx=20, pady=2)
69 w.pack(side=Tix.TOP, padx=20, pady=2)
70 r.pack(side=Tix.TOP, padx=20, pady=2)
71 c.pack(side=Tix.TOP, padx=20, pady=2)
94 a.pack(side=Tix.TOP, padx=20, pady=2)
95 w.pack(side=Tix.TOP, padx=20, pady=2)
96 r.pack(side=Tix.TOP, padx=20, pady=2)
97 c.pack(side=Tix.TOP, padx=20, pady=2)
98 u.pack(side=Tix.TOP, padx=20, pady=2)
[all …]
/external/OpenCL-CTS/
Dpresubmit.sh5 export TOP=$(pwd)
13 TOOLCHAIN_FILE=${TOP}/toolchain.cmake
24 TOOLCHAIN_DIR=${TOP}/${TOOLCHAIN_ARCHIVE%.tar.xz}
52 cd ${TOP}/OpenCL-ICD-Loader
55 cmake -DCMAKE_TOOLCHAIN_FILE=${TOOLCHAIN_FILE} -DOPENCL_ICD_LOADER_HEADERS_DIR=${TOP}/OpenCL-Header…
59 cd ${TOP}
63 cmake -DCL_INCLUDE_DIR=${TOP}/OpenCL-Headers \
64 -DCL_LIB_DIR=${TOP}/OpenCL-ICD-Loader/build \
/external/libchrome/build/android/gyp/util/
Dbuild_utils_test.py25 TOP = _DEPS.keys()
27 actual = build_utils.GetSortedTransitiveDependencies(TOP, _DEPS.get)
31 TOP = ['c', 'e', 'g', 'h', 'i']
33 actual = build_utils.GetSortedTransitiveDependencies(TOP, _DEPS.get)
37 TOP = ['i', 'h', 'g', 'e', 'c']
39 actual = build_utils.GetSortedTransitiveDependencies(TOP, _DEPS.get)
/external/rust/crates/libz-sys/src/zlib-ng/win32/
DMakefile.a6410 TOP = .
92 zconf: $(TOP)/zconf$(SUFFIX).h.in
93 $(CP) $(TOP)\zconf$(SUFFIX).h.in $(TOP)\zconf$(SUFFIX).h
100 $(SHAREDLIB): zconf $(TOP)/win32/$(DEFFILE) $(OBJS) $(RESFILE)
101 $(LD) $(LDFLAGS) -def:$(TOP)/win32/$(DEFFILE) -dll -implib:$(IMPLIB) \
126 {$(TOP)}.c.obj:
141 {$(TOP)/arch/arm}.c.obj:
142 $(CC) -c -I$(TOP) $(WFLAGS) $(CFLAGS) $<
144 {$(TOP)/test}.c.obj:
145 $(CC) -c -I$(TOP) $(WFLAGS) $(CFLAGS) -DWITH_GZFILEOP $<
[all …]
DMakefile.msc10 TOP = .
101 zconf: $(TOP)/zconf$(SUFFIX).h.in
102 $(CP) $(TOP)\zconf$(SUFFIX).h.in $(TOP)\zconf$(SUFFIX).h
109 $(SHAREDLIB): zconf $(TOP)/win32/$(DEFFILE) $(OBJS) $(RESFILE)
110 $(LD) $(LDFLAGS) -def:$(TOP)/win32/$(DEFFILE) -dll -implib:$(IMPLIB) \
135 {$(TOP)}.c.obj:
150 {$(TOP)/arch/x86}.c.obj:
151 $(CC) -c -I$(TOP) $(WFLAGS) $(CFLAGS) $<
153 {$(TOP)/test}.c.obj:
154 $(CC) -c -I$(TOP) $(WFLAGS) $(CFLAGS) -DWITH_GZFILEOP $<
[all …]
DMakefile.arm10 TOP = .
104 zconf: $(TOP)/zconf$(SUFFIX).h.in
105 $(CP) $(TOP)\zconf$(SUFFIX).h.in $(TOP)\zconf$(SUFFIX).h
112 $(SHAREDLIB): zconf $(TOP)/win32/$(DEFFILE) $(OBJS) $(RESFILE)
113 $(LD) $(LDFLAGS) -def:$(TOP)/win32/$(DEFFILE) -dll -implib:$(IMPLIB) \
138 {$(TOP)}.c.obj:
153 {$(TOP)/arch/arm}.c.obj:
154 $(CC) -c -I$(TOP) $(WFLAGS) $(CFLAGS) $<
156 {$(TOP)/test}.c.obj:
157 $(CC) -c -I$(TOP) $(WFLAGS) $(CFLAGS) -DWITH_GZFILEOP $<
[all …]
/external/llvm-project/clang/test/Index/
Dcomplete-modules.m7 …odules -F %S/Inputs/Frameworks -I %S/Inputs/Headers %s | FileCheck -check-prefix=CHECK-TOP-LEVEL %s
8 …odules -F %S/Inputs/Frameworks -I %S/Inputs/Headers %s | FileCheck -check-prefix=CHECK-TOP-LEVEL %s
9 // CHECK-TOP-LEVEL: ModuleImport:{TypedText Framework} (50)
10 // CHECK-TOP-LEVEL: ModuleImport:{TypedText LibA} (50)
11 // CHECK-TOP-LEVEL: ModuleImport:{TypedText nested} (50)
16 …%t -fmodules -F %S/Inputs/Frameworks -I %S/Inputs/Headers %s | FileCheck -check-prefix=CHECK-TOP %s
17 // CHECK-TOP: NotImplemented:{TypedText @import}{HorizontalSpace }{Placeholder module} (40)
/external/clang/test/Index/
Dcomplete-modules.m7 …odules -F %S/Inputs/Frameworks -I %S/Inputs/Headers %s | FileCheck -check-prefix=CHECK-TOP-LEVEL %s
8 …odules -F %S/Inputs/Frameworks -I %S/Inputs/Headers %s | FileCheck -check-prefix=CHECK-TOP-LEVEL %s
9 // CHECK-TOP-LEVEL: ModuleImport:{TypedText Framework} (50)
10 // CHECK-TOP-LEVEL: ModuleImport:{TypedText LibA} (50)
11 // CHECK-TOP-LEVEL: ModuleImport:{TypedText nested} (50)
16 …%t -fmodules -F %S/Inputs/Frameworks -I %S/Inputs/Headers %s | FileCheck -check-prefix=CHECK-TOP %s
17 // CHECK-TOP: NotImplemented:{TypedText @import}{HorizontalSpace }{Placeholder module} (40)
/external/python/cpython2/Demo/tix/
Dtixwidgets.py124 frame1.pack(side=TOP, fill=X)
126 frame2.pack(side=TOP, expand=1, fill=BOTH, padx=4, pady=4)
189 bar.pack(side=TOP, fill=X, padx=2, pady=2)
190 text.pack(side=TOP, fill=BOTH, expand=1)
334 static.pack(side=Tix.TOP, padx=5, pady=3)
335 editable.pack(side=Tix.TOP, padx=5, pady=3)
336 history.pack(side=Tix.TOP, padx=5, pady=3)
374 simple.pack(side=Tix.TOP, padx=5, pady=3)
375 spintxt.pack(side=Tix.TOP, padx=5, pady=3)
382 labelside=Tix.TOP,
[all …]
/external/desugar/java/com/google/devtools/build/android/desugar/
DBytecodeTypeInference.java114 push(InferredType.TOP); in visitInsn()
124 push(InferredType.TOP); in visitInsn()
137 push(InferredType.TOP); in visitInsn()
143 push(InferredType.TOP); in visitInsn()
272 push(InferredType.TOP); in visitInsn()
280 push(InferredType.TOP); in visitInsn()
286 push(InferredType.TOP); in visitInsn()
304 push(InferredType.TOP); in visitInsn()
330 push(InferredType.TOP); in visitInsn()
390 push(InferredType.TOP); in visitVarInsn()
[all …]
/external/clang/test/Modules/
Dmacros.c70 #ifdef TOP
71 # error TOP should not be visible
90 #ifndef TOP
91 # error TOP should be visible
119 #ifndef TOP
120 # error TOP should be visible
/external/llvm-project/clang/test/Modules/
Dmacros.c70 #ifdef TOP
71 # error TOP should not be visible
90 #ifndef TOP
91 # error TOP should be visible
119 #ifndef TOP
120 # error TOP should be visible
/external/curl/tests/data/
Dtest8626 TOP
16 CAPA TOP USER
35 pop3://%HOSTIP:%POP3PORT -u user:secret -X 'TOP 862 0'
46 TOP 862 0
/external/llvm-project/llvm/test/Transforms/GlobalOpt/
D2009-11-16-MallocSingleStoreToGlobalVar.ll4 ; element global. The global object @TOP in this test should not be optimized.
10 @TOP = internal global i64* null ; <i64**> [#uses=2]
11 ; CHECK: @TOP = internal unnamed_addr global i64* null
23 store i64* %5, i64** @TOP, align 8
24 %6 = load i64*, i64** @TOP, align 8 ; <i64*> [#uses=1]
/external/llvm/test/Transforms/GlobalOpt/
D2009-11-16-MallocSingleStoreToGlobalVar.ll4 ; element global. The global object @TOP in this test should not be optimized.
10 @TOP = internal global i64* null ; <i64**> [#uses=2]
11 ; CHECK: @TOP = internal unnamed_addr global i64* null
23 store i64* %5, i64** @TOP, align 8
24 %6 = load i64*, i64** @TOP, align 8 ; <i64*> [#uses=1]
/external/python/parse_type/bin/
Dproject_bootstrap.sh12 TOP="${HERE}/.."
14 : ${PIP_DOWNLOAD_DIR:="${TOP}/downloads"}
19 pip install --download=${PIP_DOWNLOAD_DIR} -r ${TOP}/requirements/all.txt
/external/python/cpython3/Lib/idlelib/
Dconfigdialog.py16 TOP, BOTTOM, RIGHT, LEFT, SOLID, GROOVE,
126 note.pack(side=TOP, expand=TRUE, fill=BOTH)
165 Frame(outer, height=2, borderwidth=0).pack(side=TOP)
585 frame_font_name.pack(side=TOP, padx=5, pady=5, fill=X)
586 frame_font_param.pack(side=TOP, padx=5, pady=5, fill=X)
587 font_name_title.pack(side=TOP, anchor=W)
596 indent_title.pack(side=TOP, anchor=W, padx=5)
597 self.indent_scale.pack(side=TOP, padx=5, fill=X)
931 frame_theme.pack(side=TOP, padx=5, pady=5, fill=X)
933 self.frame_color_set.pack(side=TOP, padx=5, pady=5, fill=X)
[all …]
/external/libcups/templates/ja/
Dprinter.tmpl36 <TR><TH ALIGN="RIGHT" VALIGN="TOP">説明:</TH><TD>{printer_info}</TD></TR>
37 <TR><TH ALIGN="RIGHT" VALIGN="TOP">場所:</TH><TD>{printer_location}</TD></TR>
38 <TR><TH ALIGN="RIGHT" VALIGN="TOP">プリンタードライバー:</TH><TD>{printer_make_and_model} ({color_supported=1…
39 <TR><TH ALIGN="RIGHT" VALIGN="TOP">接続:</TH><TD>{device_uri}</TD></TR>
40 <TR><TH ALIGN="RIGHT" VALIGN="TOP">デフォルト設定:</TH><TD>バナー={job_sheets_default}
/external/libcups/templates/ru/
Dprinter.tmpl36 <TR><TH ALIGN="RIGHT" VALIGN="TOP">Описание:</TH><TD>{printer_info}</TD></TR>
37 <TR><TH ALIGN="RIGHT" VALIGN="TOP">Расположение:</TH><TD>{printer_location}</TD></TR>
38 <TR><TH ALIGN="RIGHT" VALIGN="TOP">Драйвер:</TH><TD>{printer_make_and_model} ({color_supported=1?цв…
39 <TR><TH ALIGN="RIGHT" VALIGN="TOP">Подключение:</TH><TD>{device_uri}</TD></TR>
40 <TR><TH ALIGN="RIGHT" VALIGN="TOP">По умолчанию:</TH><TD>job-sheets={job_sheets_default}
/external/javassist/src/main/javassist/bytecode/stackmap/
DTracer.java150 stackTypes[stackTop++] = TOP; in doOpcode0_53()
160 stackTypes[stackTop++] = TOP; in doOpcode0_53()
194 stackTypes[stackTop++] = TOP; in doOpcode0_53()
207 stackTypes[stackTop++] = TOP; in doOpcode0_53()
221 stackTypes[stackTop - 1] = TOP; in doOpcode0_53()
228 stackTypes[stackTop - 1] = TOP; in doOpcode0_53()
258 stackTypes[stackTop++] = TOP; in doLDC()
262 stackTypes[stackTop++] = TOP; in doLDC()
278 stackTypes[stackTop++] = TOP; in doXLOAD()
314 localsTypes[var + 1] = TOP; in doOpcode54_95()
[all …]
/external/libcups/templates/es/
Dprinter.tmpl36 <TR><TH ALIGN="RIGHT" VALIGN="TOP">Descripci&oacute;n:</TH><TD>{printer_info}</TD></TR>
37 <TR><TH ALIGN="RIGHT" VALIGN="TOP">Ubicaci&oacute;n:</TH><TD>{printer_location}</TD></TR>
38 <TR><TH ALIGN="RIGHT" VALIGN="TOP">Controlador:</TH><TD>{printer_make_and_model} ({color_supported=…
39 <TR><TH ALIGN="RIGHT" VALIGN="TOP">Conexi&oacute;n:</TH><TD>{device_uri}</TD></TR>
40 <TR><TH ALIGN="RIGHT" VALIGN="TOP">Opciones predeterminadas:</TH><TD>r&oacute;tulos={job_sheets_def…
/external/libcups/templates/de/
Dprinter.tmpl36 <TR><TH ALIGN="RIGHT" VALIGN="TOP">Beschreibung:</TH><TD>{printer_info}</TD></TR>
37 <TR><TH ALIGN="RIGHT" VALIGN="TOP">Ort:</TH><TD>{printer_location}</TD></TR>
38 <TR><TH ALIGN="RIGHT" VALIGN="TOP">Treiber:</TH><TD>{printer_make_and_model} ({color_supported=1?fa…
39 <TR><TH ALIGN="RIGHT" VALIGN="TOP">Verbindung:</TH><TD>{device_uri}</TD></TR>
40 <TR><TH ALIGN="RIGHT" VALIGN="TOP">Standardeinstellungen:</TH><TD>job-sheets={job_sheets_default}

12345678910>>...16