HomeSort by relevance Sort by last modified time
    Searched full:parents (Results 1 - 25 of 577) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/re2/patches/
re2-memory-optimization.patch 8 - IntMap* parents = entries_[i].parents;
9 + StdIntMap* parents = entries_[i].parents;
10 if (parents->size() > 8) {
11 // This one triggers too many things. If all the parents are AND
16 - for (IntMap::iterator it = parents->begin(); it != parents->end(); ++it)
17 + for (StdIntMap::iterator it = parents->begin();
18 + it != parents->end(); ++it)
    [all...]
  /frameworks/base/tools/layoutlib/bridge/tests/res/testApp/MyApplication/
.gitignore 8 # and excluding all children of those parents.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/resources/platform/
DeclareStyleableInfo.java 32 /** Optional name of the parents styleable. Can be null. */
58 String[] parents = existing.getParents(); local
59 if (parents != null) {
60 mParents = new String[parents.length];
61 System.arraycopy(parents, 0, mParents, 0, parents.length);
93 /** Sets the name of the parents styleable. Can be null. */
94 public void setParents(String[] parents) {
95 mParents = parents;
98 /** Returns the name of the parents styleable. Can be null. *
    [all...]
  /external/chromium_org/chrome/tools/build/win/
make_chromebot_zip.sh 31 # Use cp --parents to copy full relative directory. Since we need the
39 cp -r --parents "$f" "$output_abs"
43 cp -r --parents "$f" "$output_abs"
56 # Again, use cp --parents to copy full relative directory. Since we need the
61 cp -r --parents "$f" "$sym_output_abs"
make_zip.sh 28 # Use cp --parents to copy full relative directory. Since we need the
36 cp -r --parents "$f" "$output_abs"
  /external/chromium_org/ppapi/generators/
idl_propertynode.py 21 self.parents = []
26 self.parents.append(parent)
36 # If not, seach parents in order
37 for parent in self.parents:
58 def BuildNode(name, props, children=None, parents=None):
67 if parents:
68 for parent in parents:
  /external/chromium_org/third_party/re2/re2/
prefilter_tree.cc 31 delete entries_[i].parents;
104 // triggering too many parents. Then get rid of them if possible.
110 StdIntMap* parents = entries_[i].parents; local
111 if (parents->size() > 8) {
112 // This one triggers too many things. If all the parents are AND
117 for (StdIntMap::iterator it = parents->begin();
118 it != parents->end(); ++it) {
124 for (StdIntMap::iterator it = parents->begin();
125 it != parents->end(); ++it
369 StdIntMap* parents = entries_[i].parents; local
    [all...]
  /external/chromium_org/chrome/browser/sync_file_system/drive_backend/
drive_backend_test_util.cc 31 std::set<std::string> parents; local
33 EXPECT_TRUE(parents.insert(left.parent_folder_ids(i)).second);
36 EXPECT_EQ(1u, parents.erase(left.parent_folder_ids(i)));
37 EXPECT_TRUE(parents.empty());
conflict_resolver.h 34 // If a remote file has an active tracker and multiple managed parents,
35 // ConflictResolver detaches the file from all parents other than the parent
  /external/regex-re2/re2/
prefilter_tree.cc 26 delete entries_[i].parents;
99 // triggering too many parents. Then get rid of them if possible.
105 IntMap* parents = entries_[i].parents; local
106 if (parents->size() > 8) {
107 // This one triggers too many things. If all the parents are AND
112 for (IntMap::iterator it = parents->begin(); it != parents->end(); ++it)
117 for (IntMap::iterator it = parents->begin();
118 it != parents->end(); ++it
362 IntMap* parents = entries_[i].parents; local
    [all...]
  /external/junit/src/org/junit/runners/model/
RunnerBuilder.java 39 private final Set<Class<?>> parents= new HashSet<Class<?>>(); field in class:RunnerBuilder
64 if (!parents.add(parent))
70 parents.remove(klass);
  /external/chromium_org/ash/test/
ash_test_views_delegate.h 14 // parents widget with no parent/context to the shell. This is created by
  /external/chromium_org/third_party/skia/src/animator/
thingstodo.txt 21 handle errors for all element not contained by correct parents
  /external/skia/src/animator/
thingstodo.txt 21 handle errors for all element not contained by correct parents
  /external/bison/tests/
cxx-type.at 39 int parents;
43 int parents;
49 int parents;
212 node->nterm.parents = 0;
216 child0->nodeInfo.parents += 1;
219 child1->nodeInfo.parents += 1;
222 child2->nodeInfo.parents += 1;
231 node->term.parents = 0;
241 node->nodeInfo.parents -= 1;
242 /* Free only if 0 (last parent) or -1 (no parents). *
    [all...]
  /external/chromium_org/chrome/browser/chromeos/drive/
resource_entry_conversion.h 30 // 1) Entries without parents are allowed on drive.google.com. These entries are
33 // 2) Entries with multiple parents are allowed on drive.google.com. For these
  /external/chromium_org/third_party/skia/experimental/webtry/setup/
webtry_setup.sh 24 sudo cp --parents `ldd /home/webtry/skia/out/Debug/webtry | cut -d " " -f 3` /srv/chroot/webtry
25 sudo cp --parents `ldd /bin/sh | cut -d " " -f 3` /srv/chroot/webtry
  /external/skia/experimental/webtry/setup/
webtry_setup.sh 24 sudo cp --parents `ldd /home/webtry/skia/out/Debug/webtry | cut -d " " -f 3` /srv/chroot/webtry
25 sudo cp --parents `ldd /bin/sh | cut -d " " -f 3` /srv/chroot/webtry
  /ndk/sources/host-tools/sed-4.2.1/testsuite/
linecnt.inp 19 Their parents must be cold and hungry,
38 With my parents at my pillow,
linecnt.good 38 Their parents must be cold and hungry,
76 With my parents at my pillow,
  /system/core/toolbox/
mkdir.c 12 fprintf(stderr," -p, --parents create parent directories as needed\n");
24 strcmp(argv[1], "--parents") == 0) ? 1 : 0;
  /external/icu/icu4c/source/test/depstest/
depstest.py 86 def _Resolve(name, parents):
90 if name in parents:
92 (item_type, name, parents))
97 parents.append(name)
112 dep_item = _Resolve(dep, parents)
133 del parents[-1]
  /external/chromium_org/ui/wm/public/
activation_client.h 65 // The transient parents of these windows may have visual appearance properties
66 // that differ from transient parents that can be deactivated.
  /external/clang/include/clang/AST/
ParentMap.h 1 //===--- ParentMap.h - Mappings from Stmts to their Parents -----*- C++ -*-===//
29 /// visited and updated or inserted but not the parents of S.
  /docs/source.android.com/scripts/
build.py 58 parents = {} variable
82 if parentdir in parents:
83 parent = parents[parentdir]
105 parents[curdir] = (sidebar, sidebar2, sidebar3)

Completed in 1500 milliseconds

1 2 3 4 5 6 7 8 91011>>