Searched refs:Push (Results 1 - 12 of 12) sorted by relevance

/fuchsia/zircon/system/utest/fuzz-utils/
H A Dpath.cpp76 EXPECT_EQ(ZX_OK, path.Push("tmp"));
82 EXPECT_EQ(ZX_OK, path.Push("//tmp"));
88 EXPECT_EQ(ZX_OK, path.Push("tmp//"));
94 EXPECT_EQ(ZX_OK, path.Push("//tmp//"));
97 EXPECT_NE(ZX_OK, path.Push(""));
100 EXPECT_NE(ZX_OK, path.Push("f"));
109 EXPECT_EQ(ZX_OK, path.Push(fixture.path().c_str()));
112 EXPECT_EQ(ZX_OK, path.Push("foo/ba"));
115 EXPECT_NE(ZX_OK, path.Push("r"));
118 EXPECT_EQ(ZX_OK, path.Push("
[all...]
H A Dtest-fuzzer.cpp161 if ((rc = data_path_.Push(fixture_.path("data/fuzzing").c_str())) != ZX_OK ||
162 (rc = data_path_.Push(package.c_str())) != ZX_OK ||
163 (rc = data_path_.Push(target.c_str())) != ZX_OK) {
/fuchsia/zircon/system/ulib/fuzz-utils/include/fuzz-utils/
H A Dpath.h44 zx_status_t Push(const char* relpath);
46 // Changes to current path to value before the corresponding |Push|. Does nothing if already at
61 // between multiple |fuzzing::Path| objects chained together by |Push|.
73 // The preceding |Path| object as set by |Push|.
/fuchsia/zircon/system/uapp/hid/
H A Dreport.cpp41 TAG(Push);
/fuchsia/zircon/system/ulib/fidl/
H A Dencoding.cpp260 bool Push(Frame frame) { function in namespace:__anon1079
335 Push(Frame::DoneSentinel());
336 Push(Frame(type_, 0u));
351 if (!Push(Frame(field_type, field_offset))) {
417 if (!Push(Frame(element_type, offset))) {
H A Ddecoding.cpp240 bool Push(Frame frame) { function in namespace:__anon1059
303 Push(Frame::DoneSentinel());
304 Push(Frame(type_, 0u));
319 if (!Push(Frame(field_type, field_offset))) {
386 if (!Push(Frame(element_type, offset))) {
H A Dvalidating.cpp239 bool Push(Frame frame) { function in namespace:__anon1102
297 Push(Frame::DoneSentinel());
298 Push(Frame(type_, 0u));
313 if (!Push(Frame(field_type, field_offset))) {
376 if (!Push(Frame(element_type, offset))) {
/fuchsia/zircon/system/ulib/fuzz-utils/
H A Dfuzzer.cpp198 if (!root_.empty() && (rc = out->Push(root_.c_str())) != ZX_OK) {
202 if ((rc = out->Push(path)) != ZX_OK) {
216 if ((rc = out->Push(package)) != ZX_OK) {
244 if ((rc = out->Push(max_version)) != ZX_OK) {
281 if (GetPackagePath(p, &path) != ZX_OK || path.Push("meta") != ZX_OK) {
537 (rc = resource_path_.Push("data")) != ZX_OK ||
538 (rc = resource_path_.Push(target.c_str())) != ZX_OK) {
546 (rc = data_path_.Push("fuzzing")) != ZX_OK ||
548 (rc = data_path_.Push(package.c_str())) != ZX_OK ||
550 (rc = data_path_.Push(targe
[all...]
H A Dpath.cpp125 zx_status_t Path::Push(const char* relpath) { function in class:fuzzing::Path
182 if ((rc = Push(relpath)) != ZX_OK) {
/fuchsia/zircon/kernel/lib/fbl/include/fbl/
H A Darena.h74 // is the size of object returned/accepted by Pop/Push.
85 void Push(void* p);
88 // not been reclaimed by Push.
/fuchsia/zircon/kernel/lib/fbl/
H A Darena.cpp199 void Arena::Pool::Push(void* p) {
246 control_.Push(node);
/fuchsia/zircon/system/ulib/lockdep/include/lockdep/
H A Dlock_class_state.h275 Push(node);
310 void Push(LoopNode* node) { function in struct:lockdep::LockClassState::LoopDetector

Completed in 37 milliseconds