HomeSort by relevance Sort by last modified time
    Searched defs:ParseBool (Results 1 - 11 of 11) sorted by null

  /prebuilts/go/darwin-x86/src/strconv/
atob.go 7 // ParseBool returns the boolean value represented by the string.
10 func ParseBool(str string) (bool, error) {
17 return false, syntaxError("ParseBool", str)
  /prebuilts/go/linux-x86/src/strconv/
atob.go 7 // ParseBool returns the boolean value represented by the string.
10 func ParseBool(str string) (bool, error) {
17 return false, syntaxError("ParseBool", str)
  /frameworks/native/cmds/installd/tests/
installd_otapreopt_test.cpp 29 static bool ParseBool(const char* in) {
75 ASSERT_EQ(params.downgrade, ParseBool(args[i++]));
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/GenDepex/
DepexParser.c 114 ParseBool (
655 if (!ParseBool (Pbegin, length, Pindex)) {
796 ParseBool (
881 Result = ParseBool (Pbegin, length, Pindex);
884 Result = ParseBool (Pbegin, length, Pindex);
  /frameworks/native/cmds/installd/
otapreopt_parameters.cpp 32 static bool ParseBool(const char* in) {
336 downgrade = ParseBool(param);
otapreopt.cpp 275 bool ParseBool(const char* in) {
    [all...]
  /external/nanopb-c/generator/google/protobuf/
text_format.py 485 result = ParseBool(self.token)
686 def ParseBool(text):
  /external/protobuf/python/google/protobuf/
text_format.py     [all...]
  /frameworks/base/tools/aapt2/
ResourceUtils.cpp 453 Maybe<bool> ParseBool(const StringPiece& str) {
507 if (Maybe<bool> maybe_result = ParseBool(str)) {
  /external/tensorflow/tensorflow/compiler/xla/tools/parser/
hlo_parser.cc 194 bool ParseBool(bool* result);
    [all...]
  /system/update_engine/
omaha_request_action.cc 810 bool ParseBool(const string& str) {
    [all...]

Completed in 374 milliseconds