Home
last modified time | relevance | path

Searched refs:strip (Results 1 – 25 of 534) sorted by relevance

12345678910>>...22

/external/chromium/chrome/browser/tabs/
Dtab_strip_model_unittest.cc1451 TabStripModel strip(&delegate, profile()); in TEST_F() local
1455 strip.AddTabContents( in TEST_F()
1461 strip.AddTabContents(page_a_a_contents, -1, PageTransition::LINK, in TEST_F()
1464 strip.AddTabContents(page_a_b_contents, -1, PageTransition::LINK, in TEST_F()
1468 strip.ActivateTabAt(1, true); in TEST_F()
1469 EXPECT_EQ(page_a_a_contents, strip.GetSelectedTabContents()); in TEST_F()
1473 strip.AddTabContents(page_a_a_a_contents, -1, PageTransition::LINK, in TEST_F()
1476 EXPECT_EQ(page_a_a_a_contents, strip.GetTabContentsAt(2)); in TEST_F()
1479 strip.CloseTabContentsAt(strip.active_index(), TabStripModel::CLOSE_NONE); in TEST_F()
1482 EXPECT_EQ(page_a_a_a_contents, strip.GetSelectedTabContents()); in TEST_F()
[all …]
/external/elfutils/tests/
Drun-line2addr.sh40 testrun_compare ./line2addr -e testfile8 strip.c:953 strip.c:365 <<\EOF
41 strip.c:953 -> (.text)+0x169f (/home/drepper/gnu/elfutils/build/src/../../src/strip.c:953)
42 strip.c:953 -> (.text)+0x16aa (/home/drepper/gnu/elfutils/build/src/../../src/strip.c:953)
43 strip.c:365 -> (.text)+0x278b (/home/drepper/gnu/elfutils/build/src/../../src/strip.c:365)
44 strip.c:365 -> (.text)+0x2797 (/home/drepper/gnu/elfutils/build/src/../../src/strip.c:365)
Drun-allfcts.sh38 /home/drepper/gnu/elfutils/build/src/../../src/strip.c:107:main
39 /home/drepper/gnu/elfutils/build/src/../../src/strip.c:159:print_version
40 /home/drepper/gnu/elfutils/build/src/../../src/strip.c:173:parse_opt
41 /home/drepper/gnu/elfutils/build/src/../../src/strip.c:201:more_help
42 /home/drepper/gnu/elfutils/build/src/../../src/strip.c:217:process_file
44 /home/drepper/gnu/elfutils/build/src/../../src/strip.c:291:crc32_file
45 /home/drepper/gnu/elfutils/build/src/../../src/strip.c:313:handle_elf
DMakefile.am73 newscn run-strip-test.sh run-strip-test2.sh \
74 run-strip-test3.sh run-strip-test4.sh run-strip-test5.sh \
75 run-strip-test6.sh run-strip-test7.sh run-strip-test8.sh \
106 run-show-ciefde.sh run-show-abbrev.sh run-strip-test.sh \
107 run-strip-test2.sh run-ecp-test.sh run-ecp-test2.sh \
111 testfile13.bz2 run-strip-test3.sh run-allfcts.sh \
113 run-strip-test4.sh run-strip-test5.sh run-strip-test6.sh \
114 run-strip-test7.sh run-strip-test8.sh \
/external/jmonkeyengine/engine/src/tools/jme3tools/converters/model/strip/
DStripifier.java33 package jme3tools.converters.model.strip;
510 StripInfo strip = strips.at(i); in commitStrips() local
511 strip.m_experimentId = -1; in commitStrips()
514 allStrips.add(strip); in commitStrips()
522 strip.markTriangle(faces.at(j)); in commitStrips()
557 static void updateCacheStrip(VertexCache vcache, StripInfo strip) { in updateCacheStrip() argument
558 for (int i = 0; i < strip.m_faces.size(); ++i) { in updateCacheStrip()
559 if (!vcache.inCache(strip.m_faces.at(i).m_v0)) in updateCacheStrip()
560 vcache.addEntry(strip.m_faces.at(i).m_v0); in updateCacheStrip()
562 if (!vcache.inCache(strip.m_faces.at(i).m_v1)) in updateCacheStrip()
[all …]
/external/compiler-rt/make/
Dlib_util.mk8 GetCNAVar = $(strip \
18 SelectFunctionDir = $(strip \
22 $(error SelectFunctionDir: invalid function name "$(3)" ($(strip\
29 SelectFunctionDirs_Opt_ConfigAndArch = $(strip \
34 SelectFunctionDirs_Opt_Config = $(strip \
38 SelectFunctionDirs_Opt_Arch = $(strip \
42 SelectFunctionDirs_Gen = $(strip \
/external/jmonkeyengine/engine/src/test/jme3test/light/
DTestTangentGen.java77 Mesh strip = createTriangleStripMesh(); in simpleInitApp() local
78 addMesh("strip", strip, new Vector3f(0, -3, 0)); in simpleInitApp()
111 Mesh strip = new Mesh(); in createTriangleStripMesh() local
112 strip.setMode(Mode.TriangleStrip); in createTriangleStripMesh()
131 strip.setBuffer(Type.Position, 3, vb); in createTriangleStripMesh()
132 strip.setBuffer(Type.Normal, 3, nb); in createTriangleStripMesh()
133 strip.setBuffer(Type.TexCoord, 2, tb); in createTriangleStripMesh()
134 strip.setBuffer(Type.Index, 3, ib); in createTriangleStripMesh()
135 strip.updateBound(); in createTriangleStripMesh()
136 return strip; in createTriangleStripMesh()
/external/clang/lib/Basic/
DMakefile19 SVN_REVISION := $(strip \
22 SVN_REPOSITORY := $(strip \
25 LLVM_REVISION := $(strip \
28 LLVM_REPOSITORY := $(strip \
/external/compiler-rt/
DMakefile139 $(strip \
166 $(call Set,Tmp.Functions,$(strip \
169 $(call Set,Tmp.Optimized,$(strip \
171 $(call Set,Tmp.AR,$(strip \
173 $(call Set,Tmp.ARFLAGS,$(strip \
175 $(call Set,Tmp.RANLIB,$(strip \
177 $(call Set,Tmp.RANLIBFLAGS,$(strip \
208 $(call Set,Tmp.CC,$(strip \
210 $(call Set,Tmp.KERNEL_USE,$(strip \
212 $(call Set,Tmp.VISIBILITY_HIDDEN,$(strip \
[all …]
/external/markdown/markdown/extensions/
Dmeta.py67 if line.strip() == '':
71 key = m1.group('key').lower().strip()
72 meta[key] = [m1.group('value').strip()]
77 meta[key].append(m2.group('value').strip())
/external/markdown/markdown/
Dpreprocessors.py148 new_blocks.append(block.strip())
154 self.markdown.htmlStash.store(block.strip()))
161 items.append(block.strip())
165 self.markdown.htmlStash.store(block.strip()))
172 items.append(block.strip())
201 id = m.group(2).strip().lower()
202 t = m.group(4).strip() # potential title
/external/v8/test/mjsunit/
Dfun-name.js28 function strip(s) { function
32 assertEquals('function(){}', strip((function () { }).toString()));
33 assertEquals('functionanonymous(){}', strip(new Function().toString()));
/external/openssh/
Dlogintest.c225 char full[17], strip[9], abbrev[5]; in testLineName() local
228 memset(strip, '\0', sizeof(strip)); in testLineName()
232 line_stripname(strip, full, sizeof(strip)-1); in testLineName()
234 printf("%s: %s, %s, %s\n", line, full, strip, abbrev); in testLineName()
/external/v8/tools/
Djs2c.py76 line = line.strip()
90 string = string.strip()
135 replacement = ExpandMacros(str.strip(), macros)
187 line = line.strip()
192 value = const_match.group(2).strip()
198 args = map(string.strip, macro_match.group(2).split(','))
199 body = macro_match.group(3).strip()
205 args = map(string.strip, python_match.group(2).split(','))
206 body = python_match.group(3).strip()
/external/chromium/testing/gtest/xcode/Config/
DReleaseProject.xcconfig18 // Deploment postprocessing is what triggers Xcode to strip
24 // Dead code strip does not affect ObjC code but can help for C
31 // When we strip we want to strip all symbols in release, but save externals.
/external/protobuf/gtest/xcode/Config/
DReleaseProject.xcconfig18 // Deploment postprocessing is what triggers Xcode to strip
24 // Dead code strip does not affect ObjC code but can help for C
31 // When we strip we want to strip all symbols in release, but save externals.
/external/e2fsprogs/lib/
DMakefile.elf-lib57 install-strip: install
59 $(Q) $(STRIP) --strip-unneeded --remove-section=.comment \
62 install-shlibs-strip: install-shlibs
64 $(Q) $(STRIP) --strip-unneeded --remove-section=.comment \
/external/llvm/test/Object/Inputs/
Delfver.S6 # Also, strip off non-dynamic symbols:
7 # strip elf-versioning-test.i386
8 # strip elf-versioning-test.x86_64
/external/skia/third_party/glu/libtess/
DREADME404 strip number of triangle strips
412 New: 3 vert, 1 cntr, 1 tri, 0 strip, 0 fan, 1 ind, 0.0459 ms
413 Old: 3 vert, 1 cntr, 1 tri, 0 strip, 0 fan, 1 ind, 0.149 ms
414 New: 4 vert, 1 cntr, 2 tri, 0 strip, 1 fan, 0 ind, 0.0459 ms
415 Old: 4 vert, 1 cntr, 2 tri, 0 strip, 0 fan, 2 ind, 0.161 ms
416 New: 36 vert, 1 cntr, 34 tri, 0 strip, 1 fan, 0 ind, 0.153 ms
417 Old: 36 vert, 1 cntr, 34 tri, 0 strip, 0 fan, 34 ind, 0.621 ms
421 New: 5 vert, 1 cntr, 3 tri, 0 strip, 1 fan, 0 ind, 0.052 ms
422 Old: 5 vert, 1 cntr, 3 tri, 0 strip, 0 fan, 3 ind, 0.252 ms
423 New: 19 vert, 1 cntr, 17 tri, 2 strip, 2 fan, 1 ind, 0.911 ms
[all …]
/external/e2fsprogs/
DMakefile.in64 install-strip: subs all-libs-recursive install-strip-progs-recursive \
65 install-shlibs-strip-libs-recursive install-doc-libs
83 all-progs-recursive install-progs-recursive install-strip-progs-recursive \
93 all-libs-recursive install-libs-recursive install-strip-libs-recursive \
95 install-shlibs-strip-libs-recursive uninstall-shlibs-libs-recursive:
/external/dnsmasq/contrib/slackware-dnsmasq/
Ddnsmasq.SlackBuild39 …find . | xargs file | grep "executable" | grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded …
40 …find . | xargs file | grep "shared object" | grep ELF | cut -f 1 -d : | xargs strip --strip-unneed…
/external/llvm/bindings/ocaml/
DMakefile.ocaml61 Compile.CMI := $(strip $(OCAMLC) -c $(OCAMLCFLAGS) $(OCAMLDEBUGFLAG) -o)
62 Compile.CMO := $(strip $(OCAMLC) -c $(OCAMLCFLAGS) $(OCAMLDEBUGFLAG) -o)
63 Archive.CMA := $(strip $(OCAMLC) -a -custom $(OCAMLAFLAGS) $(OCAMLDEBUGFLAG) \
66 Compile.CMX := $(strip $(OCAMLOPT) -c $(OCAMLCFLAGS) $(OCAMLDEBUGFLAG) -o)
67 Archive.CMXA := $(strip $(OCAMLOPT) -a $(OCAMLAFLAGS) $(OCAMLDEBUGFLAG) -o)
70 Archive.EXE := $(strip $(OCAMLOPT) -cc $(CXX) $(OCAMLCFLAGS) $(UsedOcamLibs:%=%.cmxa) $(OCAMLDEBUGF…
72 Archive.EXE := $(strip $(OCAMLC) -cc $(CXX) $(OCAMLCFLAGS) $(OCAMLDEBUGFLAG:%=%.cma) -o)
118 OutputEXE := $(ExmplDir)/$(strip $(TOOLNAME))$(EXEEXT)
120 OutputEXE := $(ToolDir)/$(strip $(TOOLNAME))$(EXEEXT)
/external/chromium/build/util/
Dlastchange.py46 line = line.strip()
99 output = proc.communicate()[0].strip()
135 output = proc.communicate()[0].strip()
156 output = proc.communicate()[0].strip()
225 revision = open(default_lastchange, 'r').read().strip()
/external/llvm/lib/Support/
Dregcomp.c60 sop *strip; /* malloced strip */ member
187 p->strip = (sop *)calloc(p->ssize, sizeof(sop)); in llvm_regcomp()
189 if (p->strip == NULL) { in llvm_regcomp()
563 assert(OP(p->strip[p->pbegin[i]]) == OLPAREN); in p_simp_re()
564 assert(OP(p->strip[p->pend[i]]) == ORPAREN); in p_simp_re()
1295 (void) memmove((char *)(p->strip + p->slen), in dupl()
1296 (char *)(p->strip + start), (size_t)len*sizeof(sop)); in dupl()
1324 p->strip[p->slen++] = SOP(op, opnd); in doemit()
1344 s = p->strip[sn]; in doinsert()
1357 memmove((char *)&p->strip[pos+1], (char *)&p->strip[pos], in doinsert()
[all …]
/external/qemu/android/tools/
Dgen-hw-config.py79 self.enum_values = [ s.strip() for s in val.split(',') ]
99 line = line.strip()
105 key = key.strip()
106 value = value.strip()

12345678910>>...22