HomeSort by relevance Sort by last modified time
    Searched refs:firstWord (Results 1 - 19 of 19) sorted by null

  /frameworks/ex/common/tools/
make-iana-tld-pattern.py 81 firstWord = 1
83 if firstWord == 0:
85 firstWord = 0
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/spirv-tools/source/
assembly_grammar.h 107 spv_result_t lookupExtInst(spv_ext_inst_type_t type, uint32_t firstWord,
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 << "'.";
assembly_grammar.cpp 243 uint32_t firstWord,
245 return spvExtInstTableValueLookup(extInstTable_, type, firstWord, extInst);
  /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/vulkan/glslang/SPIRV/
disassemble.cpp 156 unsigned int firstWord = stream[word];
157 unsigned wordCount = firstWord >> WordCountShift;
158 Op opCode = (Op)(firstWord & OpCodeMask);
  /prebuilts/go/darwin-x86/src/text/template/
exec.go 425 firstWord := cmd.Args[0]
426 switch n := firstWord.(type) {
440 s.at(firstWord)
442 switch word := firstWord.(type) {
454 s.errorf("can't evaluate command %q", firstWord)
  /prebuilts/go/linux-x86/src/text/template/
exec.go 425 firstWord := cmd.Args[0]
426 switch n := firstWord.(type) {
440 s.at(firstWord)
442 switch word := firstWord.(type) {
454 s.errorf("can't evaluate command %q", firstWord)
  /build/kati/
strutil.go 275 func firstWord(line []byte) ([]byte, []byte) {
parser.go 148 w, data := firstWord(line)
717 w, data := firstWord(line)
  /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/jdk/jdk8/darwin-x86/jre/lib/ext/
nashorn.jar 
  /prebuilts/jdk/jdk8/linux-x86/jre/lib/ext/
nashorn.jar 
  /prebuilts/sdk/tools/lib/
signapk.jar 

Completed in 1071 milliseconds