HomeSort by relevance Sort by last modified time
    Searched full:production (Results 426 - 450 of 931) sorted by null

<<11121314151617181920>>

  /external/regex-re2/re2/testing/
backtrack.cc 13 // THIS CODE SHOULD NEVER BE USED IN PRODUCTION:
  /external/slf4j/slf4j-api/src/main/java/org/slf4j/
LoggerFactory.java 112 * You are strongly discouraged from calling this method in production code.
  /external/sonic/doc/
index.md 70 production ready.
  /external/srtp/
Makefile.in 110 # library is not meant to be included in production code
  /external/v8/
PRESUBMIT.py 58 'production code. It is OK to ignore this warning if you know what\n'
  /external/webrtc/webrtc/base/
ssladapter_unittest.cc 52 // NEVER USE THIS IN PRODUCTION CODE!
  /external/webrtc/webrtc/modules/audio_processing/intelligibility/
intelligibility_enhancer.cc 37 const float kConfigRho = 0.02f; // Default production and interpretation SNR.
  /frameworks/base/docs/html/training/tv/playback/
details.jd 66 // In a production app, the itemData object contains the information
  /frameworks/native/include/gui/
BufferQueueProducer.h 228 // next queueBuffer call can throttle buffer production. The prior
  /frameworks/native/vulkan/doc/implementors_guide/
implementors_guide.html 767 <div class="paragraph"><p>Android&#8217;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&#8217;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.</p></div>
772 Development-time layers: validation layers, shims for tracing/profiling/debugging tools, etc. These shouldn&#8217;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.
    [all...]
  /prebuilts/eclipse/maven/apache-maven-3.2.1/conf/
settings.xml 189 | for profiles, such as 'env-dev', 'env-test', 'env-production', 'user-jdcasey', 'user-brett', etc.
  /prebuilts/go/darwin-x86/src/html/template/
context.go 73 // HTML5 parsing algorithm because a single token production in the HTML
  /prebuilts/go/linux-x86/src/html/template/
context.go 73 // HTML5 parsing algorithm because a single token production in the HTML
  /prebuilts/tools/common/m2/repository/org/apache/maven/plugins/maven-dependency-plugin/2.8/
maven-dependency-plugin-2.8.pom 55 <url>scm:svn:https://svn.apache.org/repos/infra/websites/production/maven/content/${maven.site.path}</url>
  /system/bt/service/
adapter.cpp 70 // The real Adapter implementation used in production.
  /system/bt/service/hal/
bluetooth_interface.cpp 222 // BluetoothInterface implementation for production.
  /toolchain/binutils/binutils-2.25/ld/scripttempl/
avrtiny.sc 23 production file format. Ignore offsets in datasheet. */
  /external/autotest/scheduler/
host_scheduler.py 446 parser.add_argument('--production',
447 help=('Indicate that scheduler is running in production'
  /external/bison/src/
scan-code.l 626 _("symbol not found in production before $%d: %.*s");
633 _("symbol not found in production: %.*s");
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/bin/
mturk 96 parser.add_argument('-P', '--production',
98 help = 'use the production site (default: use the sandbox)')
  /external/clang/lib/Parse/
ParseInit.cpp 107 /// ParseInitializerWithPotentialDesignator - Parse the 'initializer' production
319 // an assignment-expression production.
  /external/guice/core/test/com/google/inject/spi/
ProviderMethodsTest.java 554 Guice.createInjector(Stage.PRODUCTION, module);
579 Guice.createInjector(Stage.PRODUCTION, module);
  /external/icu/android_icu4j/src/main/java/android/icu/impl/locale/
LanguageTag.java 53 // / "i-ami" ; the 'langtag' production and
71 // / "cel-gaulish" ; production, but their subtags
  /external/icu/icu4c/source/samples/ustring/
ustring.cpp 84 // Production code should be aware of what encoding is required,
279 * For production code where many strings are titlecased it would be more efficient
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/
LanguageTag.java 49 // / "i-ami" ; the 'langtag' production and
67 // / "cel-gaulish" ; production, but their subtags

Completed in 1159 milliseconds

<<11121314151617181920>>