HomeSort by relevance Sort by last modified time
    Searched full:entire (Results 776 - 800 of 5570) sorted by null

<<31323334353637383940>>

  /external/selinux/secilc/docs/
cil_introduction.md 31 * Shift more compilation work to happen per-module instead of globally - the current toolchain performance is often driven by the size of the policy and the need to have the entire policy loaded to do much of the processing. If possible, make it possible to do more compilation of one module at a time to increase performance. At the very least, clearly identify and manage language constructs that cause work on the global policy.
55 The language, like the existing policy languages, is declarative. It removes all of the ordering constraints from the previous languages. Finally, the language is meant to be processed in source form as a single compilation unit - there is no module-by-module compilation. This has advantages (no need for compiled disk representation, better error reporting, simpler processing) with the primary disadvantage of space. However, this is not a problem in practice as the linking process for the binary policy modules required the entire representation in memory as well. It is, in many ways, a natural result of the declarative nature of the language.
  /external/valgrind/VEX/useful/
hd_fpu.c 777 /* The entire modRM byte is an opcode extension. */
876 /* The entire modRM byte is an opcode extension. */
    [all...]
  /external/valgrind/docs/internals/
t-chaining-notes.txt 41 - more economical unchaining when nuking an entire sector
56 all targets: when nuking an entire sector, don't bother to undo the
  /external/webrtc/webrtc/modules/video_coding/codecs/vp8/
vp8_sequence_coder.cc 159 // num_frames = -1 implies unlimited encoding (entire sequence).
215 " Default: -1 (entire sequence).";
  /frameworks/base/docs/html/ndk/samples/
sample_na.jd 26 <p>The app itself simply renders a color onto the entire screen, and
137 <p>This file essentially contains the entire progam.</p>
  /frameworks/base/tools/aapt2/util/
Util.h 212 * Writes the entire BigBuffer to the output stream.
217 * Copies the entire BigBuffer into a single buffer.
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
PhoneNumberWatcherTest.java 282 * Helper method for testing replacing the entire string with another string
291 // Replace entire text with the given values
  /hardware/qcom/gps/msm8909/utils/
LocHeap.cpp 66 // of the entire subtree
196 // of the entire subtree
  /hardware/qcom/gps/msm8996/utils/
LocHeap.cpp 66 // of the entire subtree
196 // of the entire subtree
  /libcore/ojluni/src/main/java/sun/misc/
CharacterEncoder.java 88 * Encode the prefix for the entire buffer. By default is simply
96 * Encode the suffix for the entire buffer.
  /libcore/ojluni/src/main/java/sun/security/provider/certpath/
X509CertPath.java 227 // Copy the entire input stream into an InputStream that does
253 * Reads the entire contents of an InputStream into a byte array.
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothShare.java 335 * capture the entire category.
380 * capture the entire category.
  /packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/
AudioRecordView.java 133 // so that we can handle it for the entire panel in onTouchEvent(). This is
135 // 2) the entire panel owns the touch event so we'd keep recording even
  /packages/apps/Music/res/values-en-rAU/
strings.xml 43 <string name="delete_album_desc" msgid="8172412873562794429">"Permanently delete the entire album \"<xliff:g id="ALBUM">%s</xliff:g>\" from the SD card?"</string>
44 <string name="delete_album_desc_nosdcard" msgid="8612559166069885285">"Permanently delete the entire album \"<xliff:g id="ALBUM">%s</xliff:g>\" from USB storage?"</string>
  /packages/apps/Music/res/values-en-rGB/
strings.xml 43 <string name="delete_album_desc" msgid="8172412873562794429">"Permanently delete the entire album \"<xliff:g id="ALBUM">%s</xliff:g>\" from the SD card?"</string>
44 <string name="delete_album_desc_nosdcard" msgid="8612559166069885285">"Permanently delete the entire album \"<xliff:g id="ALBUM">%s</xliff:g>\" from USB storage?"</string>
  /packages/apps/Music/res/values-en-rIN/
strings.xml 43 <string name="delete_album_desc" msgid="8172412873562794429">"Permanently delete the entire album \"<xliff:g id="ALBUM">%s</xliff:g>\" from the SD card?"</string>
44 <string name="delete_album_desc_nosdcard" msgid="8612559166069885285">"Permanently delete the entire album \"<xliff:g id="ALBUM">%s</xliff:g>\" from USB storage?"</string>
  /packages/apps/UnifiedEmail/src/org/apache/commons/io/output/
ByteArrayOutputStream.java 183 * Writes the entire contents of the specified input stream to this
242 * Writes the entire contents of this byte stream to the
  /prebuilts/go/darwin-x86/src/regexp/
backtrack.go 279 // Only need to check end point, because this entire
294 // If we used the entire text, no longer match is possible.