OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:production
(Results
201 - 225
of
931
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium-trace/catapult/third_party/gsutil/third_party/pyasn1/
setup.py
11
Development Status :: 5 -
Production
/Stable
/external/dagger2/compiler/src/main/java/dagger/internal/codegen/
AbstractComponentProcessingStep.java
28
* A {@link ProcessingStep} that is responsible for dealing with a component or
production
component
MonitoringModuleGenerator.java
43
/** Generates a monitoring module for use with
production
components. */
ProductionComponentProcessingStep.java
71
//
production
subcomponents.
/external/dagger2/producers/src/main/java/dagger/producers/
Producer.java
22
* An interface that represents the
production
of a type {@code T}. You can also inject
/external/guice/core/src/com/google/inject/internal/
InjectionRequestProcessor.java
120
// Run injections if we're not in tool stage (ie,
PRODUCTION
or DEV),
/external/libchrome/base/
run_loop.h
29
// MessageLoops in
production
code! If you must, use this class instead of
/external/skia/src/gpu/
GrContextFactory.h
39
//! Not ready for
production
.
/external/valgrind/
README
22
The Valgrind distribution currently includes six
production
-quality
/external/webrtc/
DEPS
34
# WebRTC
production
code.
/external/webrtc/webrtc/p2p/base/
testturnserver.h
105
// Obviously, do not use this in a
production
environment.
/external/webrtc/webrtc/test/channel_transport/
udp_transport_unittest.cc
89
// In
production
, sockets register themselves at creation time with
/frameworks/base/docs/html/distribute/stories/games/
doctor-who-legacy.jd
19
creating blockbuster console, PC, and mobile games in the areas of
production
,
/frameworks/base/libs/hwui/
TreeInfo.h
119
//
production
is outrunning consumption
/frameworks/native/cmds/flatland/
README.txt
18
fixed or eliminated for
production
devices).
/frameworks/native/vulkan/doc/implementors_guide/
implementors_guide.adoc
30
Android's security model and policies differ significantly from other platforms. In particular, Android does not allow loading external code into a non-debuggable process on
production
(non-rooted) devices, nor does it allow external code to inspect or control the process's memory/state/etc. This includes a prohibition on saving core dumps, API traces, etc. to disk for later inspection. So only layers delivered as part of the application will be enabled on
production
devices, and drivers must also not provide functionality that violates these policies.
34
1. Development-time layers: validation layers, shims for tracing/profiling/debugging tools, etc. These shouldn't be installed on the system image of
production
devices: they would be a waste of space for most users, and they should be updateable without requiring a system update. A developer wishing to use one of these during development has the ability to modify their application package (e.g. adding a file to their native libraries directory). IHV and OEM engineers who are trying to diagnose failures in shipping, unmodifiable apps are assumed to have access to non-
production
(rooted) builds of the system image.
/hardware/libhardware/include/hardware/
local_time_hal.h
96
*
Production
HALs should never support this method.
/libcore/luni/src/main/java/java/util/concurrent/
CompletionService.java
10
* A service that decouples the
production
of new asynchronous tasks
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/cla/
parameter.hpp
113
// argument
production
based on different source
/packages/inputmethods/LatinIME/native/jni/src/dictionary/interface/
dictionary_structure_with_buffer_policy.h
103
// dedicated method instead of this if you want to use this in the
production
.
/system/core/crash_reporter/
README.md
54
By default, crash reports are only uploaded to the server for
production
/system/core/include/binderwrapper/
stub_binder_wrapper.h
66
// To create a local BBinder object,
production
code can call
/system/update_engine/client_library/include/update_engine/
client.h
43
//
production
mode to avoid pulling untrusted updates.
/developers/build/prebuilts/gradle/WatchFace/Wearable/src/main/java/com/example/android/wearable/watchface/
Gles2ColoredTriangleList.java
34
/** Whether to check for GL errors. This is slow, so not appropriate for
production
builds. */
135
* <p><em>Note</em> This is quite slow so it's best to use it sparingly in
production
builds.
/developers/samples/android/wearable/wear/WatchFace/Wearable/src/main/java/com/example/android/wearable/watchface/
Gles2ColoredTriangleList.java
34
/** Whether to check for GL errors. This is slow, so not appropriate for
production
builds. */
135
* <p><em>Note</em> This is quite slow so it's best to use it sparingly in
production
builds.
Completed in 703 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>