OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:production
(Results
151 - 175
of
931
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/llvm/test/MC/Mips/
elf-N64.s
4
// Check for N64 relocation
production
.
/external/markdown/
setup.py
41
classifiers = ['Development Status :: 5 -
Production
/Stable',
/external/protobuf/gtest/test/
gtest_all_test.cc
47
#include "test/
production
.cc"
gtest_prod_test.cc
35
#include "test/
production
.h"
/external/slf4j/slf4j-simple/src/main/java/org/slf4j/impl/
SimpleLoggerFactory.java
68
* You are strongly discouraged from calling this method in
production
code.
/external/v8/src/wasm/
ast-decoder.cc
44
// A
production
represents an incomplete decoded tree in the LR decoder.
45
struct
Production
{
81
int stack_depth; //
production
stack depth.
178
ZoneVector<
Production
> stack_;
259
Production
p = {tree, 0};
273
Production
* p = &stack_.back();
360
blocks_.back().stack_depth = -1; // no
production
for inner block.
647
void Reduce(
Production
* p) {
[
all
...]
/external/vulkan-validation-layers/tests/gtest-1.7.0/test/
gtest_all_test.cc
47
#include "test/
production
.cc"
gtest_prod_test.cc
35
#include "test/
production
.h"
/frameworks/compile/mclinker/include/mcld/LD/
RelocationFactory.h
38
// -----
production
----- //
/frameworks/compile/mclinker/include/mcld/MC/
InputFactory.h
21
* \brief InputFactory controls the
production
and destruction of
/frameworks/opt/vcard/java/com/android/vcard/
VCardParser_V40.java
29
* vCard parser for vCard 4.0. DO NOT USE IN
PRODUCTION
.
/libcore/ojluni/src/main/java/java/util/
Tripwire.java
37
* This should normally be turned off for
production
use.
/libcore/ojluni/src/main/java/java/util/stream/
Tripwire.java
37
* This should normally be turned off for
production
use.
/ndk/sources/third_party/googletest/googletest/test/
gtest_all_test.cc
47
#include "test/
production
.cc"
gtest_prod_test.cc
35
#include "test/
production
.h"
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
PrivateLog.java
29
* Class to keep long-term log. This is inactive in
production
, and is only for debug purposes.
/cts/tools/dasm/src/java_cup/
production_part.java
4
*
production
. In this base class it contains only an optional label
9
* @see java_cup.
production
symbol_part.java
3
/** This class represents a part of a
production
which is a symbol (terminal
7
* @see java_cup.
production
/external/autotest/scheduler/shard/
simple_heartbeat_server.py
25
--db_host <ip, eg:
production
db server>
27
--db_password <password, eg:
production
db password>
/external/chromium-trace/catapult/dashboard/docs/
code-snippets.md
3
It is possible to directly execute code on a
production
instance of the performance dashboard. This is one way to directly query information about the state of the datastore, and make quick adjustments to data in the datastore.
5
There are two places where
production
code can be run (admins only):
/external/dagger2/compiler/src/main/java/dagger/internal/codegen/
FrameworkField.java
151
return any(resolvedBindings.contributionBindings(), Binding.Type.
PRODUCTION
)
152
? Binding.Type.
PRODUCTION
.frameworkClass()
/external/valgrind/
README_DEVELOPERS_processes
12
* Major release
production
:
18
* Minor/correction release
production
: TBD
/frameworks/base/core/java/android/net/
NetworkIdentity.java
138
* Scrub given IMSI on
production
builds.
152
* Scrub given IMSI on
production
builds.
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/
DeviceInfoUtils.java
105
//
Production
devices should have a non-zero value. If we can't read it, assume it's a
106
//
production
device so that we don't accidentally show that it's an ENGINEERING device.
/prebuilts/tools/common/m2/repository/org/apache/maven/shared/maven-shared-components/19/
maven-shared-components-19.pom
57
<url>scm:svn:https://svn.apache.org/repos/infra/websites/
production
/maven/content/shared</url>
138
<pubScmUrl>scm:svn:https://svn.apache.org/repos/infra/websites/
production
/maven/content/${maven.site.path}</pubScmUrl>
Completed in 1584 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>