HomeSort by relevance Sort by last modified time
    Searched full:substr (Results 1126 - 1150 of 1935) sorted by null

<<41424344454647484950>>

  /system/tpm/trunks/generator/
generator.py 212 value_bytes->append(buffer->substr(0, sizeof(%(type)s)));
    [all...]
  /test/vts-testcase/kernel/api/qtaguid/
SocketTagUserSpace.cpp 192 std::string match_data = stats_data.substr(pos);
  /external/googletest/googletest/src/
gtest.cc 637 const std::string& substr) {
658 if (strstr(r.message(), substr.c_str()) == NULL) {
660 << substr << "\"\n"
673 const std::string& substr)
674 : results_(results), type_(type), substr_(substr) {}
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/src/
gtest.cc 637 const string& substr) {
658 if (strstr(r.message(), substr.c_str()) == NULL) {
660 << substr << "\"\n"
674 const string& substr)
677 substr_(substr) {}
    [all...]
  /external/v8/testing/gtest/src/
gtest.cc 636 const string& substr) {
657 if (strstr(r.message(), substr.c_str()) == NULL) {
659 << substr << "\"\n"
673 const string& substr)
676 substr_(substr) {}
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
stringobject.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
stringobject.c     [all...]
  /external/clang/lib/CodeGen/
CodeGenAction.cpp 305 Message = Message.substr(7);
821 Msg = Msg.substr(7);
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineStencilTests.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/ycbcr/
vktYCbCrCopyTests.cpp     [all...]
  /external/libvncserver/webclients/novnc/include/
ui.js 658 Util.Debug(">> UI.clipReceive: " + text.substr(0,40) + "...");
715 Util.Debug(">> UI.clipSend: " + text.substr(0,40) + "...");
    [all...]
  /external/llvm/tools/lli/
lli.cpp 295 if (ModID.substr(0, PrefixLength) != Prefix)
297 std::string CacheSubdir = ModID.substr(PrefixLength);
  /external/python/cpython2/Objects/
stringobject.c     [all...]
  /external/swiftshader/third_party/PowerVR_SDK/Tools/
PVRTString.h     [all...]
  /external/swiftshader/third_party/subzero/src/
IceTargetLowering.cpp 161 *SplitRegClass = RegName.substr(0, Pos);
162 *SplitRegName = RegName.substr(Pos + SeparatorWidth);
    [all...]
  /external/v8/tools/
tickprocessor.js 865 userValue = arg.substr(eqPos + 1);
866 arg = arg.substr(0, eqPos);
  /frameworks/base/media/mca/filterfw/native/core/
shader_program.cpp 318 ALOGE("%03zd : %s", line_number, src.substr(cur_pos, next_pos-cur_pos).c_str());
322 ALOGE("%03zu : %s", line_number, src.substr(cur_pos, next_pos-cur_pos).c_str());
    [all...]
  /frameworks/native/cmds/atrace/
atrace.cpp 580 hidl_string fqInterfaceName = fqInstanceName.substr(0, n);
581 hidl_string instanceName = fqInstanceName.substr(n+1, std::string::npos);
    [all...]
  /frameworks/native/cmds/installd/
utils.cpp 256 *out_dir_name = dex_path.substr(0, dirIndex);
257 *out_file_name = dex_path.substr(dirIndex + 1);
    [all...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/build-android/jniLibs/armeabi-v7a/
libVkLayer_image.so 
libVkLayer_threading.so 
  /system/update_engine/common/
utils.cc 506 *out_disk_name = partition_name.substr(0, disk_name_len);
510 string partition_str = partition_name.substr(last_nondigit_pos + 1,
    [all...]
  /external/deqp/modules/gles31/functional/
es31fProgramInterfaceQueryTestCase.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/AsmParser/
PPCAsmParser.cpp     [all...]
  /external/protobuf/src/google/protobuf/compiler/js/
js_generator.cc 701 string mantissa = result.substr(0, exp_pos);
702 string exponent = result.substr(exp_pos + 1);
712 exponent = exponent.substr(1);
715 exponent = exponent.substr(1);
720 exponent = exponent.substr(1);
    [all...]

Completed in 1838 milliseconds

<<41424344454647484950>>