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

<<31323334353637383940>>

  /dalvik/vm/mterp/x86/
OP_INSTANCE_OF.S 33 * Trivial test failed, need to perform full check. This is common.
85 /* Now, we need to sync up with fast path. We need eax to
  /development/ndk/platforms/android-3/arch-arm/include/machine/
setjmp.h 41 /* According to the ARM AAPCS document, we only need to save
49 * calls; registers s0-s15 (d0-d7, q0-q3) do not need to be preserved
52 * not need to be preserved.
  /docs/source.android.com/src/devices/tech/input/
migration-guide.jd 34 may need to provide new device-specific key maps to emulate the old behavior.
50 <p>You will probably need to update your input device driver to implement the Linux
52 <p>You will also need to update your input device configuration files because some
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
CommonTreeAdaptor.cs 40 * objects, you need to override this and then set the parser tree adaptor to
60 * token DECL, but you need to create it as a payload or whatever for
77 * token DECL, but you need to create it as a payload or whatever for
  /external/antlr/antlr-3.4/runtime/Delphi/
README.TXT 18 You need to use Delphi 2009 or a later version to be able to use this target.
23 To use the Delphi target, you only need to put the runtime source code in a
35 In your projects, you usually only need to use the Antlr.Runtime unit, and the
62 Here is a short list of Delphi specific issues you need to take into account
137 the parser/lexer unit. This means that you need to specify the full name of
148 inside the rule, makes use of a local variable, then you need to declare that
168 If you need to add units to the uses clause of the generated units, then you can
171 then you will need to use the Classes unit.
172 Use the @usesInterface action if you need the units to appear in the interface
173 part, or @usesImplementation if you only need a unit inside the implementation
    [all...]
  /external/bison/lib/
xmalloc.c 80 There's no need for xnzalloc (N, S), since it would be equivalent
106 /* Clone an object P of size S, with error checking. There's no need
108 need for an arithmetic overflow check. */
  /external/bison/m4/
extensions.m4 12 # enough in this area it's likely we'll need to redefine
46 [Define to 1 if you need to in order for 'stat' and other
115 dnl gnulib does not need it. But if it gets required by third-party macros
  /external/chromium/chrome/browser/sync/glue/
data_type_controller.h 21 // Data type controllers need to be refcounted threadsafe, as they may
22 // need to run model associator or change processor on other threads.
32 // that need to be available before model
  /external/chromium/chrome/browser/sync/sessions/
ordered_commit_set.h 64 // belonging to |group|. This is useful when you need to process a commit
103 // We need this because of operations like AppendReverse that take ids from
104 // one OrderedCommitSet and insert into another -- we need to know the
  /external/chromium/chrome/browser/ui/cocoa/find_bar/
find_bar_bridge.mm 107 // more tests that are non-platform specific, we need to flesh out this
116 // more tests that are non-platform specific, we need to flesh out this
125 // more tests that are non-platform specific, we need to flesh out this
  /external/chromium_org/base/win/
object_watcher.cc 52 // We need to know if the current message loop is going away so we can
97 // StartWatching(). As a result, we save any state we need and clear previous
105 // Need to shutdown the watch so that we don't try to access the MessageLoop
  /external/chromium_org/chrome_frame/crash_reporting/
nt_loader.h 45 // There is more in a TEB, but this is all we need.
90 // There is more in a PEB, but this is all we need.
100 // There is more data in this structure, but this is all we need.
  /external/chromium_org/content/public/test/
nested_message_pump_android.cc 63 // Need to cap the wait time to allow task processing on the java
109 // need to call DoDelayedWork now.
150 // only be called on the same thread as Run, so we only need to update our
  /external/chromium_org/ppapi/api/
ppp.idl 25 /* We don't want name mangling for these external functions. We only need
70 * Since your module runs in a separate process, there's no need to free
71 * allocated memory. There is also no need to free any resources since all of
  /external/chromium_org/ppapi/proxy/
plugin_var_serialization_rules.cc 28 // Objects need special translations to get the IDs valid in the host.
96 // Objects need special translations to get the IDs valid in the host.
106 // so we need to use the special ReleaseHostObject.
  /external/chromium_org/sync/engine/
backoff_delay_provider.cc 93 // need to check if either code is equal to SERVER_RETURN_MIGRATION_DONE,
103 // things. There's no need to back off, we can do this immediately.
105 // TODO(sync): We shouldn't need to handle this in BackoffDelayProvider.
  /external/chromium_org/sync/protocol/
nigori_specifics.proto 53 // Passwords are always encrypted, so we don't need a field here.
54 // History delete directives need to be consumable by the server, and
56 // Synced Notifications need to be consumed by the server (the read flag)
  /external/chromium_org/sync/sessions/
ordered_commit_set.h 64 // belonging to |group|. This is useful when you need to process a commit
115 // We need this because of operations like AppendReverse that take ids from
116 // one OrderedCommitSet and insert into another -- we need to know the
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderPart.cpp 79 // renderer and the plugin has a layer, then we need a layer. Second, if this is
80 // a renderer with a contentDocument and that document needs a layer, then we need
138 // so we need to test ScrollView scrollbars separately here.
  /external/chromium_org/third_party/WebKit/Source/web/
PageOverlayList.cpp 67 // check if we need to move the overlay up and do so if needed. Otherwise,
68 // check if we need to move it down.
86 // If we did move the overlay, that means z-order is changed and we need to
  /external/chromium_org/third_party/angle_dx11/src/compiler/
VersionGLSL.cpp 12 // We need to scan for the following:
75 // We need to visit sequence children to get to global or inner scope.
103 // Fully processed. No need to visit children.
  /external/chromium_org/third_party/opus/src/celt/
os_support.h 42 /** Opus wrapper for malloc(). To do your own dynamic allocation, all you need to do is replace this function and opus_free */
54 /* Scratch space doesn't need to be cleared */
59 /** Opus wrapper for free(). To do your own dynamic allocation, all you need to do is replace this function and opus_alloc */
  /external/chromium_org/third_party/tcmalloc/chromium/src/windows/
get_mangled_names.cc 34 // (win64 vs win32) for instance, you'll need to change the mangled
39 // All you need to do is compile this file and the run dumpbin on it.
49 // the 8 symbols you need to put at the top of patch_functions.cc
  /external/chromium_org/third_party/tcmalloc/vendor/src/windows/
get_mangled_names.cc 34 // (win64 vs win32) for instance, you'll need to change the mangled
39 // All you need to do is compile this file and the run dumpbin on it.
49 // the 8 symbols you need to put at the top of patch_functions.cc
  /external/clang/docs/
FAQ.rst 49 ``-ast-dump``, then you need to take the ``clang -cc1`` line generated by the
50 driver and add the option you need. Alternatively, you can run
60 ``clang`` binary, you need to move the builtin headers, too.

Completed in 1112 milliseconds

<<31323334353637383940>>