/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/flow/ |
MethodSanitizerTest.java | 12 package org.jacoco.core.internal.flow;
|
/external/mesa3d/src/gallium/drivers/nv50/codegen/ |
nv50_ir_target.h | 156 unsigned int flow : 1; member in struct:nv50_ir::Target::OpInfo
|
/frameworks/base/packages/Osu/src/com/android/hotspot2/flow/ |
FlowService.java | 1 package com.android.hotspot2.flow; 36 * <service android:name=".flow.FlowService" android:process=":osuflow">
|
/frameworks/base/packages/Osu/src/com/android/hotspot2/osu/ |
ClientKeyManager.java | 5 import com.android.hotspot2.flow.PlatformAdapter;
|
/frameworks/base/packages/Osu/src/com/android/hotspot2/osu/service/ |
RedirectListener.java | 5 import com.android.hotspot2.flow.PlatformAdapter;
|
/system/bt/btif/co/ |
bta_pan_co.cc | 49 * Returns Data flow mask. 100 btpan_cb.flow = 1; 250 * Returns true if flow enabled 267 * data flow on the RX path when it is configured to use 268 * a push interface. If data flow is disabled the phone must 270 * until data flow is enabled again.
|
/system/bt/stack/rfcomm/ |
port_int.h | 47 * Flow control configuration values for the mux 49 #define PORT_FC_UNDEFINED 0 /* mux flow control mechanism not defined yet */ 50 #define PORT_FC_TS710 1 /* use TS 07.10 flow control */ 51 #define PORT_FC_CREDIT 2 /* use RFCOMM credit based flow control */ 58 bool peer_fc; /* true if flow control is set based on peer's request */ 59 bool user_fc; /* true if flow control is set based on user's request */ 104 uint8_t flow; /* flow control mechanism for this mux */ member in struct:__anon106560 196 uint16_t credit_tx; /* Flow control credits for tx path */ 197 uint16_t credit_rx; /* Flow control credits for rx path, this is * [all...] |
/external/fio/ |
Android.mk | 29 cconv.c client.c filelock.c flow.c gettime-thread.c idletime.c io_u_queue.c \
|
thread_options.h | 250 int flow; member in struct:thread_options 474 int32_t flow; member in struct:thread_options_pack
|
/prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/ |
layout.go | 7 // layout orders basic blocks in f with the goal of minimizing control flow instructions.
|
shortcircuit.go | 63 // Step 3: Redirect control flow around known branches.
|
fuse.go | 7 // fuse simplifies control flow by joining basic blocks.
|
/prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/ |
layout.go | 7 // layout orders basic blocks in f with the goal of minimizing control flow instructions.
|
shortcircuit.go | 63 // Step 3: Redirect control flow around known branches.
|
fuse.go | 7 // fuse simplifies control flow by joining basic blocks.
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
mmdeviceapi.h | 147 EDataFlow flow, 191 EDataFlow flow, 216 #define IMMNotificationClient_OnDefaultDeviceChanged(This,flow,role,pwstrDeviceId) (This)->lpVtbl->OnDefaultDeviceChanged(This,flow,role,pwstrDeviceId) 239 static FORCEINLINE HRESULT IMMNotificationClient_OnDefaultDeviceChanged(IMMNotificationClient* This,EDataFlow flow,ERole role,LPCWSTR pwstrDeviceId) { 240 return This->lpVtbl->OnDefaultDeviceChanged(This,flow,role,pwstrDeviceId); 277 EDataFlow flow, [all...] |
/system/bt/btif/src/ |
btif_pan.cc | 135 btpan_cb.flow = 1; 369 btpan_cb.flow = enable; 482 btpan_cb.flow = 1; 684 for (int i = 0; i < PAN_BUF_MAX && btif_is_enabled() && btpan_cb.flow; i++) { 754 if (btpan_cb.flow) { 755 // add fd back to monitor thread when the flow is on
|
/libcore/ojluni/src/main/java/sun/nio/ch/ |
Net.java | 357 SocketFlow flow = SocketFlow.create(); 358 ExtendedOptionsImpl.getFlowOption(fd, flow); 359 return flow;
|
/external/v8/tools/ |
tickprocessor-driver.js | 29 // Tick Processor's code flow.
|
/prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/ |
plive.go | 72 // Computed during livenesssolve using control flow information: 145 // stream. Any control flow, such as branches or fall-throughs, that target the 254 // A pretty printer for control flow graphs. Takes a slice of *BasicBlocks. 352 // analysis is to add these missing edges to complete the control flow graph. 369 // The drop through should flow to the selectgo block 387 // The entry point for the missing selectgo control flow algorithm. Takes a 395 // Constructs a control flow graph from a sequence of instructions. This 396 // procedure is complicated by various sources of implicit control flow that are 398 // slice of *BasicBlocks in control flow graph form (basic blocks ordered by 410 // These blocks will be revisited to add successor control flow edges [all...] |
/prebuilts/go/darwin-x86/src/cmd/vet/internal/cfg/ |
cfg_test.go | 175 t.Logf("control flow graph:\n%s", g.Format(fset))
|
/prebuilts/go/darwin-x86/test/chan/ |
select3.go | 19 panic("control flow shouldn't reach here")
|
/prebuilts/go/linux-x86/src/cmd/compile/internal/gc/ |
plive.go | 72 // Computed during livenesssolve using control flow information: 145 // stream. Any control flow, such as branches or fall-throughs, that target the 254 // A pretty printer for control flow graphs. Takes a slice of *BasicBlocks. 352 // analysis is to add these missing edges to complete the control flow graph. 369 // The drop through should flow to the selectgo block 387 // The entry point for the missing selectgo control flow algorithm. Takes a 395 // Constructs a control flow graph from a sequence of instructions. This 396 // procedure is complicated by various sources of implicit control flow that are 398 // slice of *BasicBlocks in control flow graph form (basic blocks ordered by 410 // These blocks will be revisited to add successor control flow edges [all...] |
/prebuilts/go/linux-x86/src/cmd/vet/internal/cfg/ |
cfg_test.go | 175 t.Logf("control flow graph:\n%s", g.Format(fset))
|
/prebuilts/go/linux-x86/test/chan/ |
select3.go | 19 panic("control flow shouldn't reach here")
|