Home
last modified time | relevance | path

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

12345678910>>...28

/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/compiler-rt/
DMakefile134 $(call Set,Tmp.SHARED_LIBRARY,$(strip \
136 $(call Set,Tmp.SHARED_LIBRARY_SUFFIX,$(strip \
148 $(strip \
175 $(call Set,Tmp.Functions,$(strip \
178 $(call Set,Tmp.Optimized,$(strip \
180 $(call Set,Tmp.AR,$(strip \
182 $(call Set,Tmp.ARFLAGS,$(strip \
184 $(call Set,Tmp.CC,$(strip \
186 $(call Set,Tmp.LDFLAGS,$(strip \
188 $(call Set,Tmp.RANLIB,$(strip \
[all …]
/external/clang/lib/Basic/
DMakefile19 SVN_REVISION := $(strip \
22 SVN_REPOSITORY := $(strip \
25 LLVM_REVISION := $(strip \
28 LLVM_REPOSITORY := $(strip \
/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/v8/test/mjsunit/
Dfun-name.js28 function strip(s) { function
32 assertEquals('function(){}', strip((function () { }).toString()));
33 assertEquals('functionanonymous(){}', strip(new Function().toString()));
/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/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/libvpx/libvpx/third_party/googletest/src/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/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/llvm/utils/
Dwciia.py56 name = line[2:].strip()
63 email = line[2:].strip()
66 description = line[2:].strip()
69 filesfolders = line[2:].strip()
/external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/common/
Dhtmlutil.py143 strip = _HtmlStripper()
144 strip.feed(str)
145 strip.close()
146 str = strip.get_output()
/external/e2fsprogs/lib/
DMakefile.elf-lib58 install-strip: install
60 $(Q) $(STRIP) --strip-unneeded --remove-section=.comment \
63 install-shlibs-strip: install-shlibs
65 $(Q) $(STRIP) --strip-unneeded --remove-section=.comment \
/external/harfbuzz_ng/src/
Dgen-arabic-table.py33 block = line[2:].strip ()
36 fields = [x.strip () for x in line.split (';')]
86 fields = [x.strip () for x in line.split (';')]
113 names[items[0]] = os.path.commonprefix ([names[items[0]], fields[1]]).strip ()
183 print " * %s" % (l.strip())
/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/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()
392 assert(OP(p->strip[p->pbegin[backrefnum]]) != OLPAREN); in p_ere_exp()
393 assert(OP(p->strip[p->pend[backrefnum]]) != ORPAREN); in p_ere_exp()
591 assert(OP(p->strip[p->pbegin[i]]) == OLPAREN); in p_simp_re()
592 assert(OP(p->strip[p->pend[i]]) == ORPAREN); in p_simp_re()
1323 (void) memmove((char *)(p->strip + p->slen), in dupl()
1324 (char *)(p->strip + start), (size_t)len*sizeof(sop)); in dupl()
1352 p->strip[p->slen++] = SOP(op, opnd); in doemit()
[all …]
/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)

12345678910>>...28