HomeSort by relevance Sort by last modified time
    Searched full:used (Results 2176 - 2200 of 64207) sorted by null

<<81828384858687888990>>

  /external/chromium_org/ui/message_center/
notification_types.h 27 // This key should not be used by the extension API handler. It's not allowed
28 // to use it there, it's used to cancel timeout for webkit notifications.
  /external/chromium_org/ui/native_theme/
native_theme.h 104 int classic_state; // Used on Windows when uxtheme is not available.
111 int classic_state; // Used on Windows when uxtheme is not available.
116 // Used for the disabled state to indicate if the item is both disabled and
123 // Used for the disabled state to indicate if the item is both disabled and
138 int classic_state; // Used on Windows when uxtheme is not available.
168 int classic_state; // Used on Windows when uxtheme is not available.
188 int classic_state; // Used on Windows when uxtheme is not available.
193 int classic_state; // Used on Windows when uxtheme is not available.
  /external/chromium_org/ui/views/controls/button/
label_button_border.h 32 // Get or set the painter used for the specified |focused| button |state|.
38 // The painters used for each unfocused or focused button state.
  /external/chromium_org/ui/webui/resources/js/cr/ui/
list_item.js 51 * selection model. This is only used for display purpose.
61 * the underlying selection model. This is only used for display purpose.
  /external/chromium_org/webkit/browser/database/
database_quota_client.h 22 // with the quota management system. This interface is used
48 scoped_refptr<DatabaseTracker> db_tracker_; // only used on its thread
  /external/clang/include/clang/Driver/
Util.h 23 /// ArgStringMap - Type used to map a JobAction to its result file.
26 /// ActionList - Type used for lists of actions.
  /external/clang/include/clang/Lex/
HeaderSearchOptions.h 30 IndexHeaderMap, ///< Like Angled, but marks header maps used when
35 CSystem, ///< Like System, but only used for C.
36 CXXSystem, ///< Like System, but only used for C++.
37 ObjCSystem, ///< Like System, but only used for ObjC.
38 ObjCXXSystem, ///< Like System, but only used for ObjC++.
89 /// \brief The directory used for the module cache.
95 /// Note: Only used for testing!
115 /// large, e.g., a month, to avoid forcing infrequently-used modules to be
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
SubEngine.h 54 /// Called by CoreEngine. Used to generate new successor
66 /// Called by CoreEngine. Used to generate successor
75 /// Called by CoreEngine. Used to processing branching behavior
84 /// Called by CoreEngine. Used to generate successor
88 /// Called by CoreEngine. Used to generate successor
92 /// Called by CoreEngine. Used to generate end-of-path
103 /// Called by ConstraintManager. Used to call checker-specific
113 /// made to the store. Used to update checkers that track region values.
  /external/clang/test/CXX/temp/temp.spec/temp.expl.spec/
p5-example.cpp 14 // template<> not used for a member of an // explicitly specialized class template
19 // template<> also not used when defining a member of // an explicitly specialized member class
  /external/clang/test/Parser/
attr-availability.c 13 void f3() __attribute__((availability(ios,deprecated=10.4.7,introduced=10,obsoleted=10.6,introduced=10.2))); // expected-error{{redundant 'introduced' availability change; only the last specified change will be used}}
17 void f5() __attribute__((availability(macosx,introduced=10.5), availability(ios,unavailable, unavailable))); // expected-error{{redundant 'unavailable' availability change; only the last specified change will be used}}
  /external/clang/test/Sema/
attr-args.c 12 inline __attribute__((used(a))) void *f9(); // expected-error {{'used' attribute takes no arguments}}
attr-decl-after-definition.c 14 int bar __attribute__((used));
19 int bar __attribute__((used,
  /external/clang/test/SemaObjC/
uninit-variables.m 18 return x; // expected-warning{{variable 'x' is uninitialized when used here}}
55 return x; // expected-warning {{variable 'x' is uninitialized when used here}}
  /external/clang/test/SemaTemplate/
instantiate-objc-1.mm 53 return @(value); // expected-error {{illegal type 'int *' used in a boxed expression}} \
54 // expected-error {{illegal type 'long double' used in a boxed expression}}
  /external/compiler-rt/make/
config.mk 12 # should only be used for internal utilities which could be used in any other
  /external/dropbear/libtommath/
bn_mp_2expt.c 36 /* set the used count of where the bit will go */
37 a->used = b / DIGIT_BIT + 1;
bn_mp_dr_is_modulus.c 24 if (a->used < 2) {
31 for (ix = 1; ix < a->used; ix++) {
bn_mp_get_int.c 24 if (a->used == 0) {
29 i = MIN(a->used,(int)((sizeof(unsigned long)*CHAR_BIT+DIGIT_BIT-1)/DIGIT_BIT))-1;
bn_mp_init.c 34 /* set the used to zero, allocated digits to the default precision
36 a->used = 0;
bn_mp_read_unsigned_bin.c 41 a->used += 1;
45 a->used += 2;
bncore.c 27 int KARATSUBA_MUL_CUTOFF = 80, /* Min. number of digits before Karatsuba multiplication is used. */
28 KARATSUBA_SQR_CUTOFF = 120, /* Min. number of digits before Karatsuba squaring is used. */
  /external/easymock/src/org/easymock/
ArgumentsMatcher.java 19 * A comparison function that is used to match arguments.
49 * the arguments to be used in the string representation.
  /external/eclipse-basebuilder/
README.txt 1 Eclipse basebuilder is used to build Eclipse plugins. These are only used during the build and are not released.
  /external/freetype/include/freetype/internal/services/
svgldict.h 10 /* This file is part of the FreeType project, and may only be used, */
29 * A service used to retrieve glyph names, as well as to find the
svmm.h 10 /* This file is part of the FreeType project, and may only be used, */
29 * A service used to manage multiple-masters data in a given face.

Completed in 1316 milliseconds

<<81828384858687888990>>