HomeSort by relevance Sort by last modified time
    Searched refs:info1 (Results 26 - 50 of 69) sorted by null

12 3

  /prebuilts/go/darwin-x86/src/runtime/
vdso_linux_amd64.go 302 info1 := (*vdso_info)(noescape(unsafe.Pointer(&info)))
303 vdso_init_from_sysinfo_ehdr(info1, (*elf64Ehdr)(unsafe.Pointer(val)))
304 vdso_parse_symbols(info1, vdso_find_version(info1, &linux26))
  /prebuilts/go/linux-x86/src/runtime/
vdso_linux_amd64.go 302 info1 := (*vdso_info)(noescape(unsafe.Pointer(&info)))
303 vdso_init_from_sysinfo_ehdr(info1, (*elf64Ehdr)(unsafe.Pointer(val)))
304 vdso_parse_symbols(info1, vdso_find_version(info1, &linux26))
  /art/compiler/optimizing/
induction_var_range.cc 767 InductionVarRange::Value InductionVarRange::GetMul(HInductionVarAnalysis::InductionInfo* info1,
    [all...]
induction_var_analysis.cc     [all...]
induction_var_range_test.cc 263 Value GetMul(HInductionVarAnalysis::InductionInfo* info1,
266 return range_.GetMul(info1, info2, nullptr, /* in_body */ true, is_min);
269 Value GetDiv(HInductionVarAnalysis::InductionInfo* info1,
272 return range_.GetDiv(info1, info2, nullptr, /* in_body */ true, is_min);
275 Value GetRem(HInductionVarAnalysis::InductionInfo* info1,
277 return range_.GetRem(info1, info2);
280 Value GetXor(HInductionVarAnalysis::InductionInfo* info1,
282 return range_.GetXor(info1, info2);
    [all...]
induction_var_analysis.h 241 static bool InductionEqual(InductionInfo* info1, InductionInfo* info2);
  /external/svox/pico/lib/
picoktab.h 118 picoos_uint8 *info1,
picopr.c 815 if ((it != NULL) && (it->head.type == PICODATA_ITEM_CMD) && (it->head.info1 == type)) {
3337 picoos_uint8 info1; local
    [all...]
picodata.c 397 head->info1 = buf[PICODATA_ITEMIND_INFO1];
439 buf[PICODATA_ITEMIND_INFO1] = head->info1;
461 head->info1 = buf[PICODATA_ITEMIND_INFO1];
539 head.info1 = item[1];
    [all...]
picocep.c 33 itemtype, iteminfo1, iteminfo2, content -> TYPE(INFO1,INFO2)content
347 cep->framehead.info1 = PICOCEP_OUT_DATA_FORMAT;
    [all...]
picowa.c 296 /* predict and modify pos in info1 */
317 head->info1 = lexres.posind[0];
324 head->info1 = picoktab_getPosGroup(wa->tabpos, posbuf,
344 /* set lex pos in info1 */
picodata.h 106 picoos_uint8 info1; member in struct:picodata_itemhead
133 /* new item types, info1, info2 to be defined during PU development */
400 /* sets the info1 field in the header contained in the item in buf;
picoktab.c 478 picoos_bool picoktab_getIntPropPunct (const picoktab_Graphs this, picoos_uint32 graphsOffset, picoos_uint8 * info1, picoos_uint8 * info2)
486 *info1 = PICODATA_ITEMINFO1_PUNC_SENTEND;
489 *info1 = PICODATA_ITEMINFO1_PUNC_PHRASEEND;
    [all...]
picopam.c     [all...]
  /art/runtime/jit/
profile_compilation_info_test.cc 301 ProfileCompilationInfo info1; local
302 ASSERT_TRUE(info1.Load(GetFd(profile)));
303 ASSERT_EQ(info1.GetNumberOfMethods(), main_methods.size());
307 ASSERT_TRUE(info1.GetMethodHotness(
381 ProfileCompilationInfo info1; local
382 ASSERT_TRUE(AddMethod("dex_location", /* checksum */ 1, /* method_idx */ 1, &info1));
387 ASSERT_FALSE(info1.MergeWith(info2));
    [all...]
  /frameworks/support/v7/recyclerview/jvm-tests/src/android/support/v7/widget/
ViewInfoStoreTest.java 227 MockInfo info1 = new MockInfo(); local
228 mStore.addToPostLayout(vh, info1);
  /packages/inputmethods/OpenWnn/libs/libwnnDictionary/engine/
ndfdic.c 339 word->stem.info1 = yomilen;
340 word->stem.info1 |= (NJ_UINT16)(DATA_FHINSI(data) << HINSI_OFFSET);
ndapi.c 225 tmp_word.stem.info1 = cursor->cond.ylen;
227 tmp_result.word.stem.info1 = cursor->cond.ylen;
889 word->stem.info1 = 0;
892 word->fzk.info1 = 0;
ndbdic.c     [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppTransfer.java 267 BluetoothOppShareInfo info1 = (BluetoothOppShareInfo)msg.obj; local
273 tickShareStatus(info1);
    [all...]
  /external/google-breakpad/src/processor/
minidump_unittest.cc 674 const MinidumpMemoryInfo *info1 = info_list->GetMemoryInfoAtIndex(0); local
675 ASSERT_EQ(kBaseAddress, info1->GetBase());
676 ASSERT_EQ(kRegionSize, info1->GetSize());
677 ASSERT_TRUE(info1->IsExecutable());
678 ASSERT_TRUE(info1->IsWritable());
    [all...]
  /packages/apps/Settings/src/com/android/settings/applications/
ManageApplications.java     [all...]
  /external/libxml2/python/
generator.py 788 def functionCompare(info1, info2):
789 (index1, func1, name1, ret1, args1, file1) = info1
    [all...]
  /external/webrtc/webrtc/modules/audio_coding/neteq/
payload_splitter_unittest.cc 379 rtc::scoped_ptr<DecoderDatabase::DecoderInfo> info1(
383 .WillRepeatedly(Return(info1.get()));
    [all...]
  /external/dtc/tests/
run_tests.sh 388 run_wrap_error_test $DTC nul-in-line-info1.dts

Completed in 497 milliseconds

12 3