/external/e2fsprogs/lib/ext2fs/ |
inode_io.c | 46 static struct inode_private_data *top_intern; 47 static int ino_unique = 0; 49 static errcode_t inode_open(const char *name, int flags, io_channel *channel); 50 static errcode_t inode_close(io_channel channel); 51 static errcode_t inode_set_blksize(io_channel channel, int blksize); 52 static errcode_t inode_read_blk(io_channel channel, unsigned long block, 54 static errcode_t inode_write_blk(io_channel channel, unsigned long block, 56 static errcode_t inode_flush(io_channel channel); 57 static errcode_t inode_write_byte(io_channel channel, unsigned long offset, 59 static errcode_t inode_read_blk64(io_channel channel [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/model/ |
DimResultsElement.java | 26 static final String P_ID_DIMENSION = "DimResultsElement.dim"; //$NON-NLS-1$ 27 static final String P_ID_COUNT = "DimResultsElement.count"; //$NON-NLS-1$ 28 static final String P_ID_AVERAGE = "DimResultsElement.average"; //$NON-NLS-1$ 29 static final String P_ID_STDDEV = "DimResultsElement.stddev"; //$NON-NLS-1$ 30 static final String P_ID_ERROR= "DimResultsElement.error"; //$NON-NLS-1$ 31 static final String P_ID_HAD_VALUES = "DimResultsElement.hadvalues"; //$NON-NLS-1$ 33 static final String P_STR_DIMENSION = "dimension"; //$NON-NLS-1$ 34 static final String P_STR_COUNT= "count"; //$NON-NLS-1$ 35 static final String P_STR_AVERAGE = "average"; //$NON-NLS-1$ 36 static final String P_STR_STDDEV = "std dev"; //$NON-NLS-1 [all...] |
/external/eigen/bench/btl/libs/gmm/ |
gmm_interface.hh | 39 static inline std::string name( void ) 44 static void free_matrix(gene_matrix & A, int N){ 48 static void free_vector(gene_vector & B){ 52 static inline void matrix_from_stl(gene_matrix & A, stl_matrix & A_stl){ 62 static inline void vector_from_stl(gene_vector & B, stl_vector & B_stl){ 66 static inline void vector_to_stl(gene_vector & B, stl_vector & B_stl){ 70 static inline void matrix_to_stl(gene_matrix & A, stl_matrix & A_stl){ 81 static inline void matrix_matrix_product(const gene_matrix & A, const gene_matrix & B, gene_matrix & X, int N){ 85 static inline void transposed_matrix_matrix_product(const gene_matrix & A, const gene_matrix & B, gene_matrix & X, int N){ 89 static inline void ata_product(const gene_matrix & A, gene_matrix & X, int N) [all...] |
/external/llvm/test/CodeGen/X86/ |
asm-modifier-P.ll | 2 ; RUN: llc < %s -march=x86 -mtriple=i686-unknown-linux-gnu -relocation-model=static | FileCheck %s -check-prefix=CHECK-STATIC-32 3 ; RUN: llc < %s -march=x86-64 -relocation-model=static | FileCheck %s -check-prefix=CHECK-STATIC-64 22 ; P suffix removes (rip) in -static 64-bit mode. 29 ; CHECK-STATIC-64: test1: 30 ; CHECK-STATIC-64: frob G(%rip) x 31 ; CHECK-STATIC-64: frob G x 37 ; CHECK-STATIC-32: test1: 38 ; CHECK-STATIC-32: frob G [all...] |
/external/nist-sip/java/gov/nist/javax/sip/header/ims/ |
PAccessNetworkInfoHeader.java | 71 public final static String NAME = "P-Access-Network-Info"; 74 public static final String IEEE_802_11 = "IEEE-802.11"; 75 public static final String IEEE_802_11A = "IEEE-802.11a"; 76 public static final String IEEE_802_11B = "IEEE-802.11b"; 77 public static final String IEEE_802_11G = "IEEE-802.11g"; 78 public static final String GGGPP_GERAN = "3GPP-GERAN"; 79 public static final String GGGPP_UTRAN_FDD = "3GPP-UTRAN-FDD"; 80 public static final String GGGPP_UTRAN_TDD = "3GPP-UTRAN-TDD"; 81 public static final String GGGPP_CDMA2000 = "3GPP-CDMA2000"; 82 public static final String ADSL = "ADSL" [all...] |
/external/qemu/ |
bswap.h | 52 static inline uint16_t bswap16(uint16_t x) 57 static inline uint32_t bswap32(uint32_t x) 62 static inline uint64_t bswap64(uint64_t x) 69 static inline void bswap16s(uint16_t *s) 74 static inline void bswap32s(uint32_t *s) 79 static inline void bswap64s(uint64_t *s) 97 static inline type endian ## size ## _to_cpu(type v)\ 102 static inline type cpu_to_ ## endian ## size(type v)\ 107 static inline void endian ## size ## _to_cpus(type *p)\ 112 static inline void cpu_to_ ## endian ## size ## s(type *p) [all...] |
cpus.c | 35 static CPUState *cur_cpu; 36 static CPUState *next_cpu; 60 static void do_vm_stop(int reason) 70 static int cpu_can_run(CPUState *env) 79 static int cpu_has_work(CPUState *env) 103 static int io_thread_fd = -1; 106 static void qemu_event_increment(void) 108 static const char byte = 0; 117 static void qemu_event_read(void *opaque) 129 static int qemu_event_init(void [all...] |
/external/skia/bench/ |
TextBench.cpp | 22 static const char* fontQualityName(const SkPaint& paint) { 134 static SkBenchmark* Fact01(void* p) { return new TextBench(p, STR, 16, 0xFF000000, kBW); } 135 static SkBenchmark* Fact02(void* p) { return new TextBench(p, STR, 16, 0xFFFF0000, kBW); } 136 static SkBenchmark* Fact03(void* p) { return new TextBench(p, STR, 16, 0x88FF0000, kBW); } 138 static SkBenchmark* Fact11(void* p) { return new TextBench(p, STR, 16, 0xFF000000, kAA); } 139 static SkBenchmark* Fact12(void* p) { return new TextBench(p, STR, 16, 0xFFFF0000, kAA); } 140 static SkBenchmark* Fact13(void* p) { return new TextBench(p, STR, 16, 0x88FF0000, kAA); } 142 static SkBenchmark* Fact21(void* p) { return new TextBench(p, STR, 16, 0xFF000000, kLCD); } 143 static SkBenchmark* Fact22(void* p) { return new TextBench(p, STR, 16, 0xFFFF0000, kLCD); } 144 static SkBenchmark* Fact23(void* p) { return new TextBench(p, STR, 16, 0x88FF0000, kLCD); [all...] |
/external/smack/src/org/xbill/DNS/ |
CERTRecord.java | 18 public static class CertificateType { 24 public static final int PKIX = 1; 27 public static final int SPKI = 2; 30 public static final int PGP = 3; 33 public static final int IPKIX = 4; 36 public static final int ISPKI = 5; 39 public static final int IPGP = 6; 42 public static final int ACPKIX = 7; 45 public static final int IACPKIX = 8; 48 public static final int URI = 253 [all...] |
/external/webkit/Source/JavaScriptCore/wtf/text/ |
StringHash.h | 43 static unsigned hash(StringImpl* key) { return key->hash(); } 44 static bool equal(const StringImpl* a, const StringImpl* b) 83 static unsigned hash(const RefPtr<StringImpl>& key) { return key->hash(); } 84 static bool equal(const RefPtr<StringImpl>& a, const RefPtr<StringImpl>& b) 89 static unsigned hash(const String& key) { return key.impl()->hash(); } 90 static bool equal(const String& a, const String& b) 95 static const bool safeToCompareToEmptyOrDeleted = false; 100 template<typename T> static inline UChar foldCase(T ch) 105 static unsigned hash(const UChar* data, unsigned length) 110 static unsigned hash(StringImpl* str [all...] |
/external/webkit/Source/WebCore/platform/network/ |
ResourceHandle.h | 102 static PassRefPtr<ResourceHandle> create(NetworkingContext*, const ResourceRequest&, ResourceHandleClient*, bool defersLoading, bool shouldContentSniff); 103 static void loadResourceSynchronously(NetworkingContext*, const ResourceRequest&, StoredCredentials, ResourceError&, ResourceResponse&, Vector<char>& data); 105 static void prepareForURL(const KURL&); 106 static bool willLoadFromCache(ResourceRequest&, Frame*); 107 static void cacheMetadata(const ResourceResponse&, const Vector<char>&); 109 static bool didSendBodyDataDelegateExists(); 140 static void setHostAllowsAnyHTTPSCertificate(const String&); 141 static void setClientCertificate(const String& host, CFDataRef); 145 static void setHostAllowsAnyHTTPSCertificate(const String&); 148 static void setClientCertificate(const String& host, CFDataRef) [all...] |
/external/webkit/Source/WebKit/android/plugins/ |
ANPMatrixInterface.cpp | 31 static void fromFloat(SkScalar dst[], const float src[], int n) { 37 static void toFloat(float dst[], const SkScalar src[], int n) { 44 static ANPMatrix* anp_newMatrix() { 48 static void anp_deleteMatrix(ANPMatrix* matrix) { 52 static ANPMatrixFlag anp_getFlags(const ANPMatrix* matrix) { 56 static void anp_copy(ANPMatrix* dst, const ANPMatrix* src) { 60 static void anp_get3x3(const ANPMatrix* matrix, float dst[9]) { 66 static void anp_set3x3(ANPMatrix* matrix, const float src[9]) { 72 static void anp_setIdentity(ANPMatrix* matrix) { 76 static void anp_preTranslate(ANPMatrix* matrix, float tx, float ty) [all...] |
/frameworks/base/core/jni/android/graphics/ |
Paint.cpp | 52 static jclass gFontMetrics_class; 53 static JMetricsID gFontMetrics_fieldID; 55 static jclass gFontMetricsInt_class; 56 static JMetricsID gFontMetricsInt_fieldID; 58 static void defaultSettingsForAndroid(SkPaint* paint) { 69 static void finalizer(JNIEnv* env, jobject clazz, SkPaint* obj) { 73 static SkPaint* init(JNIEnv* env, jobject clazz) { 79 static SkPaint* intiWithPaint(JNIEnv* env, jobject clazz, SkPaint* paint) { 84 static void reset(JNIEnv* env, jobject clazz, SkPaint* obj) { 89 static void assign(JNIEnv* env, jobject clazz, SkPaint* dst, const SkPaint* src) [all...] |
/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/testapp/ |
FullscreenBlur.java | 38 static TextureRenderTarget sRenderTargetBlur0Color;
39 static TextureRenderTarget sRenderTargetBlur0Depth;
40 static TextureRenderTarget sRenderTargetBlur1Color;
41 static TextureRenderTarget sRenderTargetBlur1Depth;
42 static TextureRenderTarget sRenderTargetBlur2Color;
43 static TextureRenderTarget sRenderTargetBlur2Depth;
45 static FragmentShader mPF_BlurH;
46 static FragmentShader mPF_BlurV;
47 static FragmentShader mPF_SelectColor;
48 static FragmentShader mPF_Texture; [all...] |
/frameworks/support/v4/java/android/support/v4/text/ |
TextDirectionHeuristicsCompat.java | 33 public static final android.support.v4.text.TextDirectionHeuristicCompat LTR = 39 public static final android.support.v4.text.TextDirectionHeuristicCompat RTL = 47 public static final android.support.v4.text.TextDirectionHeuristicCompat FIRSTSTRONG_LTR = 55 public static final android.support.v4.text.TextDirectionHeuristicCompat FIRSTSTRONG_RTL = 62 public static final android.support.v4.text.TextDirectionHeuristicCompat ANYRTL_LTR = 68 public static final android.support.v4.text.TextDirectionHeuristicCompat LOCALE = 74 private static final int STATE_TRUE = 0; 75 private static final int STATE_FALSE = 1; 76 private static final int STATE_UNKNOWN = 2; 78 private static int isRtlText(int directionality) [all...] |
/hardware/samsung_slsi/exynos5/libcamera2/ |
ExynosCamera2.cpp | 21 * \brief source file for static information of camera2 44 * Static sensor characteristics 46 static const unsigned int kResolution[2][2]; 48 static const nsecs_t kExposureTimeRange[2]; 49 static const nsecs_t kFrameDurationRange[2]; 50 static const nsecs_t kMinVerticalBlank; 52 static const uint8_t kColorFilterArrangement; 55 static const uint32_t kMaxRawValue; 56 static const uint32_t kBlackLevel; 59 static const float kSaturationVoltage [all...] |
/libcore/luni/src/main/native/ |
libcore_icu_NativeCollation.cpp | 23 static UCollator* toCollator(jint address) { 27 static UCollationElements* toCollationElements(jint address) { 31 static void NativeCollation_closeCollator(JNIEnv*, jclass, jint address) { 35 static void NativeCollation_closeElements(JNIEnv*, jclass, jint address) { 39 static jint NativeCollation_compare(JNIEnv* env, jclass, jint address, jstring javaLhs, jstring javaRhs) { 51 static jint NativeCollation_getAttribute(JNIEnv* env, jclass, jint address, jint type) { 58 static jint NativeCollation_getCollationElementIterator(JNIEnv* env, jclass, jint address, jstring javaSource) { 69 static jint NativeCollation_getMaxExpansion(JNIEnv*, jclass, jint address, jint order) { 73 static jint NativeCollation_getOffset(JNIEnv*, jclass, jint address) { 77 static jstring NativeCollation_getRules(JNIEnv* env, jclass, jint address) [all...] |
/packages/apps/Email/src/org/apache/james/mime4j/field/ |
Field.java | 32 public static final String SENDER = "Sender";
33 public static final String FROM = "From";
34 public static final String TO = "To";
35 public static final String CC = "Cc";
36 public static final String BCC = "Bcc";
37 public static final String REPLY_TO = "Reply-To";
38 public static final String RESENT_SENDER = "Resent-Sender";
39 public static final String RESENT_FROM = "Resent-From";
40 public static final String RESENT_TO = "Resent-To";
41 public static final String RESENT_CC = "Resent-Cc"; [all...] |
/packages/apps/Nfc/src/com/android/nfc/snep/ |
SnepMessage.java | 28 public static final byte VERSION_MAJOR = (byte) 0x1; 29 public static final byte VERSION_MINOR = (byte) 0x0; 30 public static final byte VERSION = (0xF0 & (VERSION_MAJOR << 4)) | (0x0F & VERSION_MINOR); 32 public static final byte REQUEST_CONTINUE = (byte) 0x00; 33 public static final byte REQUEST_GET = (byte) 0x01; 34 public static final byte REQUEST_PUT = (byte) 0x02; 35 public static final byte REQUEST_REJECT = (byte) 0x07; 37 public static final byte RESPONSE_CONTINUE = (byte) 0x80; 38 public static final byte RESPONSE_SUCCESS = (byte) 0x81; 39 public static final byte RESPONSE_NOT_FOUND = (byte) 0xC0 [all...] |
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/ |
DefaultSoftKeyboard.java | 50 public static final int KEYCODE_CHANGE_LANG = -500; 54 public static final int KEYCODE_JP12_1 = -201; 56 public static final int KEYCODE_JP12_2 = -202; 58 public static final int KEYCODE_JP12_3 = -203; 60 public static final int KEYCODE_JP12_4 = -204; 62 public static final int KEYCODE_JP12_5 = -205; 64 public static final int KEYCODE_JP12_6 = -206; 66 public static final int KEYCODE_JP12_7 = -207; 68 public static final int KEYCODE_JP12_8 = -208; 70 public static final int KEYCODE_JP12_9 = -209 [all...] |
/cts/tests/tests/telephony/src/android/telephony/cts/ |
SmsMessageTest.java | 31 private static final String DISPLAY_MESSAGE_BODY = "test subject /test body"; 32 private static final String DMB = "{ testBody[^~\\] }"; 33 private static final String EMAIL_ADD = "foo@example.com"; 34 private static final String EMAIL_FROM = "foo@example.com"; 35 private static final String MB = DMB; 36 private static final String MESSAGE_BODY1 = "Test"; 37 private static final String MESSAGE_BODY2 = "(Subject)Test"; 38 private static final String MESSAGE_BODY3 = "\u2122\u00a9\u00aehello"; 39 private static final String MESSAGE_BODY4 = " "; 40 private static final String MESSAGE_BODY5 = " " [all...] |
/external/qemu/android/ |
looper-generic.c | 44 static Duration glooper_now(Looper* ll); 46 static void glooper_addActiveTimer(GLooper* looper, GLoopTimer* timer); 47 static void glooper_delActiveTimer(GLooper* looper, GLoopTimer* timer); 48 static void glooper_addTimer(GLooper* looper, GLoopTimer* timer); 49 static void glooper_delTimer(GLooper* looper, GLoopTimer* timer); 51 static void 61 static void 78 static void 90 static int 97 static voi [all...] |
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/ |
SubtypeLocale.java | 19 import static com.android.inputmethod.latin.Constants.Subtype.ExtraValue.KEYBOARD_LAYOUT_SET; 20 import static com.android.inputmethod.latin.Constants.Subtype.ExtraValue.UNTRANSLATABLE_STRING_IN_SUBTYPE_NAME; 34 static final String TAG = SubtypeLocale.class.getSimpleName(); 36 private static final String RESOURCE_PACKAGE_NAME = 40 public static final String NO_LANGUAGE = "zz"; 41 public static final String QWERTY = "qwerty"; 42 public static final int UNKNOWN_KEYBOARD_LAYOUT = R.string.subtype_generic; 44 private static boolean sInitialized = false; 45 private static Resources sResources; 46 private static String[] sPredefinedKeyboardLayoutSet [all...] |
/external/qemu/distrib/sdl-1.2.15/src/audio/pulse/ |
SDL_pulseaudio.c | 54 static int PULSE_OpenAudio(_THIS, SDL_AudioSpec *spec); 55 static void PULSE_WaitAudio(_THIS); 56 static void PULSE_PlayAudio(_THIS); 57 static Uint8 *PULSE_GetAudioBuf(_THIS); 58 static void PULSE_CloseAudio(_THIS); 59 static void PULSE_WaitDone(_THIS); 60 static void PULSE_SetCaption(_THIS, const char *str); 64 static const char *pulse_library = SDL_AUDIO_DRIVER_PULSE_DYNAMIC; 65 static void *pulse_handle = NULL; 66 static int pulse_loaded = 0 [all...] |
/frameworks/av/include/media/ |
MediaProfiles.h | 85 static MediaProfiles* getInstance(); 389 static void logVideoCodec(const VideoCodec& codec); 390 static void logAudioCodec(const AudioCodec& codec); 391 static void logVideoEncoderCap(const VideoEncoderCap& cap); 392 static void logAudioEncoderCap(const AudioEncoderCap& cap); 393 static void logVideoDecoderCap(const VideoDecoderCap& cap); 394 static void logAudioDecoderCap(const AudioDecoderCap& cap); 395 static void logVideoEditorCap(const VideoEditorCap& cap); 399 static MediaProfiles* createInstanceFromXmlFile(const char *xml); 400 static output_format createEncoderOutputFileFormat(const char **atts) [all...] |