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

1 2 34 5 6 7 8 91011>>

  /external/clang/test/CodeGenObjC/
debug-info-class-extension.m 1 // FIXME: Check IR rather than asm, then triple is not needed.
debug-info-class-extension2.m 1 // FIXME: Check IR rather than asm, then triple is not needed.
  /external/clang/test/SemaCXX/
warn-static-function-inheader.cpp 5 static void another(void) { // expected-warning {{function 'another' is not needed and will not be emitted}}
  /external/iputils/
in6_flowlabel.h 3 * because they are linux-specific. It's not needed on Android because Android
  /external/jpeg/
makvms.opt 2 ! This file is needed by makefile.mms and makefile.vms,
  /external/junit/src/junit/runner/
Version.java 16 /** @hide - not needed for public API */
  /external/qemu/distrib/jpeg-6b/
makvms.opt 2 ! This file is needed by makefile.mms and makefile.vms,
  /external/skia/tools/
LazyDecodeBitmap.h 18 * Decode the image with DecodeMemoryToTarget but defer the process until it is needed.
  /external/tinyalsa/
README 6 - If it's not absolutely needed, don't add it to the API
  /frameworks/base/test-runner/src/junit/runner/
ReloadingTestSuiteLoader.java 5 * {@hide} - Not needed for 1.0 SDK
TestCollector.java 10 * {@hide} - Not needed for 1.0 SDK
  /frameworks/support/v4/java/android/support/v4/widget/
package.html 6 is needed for use with {@link android.support.v4.content.CursorLoader}.
  /libcore/luni/src/main/java/javax/crypto/interfaces/
package.html 4 This package provides the interfaces needed to implement the
  /packages/apps/Launcher3/src/com/android/launcher3/
LauncherProviderChangeListener.java 5 * sendNotify method. This listener is needed because by default the Launcher suppresses
  /frameworks/native/services/surfaceflinger/EventLog/
EventLog.cpp 71 const size_t needed = 1 + sizeof(count); local
72 if (mPos + needed > STORAGE_MAX_SIZE) {
78 mPos += needed;
83 const size_t needed = 1; local
84 if (mPos + needed > STORAGE_MAX_SIZE) {
89 mPos += needed;
94 const size_t needed = 1 + sizeof(value); local
95 if (mPos + needed > STORAGE_MAX_SIZE) {
101 mPos += needed;
106 const size_t needed = 1 + sizeof(value) local
119 const size_t needed = 1 + sizeof(int32_t) + stringLen; local
    [all...]
  /external/elfutils/0.153/libcpu/
i386_data.h 399 int needed; local
401 needed = snprintf (buf, avail, "%%%s", dregs[byte]);
403 needed = snprintf (buf, avail, "%%mm%" PRIxFAST8, byte);
404 if ((size_t) needed > avail)
405 return needed - avail;
406 *bufcntp += needed;
428 int needed = snprintf (&d->bufp[*bufcntp], avail, "%%xmm%" PRIxFAST8, local
430 if ((size_t) needed > avail)
431 return needed - avail;
432 *d->bufcntp += needed;
470 int needed = snprintf (&d->bufp[*bufcntp], avail, "%s0x%" ABSPRIFMT, local
559 int needed = snprintf (&d->bufp[*bufcntp], avail, "%%%s%" PRIx32, local
592 int needed = snprintf (&d->bufp[*bufcntp], avail, "0x%" PRIx32, local
623 int needed = snprintf (&d->bufp[*bufcntp], avail, "(%%%s%s)", local
672 int needed = snprintf (&d->bufp[*bufcntp], avail, "%%es:(%%%sdi)", local
692 int needed; local
731 int needed = snprintf (&d->bufp[*bufcntp], avail, "$0x%" PRIxFAST8, word); local
749 int needed; local
781 int needed = snprintf (&d->bufp[*bufcntp], avail, "$0x%" PRIx64, local
784 int needed = snprintf (&d->bufp[*bufcntp], avail, "$0x%" PRIx32, local
809 int needed = snprintf (&d->bufp[*bufcntp], avail, "$0x%" PRIx64, local
812 int needed = snprintf (&d->bufp[*bufcntp], avail, "$0x%" PRIx32, word); local
823 int needed = snprintf (&d->bufp[*bufcntp], avail, "$0x%" PRIx16, word); local
840 int needed = snprintf (&d->bufp[*bufcntp], avail, "$0x%" PRIx16, word); local
856 int needed; local
880 int needed = snprintf (&d->bufp[*bufcntp], avail, "$0x%" PRIx32, local
898 int needed = snprintf (&d->bufp[*bufcntp], avail, "0x%" PRIx64, local
902 int needed = snprintf (&d->bufp[*bufcntp], avail, "0x%" PRIx32, local
921 int needed = snprintf (&d->bufp[*bufcntp], avail, "%%mm%" PRIxFAST8, byte); local
1309 int needed = snprintf (&d->bufp[*bufcntp], avail, "%%st(%" PRIx32 ")", local
1343 int needed = snprintf (&d->bufp[*bufcntp], avail, "$0x%" PRIx16, absval); local
1410 int needed = snprintf (&d->bufp[*bufcntp], avail, "%%xmm%" PRIxFAST8, byte); local
    [all...]
  /external/chromium_org/build/
common_untrusted.gypi 29 # Needed by build/build_config.h processor architecture detection.
31 # Needed by base/third_party/nspr/prtime.cc.
  /external/chromium_org/chrome/browser/android/
resource_mapper.h 11 // needed so that Android knows which Drawable is needed in the Java UI.
  /external/chromium_org/ipc/
ipc_multiprocess_test.h 11 // with the test process. See the comment below for why this is needed.
19 // as a global descriptor in the child process. This is needed on POSIX as on
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/syscalls/
getcwd.c 12 * This interception should not really be needed under glibc since we can
25 // Allocate the buffer if needed
  /external/chromium_org/remoting/host/win/
window_station_and_desktop.h 24 // Sets a new desktop handle closing the owned desktop handle if needed.
28 // if needed.
  /external/chromium_org/third_party/skia/gyp/
pdf.gyp 18 '../src/core', # needed to get SkGlyphCache.h and SkTextFormatParams.h
20 '../src/utils', # needed to get SkBitSet.h
  /external/chromium_org/tools/clang/blink_gc_plugin/
NeedsTracing.h 5 // NeedsTracing is a three-point value ordered by unneeded < unknown < needed.
15 static NeedsTracing Needed() { return kNeeded; }
TracingStatus.h 8 // TracingStatus is a three-point value ordered by unneeded < unknown < needed.
13 static TracingStatus Needed() { return kNeeded; }
  /external/skia/gyp/
pdf.gyp 18 '../src/core', # needed to get SkGlyphCache.h and SkTextFormatParams.h
20 '../src/utils', # needed to get SkBitSet.h

Completed in 642 milliseconds

1 2 34 5 6 7 8 91011>>