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

/external/strace/tests/
H A Dqual_fault.c52 static int is_raw, err, first, step, iter, try; variable
79 if (is_raw)
92 if (is_raw)
123 is_raw = !strcmp("raw", argv[1]);
/external/strace/tests-m32/
H A Dqual_fault.c52 static int is_raw, err, first, step, iter, try; variable
79 if (is_raw)
92 if (is_raw)
123 is_raw = !strcmp("raw", argv[1]);
/external/strace/tests-mx32/
H A Dqual_fault.c52 static int is_raw, err, first, step, iter, try; variable
79 if (is_raw)
92 if (is_raw)
123 is_raw = !strcmp("raw", argv[1]);
/external/v8/src/ast/
H A Dast-value-factory.h48 explicit AstString(bool is_raw) argument
49 : next_(nullptr), bit_field_(IsRawStringBits::encode(is_raw)) {}
/external/libvpx/libvpx/
H A Dvpxdec.c307 int is_raw = 0; local
320 is_raw = 1;
333 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 199 milliseconds