HomeSort by relevance Sort by last modified time
    Searched full:split (Results 1351 - 1375 of 5986) sorted by null

<<51525354555657585960>>

  /external/chromium_org/tools/idl_parser/
idl_lexer.py 30 module_path, module_name = os.path.split(__file__)
162 word = t.value.split()[0]
229 self.lines = data.split('\n')
  /external/chromium_org/tools/symsrc/
source_index.py 75 return [x for x in filelist.split('\r\n') if len(x) != 0]
128 vals = dict((y.split(': ', 2) for y in info.split('\r\n') if y))
  /external/chromium_org/v8/src/x64/
lithium-codegen-x64.h 303 // Returns the condition on which a final split to
311 // Returns the condition on which a final split to
318 // Returns the condition on which a final split to
  /external/chromium_org/v8/tools/
jsmin.py 114 var_names = re.split(r",", var_names)
120 args = re.split(r",", args)
204 for line in re.split(r"\n", text):
  /external/dexmaker/src/dx/java/com/android/dx/ssa/
SsaConverter.java 33 * Returns an SSA representation, edge-split and with phi
123 * Converts CFG into "edge-split" form, such that each node either a
181 * We may need room to insert move insns later, so make sure to split
  /external/eigen/Eigen/src/Core/products/
GeneralMatrixMatrixTriangular.h 97 // the selected actual_mc * size panel of res is split into three different part:
122 // - then, as usual, each panel is split into three parts along the diagonal,
142 // again, each is split into three parts, etc.
  /external/gtest/test/
gtest_shuffle_test.py 100 for line in RunAndReturnOutput(extra_env, args).split('\n'):
123 test_case = test.split('.')[0]
248 [test_case, _] = test.split('.')
  /external/libvpx/libvpx/third_party/googletest/src/test/
gtest_shuffle_test.py 100 for line in RunAndReturnOutput(extra_env, args).split('\n'):
123 test_case = test.split('.')[0]
248 [test_case, _] = test.split('.')
  /external/llvm/docs/
conf.py 145 # If true, the index is split into individual pages for each letter.
243 # Split the name out of the title.
244 name,description = title.split(' - ', 1)
  /external/llvm/include/llvm/Analysis/
PathNumbering.h 189 // For backedges and split-edges, the phony edge which is linked to the
193 // For backedges and split-edges, the phony edge which is linked to the
198 // If this is a phony edge, _realEdge is a link to the back or split
  /external/llvm/lib/CodeGen/
RegAllocBasic.cpp 112 // was successful, and append any new spilled/split intervals to splitLVRs.
167 // Spill or split all live virtual registers currently unified under PhysReg
168 // that interfere with VirtReg. The newly spilled or split live intervals are
  /external/openssl/crypto/objects/
obj_dat.pl 39 @a=split(/,/,$v{$k});
252 foreach (split(/,/))
289 @a=split(/\s+/,$v);
objects.pl 13 ($Cname,$mynum) = split;
58 ($myoid,$mysn,$myln) = split ':';
210 @a = split(/\s+/,$myoid);
  /external/protobuf/gtest/test/
gtest_shuffle_test.py 106 for line in RunAndReturnOutput(extra_env, args).split('\n'):
129 test_case = test.split('.')[0]
254 [test_case, _] = test.split('.')
  /external/skia/tools/
submit_try 71 gcl = proc.communicate()[0].split('\n')[0].rstrip()
107 for line in content.split('\n'):
202 for bot in argv.pop(0).split(','):
  /external/v8/src/arm/
lithium-codegen-arm.h 282 // Returns the condition on which a final split to
290 // Returns the condition on which a final split to
298 // Returns the condition on which a final split to
  /external/v8/src/ia32/
lithium-codegen-ia32.h 275 // Returns the condition on which a final split to
283 // Returns the condition on which a final split to
291 // Returns the condition on which a final split to
  /external/v8/src/mips/
lithium-codegen-mips.h 292 // Returns the condition on which a final split to
304 // Returns the condition on which a final split to
313 // Returns the condition on which a final split to
  /external/v8/src/x64/
lithium-codegen-x64.h 264 // Returns the condition on which a final split to
272 // Returns the condition on which a final split to
279 // Returns the condition on which a final split to
  /external/v8/tools/
jsmin.py 114 var_names = re.split(r",", var_names)
120 args = re.split(r",", args)
204 for line in re.split(r"\n", text):
  /frameworks/base/tests/AppLaunch/src/com/android/tests/applaunch/
AppLaunch.java 141 String appNames[] = appList.split("\\|");
143 String[] parts = pair.split("\\^");
155 for (String accountType : requiredAccounts.split(",")) {
  /frameworks/native/libs/input/
KeyLayoutMap.cpp 296 } else if (token == "split") {
303 ALOGE("%s: Expected split value, got '%s'.",
328 ALOGE("%s: Expected axis label, 'split' or 'invert', got '%s'.",
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
RetryManager.java 195 String strArray[] = configStr.split(",");
199 String splitStr[] = strArray[i].split("=", 2);
227 splitStr = strArray[i].split(":", 2);
  /ndk/sources/third_party/googletest/googletest/test/
gtest_shuffle_test.py 100 for line in RunAndReturnOutput(extra_env, args).split('\n'):
123 test_case = test.split('.')[0]
248 [test_case, _] = test.split('.')
  /packages/apps/Exchange/src/com/android/exchange/adapter/
AbstractSyncAdapter.java 248 * binder transaction, we split the Operations as directed by separators. If any of the
265 // Nope; split into smaller chunks, demarcated by the separator operation
305 * Called by a sync adapter to indicate a relatively safe place to split a batch of CPO's

Completed in 1578 milliseconds

<<51525354555657585960>>