OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:passes
(Results
151 - 175
of
1913
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/llvm/docs/
HowToSubmitABug.rst
94
This command should do two things: it should print out a list of
passes
, and
103
bugpoint foo.bc <list of
passes
printed by opt>
107
submit the "foo.bc" file and the list of
passes
printed by ``opt``.
146
<http://valgrind.org/>`_'s clean,
passes
purify, or some other memory
152
and optionally a series of LLVM
passes
to run. For example:
156
bugpoint -run-llc [... optzn
passes
...] file-to-test.bc --args -- [program arguments]
158
bugpoint will try to narrow down your list of
passes
to the one pass that
166
Similarly to debugging incorrect compilation by mis-behaving
passes
, you
/external/llvm/include/llvm/Transforms/
Instrumentation.h
1
//===- Transforms/Instrumentation.h - Instrumentation
passes
----*- C++ -*-===//
10
// This file defines constructor functions for instrumentation
passes
.
/external/llvm/lib/Support/
DeltaAlgorithm.cpp
75
// If the test
passes
on this subset alone, recurse.
83
// Otherwise, if we have more than two sets, see if test
passes
on the
/external/llvm/lib/Target/AArch64/
AArch64TargetMachine.cpp
11
// methods. Principally just setting up the
passes
needed to generate correct
20
#include "llvm/CodeGen/
Passes
.h"
/external/llvm/lib/Target/R600/
AMDIL.h
64
// Instruction selection
passes
.
70
// Pre emit
passes
.
/external/llvm/test/
Makefile.tests
21
# Specify ENABLE_STATS on the command line to enable -stats and -time-
passes
24
STATS = -stats -time-
passes
/external/llvm/tools/
Makefile
64
PARALLEL_DIRS += bugpoint-
passes
75
PARALLEL_DIRS := $(filter-out bugpoint-
passes
, \
/external/llvm/tools/bugpoint-passes/
TestPasses.cpp
1
//===- TestPasses.cpp - "buggy"
passes
used to test bugpoint --------------===//
10
// This file contains "buggy"
passes
that are used to test bugpoint, to check
/external/llvm/tools/opt/
AnalysisWrappers.cpp
11
// be
passes
. It provides a nice standard pass interface to these classes so
16
// just making it so more
passes
are available.
/external/proguard/src/proguard/classfile/util/
WarningPrinter.java
73
* the given class name
passes
the class name filter.
85
* Returns whether the given class name
passes
the class name filter.
/frameworks/av/include/camera/
ICameraRecordingProxy.h
48
* The camcorder app opens the camera and starts the preview. The app
passes
53
*
passes
a ICameraRecordingProxyListener to the app. The app connects back to
/packages/apps/Contacts/src/com/android/contacts/editor/
AggregationSuggestionView.java
46
* Callback that
passes
the contact ID to join with and, for convenience,
53
* Callback that
passes
the contact ID to edit instead of the current contact.
/dalvik/tests/083-jit-regressions/src/
ZeroTests.java
62
System.out.println(name + "
passes
");
/development/samples/training/threadsample/src/com/example/android/threadsample/
PhotoTask.java
244
* Implements PhotoDownloadRunnable.handleHTTPState().
Passes
the download state to the
264
//
Passes
the state to the ThreadPool object.
275
* Implements PhotoDecodeRunnable.handleDecodeState().
Passes
the decoding state to the
295
//
Passes
the state to the ThreadPool object.
/external/bluetooth/bluedroid/stack/include/
profiles_api.h
30
/*** Port entity
passes
back 8 bit errors; will use upper byte offset ***/
/external/chromium/base/
spin_wait.h
32
// that the test
passes
, even if load varies, and external events vary.
/external/chromium/chrome/browser/accessibility/
browser_accessibility_cocoa.h
17
// WebAccessibility tree and
passes
it to the browser process over IPC.
/external/chromium/chrome/browser/policy/
device_management_backend_impl.h
21
// and
passes
them on to the service for processing.
/external/chromium/chrome/browser/renderer_host/
save_file_resource_handler.h
43
//
Passes
the buffer to the download file writer.
/external/chromium/chrome/browser/ui/views/status_icons/
status_icon_win.h
37
// there is a registered observer,
passes
the click event to the observer,
/external/chromium/net/tools/flip_server/
balsa_visitor_interface.h
27
// This is how the BalsaFrame
passes
you the raw input which it knows to
48
// BalsaFrame
passes
the raw header data through this function. This is
56
// BalsaFrame
passes
the raw trailer data through this function. This is
132
// BalsaFrame
passes
the raw chunk extension data through this function.
/external/clang/lib/StaticAnalyzer/Frontend/
AnalysisConsumer.h
32
/// analysis
passes
. (The set of analyses run is controlled by command-line
/external/e2fsprogs/tests/f_dup/
expect.1
5
Running additional
passes
to resolve blocks claimed by more than one inode...
/external/e2fsprogs/tests/f_dup3/
expect.1
5
Running additional
passes
to resolve blocks claimed by more than one inode...
/external/icu4c/i18n/
funcrepl.h
52
* replacer,
passes
it through the given transliterator, and emits
Completed in 2623 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>