HomeSort by relevance Sort by last modified time
    Searched refs:added (Results 151 - 175 of 1356) sorted by null

1 2 3 4 5 67 8 91011>>

  /prebuilts/go/linux-x86/doc/codewalk/
pig.go 28 // roles swap. Otherwise, the roll value is added to thisTurn.
38 // thisTurn score is added to the player's score, and the players' roles swap.
  /system/media/camera/docs/
camera_metadata_tags.mako 47 * New sections must be added right before ANDROID_SECTION_COUNT to maintain
73 * addition, the name and type of the tag needs to be added to
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
RegAllocLinearScan.cpp 147 /// handled_ - Intervals are added to the handled_ set in the order of their
1232 SmallVector<LiveInterval*, 8> added; local
1303 SmallVector<LiveInterval*, 8> added; local
    [all...]
  /build/blueprint/bootstrap/bpglob/
bpglob.go 17 // out build.ninja regenerations when non-matching files are added. See
  /build/soong/android/
env.go 25 // any dependency on an environment variable is added to a list. During the singleton phase
  /build/soong/cmd/soong_env/
soong_env.go 17 // out build.ninja regenerations when non-matching files are added. See
  /compatibility/cdd/9_security-model/
9_8_privacy.md 50 may be monitored, when a user root CA is added.
  /cts/hostsidetests/api/
Android.mk 37 # API 27 is added since some support libraries are using old APIs
  /device/google/marlin/vndk/
Android.mk 11 # added VNDK_SP_LIBRARIES automatically. And the core variants of the VNDK-SP
  /external/eigen/doc/
eigen_navtree_hacks.js 59 if((!nodeData[1]) || (nodeData[1].indexOf('#')==-1)) // <- we added this line
68 var tocHeight = toc.height(); // <- we added this line
81 global_navtree_object = o; // <- we added this line
206 expandNode(global_navtree_object, n, true, true); // <- we added this line
  /external/icu/icu4c/source/samples/ufortune/resources/
fortune_resources.mak 17 # .res file must be added to this list, AND to the file res-file-list.txt
  /external/llvm/test/MC/ARM/
ltorg-darwin.s 4 @ between darwin and linux. Any tests added here should have a matching
5 @ test added there.
ltorg.s 4 @ between darwin and linux. Any tests added here should have a matching
5 @ test added there.
  /external/mesa3d/docs/specs/OLD/
MESA_trace.spec 45 can be added.
89 additional information added to the trace (statistics, profiling/timing,
222 be added to the trace as a comment. The error returns are cached and
358 * Revision 0.7 - Added MESA postfix (bk010126)
  /external/testng/doc/
banner.js 3 // pCurrentPage then 'class="current"' is added to the td element.
  /external/v8/src/js/
messages.js 37 * offset added to the location
  /external/webrtc/webrtc/modules/rtp_rtcp/include/
rtp_rtcp_defines.h 218 virtual void OnIncomingCSRCChanged(const uint32_t CSRC, const bool added) = 0;
342 void OnIncomingCSRCChanged(const uint32_t CSRC, const bool added) override {}
  /frameworks/base/services/core/java/com/android/server/hdmi/
HotplugDetectionAction.java 177 // Next, check added devices.
178 BitSet added = complement(polledResult, currentInfos); local
180 while ((index = added.nextSetBit(index + 1)) != -1) {
  /packages/apps/Email/tests/
Android.mk 30 # Objects.requireNonNull() which was only added in Android API level 19. Thus, this must
  /prebuilts/go/darwin-x86/src/cmd/link/internal/ld/
typelink.go 25 // Types that should be added to the typelinks table are marked with the
  /prebuilts/go/darwin-x86/src/runtime/pprof/
runtime.go 26 // given labels added to the parent's label map.
  /prebuilts/go/linux-x86/src/cmd/link/internal/ld/
typelink.go 25 // Types that should be added to the typelinks table are marked with the
  /prebuilts/go/linux-x86/src/runtime/pprof/
runtime.go 26 // given labels added to the parent's label map.
  /frameworks/base/services/core/java/com/android/server/connectivity/tethering/
TetherInterfaceStateMachine.java 356 // [2] Add only the routes that have not previously been added.
411 // [2] Add only the local DNS IP addresses that have not previously been added.
697 final Set<String> added = upstreamInterfacesAdd(newUpstreamIfaceSet); local
702 for (String ifname : added) {
738 final HashSet<String> added = new HashSet<>(newIfaces.ifnames); local
739 if (mUpstreamIfaceSet != null) added.removeAll(mUpstreamIfaceSet.ifnames);
740 return added;
  /libcore/ojluni/src/main/java/java/util/concurrent/
CopyOnWriteArrayList.java 585 * @param e element to be added to this list, if absent
586 * @return {@code true} if the element was added
723 * @param c collection containing elements to be added to this list
724 * @return the number of elements added
735 int added = 0; local
740 indexOf(e, cs, 0, added) < 0)
741 cs[added++] = e;
743 if (added > 0) {
744 Object[] newElements = Arrays.copyOf(elements, len + added);
745 System.arraycopy(cs, 0, newElements, len, added);
    [all...]

Completed in 1967 milliseconds

1 2 3 4 5 67 8 91011>>