Searched defs:any (Results 1 - 25 of 75) sorted by relevance

123

/external/chromium_org/content/renderer/manifest/
H A Dmanifest_parser_unittest.cc265 // Accept 'any'.
267 Manifest manifest = ParseManifest("{ \"orientation\": \"any\" }");
562 // 'any' is correctly parsed and transformed to gfx::Size(0,0).
565 "\"sizes\": \"any AnY ANY aNy\" } ] }");
566 gfx::Size any = gfx::Size(0, 0); local
568 EXPECT_EQ(manifest.icons[0].sizes[0], any);
569 EXPECT_EQ(manifest.icons[0].sizes[1], any);
570 EXPECT_EQ(manifest.icons[0].sizes[2], any);
571 EXPECT_EQ(manifest.icons[0].sizes[3], any);
578 gfx::Size any local
[all...]
/external/chromium_org/third_party/webrtc/common_audio/signal_processing/
H A Drefl_coef_to_lpc.c22 int16_t any[WEBRTC_SPL_MAX_LPC_ORDER + 1]; local
29 *any = *a;
38 anyptr = any;
41 any[m + 1] = WEBRTC_SPL_RSHIFT_W16((*kptr), 3);
52 anyptr = any;
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/cng/
H A Dcng_helpfuns.c19 int16_t any[WEBRTC_SPL_MAX_LPC_ORDER + 1]; local
26 *any = *a;
33 anyptr = any;
36 any[m + 1] = (*kptr + 4) >> 3;
43 anyptr = any;
/external/clang/test/CXX/expr/expr.unary/expr.sizeof/
H A Dp5-0x.cpp17 struct any { struct
18 template<typename T> any(T);
23 any array[sizeof...(inits)] = { inits... };
/external/eigen/Eigen/src/Core/
H A DBooleanRedux.h76 * \sa any(), Cwise::operator<()
103 inline bool DenseBase<Derived>::any() const function in class:Eigen::DenseBase
124 * \sa all(), any()
/external/hamcrest/src/org/hamcrest/core/
H A DIsAnything.java56 public static <T> Matcher<T> any(@SuppressWarnings("unused")Class<T> type) { method in class:IsAnything
/external/webrtc/src/common_audio/signal_processing/
H A Drefl_coef_to_lpc.c22 WebRtc_Word16 any[WEBRTC_SPL_MAX_LPC_ORDER + 1]; local
29 *any = *a;
38 anyptr = any;
41 any[m + 1] = WEBRTC_SPL_RSHIFT_W16((*kptr), 3);
52 anyptr = any;
/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.conv/
H A Dp4.cpp8 void test_cvqual_ref(AnyT any) { argument
9 const int &cir = any;
/external/libpcap/Win32/Src/
H A Dgetnetent.c7 * duplicated in all such forms and that any documentation,
31 static char *any(char *, char *);
71 cp = any(p, "#\n");
76 cp = any(p, " \t");
82 p = any(cp, " \t");
97 cp = any(cp, " \t");
106 any(cp, match) function
/external/deqp/scripts/
H A Dtestset.py15 def any (results, predicate): function
208 FilterRule("any-pass", "Any of results is 'Pass'", [lambda l: any(l, lambda r: r == 'Pass')]),
209 FilterRule("any-fail", "Any of results is not 'Pass' or 'NotSupported'", [lambda l: not all(l, lambda r: r == 'Pass' or r == 'NotSupported')]),
211 FilterRule("prev-passing", "Any except last result is 'Pass'", [lambda l: l[-1] != 'Pass' and any(l[:-1], lambda r: r == 'Pass')])
/external/hamcrest/src/org/hamcrest/
H A DCoreMatchers.java126 public static <T> org.hamcrest.Matcher<T> any(java.lang.Class<T> type) { method in class:CoreMatchers
127 return org.hamcrest.core.IsAnything.any(type);
/external/chromium_org/third_party/cython/src/Cython/
H A DUtils.py369 # all() and any() are new in 2.5
374 any = any variable
382 def any(items): function
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
H A Dsp_tile_cache.h6 * Permission is hereby granted, free of charge, to any person obtaining a
74 ubyte any[1]; member in union:softpipe_cached_tile::__anon13930
/external/chromium_org/third_party/skia/experimental/PdfViewer/
H A DSkTracker.h31 * A.1) a breackpoint require that any of the points is changed
33 * Points in B are allways in "any mode" - chaning the value of any pixel, will disable
67 void any() { function in class:SkTracker
155 // any/all of the expected touched has to be changed, and all expected untouched must be intact
214 // break on any change on expected touched or all.
/external/chromium_org/third_party/sqlite/src/ext/fts2/
H A Dfts2_tokenizer.c346 const int any = SQLITE_ANY; local
360 || (rc = sqlite3_create_function(db, zName, 1, any, p, scalarFunc, 0, 0))
361 || (rc = sqlite3_create_function(db, zName, 2, any, p, scalarFunc, 0, 0))
363 || (rc = sqlite3_create_function(db, zTest, 2, any, p, testFunc, 0, 0))
364 || (rc = sqlite3_create_function(db, zTest, 3, any, p, testFunc, 0, 0))
365 || (rc = sqlite3_create_function(db, zTest2, 0, any, pdb, intTestFunc, 0, 0))
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.type.simple/
H A Dp5-cxx0x.cpp70 struct any { struct in namespace:libcxx_example
71 any(...);
80 nat swap(any, any);
/external/droiddriver/src/com/google/android/droiddriver/finders/
H A DPredicates.java37 return "any";
45 public static <T> Predicate<T> any() { method in class:Predicates
121 * Returns a predicate that evaluates to {@code true} if any one of its
H A DBy.java30 /** Matches any UiElement. */
31 public static MatchFinder any() { method in class:By
/external/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_tile_cache.h6 * Permission is hereby granted, free of charge, to any person obtaining a
74 ubyte any[1]; member in union:softpipe_cached_tile::__anon27341
/external/qemu/android/skin/
H A Dcomposer.h44 struct SkinPlateAny any; member in struct:SkinPlateSurface
51 struct SkinPlateAny any; member in struct:SkinPlateGroup
65 struct SkinPlateAny any; member in union:SkinPlate
/external/skia/experimental/PdfViewer/
H A DSkTracker.h31 * A.1) a breackpoint require that any of the points is changed
33 * Points in B are allways in "any mode" - chaning the value of any pixel, will disable
67 void any() { function in class:SkTracker
155 // any/all of the expected touched has to be changed, and all expected untouched must be intact
214 // break on any change on expected touched or all.
/external/chromium_org/third_party/WebKit/Source/bindings/modules/v8/
H A DIDBBindingUtilities.cpp403 ScriptValue idbAnyToScriptValue(ScriptState* scriptState, IDBAny* any) argument
407 v8::Handle<v8::Value> v8Value(toV8(any, scriptState->context()->Global(), isolate));
/external/chromium_org/third_party/mesa/src/src/glsl/
H A Dlower_mat_op_to_vec.cpp4 * Permission is hereby granted, free of charge, to any person obtaining a
88 /* Pull out any matrix expression to a separate assignment to a
237 * return !any(bvec4(a[0] != b[0],
245 * return any(bvec4(a[0] != b[0],
276 ir_expression *any = new(this->mem_ctx) ir_expression(ir_unop_any, val); local
279 any = new(this->mem_ctx) ir_expression(ir_unop_logic_not, any);
282 new(mem_ctx) ir_assignment(result->clone(mem_ctx, NULL), any);
/external/chromium_org/third_party/sqlite/src/ext/fts3/
H A Dfts3_tokenizer.c455 const int any = SQLITE_ANY; local
469 rc = sqlite3_create_function(db, zName, 1, any, p, scalarFunc, 0, 0);
472 rc = sqlite3_create_function(db, zName, 2, any, p, scalarFunc, 0, 0);
476 rc = sqlite3_create_function(db, zTest, 2, any, p, testFunc, 0, 0);
479 rc = sqlite3_create_function(db, zTest, 3, any, p, testFunc, 0, 0);
482 rc = sqlite3_create_function(db, zTest2, 0, any, pdb, intTestFunc, 0, 0);
/external/hamcrest/library/src/org/hamcrest/
H A DMatchers.java126 public static <T> org.hamcrest.Matcher<T> any(java.lang.Class<T> type) { method in class:Matchers
127 return org.hamcrest.core.IsAnything.any(type);
274 * Constructs an IsEventFrom Matcher that returns true for any object
282 * Constructs an IsEventFrom Matcher that returns true for any object

Completed in 661 milliseconds

123