HomeSort by relevance Sort by last modified time
    Searched refs:frag (Results 251 - 275 of 460) sorted by null

<<111213141516171819

  /frameworks/support/fragment/src/main/java/androidx/fragment/app/
FragmentActivity.java 843 Fragment frag = mFragments.findFragmentByWho(who); local
844 if (frag == null) {
847 frag.onRequestPermissionsResult(requestCode & 0xffff, permissions, grantResults);
    [all...]
  /packages/apps/DeskClock/src/com/android/deskclock/
DeskClock.java 395 final Fragment frag = getFragmentManager().findFragmentByTag(tag); local
396 if (frag instanceof AlarmClockFragment) {
397 ((AlarmClockFragment) frag).setLabel(alarm, label);
  /packages/services/Telephony/sip/src/com/android/services/telephony/sip/
SipEditor.java 85 AlertDialogFragment frag = new AlertDialogFragment(); local
88 frag.setArguments(args);
89 return frag;
  /prebuilts/go/darwin-x86/src/archive/zip/
zip_test.go 532 if frag := int(size % chunkSize); frag > 0 {
533 _, err := f.Write(chunk[:frag])
564 if frag := int(size % chunkSize); frag > 0 {
565 _, err := io.ReadFull(rc, chunk[:frag])
  /prebuilts/go/darwin-x86/src/bufio/
bufio.go 414 var frag []byte
419 frag, e = b.ReadSlice(delim)
429 buf := make([]byte, len(frag))
430 copy(buf, frag)
439 n += len(frag)
447 copy(buf[n:], frag)
  /prebuilts/go/linux-x86/src/archive/zip/
zip_test.go 532 if frag := int(size % chunkSize); frag > 0 {
533 _, err := f.Write(chunk[:frag])
564 if frag := int(size % chunkSize); frag > 0 {
565 _, err := io.ReadFull(rc, chunk[:frag])
  /prebuilts/go/linux-x86/src/bufio/
bufio.go 414 var frag []byte
419 frag, e = b.ReadSlice(delim)
429 buf := make([]byte, len(frag))
430 copy(buf, frag)
439 n += len(frag)
447 copy(buf[n:], frag)
  /toolchain/binutils/binutils-2.27/gas/config/
tc-iq2000.c 49 fragS * frag; member in struct:__anon4305
457 Although it may not be explicit in the frag, pretend fr_var starts with a
554 iq2000_cgen_record_fixup_exp (fragS * frag,
562 fixS * fixP = gas_cgen_record_fixup_exp (frag, where, insn, length,
tc-sh64.c 67 /* Frag containing last base instruction. This is put in the TC field in
68 a frag, so we can emit fixups for fr_opcode without needing to make
69 sure that the opcode is in the same frag as any variant operand. */
308 copied code the caller, do_align. We mark the frag location before and
322 /* Only make a frag if we HAVE to... */
359 Instead we use the information stored at the frag of the symbol at
364 going to assign to the new frag, so request enough memory for
382 sh64_handle_align (fragS * frag)
384 int bytes = frag->fr_next->fr_address - frag->fr_address - frag->fr_fix
    [all...]
tc-mep.c 49 fragS * frag; member in struct:__anon4316
    [all...]
  /prebuilts/go/darwin-x86/src/html/template/
context.go 229 // ^ in "^http://auth/path?k=v#frag".
232 // ^s in "h^ttp://auth/path^?k=v#frag".
235 // "http://auth/path?^k=v#frag^".
  /prebuilts/go/linux-x86/src/html/template/
context.go 229 // ^ in "^http://auth/path?k=v#frag".
232 // ^s in "h^ttp://auth/path^?k=v#frag".
235 // "http://auth/path?^k=v#frag^".
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
urlparse.py 311 s, n, p, a, q, frag = urlparse(url)
313 return defrag, frag
  /external/python/cpython2/Lib/
urlparse.py 311 s, n, p, a, q, frag = urlparse(url)
313 return defrag, frag
  /external/syslinux/gpxe/src/include/gpxe/
ieee80211.h 285 #define IEEE80211_MAKESEQ( seqnr, frag ) \
286 ( ( ( ( seqnr ) & 0xFFF ) << 4 ) | ( ( frag ) & 0xF ) )
    [all...]
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMRelocator.cpp 359 Fragment* frag = new FillFragment(0x0, 1, pSym.size()); local
360 uint64_t size = ObjectBuilder::AppendFragment(*frag, *bss_data, addralign);
376 FragmentRef::Create(*frag, 0x0),
799 pReloc.targetRef().frag()->getParent()->getSection().flag()) == 0) {
    [all...]
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsAbiFlags.cpp 64 const auto& frag = llvm::cast<RegionFragment>(secData->front()); local
66 reinterpret_cast<const ElfMipsAbiFlags*>(frag.getRegion().data());
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
bt_amp_hci.h 89 uint8 frag[1]; member in struct:write_remote_cmd_parms
234 uint8 frag[1]; member in struct:read_local_evt_parms
  /prebuilts/gdb/darwin-x86/lib/python2.7/
urlparse.py 310 s, n, p, a, q, frag = urlparse(url)
312 return defrag, frag
  /prebuilts/gdb/linux-x86/lib/python2.7/
urlparse.py 310 s, n, p, a, q, frag = urlparse(url)
312 return defrag, frag
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
urlparse.py 310 s, n, p, a, q, frag = urlparse(url)
312 return defrag, frag
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
urlparse.py 310 s, n, p, a, q, frag = urlparse(url)
312 return defrag, frag
  /toolchain/binutils/binutils-2.27/libiberty/
configure     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderrender/
vktShaderRenderMatrixTests.cpp 1666 std::ostringstream frag; local
    [all...]
  /external/deqp/modules/gles3/functional/
es3fShaderMatrixTests.cpp 1404 std::ostringstream frag; local
    [all...]

Completed in 503 milliseconds

<<111213141516171819