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

<<11121314151617181920>>

  /external/sepolicy/
netd.te 20 # XXX Split /proc/sys/net into its own type.
24 # XXX Split into its own type.
  /external/v8/test/mjsunit/
regexp-capture.js 36 assertEquals(["", undefined, ""], "y".split(/(x)?\1y/));
37 assertEquals(["", undefined, ""], "y".split(/(x)?y/));
  /frameworks/wilhelm/tools/permute/
permute.c 53 /** Global state during the split phase */
75 /** Split the specified range of frames, using the allowed budget of segments.
79 static unsigned split(State *s, unsigned frameStart, unsigned frameLength, unsigned segmentBudget) function
107 used = split(s, leftStart, leftLength, segmentBudget / 2);
108 used += split(s, rightStart, rightLength, segmentBudget - used);
110 used = split(s, rightStart, rightLength, segmentBudget / 2);
111 used += split(s, leftStart, leftLength, segmentBudget - used);
224 used = split(&s, 0, sfinfo_in.frames, s.mSegmentMax);
  /packages/apps/Dialer/src/com/android/dialer/list/
PhoneFavoriteSquareTileView.java 40 // not split by dashes, underscore etc.
68 final String[] tokens = NAME_TOKEN_SEPARATOR_PATTERN.split(name, 2);
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
PathMatcher.java 33 String[] segments = Path.split(pattern);
42 String[] segments = path.split();
  /packages/apps/Settings/src/com/android/settings/net/
NetworkPolicyEditor.java 82 // force combine any split policies when disabled
247 * Remove any split {@link NetworkPolicy}.
283 public void setMobilePolicySplit(String subscriberId, boolean split) {
284 if (setMobilePolicySplitInternal(subscriberId, split)) {
296 private boolean setMobilePolicySplitInternal(String subscriberId, boolean split) {
303 if (split == beforeSplit) {
307 } else if (beforeSplit && !split) {
321 } else if (!beforeSplit && split) {
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/rc_binomial_heap_/
split_join_fn_imps.hpp 45 split(Pred pred, PB_DS_CLASS_C_DEC& other) function in class:PB_DS_CLASS_C_DEC
53 base_type::split(pred, other);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/detail/rc_binomial_heap_/
split_join_fn_imps.hpp 45 split(Pred pred, PB_DS_CLASS_C_DEC& other) function in class:PB_DS_CLASS_C_DEC
53 base_type::split(pred, other);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/pb_ds/detail/rc_binomial_heap_/
split_join_fn_imps.hpp 45 split(Pred pred, PB_DS_CLASS_C_DEC& other) function in class:PB_DS_CLASS_C_DEC
53 base_type::split(pred, other);
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/rc_binomial_heap_/
split_join_fn_imps.hpp 45 split(Pred pred, PB_DS_CLASS_C_DEC& other) function in class:PB_DS_CLASS_C_DEC
53 base_type::split(pred, other);
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/rc_binomial_heap_/
split_join_fn_imps.hpp 45 split(Pred pred, PB_DS_CLASS_C_DEC& other) function in class:PB_DS_CLASS_C_DEC
53 base_type::split(pred, other);
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/rc_binomial_heap_/
split_join_fn_imps.hpp 45 split(Pred pred, PB_DS_CLASS_C_DEC& other) function in class:PB_DS_CLASS_C_DEC
53 base_type::split(pred, other);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/detail/rc_binomial_heap_/
split_join_fn_imps.hpp 45 split(Pred pred, PB_DS_CLASS_C_DEC& other) function in class:PB_DS_CLASS_C_DEC
53 base_type::split(pred, other);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/rc_binomial_heap_/
split_join_fn_imps.hpp 45 split(Pred pred, PB_DS_CLASS_C_DEC& other) function in class:PB_DS_CLASS_C_DEC
53 base_type::split(pred, other);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/rc_binomial_heap_/
split_join_fn_imps.hpp 45 split(Pred pred, PB_DS_CLASS_C_DEC& other) function in class:PB_DS_CLASS_C_DEC
52 base_type::split(pred, other);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/rc_binomial_heap_/
split_join_fn_imps.hpp 45 split(Pred pred, PB_DS_CLASS_C_DEC& other) function in class:PB_DS_CLASS_C_DEC
53 base_type::split(pred, other);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/rc_binomial_heap_/
split_join_fn_imps.hpp 45 split(Pred pred, PB_DS_CLASS_C_DEC& other) function in class:PB_DS_CLASS_C_DEC
52 base_type::split(pred, other);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/rc_binomial_heap_/
split_join_fn_imps.hpp 45 split(Pred pred, PB_DS_CLASS_C_DEC& other) function in class:PB_DS_CLASS_C_DEC
52 base_type::split(pred, other);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_install_data.py 39 rtwo = os.path.split(two)[-1]
41 rone = os.path.split(one)[-1]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_macos.py 55 tp = ln.split()[-1][1:-1]
57 cr = ln.split()[-1][1:-1]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_install_data.py 39 rtwo = os.path.split(two)[-1]
41 rone = os.path.split(one)[-1]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_macos.py 55 tp = ln.split()[-1][1:-1]
57 cr = ln.split()[-1][1:-1]
  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/util/
PsdFile.java 95 private static void writeImage(BufferedImage image, DataOutputStream out, boolean split)
98 if (!split) out.writeShort(0);
121 if (split) out.writeShort(0);
122 if (split) out.write(a);
123 if (split) out.writeShort(0);
125 if (split) out.writeShort(0);
127 if (split) out.writeShort(0);
129 if (!split) out.write(a);
  /cts/tools/dasm/src/java_cup/
action_production.java 4 /** A specialized version of a production used when we split an existing
  /cts/tools/signature-tools/src/signature/model/impl/
SigPackage.java 43 return Arrays.asList(name.split("\\."));

Completed in 2646 milliseconds

<<11121314151617181920>>