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

<<21222324252627282930>>

  /toolchain/binutils/binutils-2.27/bfd/
mep-relocs.pl 109 $c = substr($mask, $ci, 1);
176 $mask = substr($pattern[$i], $b, 8);
  /external/protobuf/src/google/protobuf/compiler/
command_line_interface.cc 245 path = path.substr(0, pos);
261 path = path.substr(0, pos);
    [all...]
  /external/webrtc/talk/app/webrtc/
webrtcsdp.cc 360 first_line = message.substr(line_start, (line_end - line_start));
362 first_line = message.substr(line_start);
455 *line = message.substr(line_begin, (line_end - line_begin));
    [all...]
  /art/runtime/
debug_print.cc 117 oss << "+" << dex_file->GetLocation().substr(base_dex_file->GetLocation().length());
  /art/runtime/jdwp/
jdwp_main.cc 78 jdwp_options->host = value.substr(0, colon);
79 port_string = value.substr(colon + 1);
126 bool parse_attempt = ParseJdwpOption(jdwp_option.substr(0, equals_pos),
127 jdwp_option.substr(equals_pos + 1),
  /bootable/recovery/edify/
parser.yy 65 %token AND OR SUBSTR SUPERSTR EQ NE IF THEN ELSE ENDIF
  /bootable/recovery/otautil/
SysUtil.cpp 176 if (!MapBlockFile(fn.substr(1))) {
  /bootable/recovery/tests/component/
bootloader_message_test.cpp 107 ASSERT_EQ(expected.substr(0, sizeof(boot.recovery) - 1), std::string(boot.recovery));
  /build/make/tools/atree/
fs.cpp 112 string p = path.substr(0, pos);
  /build/make/tools/droiddoc/templates-ndk/assets/design/
default.js 5 pagePath = pagePath.substr(SITE_ROOT.length);
  /build/make/tools/droiddoc/templates-pdk/assets/design/
default.js 5 pagePath = pagePath.substr(SITE_ROOT.length);
  /device/google/wahoo/vibrator/
service.cpp 63 return str.substr(str_begin, str_range);
  /external/clang/lib/Analysis/
CocoaConventions.cpp 123 StringRef suffix = functionName.substr(it - start);
  /external/clang/lib/Frontend/
DependencyGraph.cpp 118 FileName = FileName.substr(SysRoot.size());
  /external/clang/lib/StaticAnalyzer/Core/
CheckerRegistry.cpp 125 StringRef checkerName = config.getKey().substr(0, pos);
  /external/clang/test/FixIt/
typo.cpp 10 int find(const char *substr); // expected-note{{'find' declared here}}
  /external/clang/tools/diagtool/
TreeView.cpp 168 RootGroup = RootGroup.substr(2);
  /external/clang/tools/libclang/
CIndexUSRs.cpp 32 return s.startswith("c:") ? s.substr(2) : "";
  /external/curl/tests/certs/scripts/
genserv.sh 58 GETSERIAL="\$t = time ;\$d = \$t . substr(\$t+$$ ,-4,4)-1;print \$d"
  /external/deqp/external/vulkancts/modules/vulkan/texture/
vktTextureCompressedFormatTests.cpp 162 const string nameBase = de::toLower(formatStr.substr(10));
  /external/deqp/framework/delibs/decpp/
deStringUtil.cpp 84 return ToUpper()(str[0]) + str.substr(1);
  /external/doclava/res/assets/templates-sdk/assets/design/
default.js 5 pagePath = pagePath.substr(SITE_ROOT.length);
  /external/eigen/unsupported/Eigen/src/SparseExtra/
MatrixMarketIterator.h 219 m_matname = filename.substr(0, filename.length()-4);
  /external/flatbuffers/samples/
SampleBinary.php 22 $class = substr($class_name, strrpos($class_name, "\\") + 1);
  /external/gptfdisk/
attributes.cc 139 if (tempAttr.substr(0, 15) != "Undefined bit #" )

Completed in 1135 milliseconds

<<21222324252627282930>>