HomeSort by relevance Sort by last modified time
    Searched refs:split (Results 2326 - 2350 of 6499) sorted by null

<<919293949596979899100>>

  /tools/test/connectivity/acts/framework/acts/controllers/
android_device.py 496 lines = out.split('\n', 1)
498 tokens = lines[0].split(' ')
883 br_out_path = out.split(':')[1].strip()
900 return out.split('\n')
    [all...]
  /device/linaro/bootloader/edk2/IntelFspPkg/Tools/
GenCfgOpt.py 425 binlist = ConfigDict['value'][1:-1].split(',')
592 PageList = Match.group(1).split(',')
628 (Major, Minor) = ConfigDict['order'].split('.')
697 binlist = Item['value'][1:-1].split(',')
    [all...]
  /external/clang/lib/AST/
TypePrinter.cpp 143 SplitQualType split = t.split(); local
144 print(split.Ty, split.Quals, OS, PlaceHolder);
239 SplitQualType Split = T.split();
243 Qualifiers Quals = Split.Quals;
245 dyn_cast<SubstTemplateTypeParmType>(Split.Ty))
248 printBefore(Split.Ty, Quals, OS);
300 SplitQualType split = t.split() local
    [all...]
  /external/dng_sdk/source/
dng_bad_pixels.cpp 1230 // In case there is some green split, make an estimate of
1236 int32 split = ((g22 + g62 + g26 + g66) * 4 + local
1243 est0 = g13 + g75 + split * 2;
1253 est1 = g33 + g55 + split * 2;
1263 est2 = g31 + g57 + split * 2;
1282 est4 = g37 + g51 + split * 2;
1292 est5 = g35 + g53 + split * 2;
1302 est6 = g15 + g73 + split * 2;
1318 lower = Pin_int32 (0, lower + split, 65535);
1319 upper = Pin_int32 (0, upper + split, 65535);
    [all...]
  /frameworks/base/core/java/android/hardware/
Camera.java 4127 private ArrayList<String> split(String str) { method in class:Camera.Parameters
    [all...]
  /libcore/ojluni/src/main/java/java/util/stream/
StreamSpliterators.java 58 * cannot be split if there are stateful operations present.
65 // If not then can split otherwise cannot
192 Spliterator<P_IN> split = spliterator.trySplit();
193 return (split == null) ? null : wrap(split);
245 // with an exact size to an estimate for a sub-split, for example
618 // current (absolute) index, modified on advance/split
655 // The left split does not intersect with, and is to the left of, the slice
656 // The right split does intersect
657 // Discard the left split and split further with the right spli
1295 Spliterator<T> split = s.trySplit(); local
    [all...]
  /art/runtime/interpreter/mterp/
gen_mterp.py 442 tokens = line.strip().split(' ', 2)
460 tokens = line.strip().split(' ', 1)
571 tokens = line.split(' ') # tokenize
600 elif tokens[0] == "split-ops":
  /build/soong/cc/
gen_stub_libs.py 47 return [e for e in re.split(r'\s+', all_tags) if e.strip()]
242 name = self.current_line.split('{')[0].strip()
261 visibility = self.current_line.split(':')[0].strip()
  /cts/hostsidetests/media/bitstreams/app/src/android/media/cts/bitstreams/app/
MediaBitstreamsDeviceSideTest.java 244 frameMD5Sums.set(i, line.split(" ")[0]);
372 for (String entry : trackFormatString.split(",")) {
373 String[] kv = entry.split("=");
  /cts/suite/audio_quality/lib/src/task/
TaskProcess.cpp 249 std::unique_ptr<std::vector<android::String8>> paramTokens(StringUtil::split(paramStr, ','));
251 LOGE("split failed");
256 std::unique_ptr<std::vector<android::String8>> itemTokens(StringUtil::split(tokens[i],
259 LOGE("split failed");
299 std::unique_ptr<std::vector<android::String8> > tokenPtr(StringUtil::split(value, ':'));
302 LOGE("split failed");
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
UserString.py 118 def split(self, sep=None, maxsplit=-1): member in class:UserString
119 return self.data.split(sep, maxsplit)
223 called_in_dir, called_as = os.path.split(sys.argv[0])
uuid.py 307 words = line.lower().split()
358 value = line.split(':')[-1].strip().lower()
422 if int(os.uname()[2].split('.')[0]) >= 9:
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/command/
bdist_rpm.py 365 l = string.split(string.strip(line))
527 spec_file.extend(string.split(open(val, 'r').read(), '\n'))
558 for line in string.split(string.strip(changelog), '\n'):
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
util.py 122 macrelease = '.'.join(m.group(1).split('.')[:2])
187 i.e. split it on '/' and put it back together again using the current
203 paths = string.split(pathname, '/')
321 """Split a string up according to Unix shell-like rules for quotes and
565 lines = string.split(header, '\n')
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/email/
_parseaddr.py 50 data = data.split()
61 stuff = data[0].split('-')
94 tm = tm.split(':')
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/xml/sax/
expatreader.py 307 pair = name.split()
320 parts = aname.split()
341 pair = name.split()
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/freeze/
freeze.py 147 options = open(sys.argv[pos+1]).read().split()
197 apply(modulefinder.AddPackagePath, tuple(a.split("=", 2)))
199 f,r = a.split("=", 2)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
ftpmirror.py 57 host, port = host.split(':', 1)
142 words = line.split(None, 8)
379 dir, fname = os.path.split(filename)
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/GenFds/
Fv.py 334 Guid = FV_UI_EXT_ENTY_GUID.split('-')
369 ByteList = self.FvExtEntryData[Index].split(',')
378 Guid = self.FvNameGuid.split('-')
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/TargetTool/
TargetTool.py 65 LineList = Line.split(KeySplitCharacter,1)
75 self.TargetTxtDictionary[Key] = LineList[1].split()
106 LineList = Line.split(KeySplitCharacter,1)
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Library/
ParserValidate.py 272 for Word in Path.split('/'):
626 ValueList = StringValue.split(',')
639 ValueList = PcdValue.split(',')
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Xml/
IniToXml.py 86 TokenList = Line.split(TAB_VALUE_SPLIT)
96 Attr = Token.split(TAB_EQUAL_SPLIT)
353 TokenList = Line.split(TAB_EQUAL_SPLIT, 1)
  /device/linaro/bootloader/edk2/EmulatorPkg/Unix/
lldbefi.py 442 Hex = ''.join(x for x in GuidStr if x not in '{,}').split()
469 command_args = shlex.split(command)
520 data = line.split(' ')
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/debug/
socket.rb 291 @version = @socket.readline.split( "\t" )[ -1 ]
292 @grammar_file = @socket.readline.split( "\t" )[ -1 ]
304 name, *elements = event.split( "\t",-1 )
  /external/autotest/client/common_lib/
control_data.py 123 return [part.strip() for part in self.suite.split(',')]
155 existing_suites = self.suite.split(',')
211 items = [x.strip() for x in val.split(',') if x.strip()]

Completed in 1475 milliseconds

<<919293949596979899100>>