HomeSort by relevance Sort by last modified time
    Searched full:static (Results 2801 - 2825 of 47082) sorted by null

<<111112113114115116117118119120>>

  /external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/transport/
NegotiateException.java 15 private static final long serialVersionUID = 3689910669428143157L;
  /external/grub/stage2/
console.c 29 static int console_standard_color = A_NORMAL;
30 static int console_normal_color = A_NORMAL;
31 static int console_highlight_color = A_REVERSE;
32 static color_state console_color_state = COLOR_STATE_STANDARD;
  /external/guava/guava/src/com/google/common/base/
Platform.java 31 static char[] charBufferFromThreadLocal() {
36 static long systemNanoTime() {
45 private static final ThreadLocal<char[]> DEST_TL = new ThreadLocal<char[]>() {
52 static CharMatcher precomputeCharMatcher(CharMatcher matcher) {
  /external/guava/guava-gwt/src/com/google/common/base/
PairwiseEquivalence_CustomFieldSerializer.java 32 public static void deserialize(SerializationStreamReader reader,
35 public static PairwiseEquivalence<?> instantiate(SerializationStreamReader reader)
40 private static <T> PairwiseEquivalence<T> create(Equivalence<T> elementEquivalence) {
44 public static void serialize(SerializationStreamWriter writer, PairwiseEquivalence<?> instance)
  /external/guava/guava-gwt/src/com/google/common/collect/
SingletonImmutableMap_CustomFieldSerializer.java 19 import static com.google.common.base.Preconditions.checkNotNull;
32 public static void deserialize(SerializationStreamReader reader,
36 public static SingletonImmutableMap<Object, Object> instantiate(
43 public static void serialize(SerializationStreamWriter writer,
  /external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
Platform.java 32 static Method getMethod(Class<?> clazz, String methodName) {
44 static String format(String template, Object... args) {
49 static int listListIteratorTesterNumIterations() {
54 static int collectionIteratorTesterNumIterations() {
  /external/guava/guava-tests/test/com/google/common/io/
IoTestCase.java 28 static final String I18N
32 static final String ASCII
37 protected static byte[] newPreFilledByteArray(int size) {
45 protected static byte[] newPreFilledByteArray(int offset, int size) {
  /external/guava/guava-tests/test/com/google/common/math/
DoubleUtilsTest.java 3 import static com.google.common.math.MathTesting.ALL_BIGINTEGER_CANDIDATES;
4 import static com.google.common.math.MathTesting.ALL_DOUBLE_CANDIDATES;
5 import static com.google.common.math.MathTesting.EXPONENTS;
6 import static com.google.common.math.MathTesting.FINITE_DOUBLE_CANDIDATES;
  /external/harfbuzz/contrib/
harfbuzz-unicode-tables.c 15 static int
29 static int
47 static int
61 static HB_CharCategory
  /external/harfbuzz_ng/test/api/
hb-test.h 53 static inline const char *
56 static const char *s;
76 static inline void
85 static inline int
94 static inline void
105 static inline void
111 static inline void
117 static inline void
123 static inline void
134 static inline char
    [all...]
  /external/icu4c/common/
messageimpl.h 36 static UBool jdkAposMode(const MessagePattern &msgPattern) {
44 static void appendReducedApostrophes(const UnicodeString &s, int32_t start, int32_t limit,
51 static UnicodeString &appendSubMessageWithoutSkipSyntax(const MessagePattern &msgPattern,
56 MessageImpl(); // no constructor: all static methods
  /external/icu4c/samples/datefmt/answers/
main_0.cpp 42 static char* LANGUAGE[] = {
45 static const int32_t N_LANGUAGE = sizeof(LANGUAGE)/sizeof(LANGUAGE[0]);
48 static char* TIMEZONE[] = {
54 static const int32_t N_TIMEZONE = sizeof(TIMEZONE)/sizeof(TIMEZONE[0]);
main_1.cpp 41 static char* LANGUAGE[] = {
44 static const int32_t N_LANGUAGE = sizeof(LANGUAGE)/sizeof(LANGUAGE[0]);
47 static char* TIMEZONE[] = {
53 static const int32_t N_TIMEZONE = sizeof(TIMEZONE)/sizeof(TIMEZONE[0]);
  /external/icu4c/samples/layout/
UnicodeReader.h 28 static const UChar *readFile(const char *fileName, GUISupport *guiSupport, int32_t &charCount);
cgnomelayout.c 30 static FT_Library engine;
31 static gs_guiSupport *guiSupport;
32 static fm_fontMap *fontMap;
33 static le_font *font;
35 static GSList *appList = NULL;
40 static void showabout(GtkWidget *widget, gpointer data)
62 static void notimpl(GtkObject *object, gpointer data)
68 static gchar *prettyTitle(const gchar *path)
76 static void openOK(GtkObject *object, gpointer data)
109 static void openfile(GtkObject *object, gpointer data
    [all...]
  /external/icu4c/samples/ufortune/
fortunedefs.mk 10 # static - will statically link data into ufortune
18 RESMODE=static
28 # DLL and static modes are identical here
35 ifeq ($(RESMODE),static)
  /external/icu4c/test/intltest/
trcoll.h 39 // static constants
40 static const UChar testSourceCases[][MAX_TOKEN_LEN];
41 static const UChar testTargetCases[][MAX_TOKEN_LEN];
42 static const Collator::EComparisonResult results[];
tsnmfmt.h 65 static double getSafeDouble(double smallerThanMax);
70 static double randDouble();
75 static uint32_t randLong();
80 static double randFraction()
  /external/iproute2/genl/
Makefile 30 genl: static-syms.o
31 static-syms.o: static-syms.h
32 static-syms.h: $(wildcard *.c)
  /external/iproute2/lib/
inet_proto.c 27 static char ncache[16];
28 static int icache = -1;
47 static char ncache[16];
48 static int icache = -1;
  /external/iptables/extensions/
libip6t_eui64.c 4 static struct xtables_match eui64_mt6_reg = {
libipt_MIRROR.c 4 static struct xtables_target mirror_tg_reg = {
libipt_unclean.c 4 static struct xtables_match unclean_mt_reg = {
libxt_NOTRACK.c 4 static struct xtables_target notrack_target = {
  /external/javassist/src/main/javassist/tools/reflect/
Sample.java 23 private static ClassMetaobject _classobject;
34 public static Object trapStatic(Object[] args, int identifier)
40 public static Object trapRead(Object[] args, String name) {
47 public static Object trapWrite(Object[] args, String name) {

Completed in 4743 milliseconds

<<111112113114115116117118119120>>