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

12 3 4 5 6 7 8

  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/linux/hsi/
hsi_char.h 47 uint32_t flow; member in struct:hsc_rx_config
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/linux/hsi/
hsi_char.h 47 uint32_t flow; member in struct:hsc_rx_config
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/linux/hsi/
hsi_char.h 47 uint32_t flow; member in struct:hsc_rx_config
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/linux/hsi/
hsi_char.h 47 uint32_t flow; member in struct:hsc_rx_config
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/linux/hsi/
hsi_char.h 47 uint32_t flow; member in struct:hsc_rx_config
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
devicesView.css 29 flex-flow: row wrap;
  /external/bluetooth/bluedroid/stack/rfcomm/
rfc_port_if.c 134 UINT8 flow; local
144 /* Negotiate the flow control mechanism. If flow control mechanism for */
147 flow = (p_mcb->flow == PORT_FC_UNDEFINED) ? PORT_FC_DEFAULT : p_mcb->flow;
150 if (flow == PORT_FC_CREDIT)
270 ** Description This function is called by the port entity when flow
  /external/chromium_org/chrome/browser/signin/
easy_unlock_toggle_flow.cc 54 ToggleApiCall(EasyUnlockToggleFlow* flow,
80 EasyUnlockToggleFlow* flow,
89 flow_(flow),
184 LOG(ERROR) << "Easy unlock toggle flow, failed to get access token,"
201 LOG(ERROR) << "Easy unlock toggle flow, failed to mint access token,"
  /build/tools/droiddoc/templates-sdk-dyn/assets/css/
default.css     [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
util.rb 23 def tidy( here_doc, flow = false )
25 if flow
  /external/chromium_org/chrome/browser/resources/chromeos/first_run/
first_run.css 65 flex-flow: row;
  /external/chromium_org/third_party/WebKit/Source/web/resources/
colorSuggestionPicker.css 62 flex-flow: row wrap;
  /external/bluetooth/bluedroid/btif/include/
btif_pan_internal.h 82 int flow; // 1: outbound data flow on; 0: outbound data flow off member in struct:__anon5670
  /external/qemu/distrib/sdl-1.2.15/src/audio/nas/
SDL_nasaudio.c 250 NAS_AuWriteElement(this->hidden->aud, this->hidden->flow, 0, this->hidden->mixlen, this->hidden->mixbuf, AuFalse, NULL);
380 if ((this->hidden->dev == AuNone) || (!(this->hidden->flow = NAS_AuCreateFlow(this->hidden->aud, NULL)))) {
404 NAS_AuSetElements(this->hidden->aud, this->hidden->flow, AuTrue, 2, elms, NULL);
405 NAS_AuRegisterEventHandler(this->hidden->aud, AuEventHandlerIDMask, 0, this->hidden->flow,
408 NAS_AuStartFlow(this->hidden->aud, this->hidden->flow, NULL);
  /build/tools/droiddoc/templates-sdk/assets/css/
default.css     [all...]
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
toy.ml 41 (* Simplify the control flow graph (deleting unreachable blocks, etc). *)
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
toy.ml 41 (* Simplify the control flow graph (deleting unreachable blocks, etc). *)
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
toy.ml 41 (* Simplify the control flow graph (deleting unreachable blocks, etc). *)
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
toy.ml 45 (* Simplify the control flow graph (deleting unreachable blocks, etc). *)
  /external/chromium_org/third_party/cython/src/Cython/Compiler/
FlowControl.pxd 92 cdef check_definitions(ControlFlow flow, dict compiler_directives)
101 cdef ControlFlow flow
  /external/chromium_org/v8/test/mjsunit/regress/
regress-108296.js 34 // Create control flow for a.foo. Control flow resolution will
  /external/chromium_org/v8/test/webkit/
dfg-arguments-osr-exit-multiple-blocks-before-exit.js 25 "Tests aliased uses of 'arguments' that require reification of the Arguments object on OSR exit, in the case that there is some interesting control flow prior to the exit."
38 // Just some dummy control flow.
dfg-arguments-osr-exit-multiple-blocks.js 25 "Tests aliased uses of 'arguments' that require reification of the Arguments object on OSR exit, in the case that there is some interesting control flow."
39 // Just some dummy control flow.
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
nv50_ir.cpp 974 FlowInstruction *flow = (i ? static_cast<FlowInstruction *>(i) : local
977 Instruction::clone(pol, flow);
978 flow->allWarp = allWarp;
979 flow->absolute = absolute;
980 flow->limit = limit;
981 flow->builtin = builtin;
984 flow->target.builtin = target.builtin;
987 flow->target.fn = target.fn;
990 flow->target.bb = pol.get<BasicBlock>(target.bb);
992 return flow;
    [all...]
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir.cpp 974 FlowInstruction *flow = (i ? static_cast<FlowInstruction *>(i) : local
977 Instruction::clone(pol, flow);
978 flow->allWarp = allWarp;
979 flow->absolute = absolute;
980 flow->limit = limit;
981 flow->builtin = builtin;
984 flow->target.builtin = target.builtin;
987 flow->target.fn = target.fn;
990 flow->target.bb = pol.get<BasicBlock>(target.bb);
992 return flow;
    [all...]

Completed in 1711 milliseconds

12 3 4 5 6 7 8