Searched defs:is_raw (Results 1 - 6 of 6) sorted by relevance

/external/strace/tests/
H A Dqual_fault.c47 static int is_raw, err, first, step, iter, try; variable
74 if (is_raw)
87 if (is_raw)
106 is_raw = !strcmp("raw", argv[1]);
/external/strace/tests-m32/
H A Dqual_fault.c47 static int is_raw, err, first, step, iter, try; variable
74 if (is_raw)
87 if (is_raw)
106 is_raw = !strcmp("raw", argv[1]);
/external/strace/tests-mx32/
H A Dqual_fault.c47 static int is_raw, err, first, step, iter, try; variable
74 if (is_raw)
87 if (is_raw)
106 is_raw = !strcmp("raw", argv[1]);
/external/v8/src/ast/
H A Dast-value-factory.h46 explicit AstString(bool is_raw) argument
47 : next_(nullptr), bit_field_(IsRawStringBits::encode(is_raw)) {}
/external/libvpx/libvpx/
H A Dvpxdec.c299 int is_raw = 0; local
312 is_raw = 1;
325 return is_raw;
/external/webrtc/talk/app/webrtc/
H A Dwebrtcsdp.cc320 SdpParseError* error, bool is_raw);
945 SdpParseError* error, bool is_raw) {
977 if (is_raw) {
944 ParseCandidate(const std::string& message, Candidate* candidate, SdpParseError* error, bool is_raw) argument

Completed in 346 milliseconds