HomeSort by relevance Sort by last modified time
    Searched full:constants (Results 176 - 200 of 53085) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/chromium_org/chrome/browser/policy/
BUILD.gn 15 "//chrome/common:constants",
  /external/chromium_org/chrome/test/ispy/common/
constants.py 5 """Constants for I-Spy."""
  /external/chromium_org/components/json_schema/
README 3 a) JSON schema constants, which can be used to inspect schema objects.
  /external/chromium_org/extensions/browser/guest_view/mime_handler_view/
mime_handler_view_constants.h 5 // Constants used by MimeHandlerView..
  /external/clang/test/CodeGen/
2002-02-18-64bitConstant.c 3 /* GCC wasn't handling 64 bit constants right fixed */
2002-03-14-QuotesInStrConst.c 3 /* GCC was not escaping quotes in string constants correctly, so this would
  /external/clang/test/Lexer/
rdr-6096838-2.c 5 long double d = 0x0.0000003ffffffff00000p-16357L; /* expected-warning {{hexadecimal floating constants are a C99 feature}} */
  /external/mockito/cglib-and-asm/src/org/mockito/cglib/beans/
BeanMapEmitter.java 42 new Signature("newInstance", BEAN_MAP, new Type[]{ Constants.TYPE_OBJECT });
49 begin_class(Constants.V1_2, Constants.ACC_PUBLIC, className, BEAN_MAP, null, Constants.SOURCE_FILE);
93 CodeEmitter e = begin_method(Constants.ACC_PUBLIC, CSTRUCT_OBJECT, null);
102 final CodeEmitter e = begin_method(Constants.ACC_PUBLIC, BEAN_MAP_GET, null);
106 e.checkcast(Constants.TYPE_STRING);
107 EmitUtils.string_switch(e, getNames(getters), Constants.SWITCH_STYLE_HASH, new ObjectSwitchCallback() {
124 final CodeEmitter e = begin_method(Constants.ACC_PUBLIC, BEAN_MAP_PUT, null);
128 e.checkcast(Constants.TYPE_STRING)
    [all...]
  /packages/services/Telecomm/src/com/android/server/telecom/
Constants.java 20 * App-wide constants for the phone app.
22 * Any constants that need to be shared between two or more classes within
23 * the com.android.phone package should be defined here. (Constants that
26 public class Constants {
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/asm/arch/
memory.h 6 *** call into the kernel available to libc. It contains only constants,
timex.h 6 *** call into the kernel available to libc. It contains only constants,
vmalloc.h 6 *** call into the kernel available to libc. It contains only constants,
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/asm/
auxvec.h 6 *** call into the kernel available to libc. It contains only constants,
bitops.h 6 *** call into the kernel available to libc. It contains only constants,
cache.h 6 *** call into the kernel available to libc. It contains only constants,
cputime.h 6 *** call into the kernel available to libc. It contains only constants,
dma-mapping.h 6 *** call into the kernel available to libc. It contains only constants,
dyntick.h 6 *** call into the kernel available to libc. It contains only constants,
errno.h 6 *** call into the kernel available to libc. It contains only constants,
glue.h 6 *** call into the kernel available to libc. It contains only constants,
hardware.h 6 *** call into the kernel available to libc. It contains only constants,
hw_irq.h 6 *** call into the kernel available to libc. It contains only constants,
ide.h 6 *** call into the kernel available to libc. It contains only constants,
io.h 6 *** call into the kernel available to libc. It contains only constants,
ioctl.h 6 *** call into the kernel available to libc. It contains only constants,

Completed in 478 milliseconds

1 2 3 4 5 6 78 91011>>