HomeSort by relevance Sort by last modified time
    Searched full:stdstr (Results 1 - 8 of 8) sorted by null

  /external/dng_sdk/source/
dng_xmp_sdk.cpp 1447 TXMP_STRING_TYPE stdStr;
1455 &stdStr,
1463 uint32 stdLen = (uint32) stdStr.size ();
1471 memcpy (stdBlock->Buffer (), stdStr.c_str (), stdLen);
  /external/llvm/unittests/Support/
YAMLIOTest.cpp 243 std::string stdstr; member in struct:BuiltInTypes
267 io.mapRequired("stdstr", bt.stdstr);
296 "stdstr: hello where?\n"
317 EXPECT_TRUE(map.stdstr == "hello where?");
344 map.stdstr = "three four";
373 EXPECT_TRUE(map.stdstr == "three four");
    [all...]
  /prebuilts/go/darwin-x86/src/time/
format.go 745 stdstr := layout[len(prefix) : len(layout)-len(suffix)]
966 return Time{}, &ParseError{alayout, avalue, stdstr, value, ": " + rangeErrString + " out of range"}
969 return Time{}, &ParseError{alayout, avalue, stdstr, value, ""}
    [all...]
  /prebuilts/go/linux-x86/src/time/
format.go 745 stdstr := layout[len(prefix) : len(layout)-len(suffix)]
966 return Time{}, &ParseError{alayout, avalue, stdstr, value, ": " + rangeErrString + " out of range"}
969 return Time{}, &ParseError{alayout, avalue, stdstr, value, ""}
    [all...]
  /prebuilts/go/darwin-x86/pkg/darwin_amd64/
time.a     [all...]
  /prebuilts/go/darwin-x86/pkg/darwin_amd64_race/
time.a     [all...]
  /prebuilts/go/linux-x86/pkg/linux_amd64/
time.a     [all...]
  /prebuilts/go/linux-x86/pkg/linux_amd64_race/
time.a     [all...]

Completed in 1502 milliseconds