HomeSort by relevance Sort by last modified time
    Searched full:need (Results 376 - 400 of 28514) sorted by null

<<11121314151617181920>>

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm-generic/
mman.h 30 #define MADV_WILLNEED 3 /* will need these pages */
31 #define MADV_DONTNEED 4 /* don't need these pages */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/asm-generic/
mman.h 30 #define MADV_WILLNEED 3 /* will need these pages */
31 #define MADV_DONTNEED 4 /* don't need these pages */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/asm-generic/
mman.h 30 #define MADV_WILLNEED 3 /* will need these pages */
31 #define MADV_DONTNEED 4 /* don't need these pages */
  /external/chromium/chrome/browser/sync/glue/
extension_util.h 44 // state. Neither |a| nor |b| need to be valid.
58 // |incognito_enabled|. Neither parameter need be valid.
63 // Copies everything but non-user properties. Neither parameter need
70 // properties. Neither |a| nor |b| need to be valid.
76 // properties. Neither |a| nor |b| need to be valid.
  /external/chromium_org/third_party/icu/source/i18n/
tmunit.cpp 31 * 1. a flag need to be added in Measure;
32 * 2. a new constructor which takes const "unit" as parameter need to be added,
34 * 3. clone and destructor need to check upon this flag to distinguish on how
51 * we should and need to change TimeUnitAmount and CurrencyAmount to be
53 * Or we need to add 2 parallel mutable classes in order to
  /external/icu4c/i18n/
tmunit.cpp 31 * 1. a flag need to be added in Measure;
32 * 2. a new constructor which takes const "unit" as parameter need to be added,
34 * 3. clone and destructor need to check upon this flag to distinguish on how
51 * we should and need to change TimeUnitAmount and CurrencyAmount to be
53 * Or we need to add 2 parallel mutable classes in order to
  /external/jpeg/
jinclude.h 14 * JPEG library. Most applications need only include jpeglib.h.
18 /* Include auto-config file to find out which system include files we need. */
24 * We need the NULL macro and size_t typedef.
49 * We need memory copying and zeroing functions, plus strncpy().
84 * these macros. On some systems you may need to twiddle the argument casts.
  /external/llvm/lib/Target/Mips/
MipsOs16.cpp 22 // Figure out if we need float point based on the function signature.
23 // We need to move variables in and/or out of floating point
48 // Figure out if the function will need floating point operations
94 DEBUG(dbgs() << " need to compile as nomips16 \n");
99 DEBUG(dbgs() << " no need to compile as nomips16 \n");
  /external/qemu/distrib/jpeg-6b/
jinclude.h 14 * JPEG library. Most applications need only include jpeglib.h.
18 /* Include auto-config file to find out which system include files we need. */
24 * We need the NULL macro and size_t typedef.
49 * We need memory copying and zeroing functions, plus strncpy().
84 * these macros. On some systems you may need to twiddle the argument casts.
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Misc/
LookaheadStream.cs 109 * Make sure we have 'need' elements from current position p. Last valid
110 * p index is data.size()-1. p+need-1 is the data index 'need' elements
111 * ahead. If we need 1 element, (p+1-1)==p must be &lt; data.size().
114 protected virtual void SyncAhead(int need) {
115 int n = (_p + need - 1) - _data.Count + 1; // how many more elements we need?
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Misc/
LookaheadStream.cs 127 * Make sure we have 'need' elements from current position p. Last valid
128 * p index is data.size()-1. p+need-1 is the data index 'need' elements
129 * ahead. If we need 1 element, (p+1-1)==p must be &lt; data.size().
132 protected virtual void SyncAhead( int need )
134 int n = ( _p + need - 1 ) - _data.Count + 1; // how many more elements we need?
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/misc/
LookaheadStream.java 95 /** Make sure we have 'need' elements from current position p. Last valid
96 * p index is data.size()-1. p+need-1 is the data index 'need' elements
97 * ahead. If we need 1 element, (p+1-1)==p must be < data.size().
99 protected void syncAhead(int need) {
100 int n = (p+need-1) - data.size() + 1; // how many more elements we need?
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
LookaheadStream.h 82 /** Make sure we have 'need' elements from current position p. Last valid
83 * p index is data.size()-1. p+need-1 is the data index 'need' elements
84 * ahead. If we need 1 element, (p+1-1)==p must be < data.size().
86 public void sync(int need) {
87 int n = (p+need-1) - data.size() + 1; // how many more elements we need?
LookaheadStream.m 82 /** Make sure we have 'need' elements from current position p. Last valid
83 * p index is data.size()-1. p+need-1 is the data index 'need' elements
84 * ahead. If we need 1 element, (p+1-1)==p must be < data.size().
86 public void sync(int need) {
87 int n = (p+need-1) - data.size() + 1; // how many more elements we need?
  /external/compiler-rt/lib/asan/tests/
asan_mac_test_helpers.mm 88 // pthread_create(). We need to verify that AddressSanitizer notices that the
91 // TODO(glider): this is hacky. Need to wait for the worker instead.
99 // pthread_create(). We need to verify that AddressSanitizer notices that the
102 // TODO(glider): this is hacky. Need to wait for the worker instead.
106 // libdispatch spawns a rather small number of threads and reuses them. We need
116 // TODO(glider): this is hacky. Need to wait for the workers instead.
133 // TODO(glider): this is hacky. Need to wait for the workers instead.
  /frameworks/opt/timezonepicker/src/com/android/timezonepicker/
TimeZonePickerUtils.java 44 * This needs to be an instantiated class so that it doesn't need to continuously re-load the
45 * list of timezone IDs that need to be overridden.
49 // Instead of saving a reference to the context (because we might need to look up the
59 * @param context Context in case the override labels need to be re-cached.
75 // recently, we'll need to re-cache them.
153 * need to be have their default display names overriden, use the pre-set display name from
178 // If the ID doesn't need to have the display name overridden, or if the labels were
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DictionaryPackInstallBroadcastReceiver.java 36 * need to query the dictionaries.
38 * this happens, we need to re-query the dictionaries.
39 * - Unknown client. If the dictionary provider is in urgent need of data about some client that
40 * it does not know, it sends this broadcast. When we receive this, we need to tell the dictionary
67 // We need to reread the dictionary if a new dictionary package is installed.
106 // When the dictionary package is removed, we need to reread dictionary (to use the
109 // If we are replacing the package, we will receive ADDED right away so no need to
  /external/chromium_org/third_party/icu/source/common/unicode/
localpointer.h 33 * - Need to be able to orphan/release the pointer and its ownership.
34 * - Need variants for normal C++ object pointers, C++ arrays, and ICU C service objects.
92 * with ==NULL need not be changed.
100 * with !=NULL need not be changed.
172 * if(some condition) { return; } // no need to explicitly delete the pointer
175 * // no need to explicitly delete the pointer
218 * if(some condition) { return; } // no need to explicitly delete the array
221 * // no need to explicitly delete the array
279 * if(U_FAILURE(errorCode)) { return; } // no need to explicitly delete the UCaseMap
  /external/icu4c/common/unicode/
localpointer.h 33 * - Need to be able to orphan/release the pointer and its ownership.
34 * - Need variants for normal C++ object pointers, C++ arrays, and ICU C service objects.
92 * with ==NULL need not be changed.
100 * with !=NULL need not be changed.
176 * if(some condition) { return; } // no need to explicitly delete the pointer
179 * // no need to explicitly delete the pointer
222 * if(some condition) { return; } // no need to explicitly delete the array
225 * // no need to explicitly delete the array
283 * if(U_FAILURE(errorCode)) { return; } // no need to explicitly delete the UCaseMap
  /development/host/windows/usb/
readme.txt 3 package that is compliant with android_winusb.inf, you need to create
34 template to create new .inf file for new devices. Note that you also need
38 available in WDK at bin\SelfSign folder. To use this utility you will need to
  /external/chromium/chrome/browser/ui/cocoa/
ui_localizer.mm 55 // The GTM base is bundle based, since don't need the bundle, use this
78 // Do we need to build the string, or just fetch it?
94 // If we didn't find anything, this string doesn't need localizing.
  /external/chromium_org/build/ios/
clean_env.py 28 # Need something to run.
38 # Still need something to run.
68 # Still need something to run.
  /external/chromium_org/chrome/browser/ui/cocoa/
ui_localizer.mm 56 // The GTM base is bundle based, since don't need the bundle, use this
79 // Do we need to build the string, or just fetch it?
95 // If we didn't find anything, this string doesn't need localizing.
  /external/chromium_org/chrome/tools/build/win/
make_chromebot_zip.sh 27 # Get the absolute path of the output directory. We need it when copying
31 # Use cp --parents to copy full relative directory. Since we need the
56 # Again, use cp --parents to copy full relative directory. Since we need the
  /external/chromium_org/components/browser_context_keyed_service/
refcounted_browser_context_keyed_service.h 46 // on the UI thread; you do not need to check for that yourself.
50 // If your service does not need to be deleted on a specific thread, use the
54 // If you need your service to be deleted on a specific thread (for example,

Completed in 1125 milliseconds

<<11121314151617181920>>