HomeSort by relevance Sort by last modified time
    Searched refs:newChain (Results 1 - 9 of 9) sorted by null

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/exportgradle/
ProjectSetupBuilder.java 183 List<GradleModule> newChain = findModule(toFind, child);
185 currentChain = newChain;
186 } else if (newChain != null) {
187 if (currentChain.size() > newChain.size()) {
188 currentChain = newChain;
  /external/icu/icu4c/source/i18n/
plurrule.cpp 588 RuleChain *newChain = new RuleChain;
589 if (newChain == NULL) {
593 newChain->fKeyword = token;
595 prules->mRules = newChain;
604 newChain->fNext = insertAfter->fNext;
605 insertAfter->fNext = newChain;
608 newChain->ruleHeader = orNode;
610 currentChain = newChain;
    [all...]
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/glslang/SPIRV/
SpvBuilder.h 508 void setAccessChain(AccessChain newChain) { accessChain = newChain; }
  /frameworks/base/services/core/java/com/android/server/location/
GnssLocationProvider.java     [all...]
  /prebuilts/go/darwin-x86/src/text/template/parse/
node.go 453 func (t *Tree) newChain(pos Pos, node Node) *ChainNode {
parse.go 630 chain := t.newChain(t.peek().pos, node)
  /prebuilts/go/linux-x86/src/text/template/parse/
node.go 453 func (t *Tree) newChain(pos Pos, node Node) *ChainNode {
parse.go 630 chain := t.newChain(t.peek().pos, node)
  /frameworks/base/core/java/com/android/internal/os/
BatteryStatsImpl.java     [all...]

Completed in 415 milliseconds