/external/chromium_org/chrome/browser/extensions/api/identity/ |
D | gaia_web_auth_flow_unittest.cc | 103 scoped_ptr<TestGaiaWebAuthFlow> flow = CreateTestFlow(); in TEST_F() local 113 scoped_ptr<TestGaiaWebAuthFlow> flow = CreateTestFlow(); in TEST_F() local 120 scoped_ptr<TestGaiaWebAuthFlow> flow = CreateTestFlow(); in TEST_F() local 128 scoped_ptr<TestGaiaWebAuthFlow> flow = CreateTestFlow(); in TEST_F() local 142 scoped_ptr<TestGaiaWebAuthFlow> flow = CreateTestFlow(); in TEST_F() local 158 scoped_ptr<TestGaiaWebAuthFlow> flow = CreateTestFlow(); in TEST_F() local 173 scoped_ptr<TestGaiaWebAuthFlow> flow = CreateTestFlow(); in TEST_F() local 185 scoped_ptr<TestGaiaWebAuthFlow> flow = CreateTestFlow(); in TEST_F() local 197 scoped_ptr<TestGaiaWebAuthFlow> flow = CreateTestFlow(); in TEST_F() local 204 scoped_ptr<TestGaiaWebAuthFlow> flow = CreateTestFlow(); in TEST_F() local [all …]
|
/external/chromium_org/chromeos/attestation/ |
D | attestation_flow_unittest.cc | 142 AttestationFlow flow(&async_caller, &client, proxy_interface.Pass()); in TEST_F() local 170 AttestationFlow flow(&async_caller, &client, proxy_interface.Pass()); in TEST_F() local 201 AttestationFlow flow(&async_caller, &client, proxy_interface.Pass()); in TEST_F() local 237 AttestationFlow flow(&async_caller, &client, proxy_interface.Pass()); in TEST_F() local 281 AttestationFlow flow(&async_caller, &client, proxy_interface.Pass()); in TEST_F() local 310 AttestationFlow flow(&async_caller, &client, proxy_interface.Pass()); in TEST_F() local 342 AttestationFlow flow(&async_caller, &client, proxy_interface.Pass()); in TEST_F() local 367 AttestationFlow flow(&async_caller, &client, proxy_interface.Pass()); in TEST_F() local 414 AttestationFlow flow(&async_caller, &client, proxy_interface.Pass()); in TEST_F() local 445 AttestationFlow flow(&async_caller, &client, proxy_interface.Pass()); in TEST_F() local [all …]
|
/external/fio/ |
D | flow.c | 18 struct fio_flow *flow = td->flow; in flow_threshold_exceeded() local 42 struct fio_flow *flow = NULL; in flow_get() local 77 static void flow_put(struct fio_flow *flow) in flow_put()
|
/external/chromium_org/third_party/icu/source/samples/layout/ |
D | pflow.c | 110 pf_object *flow; in pf_create() local 222 void pf_close(pf_flow *flow) in pf_close() 245 le_int32 pf_getAscent(pf_flow *flow) in pf_getAscent() 252 le_int32 pf_getLineHeight(pf_flow *flow) in pf_getLineHeight() 259 le_int32 pf_getLineCount(pf_flow *flow) in pf_getLineCount() 276 void pf_breakLines(pf_flow *flow, le_int32 width, le_int32 height) in pf_breakLines() 315 void pf_draw(pf_flow *flow, rs_surface *surface, le_int32 firstLine, le_int32 lastLine) in pf_draw()
|
/external/icu/icu4c/source/samples/layout/ |
D | pflow.c | 110 pf_object *flow; in pf_create() local 222 void pf_close(pf_flow *flow) in pf_close() 245 le_int32 pf_getAscent(pf_flow *flow) in pf_getAscent() 252 le_int32 pf_getLineHeight(pf_flow *flow) in pf_getLineHeight() 259 le_int32 pf_getLineCount(pf_flow *flow) in pf_getLineCount() 276 void pf_breakLines(pf_flow *flow, le_int32 width, le_int32 height) in pf_breakLines() 315 void pf_draw(pf_flow *flow, rs_surface *surface, le_int32 firstLine, le_int32 lastLine) in pf_draw()
|
/external/chromium_org/media/audio/win/ |
D | audio_device_listener_win.cc | 20 static std::string FlowToString(EDataFlow flow) { in FlowToString() 33 static std::string GetDeviceId(EDataFlow flow, in GetDeviceId() 136 EDataFlow flow, ERole role, LPCWSTR new_default_device_id) { in OnDefaultDeviceChanged()
|
D | core_audio_util_win_unittest.cc | 68 EDataFlow flow; in TEST_F() member 123 EDataFlow flow; in TEST_F() member
|
/external/chromium_org/third_party/WebKit/Source/core/paint/ |
D | LineBoxListPainter.cpp | 51 RenderInline* flow = *it; in paint() local
|
D | BlockPainter.cpp | 487 RenderInline* flow = *it; in paintContinuationOutlines() local
|
/external/qemu/distrib/sdl-1.2.15/src/audio/nas/ |
D | SDL_nasaudio.h | 45 AuFlowID flow; member
|
/external/tcpdump/ |
D | print-ip6.c | 92 u_int flow; in ip6_print() local
|
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/ |
D | util.rb | 23 def tidy( here_doc, flow = false ) argument
|
/external/kernel-headers/original/uapi/linux/hsi/ |
D | hsi_char.h | 52 uint32_t flow; member
|
/external/chromium_org/chrome/browser/signin/ |
D | easy_unlock_toggle_flow.cc | 80 EasyUnlockToggleFlow* flow, in ToggleApiCall()
|
/external/bluetooth/bluedroid/stack/rfcomm/ |
D | rfc_port_if.c | 134 UINT8 flow; in RFCOMM_ParNegReq() local
|
/external/chromium_org/chrome/browser/chromeos/login/users/ |
D | fake_user_manager.h | 45 virtual void SetUserFlow(const std::string& email, UserFlow* flow) OVERRIDE {} in SetUserFlow()
|
D | chrome_user_manager_impl.cc | 972 UserFlow* flow) { in SetUserFlow()
|
/external/bluetooth/bluedroid/btif/include/ |
D | btif_pan_internal.h | 83 int flow; // 1: outbound data flow on; 0: outbound data flow off member
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/line/ |
D | BreakingContextInlineHeaders.h | 166 inline bool requiresLineBoxForContent(RenderInline* flow, const LineInfo& lineInfo) in requiresLineBoxForContent() 177 inline bool alwaysRequiresLineBox(RenderObject* flow) in alwaysRequiresLineBox()
|
/external/chromium_org/third_party/cython/src/Cython/Compiler/ |
D | FlowControl.pxd | 92 cdef check_definitions(ControlFlow flow, dict compiler_directives)
|
D | FlowControl.py | 477 def __init__(self, name, flow): argument 523 def check_definitions(flow, compiler_directives): argument
|
/external/chromium_org/chrome/browser/chromeos/login/supervised/ |
D | supervised_user_creation_screen.cc | 211 UserFlow* flow = new SupervisedUserCreationFlow(manager_id); in AuthenticateManager() local
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/ |
D | nv50_ir_target.h | 156 unsigned int flow : 1; member
|
/external/mesa3d/src/gallium/drivers/nv50/codegen/ |
D | nv50_ir_target.h | 156 unsigned int flow : 1; member
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
D | InlineFlowBox.cpp | 418 InlineFlowBox* flow = toInlineFlowBox(curr); in placeBoxRangeInInlineDirection() local 975 InlineFlowBox* flow = toInlineFlowBox(curr); in computeOverflow() local
|