Searched
full:assume (Results
401 -
425 of
7331) sorted by null
<<11121314151617181920>>
/external/chromium_org/sandbox/linux/seccomp-bpf/ |
syscall_iterator.cc | 19 // |num_| has been initialized to 0, which we assume is also MIN_SYSCALL.
|
/external/chromium_org/third_party/WebKit/Source/platform/exported/ |
WebActiveGestureAnimation.cpp | 62 // All WebGestureCurves assume zero-based time, so we subtract
|
/external/chromium_org/third_party/WebKit/Source/platform/graphics/ |
GeneratedImage.h | 47 // Assume that generated content has no decoded data we need to worry about
|
/external/chromium_org/third_party/WebKit/Tools/TestResultServer/static-dashboards/ |
webtreemap.css | 36 border: solid 1px black; /* Calculations assume 1px border. */
|
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d11/shaders/ |
Clear11.hlsl | 0 // Assume we are in SM4+, which has 8 color outputs
|
/external/chromium_org/third_party/cacheinvalidation/overrides/google/cacheinvalidation/deps/ |
gmock.h | 79 // TOOD(ghc): This implementation assume protobuf serialization is
|
/external/chromium_org/third_party/iccjpeg/ |
LICENSE | 18 its user, assume the entire risk as to its quality and accuracy.
|
/external/chromium_org/third_party/libjingle/source/talk/base/ |
macconversion.h | 39 // We can safely assume, given our context, that the string is
|
/external/chromium_org/third_party/libxslt/libxslt/ |
win32config.h | 33 by MS and we can assume that their functions know more about their
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/os/ |
os_mman.h | 76 /* assume large file support exists */
|
/external/chromium_org/third_party/skia/src/animator/ |
SkAnimateField.cpp | 60 SkDebugf("/>\n");//i assume that if it IS, we will do it separately
|
/external/chromium_org/third_party/skia/src/gpu/gl/ |
GrGLRenderTarget.cpp | 61 // we assume this is true, TODO: get rid of viewport as a param.
|
/external/chromium_org/third_party/skia/tests/ |
FlateTest.cpp | 56 // Assume there are two test sizes, big and small.
|
Test.cpp | 73 // Proxy down to fReporter. We assume these calls are threadsafe.
|
/external/chromium_org/third_party/webrtc/base/ |
sigslottester_unittest.cc | 53 // Since it applies for 1 and 2 args, we assume it will work for up to 5 args.
|
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/ |
rtcp.cc | 68 // No packets received, assume none lost.
|
/external/chromium_org/third_party/webrtc/modules/audio_device/android/ |
audio_manager_jni.h | 51 // Following functions assume that the calling thread has been attached.
|
/external/chromium_org/third_party/webrtc/modules/audio_processing/test/ |
test_utils.h | 70 // The "wire format" for the size is little-endian. Assume we're running on
|
/external/chromium_org/tools/clang/blink_gc_plugin/tests/ |
test.sh | 63 # The golden files assume that the cwd is this directory. To make the script
|
/external/chromium_org/tools/clang/plugins/tests/ |
test.sh | 64 # The golden files assume that the cwd is this directory. To make the script
|
/external/chromium_org/tools/telemetry/telemetry/timeline/ |
inspector_importer.py | 17 ''' Checks if timeline_data is from the inspector timeline. We assume
|
/external/chromium_org/ui/base/ |
ui_base_paths.cc | 20 // Assume that we will not need to create the directory if it does not exist.
|
/external/chromium_org/ui/message_center/cocoa/ |
tray_controller.mm | 105 // The settings bubble data structures assume that the settings dialog is
|
/external/chromium_org/v8/test/mjsunit/regress/ |
regress-545.js | 32 // uses, this can cause a use in a value context to assume a test context. Since
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
PthreadLockChecker.cpp | 166 std::tie(lockFail, lockSucc) = state->assume(retVal); 169 std::tie(lockSucc, lockFail) = state->assume(retVal); 178 // Assume that the return value was 0. 179 lockSucc = state->assume(retVal, false);
|
Completed in 464 milliseconds
<<11121314151617181920>>