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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
symtablemodule.c 16 char *startstr; local
20 &startstr))
22 if (strcmp(startstr, "exec") == 0)
24 else if (strcmp(startstr, "eval") == 0)
26 else if (strcmp(startstr, "single") == 0)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
symtablemodule.c 16 char *startstr; local
20 &startstr))
22 if (strcmp(startstr, "exec") == 0)
24 else if (strcmp(startstr, "eval") == 0)
26 else if (strcmp(startstr, "single") == 0)
  /external/python/cpython2/Modules/
symtablemodule.c 16 char *startstr; local
20 &startstr))
22 if (strcmp(startstr, "exec") == 0)
24 else if (strcmp(startstr, "eval") == 0)
26 else if (strcmp(startstr, "single") == 0)
  /external/python/cpython3/Modules/
symtablemodule.c 15 char *startstr; local
19 &str, PyUnicode_FSDecoder, &filename, &startstr))
21 if (strcmp(startstr, "exec") == 0)
23 else if (strcmp(startstr, "eval") == 0)
25 else if (strcmp(startstr, "single") == 0)
  /frameworks/base/core/java/com/android/server/
BootReceiver.java 464 String rebootStr, String reasonStr, String startStr, String durationStr) {
486 if (startStr != null) {
488 start = Long.parseLong(startStr);
490 Slog.e(TAG, "Cannot parse shutdown start time: " + startStr);
500 Slog.e(TAG, "Cannot parse shutdown duration: " + startStr);
  /prebuilts/go/darwin-x86/src/cmd/trace/
trace.go 189 if startStr, endStr := r.FormValue("start"), r.FormValue("end"); startStr != "" && endStr != "" {
191 start, err := strconv.ParseUint(startStr, 10, 64)
193 log.Printf("failed to parse start parameter '%v': %v", startStr, err)
  /prebuilts/go/linux-x86/src/cmd/trace/
trace.go 189 if startStr, endStr := r.FormValue("start"), r.FormValue("end"); startStr != "" && endStr != "" {
191 start, err := strconv.ParseUint(startStr, 10, 64)
193 log.Printf("failed to parse start parameter '%v': %v", startStr, err)
  /external/icu/icu4c/source/tools/gensprep/
filterRFC3454.pl 195 ($startStr, $endStr ) = split /\.\./, $code;
196 $start = atoi($startStr);
  /device/linaro/bootloader/edk2/MdePkg/Library/UefiDevicePathLib/
DevicePathFromText.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
bltinmodule.c 471 char *startstr; local
484 kwlist, &cmd, &filename, &startstr,
503 if (strcmp(startstr, "exec") == 0)
505 else if (strcmp(startstr, "eval") == 0)
507 else if (strcmp(startstr, "single") == 0)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
bltinmodule.c 465 char *startstr; local
478 kwlist, &cmd, &filename, &startstr,
497 if (strcmp(startstr, "exec") == 0)
499 else if (strcmp(startstr, "eval") == 0)
501 else if (strcmp(startstr, "single") == 0)
    [all...]
  /external/python/cpython2/Python/
bltinmodule.c 471 char *startstr; local
484 kwlist, &cmd, &filename, &startstr,
503 if (strcmp(startstr, "exec") == 0)
505 else if (strcmp(startstr, "eval") == 0)
507 else if (strcmp(startstr, "single") == 0)
    [all...]
  /external/protobuf/php/ext/google/protobuf/
upb.h 5743 func *startstr; local
    [all...]
upb.c     [all...]
  /external/protobuf/ruby/ext/google/protobuf_c/
upb.h 6178 func *startstr; local
    [all...]
upb.c     [all...]
  /frameworks/base/tools/aapt/
ResourceTable.cpp     [all...]

Completed in 1155 milliseconds