/external/shflags/src/ |
shflags_test_parsing.sh | 216 assertEquals "string (${value}) test failed." "${value}" "${FLAGS_str}" 251 assertNotSame 'string test failed.' '' ${FLAGS_str} 293 assertEquals 'string flag not set properly' 'str_flag' "${FLAGS_str}" 327 assertEquals 'failed str test' 'two' "${FLAGS_str}"
|
shflags_test_defines.sh | 183 '' "${FLAGS_str:-}"
|
/frameworks/native/vulkan/tools/ |
vkinfo.cpp | 537 char flags_str[5]; local 538 flags_str[0] = (flags & VK_QUEUE_GRAPHICS_BIT) ? 'G' : '_'; 539 flags_str[1] = (flags & VK_QUEUE_COMPUTE_BIT) ? 'C' : '_'; 540 flags_str[2] = (flags & VK_QUEUE_TRANSFER_BIT) ? 'T' : '_'; 541 flags_str[3] = (flags & VK_QUEUE_SPARSE_BINDING_BIT) ? 'S' : '_'; 542 flags_str[4] = '\0'; 547 Indent(indent + 1), family, qprops.queueCount, flags_str,
|
/external/chromium-trace/catapult/telemetry/telemetry/web_perf/ |
timeline_interaction_record.py | 228 flags_str = ','.join(self._flags) 234 flags_str,
|
/hardware/intel/common/libva/test/videoprocess/ |
videoprocess.cpp | 504 char algorithm_str[MAX_LEN], flags_str[MAX_LEN]; local 545 if (!read_value_string(g_config_file_fd, "DEINTERLACING_FLAG", flags_str)) { 546 if (strstr(flags_str, "VA_DEINTERLACING_BOTTOM_FIELD_FIRST")) 548 if (strstr(flags_str, "VA_DEINTERLACING_BOTTOM_FIELD")) 550 if (strstr(flags_str, "VA_DEINTERLACING_ONE_FIELD")) [all...] |
/external/libcxx/test/libcxx/test/ |
config.py | 651 flags_str = ' '.join(self.cxx.flags) 654 all_flags = '%s %s %s' % (flags_str, compile_flags_str, link_flags_str) 655 sub.append(('%flags', flags_str)) 660 compile_str = (self.cxx.path + ' -o %t.o %s -c ' + flags_str 662 link_str = (self.cxx.path + ' -o %t.exe %t.o ' + flags_str [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/libcxx/test/ |
config.py | 650 flags_str = ' '.join(self.cxx.flags) 653 all_flags = '%s %s %s' % (flags_str, compile_flags_str, link_flags_str) 654 sub.append(('%flags', flags_str)) 659 compile_str = (self.cxx.path + ' -o %t.o %s -c ' + flags_str 661 link_str = (self.cxx.path + ' -o %t.exe %t.o ' + flags_str [all...] |
/external/opencv3/modules/core/src/ |
persistence.cpp | 4210 const char* flags_str; local 4576 const char* flags_str; local [all...] |
/external/autotest/client/common_lib/cros/network/ |
interface.py | 223 flags_str = status_line[status_line.find('<')+1:status_line.find('>')] 224 flags = flags_str.split(',')
|
/external/autotest/scheduler/ |
scheduler_models.py | 590 flags_str = ','.join(flags) 591 if flags_str: 592 flags_str = ' [%s]' % flags_str 595 flags_str)) [all...] |
/external/opencv/cxcore/src/ |
cxpersistence.cpp | 4295 const char* flags_str; local 4648 const char* flags_str; local [all...] |