HomeSort by relevance Sort by last modified time
    Searched full:needed (Results 126 - 150 of 16716) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/llvm/autoconf/m4/
config_project.m4 2 # Provide the arguments and other processing needed for an LLVM project
need_dev_zero_for_mmap.m4 6 [AC_CACHE_CHECK([if /dev/zero is needed for mmap],
  /external/mockito/src/org/mockito/exceptions/
PrintableInvocation.java 13 * @Deprecated. We needed to move this class to a better place to keep consistency of the API.
  /external/skia/include/ports/
SkRefCnt_android.h 14 * Needed so that Chromium Webview, based on a release version of Chromium
  /frameworks/base/test-runner/src/junit/runner/
SimpleTestCollector.java 8 * {@hide} - Not needed for 1.0 SDK
  /hardware/libhardware/tests/keymaster/
Android.mk 9 # Note that "bionic" is needed because of stlport
  /libcore/luni/src/main/java/java/security/interfaces/
package.html 8 This package provides the interfaces needed to generate:
  /ndk/tests/build/issue42841-LOCAL_PATH/jni/
Android.mk 4 # make: *** No rule to make target /issue42841-LOCAL_PATH.c', needed by
  /art/runtime/arch/x86/
entrypoints_init_x86.cc 173 // points->pCmpgDouble = NULL; // Not needed on x86.
174 // points->pCmpgFloat = NULL; // Not needed on x86.
175 // points->pCmplDouble = NULL; // Not needed on x86.
176 // points->pCmplFloat = NULL; // Not needed on x86.
177 // qpoints->pFmod = NULL; // Not needed on x86.
178 // qpoints->pL2d = NULL; // Not needed on x86.
179 // qpoints->pFmodf = NULL; // Not needed on x86.
180 // qpoints->pL2f = NULL; // Not needed on x86.
181 // points->pD2iz = NULL; // Not needed on x86.
182 // points->pF2iz = NULL; // Not needed on x86
    [all...]
  /art/runtime/arch/x86_64/
entrypoints_init_x86_64.cc 177 // points->pCmpgDouble = NULL; // Not needed on x86.
178 // points->pCmpgFloat = NULL; // Not needed on x86.
179 // points->pCmplDouble = NULL; // Not needed on x86.
180 // points->pCmplFloat = NULL; // Not needed on x86.
181 // qpoints->pFmod = NULL; // Not needed on x86.
182 // qpoints->pL2d = NULL; // Not needed on x86.
183 // qpoints->pFmodf = NULL; // Not needed on x86.
184 // qpoints->pL2f = NULL; // Not needed on x86.
185 // points->pD2iz = NULL; // Not needed on x86.
186 // points->pF2iz = NULL; // Not needed on x86
    [all...]
  /development/ndk/platforms/android-9/samples/native-audio/
AndroidManifest.xml 19 <!-- RECORD_AUDIO is needed to create an audio recorder -->
22 <!-- MODIFY_AUDIO_SETTINGS is needed to use audio effects such as environmental reverb -->
25 <!-- INTERNET is needed to use a URI-based audio player, depending on the URI -->
  /external/chromium_org/third_party/skia/gyp/
xps.gyp 15 '../src/core', # needed to get SkGlyphCache.h
16 '../src/utils', # needed to get SkBitSet.h
55 '../src/utils', # needed to get SkBitSet.h
  /external/chromium_org/third_party/skia/src/gpu/
GrPlotMgr.h 18 size_t needed = width * height; local
19 if (needed <= sizeof(fStorage)) {
22 fBusy = SkNEW_ARRAY(char, needed);
  /external/skia/gyp/
xps.gyp 15 '../src/core', # needed to get SkGlyphCache.h
16 '../src/utils', # needed to get SkBitSet.h
55 '../src/utils', # needed to get SkBitSet.h
  /external/skia/src/gpu/
GrPlotMgr.h 18 size_t needed = width * height; local
19 if (needed <= sizeof(fStorage)) {
22 fBusy = SkNEW_ARRAY(char, needed);
  /external/valgrind/main/gdbserver_tests/
make_local_links 10 # The vgdb link is needed either for gdb tests
33 # $1 = Major.Minor gdb version needed
38 NEEDED=$1
40 NEEDEDMAJ=$(echo $NEEDED | awk -F\. '{ print $1 }')
41 NEEDEDMIN=$(echo $NEEDED | awk -F\. '{ print $2 }')
55 echo "$@" "suppressed as $GDB version" $GDBVERSIONLINE "is <" $NEEDED
80 # by default, we can run tests needed next/step/...
  /external/chromium_org/native_client_sdk/src/tools/lib/tests/
get_shared_deps_test.py 94 needed = get_shared_deps.GetNeeded([nexe], objdump, lib_path)
96 # static nexe should have exactly one needed file
97 self.assertEqual(len(needed), 1)
98 self.assertEqual(needed.keys()[0], nexe)
100 # arch of needed file should be x86-32
101 arch = needed.values()[0]
106 needed = get_shared_deps.GetNeeded([self.dyn_nexe],
109 names = needed.keys()
134 needed = get_shared_deps.GetNeeded([self.dyn_nexe],
137 for arch in needed.itervalues()
    [all...]
  /external/chromium_org/native_client_sdk/src/tools/lib/
get_shared_deps.py 27 NeededMatcher = re.compile('^ *NEEDED *([^ ]+)\n$')
63 '''Error raised when objdump is needed but not found'''
104 needed = set()
108 needed |= new_needed
111 unexamined = needed - examined
141 needed: A set of strings formatted as "arch/name". Example:
163 needed = set()
188 needed.add(new_needed)
194 return input_info, needed
210 # does not end up in the NEEDED section for glibc. However with bioni
    [all...]
  /frameworks/native/opengl/tools/glgen/stubs/gles11/
common.cpp 138 int needed = 1; local
144 needed = 2;
152 needed = 4;
156 glGetIntegerv(GL_NUM_COMPRESSED_TEXTURE_FORMATS, &needed);
160 glGetIntegerv(GL_NUM_SHADER_BINARY_FORMATS, &needed);
173 needed = 2;
178 needed = 3;
189 needed = 4;
195 needed = 16;
199 glGetIntegerv(GL_NUM_COMPRESSED_TEXTURE_FORMATS, &needed);
    [all...]
  /external/bison/lib/
getdelim.c 99 size_t needed = 2 * *n + 1; /* Be generous. */ local
102 if (needed_max < needed)
103 needed = needed_max;
104 if (cur_len + 1 >= needed)
111 new_lineptr = (char *) realloc (*lineptr, needed);
119 *n = needed;
  /ndk/sources/host-tools/sed-4.2.1/lib/
getdelim.c 99 size_t needed = 2 * *n + 1; /* Be generous. */ local
102 if (needed_max < needed)
103 needed = needed_max;
104 if (cur_len + 1 >= needed)
111 new_lineptr = (char *) realloc (*lineptr, needed);
119 *n = needed;
  /external/chromium_org/chrome/browser/extensions/
shared_module_service.h 26 // No imports needed.
29 // Imports are needed, but can be satisfied (i.e., there are missing or
33 // Imports are needed, and can't be satisfied (i.e., missing or outdated
  /external/chromium_org/cloud_print/virtual_driver/win/
virtual_driver_helpers.cc 35 DWORD needed = 0; local
41 &needed)) {
42 // We could try to allocate a larger buffer if needed > MAX_PATH
  /external/chromium_org/third_party/angle/src/compiler/translator/
TranslatorGLSL.cpp 34 // Write extension behaviour as needed
37 // Write emulated built-in functions if needed.
41 // Write array bounds clamping emulation if needed.
  /external/chromium_org/third_party/icu/source/samples/numfmt/
capi.c 25 int32_t needed; local
58 in the US locale. The return value is the buffer size needed.
64 needed = unum_formatDouble(fmt, a, buf, 256, NULL, &status);

Completed in 392 milliseconds

1 2 3 4 56 7 8 91011>>