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

1 2 3 45 6 7 8 91011>>

  /external/valgrind/main/exp-bbv/tests/amd64-linux/
million.S 7 xor %rcx,%rcx # not needed, pads total to 1M
8 xor %rax,%rax # not needed, pads total to 1M
  /libcore/luni/src/main/java/javax/security/auth/callback/
package.html 8 This package provides classes and interfaces needed to interact with the
17 It contains only what was needed to make the compiler happy, that is, classes
  /development/samples/browseable/DoneBar/
_index.jd 12 suitable for cases where no additional view details or actions are needed in the
  /external/chromium_org/build/
precompile.cc 5 // Precompiled header generator for Windows builds. No include is needed
  /external/chromium_org/cc/base/
util_unittest.cc 15 // determine the correct value before it's needed.
27 // determine the correct value before it's needed.
43 // determine the correct value before it's needed.
55 // determine the correct value before it's needed.
  /external/chromium_org/chromecast/shell/browser/webui/
webui_cast.h 11 // Initializes all WebUIs needed for the Chromecast shell. This should be
  /external/chromium_org/components/nacl/renderer/
DEPS 10 # resource model, these includes shouldn't be needed.
  /external/chromium_org/content/public/android/java/src/org/chromium/content/common/
common.aidl 5 // This file is needed to compile IChildProcessCallback.aidl and
  /external/chromium_org/content/test/data/indexeddb/
database_callbacks_first.html 12 // setTimeout is needed so that the IDBRequest returned by
  /external/chromium_org/media/base/android/
webaudio_media_codec_info.h 11 // determined by MediaCodec that is needed by the audio decoder to
  /external/chromium_org/testing/buildbot/
OWNERS 1 # This is needed because of * in testing/OWNERS .
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLExtensionName.h 10 // Extension names are needed to properly wrap instances in JavaScript objects.
  /external/chromium_org/third_party/icu/source/test/perf/usetperf/
bitset.h 35 // TODO add other methods as needed.
  /external/chromium_org/third_party/leveldatabase/src/util/
arena.cc 47 size_t needed = bytes + slop; local
49 if (needed <= alloc_bytes_remaining_) {
51 alloc_ptr_ += needed;
52 alloc_bytes_remaining_ -= needed;
  /external/chromium_org/third_party/libjingle/overrides/allocator_shim/
allocator_stub.cc 8 #error "The allocator stub isn't supported (or needed) on mac or android."
  /external/chromium_org/tools/gyp/test/win/linker-flags/
entrypointsymbol.cc 9 // Still needed because the linker checks for existence of one of main, wmain,
nodefaultlib.cc 9 // Still needed because the linker checks for existence of one of main, wmain,
  /external/clang/test/CodeGen/
debug-info-limited.c 4 // is needed, since C has no ODR to ensure that the definition will be the same
  /external/clang/test/CodeGenObjC/
debug-info-property.m 1 // FIXME: Check IR rather than asm, then triple is not needed.
debug-info-property2.m 1 // FIXME: Check IR rather than asm, then triple is not needed.
debug-info-property4.m 1 // FIXME: Check IR rather than asm, then triple is not needed.
property-dbg.m 1 // FIXME: Check IR rather than asm, then triple is not needed.
  /external/clang/test/SemaCXX/
cxx11-user-defined-literals-unused.cpp 5 int operator"" _ii(long double value) { return int(value); } // expected-warning {{not needed and will not be emitted}}
warn-variable-not-needed.cpp 4 static int abc = 42; // expected-warning {{variable 'abc' is not needed and will not be emitted}}
  /external/icu/icu4c/source/test/perf/usetperf/
bitset.h 35 // TODO add other methods as needed.

Completed in 329 milliseconds

1 2 3 45 6 7 8 91011>>