OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:implies
(Results
151 - 175
of
1615
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium/sdch/open-vcdiff/src/gtest/
gtest-port.cc
121
// GTEST_HAS_DEATH_TEST
implies
that we have ::std::string, so we
139
// GTEST_HAS_DEATH_TEST
implies
that we have ::std::string, so we can
172
// GTEST_HAS_DEATH_TEST
implies
that we have ::std::string, so we can
/external/llvm/include/llvm/Support/
Compiler.h
44
/// This
implies
that <utility> provides the one-argument std::move; it
85
///
Implies
LLVM_HAS_RVALUE_REFERENCES, LLVM_HAS_CXX11_TYPETRAITS
96
///
Implies
LLVM_HAS_RVALUE_REFERENCES and the existence of std::forward.
/external/valgrind/main/gdbserver_tests/
README_DEVELOPERS
28
Some gdb tests
implies
a gdb >= 7.2. (these are automatically disabled
33
Some tests
implies
to have a vgdb "ptrace invoker" capable.
84
Typically, a gdbserver test
implies
to launch two programs:
/build/core/combo/
select.mk
68
#
implies
that __DATE__ and __TIME__ are not critical for functionality.
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
Tracer.cs
45
/// This listens for debugging events from the parser and
implies
/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/tree/
CommonTree.js
17
/** Who is the parent node of this node; if null,
implies
node is root */
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
NFAContext.java
83
* max=0
implies
you cannot ever jump to another rule during closure.
84
* max=1
implies
you can make as many calls as you want--you just
87
* max=2
implies
you are able to recurse once (i.e., call a rule twice
197
* is different, the fact that both contexts emanate from state 21
implies
/external/apache-http/src/org/apache/http/conn/
ConnectionReleaseTrigger.java
75
* This is a "hard" release that
implies
a shutdown of the connection.
/external/chromium/base/
platform_file_posix.cc
80
open_flags |= O_EXCL; // together with O_CREAT
implies
O_NOFOLLOW
/external/chromium/chrome/browser/sync/protocol/
autofill_specifics.proto
76
// If any of these 3 fields are present, then all 3 should be, and it
implies
/external/chromium_org/chrome/browser/sync_file_system/
sync_task_manager.h
119
// Absence of |token_|
implies
a task is running. Incoming tasks should
/external/chromium_org/chrome/browser/ui/app_list/
app_list_service.cc
42
// The presence of kOriginalProcessStartTime
implies
that another process
/external/chromium_org/chrome/browser/ui/app_list/search/
tokenized_string_match.cc
16
// matched portion is a prefix of both the query and the text, which
implies
/external/chromium_org/chrome/common/extensions/docs/server2/
features_utility.py
54
# Multiple available values probably
implies
different feature
/external/chromium_org/chrome/common/extensions/docs/templates/intros/
types.html
55
As the list
implies
, policies might overrule any changes that you specify with
/external/chromium_org/chrome/installer/util/
eula_util.cc
71
// these products at user-level
implies
that the EULA has been accepted.
/external/chromium_org/content/renderer/media/android/
stream_texture_factory_android_synchronous_impl.cc
108
// OnFrameAvailable being called a second time
implies
that we called
/external/chromium_org/extensions/common/
one_shot_event.h
54
// alive, CHECK(is_signaled()) will never fail (which
implies
that
/external/chromium_org/net/third_party/nss/patches/
aesgcmchromium.patch
54
+ * these two functions
implies
the NSS version supports AES GCM.
/external/chromium_org/ppapi/native_client/tests/nacl_browser/manifest_file/
irt_manifest_file_test.cc
69
// unfortunatly,
implies
that the test will mysteriously fail
/external/chromium_org/sync/syncable/
parent_child_index.cc
109
// A successful lookup
implies
at least some children exist.
/external/chromium_org/third_party/WebKit/public/platform/
WebSocketHandleClient.h
62
// This message also
implies
that channel is closed with
/external/chromium_org/third_party/cld/encodings/compact_lang_det/win/
normalizedunicodetext.cc
59
// This
implies
that library_ itself was loaded successfully.
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
AMDILDeviceInfo.h
52
// Debug mode
implies
that no hardware features or optimizations
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/wgl/
stw_framebuffer.h
57
* Note that even access to immutable members
implies
acquiring the mutex
Completed in 579 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>