/external/chromium_org/tools/grit/grit/format/policy_templates/writers/ |
D | plist_writer_unittest.py | 72 self.assertEquals(output.strip(), expected_output.strip()) 119 self.assertEquals(output.strip(), expected_output.strip()) 166 self.assertEquals(output.strip(), expected_output.strip()) 213 self.assertEquals(output.strip(), expected_output.strip()) 269 self.assertEquals(output.strip(), expected_output.strip()) 325 self.assertEquals(output.strip(), expected_output.strip()) 372 self.assertEquals(output.strip(), expected_output.strip()) 405 self.assertEquals(output.strip(), expected_output.strip())
|
D | plist_strings_writer_unittest.py | 44 self.assertEquals(output.strip(), expected_output.strip()) 84 self.assertEquals(output.strip(), expected_output.strip()) 128 self.assertEquals(output.strip(), expected_output.strip()) 182 self.assertEquals(output.strip(), expected_output.strip()) 236 self.assertEquals(output.strip(), expected_output.strip()) 275 self.assertEquals(output.strip(), expected_output.strip())
|
/external/chromium_org/chrome/browser/ui/tabs/ |
D | tab_strip_model_unittest.cc | 1467 TabStripModel strip(&delegate, profile()); in TEST_F() local 1471 strip.AddWebContents( in TEST_F() 1477 strip.AddWebContents(page_a_a_contents, -1, content::PAGE_TRANSITION_LINK, in TEST_F() 1480 strip.AddWebContents(page_a_b_contents, -1, content::PAGE_TRANSITION_LINK, in TEST_F() 1484 strip.ActivateTabAt(1, true); in TEST_F() 1485 EXPECT_EQ(page_a_a_contents, strip.GetActiveWebContents()); in TEST_F() 1489 strip.AddWebContents(page_a_a_a_contents, -1, content::PAGE_TRANSITION_LINK, in TEST_F() 1492 EXPECT_EQ(page_a_a_a_contents, strip.GetWebContentsAt(2)); in TEST_F() 1495 strip.CloseWebContentsAt(strip.active_index(), TabStripModel::CLOSE_NONE); in TEST_F() 1498 EXPECT_EQ(page_a_a_a_contents, strip.GetActiveWebContents()); in TEST_F() [all …]
|
/external/chromium/chrome/browser/tabs/ |
D | tab_strip_model_unittest.cc | 1451 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/ |
D | run-line2addr.sh | 40 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)
|
D | run-allfcts.sh | 38 /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
|
D | Makefile.am | 73 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/chromium_org/tools/grit/grit/gather/ |
D | rc_unittest.py | 56 self.failUnless(out_text.strip() == self.part_we_want.strip()) 84 self.failUnless(transl.strip() == dlg.GetText().strip()) 141 self.failUnless(transl.strip() == menu.GetText().strip()) 177 '''.strip()), 'VS_VERSION_INFO') 183 self.failUnless(transl.strip() == version.GetText().strip()) 205 END'''.strip()), 'IDD_SIDEBAR_WEATHER_PANEL_PROPPAGE') 225 END'''.strip()), 'IDD_SIDEBAR_EMAIL_PANEL_PROPPAGE') 238 END'''.strip()), 'IDR_HYPERMENU_FOLDER') 250 END'''.strip()), 'IDR_HYPERMENU_FOLDER') 264 END'''.strip()), 'IDR_HYPERMENU_FOLDER') [all …]
|
/external/jmonkeyengine/engine/src/tools/jme3tools/converters/model/strip/ |
D | Stripifier.java | 33 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/ |
D | lib_util.mk | 8 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/ |
D | TestTangentGen.java | 77 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/chromium_org/third_party/mesa/src/src/gallium/docs/source/exts/ |
D | formatting.py | 11 envvar = envvar.strip().upper() 12 t = " Type: %s" % t.strip(" <>").lower() 13 default = " Default: %s" % default.strip(" ()") 21 opcode = opcode.strip().upper() 22 desc = " (%s)" % desc.strip()
|
/external/mesa3d/src/gallium/docs/source/exts/ |
D | formatting.py | 11 envvar = envvar.strip().upper() 12 t = " Type: %s" % t.strip(" <>").lower() 13 default = " Default: %s" % default.strip(" ()") 21 opcode = opcode.strip().upper() 22 desc = " (%s)" % desc.strip()
|
/external/compiler-rt/ |
D | Makefile | 134 $(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/chromium_org/tools/valgrind/ |
D | drmemory_analyze.py | 79 while len(self.line_.strip()) > 0: 94 m = re.search("# Suppression for Error #([0-9]+)", line.strip()) 102 if supp_line.startswith("#") or supp_line.strip() == "": 105 generated_suppressions[error_id] = cur_supp.strip() 116 self.line_ = match.groups()[1].strip() + "\n" 117 report = "".join(self.ReadSection()).strip() 123 while self.line_.strip() != "": 124 line = self.line_.strip() 132 ret.append(self.line_.strip())
|
/external/chromium_org/ppapi/generators/ |
D | idl_diff.py | 72 if change.was[0].strip() != '*': return False 97 was = change.was[index].strip() 100 was = was[2:].strip() 101 now = change.now[index].strip() 104 now = now[2:-2].strip() 114 if change.was[0].strip() != '*': return False 116 stripped = line.strip() 154 if line.strip().find('struct'): return False 167 line = line.strip() 224 if line[2:].strip() == '': continue [all …]
|
/external/clang/lib/Basic/ |
D | Makefile | 19 SVN_REVISION := $(strip \ 22 SVN_REPOSITORY := $(strip \ 25 LLVM_REVISION := $(strip \ 28 LLVM_REPOSITORY := $(strip \
|
/external/chromium_org/third_party/android_testrunner/ |
D | am_instrument_parser.py | 91 line = line.strip(string.whitespace) 94 key = re_result.search(line).group(1).strip(string.whitespace) 97 val = re_result.search(line).group(2).strip(string.whitespace) 107 val = re_code.search(line).group(1).strip(string.whitespace) 146 key, value = (field.group('key').strip(), field.group('value').strip())
|
/external/markdown/markdown/extensions/ |
D | meta.py | 67 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/ |
D | fun-name.js | 28 function strip(s) { function 32 assertEquals('function(){}', strip((function () { }).toString())); 33 assertEquals('functionanonymous(){}', strip(new Function().toString()));
|
/external/chromium_org/v8/test/mjsunit/ |
D | fun-name.js | 28 function strip(s) { function 32 assertEquals('function(){}', strip((function () { }).toString())); 33 assertEquals('functionanonymous(){}', strip(new Function().toString()));
|
/external/markdown/markdown/ |
D | preprocessors.py | 148 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/chromium_org/tools/grit/grit/format/ |
D | chrome_messages_json_unittest.py | 72 self.assertEqual(test.strip(), output.strip()) 96 self.assertEqual(test.strip(), output.strip())
|
/external/mesa3d/ |
D | Android.mk | 42 MESA_GPU_DRIVERS := $(strip $(BOARD_GPU_DRIVERS)) 73 ifneq ($(strip $(MESA_GPU_DRIVERS)),) 81 ifeq ($(strip $(MESA_BUILD_CLASSIC)),true) 87 ifeq ($(strip $(MESA_BUILD_GALLIUM)),true)
|
/external/chromium_org/third_party/mesa/src/ |
D | Android.mk | 42 MESA_GPU_DRIVERS := $(strip $(BOARD_GPU_DRIVERS)) 73 ifneq ($(strip $(MESA_GPU_DRIVERS)),) 81 ifeq ($(strip $(MESA_BUILD_CLASSIC)),true) 87 ifeq ($(strip $(MESA_BUILD_GALLIUM)),true)
|