Home
last modified time | relevance | path

Searched refs:Walk (Results 1 – 25 of 50) sorted by relevance

12

/external/pdfium/core/fpdfapi/parser/
Dcpdf_object_walker_unittest.cpp25 std::string Walk(CPDF_Object* object) { in Walk() function
58 EXPECT_EQ(Walk(pdfium::MakeRetain<CPDF_Null>().Get()), "Null"); in TEST()
59 EXPECT_EQ(Walk(pdfium::MakeRetain<CPDF_Dictionary>().Get()), "Dict"); in TEST()
60 EXPECT_EQ(Walk(pdfium::MakeRetain<CPDF_Array>().Get()), "Arr"); in TEST()
61 EXPECT_EQ(Walk(pdfium::MakeRetain<CPDF_String>().Get()), "Str"); in TEST()
62 EXPECT_EQ(Walk(pdfium::MakeRetain<CPDF_Boolean>().Get()), "Bool"); in TEST()
63 EXPECT_EQ(Walk(pdfium::MakeRetain<CPDF_Stream>().Get()), "Stream"); in TEST()
64 EXPECT_EQ(Walk(pdfium::MakeRetain<CPDF_Reference>(nullptr, 0).Get()), "Ref"); in TEST()
78 EXPECT_EQ(Walk(dict.Get()), "Dict Str Bool Arr Ref Null Stream Dict Num"); in TEST()
/external/google-breakpad/src/processor/
Dstackwalker_mips_unittest.cc160 ASSERT_TRUE(walker.Walk(&call_stack, &modules_without_symbols, in TEST_F()
187 ASSERT_TRUE(walker.Walk(&call_stack, &modules_without_symbols, in TEST_F()
210 ASSERT_TRUE(walker.Walk(&call_stack, &modules_without_symbols, in TEST_F()
266 ASSERT_TRUE(walker.Walk(&call_stack, &modules_without_symbols, in TEST_F()
341 ASSERT_TRUE(walker.Walk(&call_stack, &modules_without_symbols, in TEST_F()
412 ASSERT_TRUE(walker.Walk(&call_stack, &modules_without_symbols, in TEST_F()
485 ASSERT_TRUE(walker.Walk(&call_stack, &modules_without_symbols, in TEST_F()
590 ASSERT_TRUE(walker.Walk(&call_stack, &modules_without_symbols, in CheckWalk()
672 ASSERT_TRUE(walker.Walk(&call_stack, &modules_without_symbols, in TEST_F()
691 ASSERT_TRUE(walker.Walk(&call_stack, &modules_without_symbols, in TEST_F()
Dstackwalker_arm_unittest.cc157 ASSERT_TRUE(walker.Walk(&call_stack, &modules_without_symbols, in TEST_F()
180 ASSERT_TRUE(walker.Walk(&call_stack, &modules_without_symbols, in TEST_F()
200 ASSERT_TRUE(walker.Walk(&call_stack, &modules_without_symbols, in TEST_F()
253 ASSERT_TRUE(walker.Walk(&call_stack, &modules_without_symbols, in TEST_F()
324 ASSERT_TRUE(walker.Walk(&call_stack, &modules_without_symbols, in TEST_F()
390 ASSERT_TRUE(walker.Walk(&call_stack, &modules_without_symbols, in TEST_F()
454 ASSERT_TRUE(walker.Walk(&call_stack, &modules_without_symbols, in TEST_F()
560 ASSERT_TRUE(walker.Walk(&call_stack, &modules_without_symbols, in CheckWalk()
757 ASSERT_TRUE(walker.Walk(&call_stack, &modules_without_symbols, in TEST_F()
774 ASSERT_TRUE(walker.Walk(&call_stack, &modules_without_symbols, in TEST_F()
[all …]
Dstackwalker_amd64_unittest.cc161 ASSERT_TRUE(walker.Walk(&call_stack, &modules_without_symbols, in TEST_F()
187 ASSERT_TRUE(walker.Walk(&call_stack, &modules_without_symbols, in TEST_F()
211 ASSERT_TRUE(walker.Walk(&call_stack, &modules_without_symbols, in TEST_F()
272 ASSERT_TRUE(walker.Walk(&call_stack, &modules_without_symbols, in TEST_F()
347 ASSERT_TRUE(walker.Walk(&call_stack, &modules_without_symbols, in TEST_F()
421 ASSERT_TRUE(walker.Walk(&call_stack, &modules_without_symbols, in TEST_F()
479 ASSERT_TRUE(walker.Walk(&call_stack, &modules_without_symbols, in TEST_F()
560 ASSERT_TRUE(walker.Walk(&call_stack, &modules_without_symbols, in CheckWalk()
Dstackwalker_arm64_unittest.cc155 ASSERT_TRUE(walker.Walk(&call_stack, &modules_without_symbols, in TEST_F()
177 ASSERT_TRUE(walker.Walk(&call_stack, &modules_without_symbols, in TEST_F()
230 ASSERT_TRUE(walker.Walk(&call_stack, &modules_without_symbols, in TEST_F()
302 ASSERT_TRUE(walker.Walk(&call_stack, &modules_without_symbols, in TEST_F()
369 ASSERT_TRUE(walker.Walk(&call_stack, &modules_without_symbols, in TEST_F()
434 ASSERT_TRUE(walker.Walk(&call_stack, &modules_without_symbols, in TEST_F()
496 ASSERT_TRUE(walker.Walk(&call_stack, &modules_without_symbols, in TEST_F()
637 ASSERT_TRUE(walker.Walk(&call_stack, &modules_without_symbols, in CheckWalk()
857 ASSERT_TRUE(walker.Walk(&call_stack, &modules_without_symbols, in TEST_F()
874 ASSERT_TRUE(walker.Walk(&call_stack, &modules_without_symbols, in TEST_F()
Dstackwalker_x86_unittest.cc171 ASSERT_TRUE(walker.Walk(&call_stack, &modules_without_symbols, in TEST_F()
197 ASSERT_TRUE(walker.Walk(&call_stack, &modules_without_symbols, in TEST_F()
220 ASSERT_TRUE(walker.Walk(&call_stack, &modules_without_symbols, in TEST_F()
262 ASSERT_TRUE(walker.Walk(&call_stack, &modules_without_symbols, in TEST_F()
326 ASSERT_TRUE(walker.Walk(&call_stack, &modules_without_symbols, in TEST_F()
392 ASSERT_TRUE(walker.Walk(&call_stack, &modules_without_symbols, in TEST_F()
458 ASSERT_TRUE(walker.Walk(&call_stack, &modules_without_symbols, in TEST_F()
518 ASSERT_TRUE(walker.Walk(&call_stack, &modules_without_symbols, in TEST_F()
598 ASSERT_TRUE(walker.Walk(&call_stack, &modules_without_symbols, in TEST_F()
687 ASSERT_TRUE(walker.Walk(&call_stack, &modules_without_symbols, in TEST_F()
[all …]
Dstackwalker_address_list_unittest.cc135 ASSERT_TRUE(walker.Walk(&call_stack, &modules_without_symbols, in TEST_F()
169 ASSERT_TRUE(walker.Walk(&call_stack, &modules_without_symbols, in TEST_F()
Dmicrodump_processor.cc80 if (!stackwalker->Walk(stack.get(), in Process()
Dstackwalker.cc105 bool Stackwalker::Walk( in Walk() function in google_breakpad::Stackwalker
Dstackwalker_selftest.cc348 stackwalker.Walk(&stack, &modules_without_symbols); in CountCallerFrames()
Dcfi_frame_info_unittest.cc493 TEST_F(SimpleWalker, Walk) { in TEST_F() argument
/external/crosvm/p9/src/protocol/
Dmessages.rs91 Walk(Twalk), enumerator
130 Tmessage::Walk(walk) => walk.byte_size(), in byte_size()
168 Tmessage::Walk(_) => TWALK, in encode()
202 Tmessage::Walk(walk) => walk.encode(writer), in encode()
254 TWALK => Ok(Tmessage::Walk(WireFormat::decode(reader)?)), in decode()
504 Walk(Rwalk), enumerator
544 Rmessage::Walk(walk) => walk.byte_size(), in byte_size()
583 Rmessage::Walk(_) => RWALK, in encode()
618 Rmessage::Walk(walk) => walk.encode(writer), in encode()
663 RWALK => Ok(Rmessage::Walk(WireFormat::decode(reader)?)), in decode()
/external/golang-protobuf/protoc-gen-go/
Dgolden_test.go43 err = filepath.Walk("testdata", func(path string, info os.FileInfo, err error) error {
67 filepath.Walk(workdir, func(genPath string, info os.FileInfo, _ error) error {
259 filepath.Walk(outdir, func(p string, info os.FileInfo, _ error) error {
/external/boringssl/src/util/
Dcheck_filenames.go41 err := filepath.Walk(root, func(path string, info os.FileInfo, err error) error {
Ddiff_asm.go67 err := filepath.Walk(*boringsslDir, func(path string, info os.FileInfo, err error) error {
/external/tensorflow/tensorflow/python/platform/
Dgfile.py34 from tensorflow.python.lib.io.file_io import walk as Walk unknown
/external/google-breakpad/src/google_breakpad/processor/
Dstackwalker.h80 bool Walk(CallStack* stack,
/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.gfile.pbtxt60 name: "Walk"
/external/antlr/runtime/ActionScript/project/src/org/antlr/runtime/tree/
DTree.as27 /** Walk upwards and get first ancestor with this token type. */
DBaseTree.as265 /** Walk upwards looking for ancestor with this token type. */
268 /** Walk upwards and get first ancestor with this token type. */
/external/skia/tools/fm/fm_bot/
Dfm_bot.go140 err := filepath.Walk(match, func(path string, info os.FileInfo, err error) error {
/external/antlr/runtime/C/doxygen/
Ddoxygengroups.dox129 /// \defgroup ANTLR3_TREE_WALK_STATE ANTLR3_TREE_WALK_STATE - Tree Walk State Class Definition
229 /// \defgroup pANTLR3_TREE_WALK_STATE pANTLR3_TREE_WALK_STATE - Tree Walk State Implementation
/external/antlr/runtime/ObjC/Framework/
DCommonTree.m276 * are set. Walk depth first, visit bottom up. Only updates nodes
DBaseTree.m415 /** Walk upwards looking for ancestor with this token type. */
421 /** Walk upwards and get first ancestor with this token type. */
/external/google-breakpad/src/common/mac/
Ddump_syms.mm297 // Walk the __debug_info section, one compilation unit at a time.
530 // Walk its load commands, and deal with whatever is there.

12