OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:kCode
(Results
1 - 6
of
6
) sorted by null
/external/skia/src/gpu/glsl/
GrGLSLShaderBuilder.h
215
kCode
,
219
SkSTArray<
kCode
, const char*, true> fCompilerStrings;
220
SkSTArray<
kCode
, int, true> fCompilerStringLengths;
221
SkSTArray<
kCode
, SkString> fShaderStrings;
/system/connectivity/shill/cellular/
cellular_service_unittest.cc
179
static const char
kCode
[] = "123456";
183
test_operator[kOperatorCodeKey] =
kCode
;
191
EXPECT_EQ(
kCode
, serving_operator.find(kOperatorCodeKey)->second);
/external/v8/include/
v8-profiler.h
269
kCode
= 4, // Compiled code.
/external/v8/test/unittests/wasm/
ast-decoder-unittest.cc
749
static const byte
kCode
[] = {kExprIf, kExprGetLocal, 0, kExprGetLocal,
751
for (size_t len = 1; len < arraysize(
kCode
); len++) {
752
Verify(kError, &env_i_i,
kCode
,
kCode
+ len);
760
static const byte
kCode
[] = {kExprIfElse, kExprGetLocal, 0, kExprI8Const,
762
EXPECT_FAILURE(&env_i_f,
kCode
);
763
EXPECT_FAILURE(&env_i_d,
kCode
);
767
static const byte
kCode
[] = {kExprIfElse, kExprI8Const, 1, kExprGetLocal,
769
EXPECT_FAILURE(&env_i_f,
kCode
);
770
EXPECT_FAILURE(&env_i_d,
kCode
);
[
all
...]
/system/update_engine/
update_attempter_unittest.cc
570
const ErrorCode
kCode
= ErrorCode::kDownloadTransferError;
571
attempter_.CreatePendingErrorEvent(&action,
kCode
);
576
static_cast<ErrorCode>(static_cast<int>(
kCode
) |
587
const ErrorCode
kCode
= ErrorCode::kInstallDeviceOpenError;
588
attempter_.CreatePendingErrorEvent(&action,
kCode
);
594
static_cast<int>(
kCode
) |
[
all
...]
/external/v8/src/profiler/
heap-snapshot-generator.h
84
kCode
= v8::HeapGraphNode::
kCode
,
Completed in 75 milliseconds