OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:firstWord
(Results
1 - 11
of
11
) sorted by null
/build/kati/
strutil.go
275
func
firstWord
(line []byte) ([]byte, []byte) {
/packages/apps/Email/provider_src/com/android/email/activity/setup/
AccountSettingsUtils.java
407
String
firstWord
= server.substring(0, firstDotIndex).toLowerCase();
410
boolean canSubstituteSmtp = Utility.arrayContains(hostPrefixes,
firstWord
);
411
boolean isMail = "mail".equals(
firstWord
);
/prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/SPIRV/
disassemble.cpp
156
unsigned int
firstWord
= stream[word];
157
unsigned wordCount =
firstWord
>> WordCountShift;
158
Op opCode = (Op)(
firstWord
& OpCodeMask);
/prebuilts/ndk/r13/sources/third_party/shaderc/third_party/spirv-tools/source/
text.cpp
449
std::string
firstWord
;
451
auto error = context->getWord(&
firstWord
, &nextPosition);
454
if ((error = encodeImmediate(context,
firstWord
.c_str(), pInst))) {
468
return context->diagnostic() <<
firstWord
<< " not allowed before =.";
499
std::string
firstWord
;
501
spv_result_t error = context->getWord(&
firstWord
, &nextPosition);
508
opcodeName =
firstWord
;
510
result_id =
firstWord
;
552
<<
firstWord
<< "'.";
/prebuilts/ndk/r13/sources/third_party/vulkan/glslang/SPIRV/
disassemble.cpp
156
unsigned int
firstWord
= stream[word];
157
unsigned wordCount =
firstWord
>> WordCountShift;
158
Op opCode = (Op)(
firstWord
& OpCodeMask);
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
ECFieldElement.java
96
BigInteger
firstWord
= p.shiftRight(bitLength - 64);
97
if (
firstWord
.longValue() == -1L)
/prebuilts/devtools/tools/lib/
jcommon-1.0.12.jar
/prebuilts/tools/common/jfreechart/
jcommon-1.0.12.jar
/prebuilts/tools/common/m2/repository/jfree/jcommon/1.0.12/
jcommon-1.0.12.jar
/prebuilts/tools/common/m2/repository/xhtmlrenderer/xhtmlrenderer/R8rc1/
xhtmlrenderer-R8rc1.jar
/prebuilts/sdk/tools/lib/
signapk.jar
Completed in 1441 milliseconds