OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:flow
(Results
126 - 150
of
2110
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium_org/v8/src/
hydrogen-flow-engine.h
74
// This class implements an engine that can drive
flow
-sensitive analyses
76
// or over the entire graph (global analysis). The
flow
engine is parameterized
81
// in control
flow
order, and the "Effects" collect summary information about
82
// which facts could be invalidated on other control
flow
paths. The effects
83
// are necessary to correctly handle loops in the control
flow
graph without
84
// doing a fixed-point iteration. Thus the
flow
engine is guaranteed to visit
87
// The
flow
engine requires the State and Effects classes to implement methods
/external/chromium_org/chrome/browser/resources/gaia_auth_host/
gaia_auth_host.js
8
* authentication
flow
. There are two events would be raised after this point:
26
* Auth URL to use for online
flow
.
32
* Auth URL to use for offline
flow
.
38
* Auth URL to use for inline
flow
.
138
* Invoked when the auth
flow
needs a user to confirm his/her passwords.
140
* SAML
flow
. The embedder of GaiaAuthHost should show an UI to collect a
142
* verify. If the password is good, the auth
flow
continues with success
152
*
flow
and decide what to do next.
293
// In the inline sign in
flow
, the embedded gaia webview posts credential
/external/chromium_org/media/audio/win/
core_audio_util_win.h
54
// Number of active audio devices in the specified
flow
data
flow
direction.
63
// Creates a default endpoint device that is specified by a data-
flow
104
// default device for the specified by a data-
flow
direction and role.
106
EDataFlow
flow
, ERole role, const std::string& device_id);
112
// manage the
flow
of audio data between the application and an audio endpoint
116
//
flow
direction and role is define by |data_flow| and |role|.
131
// |audio_device|.
Flow
direction and role is define by the |audio_device|.
148
// default IMMDevice where
flow
direction and role is define by |data_flow|
/external/chromium_org/third_party/WebKit/Source/core/rendering/
FlowThreadController.cpp
72
// Sanity check for the absence of a named
flow
in the "CREATED" state with the same name.
79
// Keep the
flow
renderer as a child of RenderView.
132
// Remove the left-over
flow
threads.
213
// Walk the
flow
chain in reverse order to update the auto-height regions and compute correct sizes for the containing regions. Only after this we can
214
// set the
flow
in the constrained layout phase.
RenderNamedFlowFragment.h
44
// that has a valid -webkit-
flow
-from property.
47
// http://dev.w3.org/csswg/css-regions/#the-
flow
-from-property.
RenderRegion.cpp
73
// height value for auto-height regions in the first layout phase of the parent named
flow
.
106
// Only clip along the
flow
thread axis.
186
// Since we do not want to paint the
flow
thread content multiple times (for each painting phase of the region object),
187
// we allow the
flow
thread painting only in certain phases.
304
// This can happen even if we are in the inConstrainedLayoutPhase and it will trigger a pathological layout of the
flow
thread.
309
// FIXME: We need to find a way to set up overflow properly. Our
flow
thread hasn't gotten a layout
357
// By now the
flow
thread should already be added to the rendering tree,
359
//
flow
that it actually needs to display. It would create a circular reference.
365
// Do not take into account a region that links a
flow
with itself. The dependency
382
// Initialize the
flow
thread reference and create the flow thread object if needed
[
all
...]
/external/proguard/docs/manual/
optimizations.html
129
<dd>Simplifies code based on control
flow
analysis and data
flow
134
<dd>Removes dead code based on control
flow
analysis and data
flow
139
<dd>Removes dead code based on a simple control
flow
analysis.</dd>
/external/bluetooth/bluedroid/bta/include/
bta_pan_ci.h
71
** Description This function is called to enable or disable data
flow
on
73
** disable data
flow
when it is congested and cannot handle
96
** Returns TRUE if
flow
enabled
/external/iproute2/man/man8/
tc-drr.8
36
Amount of bytes a
flow
is allowed to dequeue before the scheduler moves to
61
flow
filter:
73
.B tc filter add .. protocol ip .. $handle
flow
hash keys src,dst,proto,proto-src,proto-dst divisor 1024 perturb 10
/external/chromium_org/chrome/browser/chromeos/first_run/
drive_first_run_controller.h
28
// Called when the first run
flow
finishes, informing the observer of
42
// Manages observers of the first run
flow
.
/external/chromium_org/chrome/browser/local_discovery/
cloud_print_printer_list.cc
52
CloudPrintBaseApiFlow*
flow
,
59
CloudPrintBaseApiFlow*
flow
,
/external/chromium_org/chrome/browser/ui/app_list/search/
app_result.h
56
// Checks if extension is disabled and if enable
flow
should be started.
57
// Returns true if extension enable
flow
is started or there is already one
/external/chromium_org/chrome/common/extensions/docs/templates/articles/
google_wallet.html
34
with your app to trigger the purchase
flow
.
37
<h2 id="
flow
">Purchase
flow
</h2>
59
If the user is not signed up for Google Wallet, Google Wallet for digital goods takes the user through the sign-up
flow
:
69
The following code snippet illustrates how to initiate the purchase
flow
in an app.
145
Success and failure callback handlers let your app react to the purchase
flow
's completion.
151
When a customer clicks a "Buy" button in your app, call <code>buy()</code> to initiate the purchase
flow
.
203
You can install and run the published app from the Chrome Web Store to try out the in-app payment purchase
flow
.
/external/chromium_org/content/renderer/media/
webaudio_capturer_source.h
44
// |track| is the sink of the data
flow
. |source_provider| is the source of
45
// the data
flow
where stream information like delay, volume, key_pressed,
/external/chromium_org/third_party/WebKit/Source/core/dom/
PseudoElement.h
47
// As per http://dev.w3.org/csswg/css3-regions/#
flow
-into, pseudo-elements such as ::first-line, ::first-letter, ::before or ::after
48
// cannot be directly collected into a named
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/llvm/test/Transforms/StructurizeCFG/
loop-multiple-exits.ll
32
; CHECK: [[
FLOW
:[0-9a-zA-Z]+]]:
46
; CHECK: br label %[[
FLOW
]]
/external/v8/test/mjsunit/regress/
regress-108296.js
34
// Create control
flow
for a.foo. Control
flow
resolution will
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
atmmpc.h
44
uint8_t mpc_p3[8]; /*
Flow
-detection Protocols */
85
#define MPC_P3 0 /*
Flow
-detection Protocols */
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
atmmpc.h
44
uint8_t mpc_p3[8]; /*
Flow
-detection Protocols */
85
#define MPC_P3 0 /*
Flow
-detection Protocols */
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
atmmpc.h
44
uint8_t mpc_p3[8]; /*
Flow
-detection Protocols */
85
#define MPC_P3 0 /*
Flow
-detection Protocols */
/external/chromium_org/chrome/browser/chromeos/login/
user_manager.h
153
// from normal sign in
flow
.
312
// Method that allows to set |
flow
| for user identified by |user_id|.
313
//
Flow
should be set before login attempt.
314
// Takes ownership of the |
flow
|, |
flow
| will be deleted in case of login
316
virtual void SetUserFlow(const std::string& user_id, UserFlow*
flow
) = 0;
318
// Return user
flow
for current user. Returns instance of DefaultUserFlow if
319
// no
flow
was defined for current user, or user is not logged in.
323
// Return user
flow
for user identified by |user_id|. Returns instance of
324
// DefaultUserFlow if no
flow
was defined for user
[
all
...]
/dalvik/dx/src/com/android/dx/command/dump/
Args.java
50
/** whether to dump
flow
-graph in "dot" format */
Completed in 1885 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>