HomeSort by relevance Sort by last modified time
    Searched refs:fin (Results 126 - 150 of 321) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/python/cpython3/Python/
bltinmodule.c 1858 PyObject *fin = _PySys_GetObjectId(&PyId_stdin); local
    [all...]
  /prebuilts/go/darwin-x86/src/runtime/
mfinal.go 28 fin [(_FinBlockSize - 2*sys.PtrSize - 2*4) / unsafe.Sizeof(finalizer{})]finalizer
89 if finq == nil || finq.cnt == uint32(len(finq.fin)) {
115 f := &finq.fin[finq.cnt]
130 f := &fb.fin[i]
184 f := &fb.fin[i-1]
  /prebuilts/go/linux-x86/src/runtime/
mfinal.go 28 fin [(_FinBlockSize - 2*sys.PtrSize - 2*4) / unsafe.Sizeof(finalizer{})]finalizer
89 if finq == nil || finq.cnt == uint32(len(finq.fin)) {
115 f := &finq.fin[finq.cnt]
130 f := &fb.fin[i]
184 f := &fb.fin[i-1]
  /external/trappy/tests/
test_ftrace.py 501 with open(fname) as fin:
502 for line in fin:
  /frameworks/data-binding/compilerCommon/src/main/java/android/databinding/tool/util/
XmlEditor.java 53 FileInputStream fin = new FileInputStream(f); local
54 InputStreamReader reader = new InputStreamReader(fin, encoding);
  /prebuilts/misc/common/robolectric/3.1.1/lib/
wagon-http-shared-1.0-beta-6.jar 
  /prebuilts/tools/common/m2/repository/org/apache/maven/wagon/wagon-http-shared/1.0-beta-6/
wagon-http-shared-1.0-beta-6.jar 
  /external/android-clat/
dump.c 188 printf("urg = %x ack = %x psh = %x rst = %x syn = %x fin = %x\n",
189 tcp->urg, tcp->ack, tcp->psh, tcp->rst, tcp->syn, tcp->fin);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
bltinmodule.c 2023 PyObject *fin = PySys_GetObject("stdin"); local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
bltinmodule.c 2012 PyObject *fin = PySys_GetObject("stdin"); local
    [all...]
  /external/python/cpython2/Python/
bltinmodule.c 2034 PyObject *fin = PySys_GetObject("stdin"); local
    [all...]
  /external/iproute2/ip/
ipxfrm.c 511 goto fin;
520 goto fin;
532 fin:
    [all...]
  /external/mesa3d/src/mesa/tnl/
t_vertex_generic.c 1046 GLfloat fin[4], fout[4], fdst[4]; local
1048 a[j].extract( &a[j], fin, vin + a[j].vertoffset );
1051 INTERP_4F(t, fdst, fout, fin);
  /kernel/tests/net/test/
sock_diag_test.py 540 # Close the socket and check that it goes into FIN_WAIT1 and sends a FIN.
546 desc, fin = self.FinPacket()
547 self.ExpectPacketOn(self.netid, "Closing FIN_WAIT1 socket", fin)
557 # ACK the FIN so we don't trip over retransmits in future tests.
559 desc, finack = packets.ACK(finversion, self.remoteaddr, self.myaddr, fin)
    [all...]
multinetwork_test.py 464 # Check the FIN was sent on the right interface, and ack it. We don't expect
467 # like the FIN (and retransmitted FINs) could cause later tests that expect
469 desc, fin = packets.FIN(version, myaddr, remoteaddr, ack)
470 self.ExpectPacketOn(netid, msg + ": expecting %s after close" % desc, fin)
472 desc, finack = packets.FIN(version, remoteaddr, myaddr, fin)
    [all...]
  /frameworks/base/services/backup/java/com/android/server/backup/internal/
PerformBackupTask.java     [all...]
  /frameworks/rs/cpu_ref/
rsCpuIntrinsicColorMatrix.cpp 783 uint32_t vsin, uint32_t vsout, bool fin, bool fout) {
786 if (fin) {
  /frameworks/base/tools/aapt2/cmd/
Link.cpp 310 FileInputStream fin(path);
311 if (fin.HadError()) {
312 diag->Error(DiagMessage(path) << "failed to load XML file: " << fin.GetError());
315 return xml::Inflate(&fin, diag, Source(path));
    [all...]
  /external/libpcap/
scanner.l 432 tcp-fin { yylval->i = 0x01; return NUM; }
  /external/v8/tools/gcmole/
gcmole.cc 245 std::ifstream fin("gcsuspects");
248 while (fin >> s) gc_suspects.insert(s);
    [all...]
  /prebuilts/misc/common/asm/
asm-analysis-6.0.jar 
  /prebuilts/tools/common/m2/repository/org/ow2/asm/asm-analysis/6.0/
asm-analysis-6.0.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compilerCommon/1.0/
compilerCommon-1.0.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compilerCommon/1.0-rc5/
compilerCommon-1.0-rc5.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compilerCommon/1.1/
compilerCommon-1.1.jar 

Completed in 2611 milliseconds

1 2 3 4 56 7 8 91011>>