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

12 3 4 5 6 7 8 910

  /external/tcpdump/
print-ip6.c 85 u_int flow; local
110 flow = EXTRACT_32BITS(&ip6->ip6_flow);
114 if (flow & 0x0f000000)
115 ND_PRINT((ndo, "pri 0x%02x, ", (flow & 0x0f000000) >> 24));
116 if (flow & 0x00ffffff)
117 ND_PRINT((ndo, "flowlabel 0x%06x, ", flow & 0x00ffffff));
120 if (flow & 0x0ff00000)
121 ND_PRINT((ndo, "class 0x%02x, ", (flow & 0x0ff00000) >> 20));
122 if (flow & 0x000fffff)
123 ND_PRINT((ndo, "flowlabel 0x%05x, ", flow & 0x000fffff))
    [all...]
  /external/iproute2/doc/
api-ip6-flowlabels.tex 2 \def\TITLE{IPv6 Flow Labels}
5 \Large\bf IPv6 Flow Labels in Linux-2.2.
22 Every IPv6 packet carries 28 bits of flow information. RFC2460 splits
24 prefer this term) and 20 bits of flow label. Currently there exist
25 no well-defined API to manage IPv6 flow information. In this document
42 \item To assign flow labels to packets sent by user.
44 \item To get flow labels of received packets. I do not know
46 want to use flow labels to distinguish sub-flows.
48 \item To allocate flow labels in the way, compliant to RFC2460. Namely:
52 Flow labels must be uniformly distributed (pseudo-)random numbers
    [all...]
  /external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/flow/
Instruction.java 12 package org.jacoco.core.internal.flow;
MethodProbesVisitor.java 12 package org.jacoco.core.internal.flow;
MethodSanitizer.java 12 package org.jacoco.core.internal.flow;
24 * since Java 6. The RET statement complicates control flow analysis as the jump
  /toolchain/binutils/binutils-2.25/opcodes/
arc-dis.h 31 enum Flow
62 enum Flow flow; member in struct:arcDisState
  /external/opencv/cvaux/src/
enmin.cpp 82 // weight - weight of the edge ( maximum flow via the edge )
83 // flow - current flow via the edge
90 int flow;
167 // function makeGraph creates initial graph to find maximum flow in it
238 ( ( Edge* )newEdgePtr ) -> flow = 0;
253 ( ( Edge* )tempEdgePtr ) -> flow = 0;
274 ( ( Edge* )tempEdgePtr ) -> flow = 0;
281 ( ( Edge* )newEdgePtr ) -> flow = 0;
293 ( ( Edge* )newEdgePtr ) -> flow = 0
    [all...]
  /bionic/tools/bionicbb/
gmail.py 39 # Start the OAuth flow to retrieve credentials
40 flow = flow_from_clientsecrets(config.client_secret_file,
44 # Try to retrieve credentials from storage or run the flow to generate them
47 credentials = run(flow, STORAGE, http=http)
  /external/opencv3/samples/python2/
texture_flow.py 4 Texture flow direction estimation.
7 to estimate image texture flow direction.
33 flow = eigen[:,:,2] variable
40 vx, vy = np.int32(flow[y, x]*d)
43 cv2.imshow('flow', vis)
  /hardware/bsp/intel/peripheral/libupm/src/grovewfs/
grovewfs.cxx 118 uint32_t flow = flowCounter(); local
121 float flowRate = (float(flow) * 7.5) / ((float(millis) / 1000.0) * 60.0);
  /external/opencv3/modules/cudaoptflow/test/
test_optflow.cpp 78 cv::cuda::GpuMat flow; local
79 brox->calc(loadMat(frame0), loadMat(frame1), flow); local
82 cv::cuda::split(flow, flows);
146 cv::cuda::GpuMat flow; local
147 brox->calc(loadMat(frame0), loadMat(frame1), flow); local
150 cv::cuda::split(flow, flows);
311 cv::Mat flow; local
314 d_flow.download(flow);
321 frame0, frame1, flow, farn->getPyrScale(), farn->getNumLevels(), farn->getWinSize(),
324 EXPECT_MAT_SIMILAR(flow, d_flow, 0.1)
378 cv::Mat flow; local
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/tests/
test_django_orm.py 40 from oauth2client.client import Flow
74 self.flow = Flow()
75 self.pickle = base64.b64encode(pickle.dumps(self.flow))
81 self.assertTrue(isinstance(self.field.to_python(self.pickle), Flow))
84 prep_value = self.field.get_db_prep_value(self.flow, connection=None)
  /external/opencv3/modules/videostab/src/
optical_flow.cpp 138 cuda::GpuMat flow; local
139 optFlowEstimator_->calc(frame0_, frame1_, flow);
142 cuda::split(flow, flows);
  /bionic/libc/kernel/uapi/linux/hsi/
hsi_char.h 47 uint32_t flow; member in struct:hsc_rx_config
  /development/ndk/platforms/android-21/include/linux/hsi/
hsi_char.h 47 uint32_t flow; member in struct:hsc_rx_config
  /external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/oauth2client/
tools.py 93 if the flow has completed. Note that we can't detect
103 self.wfile.write(b"<body><p>The authentication flow has completed.</p>")
111 def run_flow(flow, storage, flags, http=None):
115 through all the steps to obtain credentials. It takes a ``Flow``
151 flow: Flow, an OAuth 2.0 Flow to step through.
190 flow.redirect_uri = oauth_callback
191 authorize_url = flow.step1_get_authorize_url()
225 credential = flow.step2_exchange(code, http=http
    [all...]
  /external/chromium-trace/catapult/third_party/vinn/third_party/parse5/lib/jsdom/
parsing_unit.js 12 throw new Error('parse5: Parser was already suspended. Please, check your control flow logic.');
15 throw new Error('parse5: Parser was already resumed. Please, check your control flow logic.');
  /external/kernel-headers/original/uapi/linux/hsi/
hsi_char.h 52 uint32_t flow; member in struct:hsc_rx_config
  /prebuilts/ndk/current/platforms/android-21/arch-arm/usr/include/linux/hsi/
hsi_char.h 47 uint32_t flow; member in struct:hsc_rx_config
  /prebuilts/ndk/current/platforms/android-21/arch-arm64/usr/include/linux/hsi/
hsi_char.h 47 uint32_t flow; member in struct:hsc_rx_config
  /prebuilts/ndk/current/platforms/android-21/arch-mips/usr/include/linux/hsi/
hsi_char.h 47 uint32_t flow; member in struct:hsc_rx_config
  /prebuilts/ndk/current/platforms/android-21/arch-mips64/usr/include/linux/hsi/
hsi_char.h 47 uint32_t flow; member in struct:hsc_rx_config
  /prebuilts/ndk/current/platforms/android-21/arch-x86/usr/include/linux/hsi/
hsi_char.h 47 uint32_t flow; member in struct:hsc_rx_config
  /prebuilts/ndk/current/platforms/android-21/arch-x86_64/usr/include/linux/hsi/
hsi_char.h 47 uint32_t flow; member in struct:hsc_rx_config
  /prebuilts/ndk/current/platforms/android-23/arch-arm/usr/include/linux/hsi/
hsi_char.h 47 uint32_t flow; member in struct:hsc_rx_config

Completed in 920 milliseconds

12 3 4 5 6 7 8 910