Home
last modified time | relevance | path

Searched refs:Not (Results 1 – 25 of 813) sorted by relevance

12345678910>>...33

/external/chromium_org/components/dom_distiller/content/
Ddistiller_page_web_contents_browsertest.cc31 using testing::Not;
183 Not(HasSubstr("questionable content"))); in IN_PROC_BROWSER_TEST_F()
271 Not(HasSubstr("Lorem ipsum"))); in IN_PROC_BROWSER_TEST_F()
433 EXPECT_THAT(html, Not(HasSubstr(no_title))); in IN_PROC_BROWSER_TEST_F()
434 EXPECT_THAT(html, Not(HasSubstr(no_content))); in IN_PROC_BROWSER_TEST_F()
446 EXPECT_THAT(html, Not(HasSubstr(some_title))); in IN_PROC_BROWSER_TEST_F()
447 EXPECT_THAT(html, Not(HasSubstr(some_content))); in IN_PROC_BROWSER_TEST_F()
458 EXPECT_THAT(html, Not(HasSubstr(some_title))); in IN_PROC_BROWSER_TEST_F()
459 EXPECT_THAT(html, Not(HasSubstr(some_content))); in IN_PROC_BROWSER_TEST_F()
470 EXPECT_THAT(html, Not(HasSubstr(some_title))); in IN_PROC_BROWSER_TEST_F()
[all …]
/external/chromium_org/content/browser/accessibility/
Dbrowser_accessibility_manager_mac.mm73 // Not used on Mac.
79 // Not used on Mac.
97 // Not used on Mac.
109 // Not used on Mac.
121 // Not used on Mac.
124 // Not used on Mac.
127 // Not used on Mac.
130 // Not used on Mac.
133 // Not used on Mac.
136 // Not used on Mac.
/external/chromium_org/third_party/webrtc/base/
Dlatebindingsymboltable.cc24 #error Not implemented
36 #error Not implemented in GetDllError()
57 #error Not implemented in LoadSymbol()
113 #error Not implemented in LoadFromPath()
145 #error Not implemented in Unload()
/external/chromium_org/third_party/webrtc/modules/audio_device/linux/
Dlatebindingsymboltable_linux.cc48 #error Not implemented in GetDllError()
56 #error Not implemented in InternalLoadDll()
81 #error Not implemented in InternalUnloadDll()
102 #error Not implemented in LoadSymbol()
/external/clang/include/clang/Analysis/Analyses/
DThreadSafetyLogical.h28 Not enumerator
83 class Not : public LExpr {
87 Not(LExpr *Exp) : LExpr(LExpr::Not), Exp(Exp) {} in Not() function
92 static bool classof(const LExpr *E) { return E->kind() == LExpr::Not; } in classof()
/external/chromium_org/components/cloud_devices/common/
Dcloud_devices_urls_unittest.cc36 EXPECT_THAT(dialog_url, Not(HasSubstr("cloudprint/cloudprint"))); in TEST()
44 EXPECT_THAT(manage_url, Not(HasSubstr("/client/"))); in TEST()
45 EXPECT_THAT(manage_url, Not(HasSubstr("cloudprint/cloudprint"))); in TEST()
81 EXPECT_THAT(signin_url, Not(HasSubstr("/cloudprint"))); in TEST()
91 EXPECT_THAT(add_url, Not(HasSubstr("/cloudprint"))); in TEST()
/external/clang/lib/Analysis/
DThreadSafetyLogical.cpp59 case LExpr::Not: in implies()
62 return implies(LHS, LNeg, cast<Not>(RHS)->exp(), !RNeg); in implies()
84 case LExpr::Not: in implies()
87 return implies(cast<Not>(LHS)->exp(), !LNeg, RHS, RNeg); in implies()
/external/eigen/doc/
DPreprocessorDirectives.dox22 of Eigen2 to Eigen3 (see \ref Eigen2ToEigen3). Not defined by default.
30 …initialized to zero, as are new entries in matrices and arrays after resizing. Not defined by defa…
34 preferable. Not defined by default.
37 the correct size. Not defined by default.
45 - \b EIGEN_NO_DEBUG - disables %Eigen's assertions if defined. Not defined by default, unless the
48 this saves compilation time. Not defined by default.
62 …expect that any objects passed to it are aligned. This will turn off vectorization. Not defined by…
63 …- \b EIGEN_DONT_ALIGN_STATICALLY - disables alignment of arrays on the stack. Not defined by defau…
67 …- \b EIGEN_DONT_VECTORIZE - disables explicit vectorization when defined. Not defined by default, …
107 instead of column-major. Not defined by default.
[all …]
/external/chromium_org/android_webview/tools/
Dthird_party_files_whitelist.txt24 # license. Not used on Android.
27 # license. Not used on Android.
30 # license. Not used on Android.
33 # license. Not used on Android.
40 # license. Not used on Android.
43 # license. Not used on Android.
46 # license. Not used on Android.
49 # license. Not used on Android.
53 # Copyright Alf Watt; BSD license. Not used on Android.
55 # Copyright The Chromium Authors, Apple Inc and Graham Dennis; BSD license. Not
[all …]
/external/llvm/test/tools/llvm-readobj/ARM/
Dattributes.s80 @ CHECK: Description: Not Permitted
98 @ CHECK: Description: Not Permitted
134 @ CHECK: Description: Not Permitted
230 @ CHECK: Description: Not Permitted
242 @ CHECK: Description: Not Permitted
248 @ CHECK: Description: Not Permitted
271 @ CHECK: Description: Not Permitted
282 @ CHECK: Description: Not Permitted
/external/chromium_org/gpu/command_buffer/service/
Dfeature_info_unittest.cc25 using ::testing::Not;
237 EXPECT_THAT(info_->extensions(), Not(HasSubstr("GL_OES_texture_npot"))); in TEST_F()
239 Not(HasSubstr("GL_EXT_texture_compression_dxt1"))); in TEST_F()
241 Not(HasSubstr("GL_CHROMIUM_texture_compression_dxt3"))); in TEST_F()
243 Not(HasSubstr("GL_CHROMIUM_texture_compression_dxt5"))); in TEST_F()
245 Not(HasSubstr("GL_ANGLE_texture_usage"))); in TEST_F()
247 Not(HasSubstr("GL_EXT_texture_storage"))); in TEST_F()
249 Not(HasSubstr("GL_OES_compressed_ETC1_RGB8_texture"))); in TEST_F()
251 Not(HasSubstr("GL_AMD_compressed_ATC_texture"))); in TEST_F()
253 Not(HasSubstr("GL_IMG_texture_compression_pvrtc"))); in TEST_F()
[all …]
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/
DBaseTreeAdaptor.as222 throw new Error("Not implemented - abstract function");
241 throw new Error("Not implemented - abstract function");
245 throw new Error("Not implemented - abstract function");
249 throw new Error("Not implemented - abstract function");
253 throw new Error("Not implemented - abstract function");
257 throw new Error("Not implemented - abstract function");
261 throw new Error("Not implemented - abstract function");
265 throw new Error("Not implemented - abstract function");
269 throw new Error("Not implemented - abstract function");
273 throw new Error("Not implemented - abstract function");
[all …]
/external/chromium_org/ppapi/shared_impl/
Dplatform_file.cc17 #error Not implemented. in IntToPlatformFile()
27 #error Not implemented. in PlatformFileToInt()
/external/easymock/src/org/easymock/internal/matchers/
DNot.java22 public class Not implements IArgumentMatcher, Serializable { class
28 public Not(IArgumentMatcher first) { in Not() method in Not
/external/chromium_org/google_apis/gcm/protocol/
Dmcs.proto124 // Not used.
194 // Not used.
215 // Not used.
223 // Not used in DMP/DMR.
227 // Not used.
233 // Not used.
235 // Not used.
/external/chromium_org/components/metrics/proto/
Dperf_data.proto351 // Not added from original: repeated uint64 metadata_mask = 5;
356 // Not added from original: repeated PerfUint32Metadata uint32_metadata = 8;
357 // Not added from original: repeated PerfUint64Metadata uint64_metadata = 9;
358 // Not added from original:
360 // Not added from original:
371 // Not added from original: optional StringAndMd5sumPrefix hostname = 1;
372 // Not added from original:
374 // Not added from original: optional StringAndMd5sumPrefix perf_version = 3;
375 // Not added from original: optional StringAndMd5sumPrefix architecture = 4;
376 // Not added from original:
[all …]
/external/mockito/src/org/mockito/internal/matchers/
DNot.java15 public class Not extends ArgumentMatcher implements Serializable { class
20 public Not(Matcher first) { in Not() method in Not
/external/chromium_org/chrome/installer/util/
Dconditional_work_item_list.h49 class Not : public WorkItem::Condition {
51 explicit Not(WorkItem::Condition* original_condition) in Not() function
/external/mockito/src/org/mockito/internal/progress/
DArgumentMatcherStorageImpl.java12 import org.mockito.internal.matchers.Not;
74 Not not = new Not(popLastArgumentMatchers(ONE_SUB_MATCHER).get(0)); in reportNot()
/external/clang/test/SemaObjCXX/
Drelated-result-type-inference.mm54 // Not inferred
57 // Not inferred due to instance/class mismatches
63 // Not inferred due to return type mismatch
/external/chromium_org/third_party/webrtc/modules/video_capture/mac/qtkit/
Dvideo_capture_qtkit_info.mm66 // Not implemented. Mac doesn't use discrete steps in capabilities, rather
80 // Not implemented. Mac doesn't use discrete steps in capabilities, rather
93 // Not implemented. Mac doesn't use discrete steps in capabilities, rather
117 // Not implemented. Mac doesn't use discrete steps in capabilities, rather
/external/llvm/test/CodeGen/ARM/
Dstm.ll3 @"\01LC" = internal constant [32 x i8] c"Boolean Not: %d %d %d %d %d %d\0A\00", section "__TEXT,__c…
4 @"\01LC1" = internal constant [26 x i8] c"Bitwise Not: %d %d %d %d\0A\00", section "__TEXT,__cstrin…
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/xdf/tests/
Dxdfprotect.asm108 idesc32 isrP, 0x0008, 0 ; 0x07, 7, #NM, Device Not Available
112 idesc32 isrP, 0x0008, 0 ; 0x0B, 11, #NP, Segment Not Present
146 dw isrR, 0 ; 0x07, 7, #NM, Device Not Available
150 dw isrR, 0 ; 0x0B, 11, #NP, Segment Not Present
/external/chromium_org/chrome/browser/net/
Dpredictor_browsertest.cc181 EXPECT_THAT(cleared_startup_list, Not(HasSubstr(startup_url_.host()))); in IN_PROC_BROWSER_TEST_F()
182 EXPECT_THAT(cleared_referral_list, Not(HasSubstr(referring_url_.host()))); in IN_PROC_BROWSER_TEST_F()
183 EXPECT_THAT(cleared_referral_list, Not(HasSubstr(target_url_.host()))); in IN_PROC_BROWSER_TEST_F()
/external/chromium_org/net/data/ssl/certificates/
Dct-test-embedded-with-intermediate-preca-chain.pem8 Not Before: Jun 1 00:00:00 2012 GMT
9 Not After : Jun 1 00:00:00 2022 GMT
74 Not Before: Jun 1 00:00:00 2012 GMT
75 Not After : Jun 1 00:00:00 2022 GMT
135 Not Before: Jun 1 00:00:00 2012 GMT
136 Not After : Jun 1 00:00:00 2022 GMT

12345678910>>...33