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

1 23 4 5 6 7 8 910

  /prebuilts/ndk/current/platforms/android-23/arch-arm64/usr/include/linux/hsi/
hsi_char.h 47 uint32_t flow; member in struct:hsc_rx_config
  /prebuilts/ndk/current/platforms/android-23/arch-mips/usr/include/linux/hsi/
hsi_char.h 47 uint32_t flow; member in struct:hsc_rx_config
  /prebuilts/ndk/current/platforms/android-23/arch-mips64/usr/include/linux/hsi/
hsi_char.h 47 uint32_t flow; member in struct:hsc_rx_config
  /prebuilts/ndk/current/platforms/android-23/arch-x86/usr/include/linux/hsi/
hsi_char.h 47 uint32_t flow; member in struct:hsc_rx_config
  /prebuilts/ndk/current/platforms/android-23/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-24/arch-arm/usr/include/linux/hsi/
hsi_char.h 47 uint32_t flow; member in struct:hsc_rx_config
  /prebuilts/ndk/current/platforms/android-24/arch-arm64/usr/include/linux/hsi/
hsi_char.h 47 uint32_t flow; member in struct:hsc_rx_config
  /prebuilts/ndk/current/platforms/android-24/arch-mips/usr/include/linux/hsi/
hsi_char.h 47 uint32_t flow; member in struct:hsc_rx_config
  /prebuilts/ndk/current/platforms/android-24/arch-mips64/usr/include/linux/hsi/
hsi_char.h 47 uint32_t flow; member in struct:hsc_rx_config
  /prebuilts/ndk/current/platforms/android-24/arch-x86/usr/include/linux/hsi/
hsi_char.h 47 uint32_t flow; member in struct:hsc_rx_config
  /prebuilts/ndk/current/platforms/android-24/arch-x86_64/usr/include/linux/hsi/
hsi_char.h 47 uint32_t flow; member in struct:hsc_rx_config
  /external/chromium-trace/catapult/third_party/apiclient/googleapiclient/
sample_tools.py 78 # Set up a Flow object to be used if we need to authenticate.
79 flow = client.flow_from_clientsecrets(client_secrets,
85 # flow. The Storage object will ensure that if successful the good
90 credentials = tools.run_flow(flow, storage, flags)
  /external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/instr/
ClassInstrumenter.java 14 import org.jacoco.core.internal.flow.ClassProbesVisitor;
15 import org.jacoco.core.internal.flow.MethodProbesVisitor;
  /external/opencv3/modules/shape/src/
emdL1.cpp 97 // Output the total flow
189 m_EdgesRight[r][c].flow = 0;
196 m_EdgesUp[r][c].flow = 0;
223 m_3dEdgesUp[r][c][z].flow = 0;
230 m_3dEdgesRight[r][c][z].flow = 0;
237 m_3dEdgesDeep[r][c][z].flow = 0;
311 pBV->flow = fabs(dFlow);
323 pBV->flow = fabs(dFlow);
425 pBV->flow = fabs(dFlow);
593 // Modify flow values along the loo
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/oauth2client/
appengine.py 47 from oauth2client.client import Flow
149 This credential does not require a flow to instantiate because it represents
150 a two legged flow, and therefore has all of the required information to
211 """App Engine datastore Property for Flow.
214 oauth2client.Flow"""
217 data_type = Flow
221 flow = super(FlowProperty,
223 return db.Blob(pickle.dumps(flow))
232 if value is not None and not isinstance(value, Flow):
244 """App Engine NDB datastore Property for Flow
618 flow = property(get_flow, set_flow) variable in class:OAuth2Decorator
    [all...]
  /external/opencv3/samples/tapi/
tvl1_optical_flow.cpp 117 UMat flow; local
172 alg->calc(ptr0, ptr1, flow);
173 split(flow, flow_vec);
180 imshow("tvl1 optical flow field", show_flow);
209 alg->calc(frame0, frame1, flow);
210 split(flow, flow_vec);
  /system/bt/stack/rfcomm/
rfc_port_if.c 142 UINT8 flow; local
159 /* Negotiate the flow control mechanism. If flow control mechanism for */
162 flow = (p_mcb->flow == PORT_FC_UNDEFINED) ? PORT_FC_DEFAULT : p_mcb->flow;
165 if (flow == PORT_FC_CREDIT)
295 ** Description This function is called by the port entity when flow
  /external/chromium-trace/catapult/third_party/gsutil/third_party/gcs-oauth2-boto-plugin/gcs_oauth2_boto_plugin/
oauth2_helper.py 154 flow = OAuth2WebServerFlow(
157 approval_url = flow.step1_get_authorize_url()
184 credentials = flow.step2_exchange(code, http=client.CreateHttpRequest())
  /external/opencv3/modules/superres/src/
optical_flow.cpp 536 GpuMat flow; local
537 alg_->calc(input0, input1, flow);
540 cuda::split(flow, flows);
605 GpuMat flow; local
606 alg_->calc(input0, input1, flow);
609 cuda::split(flow, flows);
690 GpuMat flow; local
691 alg_->calc(input0, input1, flow);
694 cuda::split(flow, flows);
779 GpuMat flow; local
    [all...]
  /external/opencv3/modules/imgproc/src/
gcgraph.hpp 79 TWeight flow; member in class:GCGraph
85 flow = 0;
101 flow = 0;
148 flow += (sourceW < sinkW) ? sourceW : sinkW;
264 flow += minWeight;
375 return flow;
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
util.rb 23 def tidy( here_doc, flow = false )
25 if flow
  /external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/analysis/
ClassAnalyzer.java 15 import org.jacoco.core.internal.flow.ClassProbesVisitor;
16 import org.jacoco.core.internal.flow.MethodProbesVisitor;
  /prebuilts/tools/common/m2/repository/org/jacoco/org.jacoco.core/0.7.1.201405082137/
org.jacoco.core-0.7.1.201405082137.jar 
  /prebuilts/tools/common/m2/repository/org/jacoco/org.jacoco.core/0.7.3.201501221555/
org.jacoco.core-0.7.3.201501221555.jar 
  /prebuilts/tools/common/m2/repository/org/jacoco/org.jacoco.core/0.7.4.201502262128/
org.jacoco.core-0.7.4.201502262128.jar 

Completed in 755 milliseconds

1 23 4 5 6 7 8 910