/external/clang/test/Lexer/ |
conflict-marker.c | 7 <<<<<<< .mine 16 <<<<<<< .mine
|
/external/clang/test/CodeGenCXX/ |
aarch64-cxxabi.cpp | 42 static Guarded mine(a);
|
/toolchain/binutils/binutils-2.25/libiberty/ |
maint-tool | 229 $mine{$f} = "\$(INCDIR)/$f"; 232 $mine{'config.h'} = "config.h"; 237 $mine{$f} = "\$(srcdir)/$f"; 240 $mine{'config.h'} = "config.h"; 261 next unless $mine{$p}; 276 $d = $mine{$dt};
|
/bionic/libc/arch-mips/string/ |
mips_strlen.c | 149 chk (unsigned mine, unsigned libs, int *errors) 152 char *result = mine == libs ? "PASS" : "FAIL"; 153 sprintf (answer, "new_strlen=%d: lib_strlen=%d: %s!", mine, libs, result); 154 if (mine != libs)
|
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/misc/ |
IntervalSet.java | 288 Interval mine=null; 291 mine = (Interval)thisIter.next(); 296 while ( mine!=null ) { 297 //System.out.println("mine="+mine+", theirs="+theirs); 298 // CASE 1: nothing in theirs removes a chunk from mine 299 if ( theirs==null || mine.disjoint(theirs) ) { 300 // SUBCASE 1a: finished traversing theirs; keep adding mine now 302 // add everything in mine to difference since theirs done 303 diff.add(mine); 417 Interval mine = (Interval)myIntervals.get(i); local [all...] |
/dalvik/dx/src/com/android/dx/cf/code/ |
LocalsArraySet.java | 385 LocalsArray mine = getSecondaryForLabel(predLabel); local 391 if (mine == other) { 392 newSecondary = mine; 393 } else if (mine == null) { 396 newSecondary = mine.merge(other); 399 if ((newSecondary == mine) && (newPrimary == primary)) {
|
/frameworks/data-binding/compiler/src/main/java/android/databinding/annotationprocessor/ |
ProcessExpressions.java | 72 IntermediateV2 mine = createIntermediateFromLayouts(buildInfo.layoutInfoDir(), local 74 if (mine != null) { 75 mine.updateOverridden(resourceBundle); 76 intermediateList.add(mine); 77 saveIntermediate(processingEnvironment, buildInfo, mine); 78 mine.appendTo(resourceBundle);
|
/external/skia/src/gpu/batches/ |
GrNonAAFillRectBatch.cpp | 136 static bool CanCombine(const Geometry& mine, const Geometry& theirs, 181 static bool CanCombine(const Geometry& mine, const Geometry& theirs, 184 return mine.fViewMatrix.cheapEqualTo(theirs.fViewMatrix) && 185 mine.fHasLocalRect == theirs.fHasLocalRect && 186 (!mine.fHasLocalMatrix || mine.fLocalMatrix.cheapEqualTo(theirs.fLocalMatrix));
|
GrAAFillRectBatch.cpp | 229 static bool CanCombine(const Geometry& mine, const Geometry& theirs, 234 return !overrides.readsLocalCoords() || mine.fViewMatrix.cheapEqualTo(theirs.fViewMatrix); 279 static bool CanCombine(const Geometry& mine, const Geometry& theirs,
|
/frameworks/support/v4/java/android/support/v4/util/ |
SimpleArrayMap.java | 544 V mine = valueAt(i); local 546 if (mine == null) { 550 } else if (!mine.equals(theirs)) { 569 V mine = valueAt(i); local 571 if (mine == null) { 575 } else if (!mine.equals(theirs)) {
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/protorpc/ |
protobuf_test.py | 272 mine = HasDateTimeMessage(value=datetime.datetime(1970, 1, 1)) 276 my_encoded = protobuf.encode_message(mine) 283 mine = HasDateTimeMessage(value=datetime.datetime( 289 my_encoded = protobuf.encode_message(mine)
|
/external/autotest/client/site_tests/security_HardlinkRestrictions/ |
security_HardlinkRestrictions.py | 132 mine = os.path.join(tmpdir, 'mine') 137 self._is_writable(mine, user) 138 self._can_hardlink(mine, not_evil, user)
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/ec2/ |
volume.py | 250 mine = [] 253 mine.append(snap) 254 return mine
|
/frameworks/base/core/java/android/util/ |
ArrayMap.java | 676 V mine = valueAt(i); local 678 if (mine == null) { 682 } else if (!mine.equals(theirs)) {
|
ArraySet.java | 581 E mine = valueAt(i); local 582 if (!set.contains(mine)) {
|
/prebuilts/tools/common/m2/repository/org/codehaus/gmaven/feature/gmaven-feature-api/1.5/ |
gmaven-feature-api-1.5.jar | |
/external/v8/test/mjsunit/harmony/ |
proxies.js | 509 var attributes = {configurable: true, mine: 66, minetoo: 23} 514 attributes.mine = 77 518 assertEquals(undefined, desc.mine) 534 last: {value: 21, configurable: true, mine: "eyes"} 542 assertEquals(undefined, desc.mine) // Arguably a bug in the spec... 710 {value: 3, writable: false, mine: "eyes", configurable: true}, 720 if (prop != "mine") assertEquals(descs[i][prop], desc[prop]) [all...] |
/external/doclava/src/com/google/doclava/ |
MethodInfo.java | 549 for (ParameterInfo mine : mParameters) { 552 if (!mine.matchesDimension(dimensions[i], (i == params.length - 1) ? varargs : false)) { 555 TypeInfo myType = mine.type();
|
/external/nist-sip/java/gov/nist/javax/sip/message/ |
SIPMessage.java | 1610 SIPHeader mine = (SIPHeader) it.next(); local [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.core.jobs_3.5.1.R36x_v20100824.jar | |
/hardware/libhardware/tests/keymaster/ |
keymaster_test.cpp | 57 const uint8_t* mine = get(); local 61 if (mine[i] != theirs[i]) { [all...] |
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/ |
org.eclipse.core.jobs_3.5.300.v20130429-1813.jar | |
/prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/ |
org.eclipse.core.jobs_3.5.300.v20130429-1813.jar | |
/prebuilts/tools/common/m2/repository/com/google/code/gson/gson/2.3/ |
gson-2.3.jar | |
/external/icu/tools/srcgen/currysrc/libs/ |
org.eclipse.core.jobs_3.7.0.v20150330-2103.jar | |