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

<<919293949596979899100>>

  /external/skia/tests/
PathCoverageTest.cpp 21 static const uint32_t MAX_POINTS_PER_CURVE = 1 << MAX_COEFF_SHIFT;
28 static inline int cheap_distance(SkScalar dx, SkScalar dy) {
39 static inline int estimate_distance(const SkPoint points[]) {
44 static inline SkScalar compute_distance(const SkPoint points[]) {
48 static inline uint32_t estimate_pointCount(int distance) {
59 static inline uint32_t compute_pointCount(SkScalar d, SkScalar tol) {
69 static uint32_t quadraticPointCount_EE(const SkPoint points[], SkScalar tol) {
74 static uint32_t quadraticPointCount_EC(const SkPoint points[], SkScalar tol) {
79 static uint32_t quadraticPointCount_CE(const SkPoint points[], SkScalar tol) {
84 static uint32_t quadraticPointCount_CC(const SkPoint points[], SkScalar tol)
    [all...]
  /external/smack/asmack-master/static-src/custom/de/measite/smack/
Sasl.java 32 private static final String CLIENTFACTORYSRV = "SaslClientFactory"; //$NON-NLS-1$
35 private static final String SERVERFACTORYSRV = "SaslServerFactory"; //$NON-NLS-1$
37 public static final String POLICY_NOPLAINTEXT = "javax.security.sasl.policy.noplaintext"; //$NON-NLS-1$
39 public static final String POLICY_NOACTIVE = "javax.security.sasl.policy.noactive"; //$NON-NLS-1$
41 public static final String POLICY_NODICTIONARY = "javax.security.sasl.policy.nodictionary"; //$NON-NLS-1$
43 public static final String POLICY_NOANONYMOUS = "javax.security.sasl.policy.noanonymous"; //$NON-NLS-1$
45 public static final String POLICY_FORWARD_SECRECY = "javax.security.sasl.policy.forward"; //$NON-NLS-1$
47 public static final String POLICY_PASS_CREDENTIALS = "javax.security.sasl.policy.credentials"; //$NON-NLS-1$
49 public static final String MAX_BUFFER = "javax.security.sasl.maxbuffer"; //$NON-NLS-1$
51 public static final String RAW_SEND_SIZE = "javax.security.sasl.rawsendsize"; //$NON-NLS-1
    [all...]
  /external/smack/src/de/measite/smack/
Sasl.java 32 private static final String CLIENTFACTORYSRV = "SaslClientFactory"; //$NON-NLS-1$
35 private static final String SERVERFACTORYSRV = "SaslServerFactory"; //$NON-NLS-1$
37 public static final String POLICY_NOPLAINTEXT = "javax.security.sasl.policy.noplaintext"; //$NON-NLS-1$
39 public static final String POLICY_NOACTIVE = "javax.security.sasl.policy.noactive"; //$NON-NLS-1$
41 public static final String POLICY_NODICTIONARY = "javax.security.sasl.policy.nodictionary"; //$NON-NLS-1$
43 public static final String POLICY_NOANONYMOUS = "javax.security.sasl.policy.noanonymous"; //$NON-NLS-1$
45 public static final String POLICY_FORWARD_SECRECY = "javax.security.sasl.policy.forward"; //$NON-NLS-1$
47 public static final String POLICY_PASS_CREDENTIALS = "javax.security.sasl.policy.credentials"; //$NON-NLS-1$
49 public static final String MAX_BUFFER = "javax.security.sasl.maxbuffer"; //$NON-NLS-1$
51 public static final String RAW_SEND_SIZE = "javax.security.sasl.rawsendsize"; //$NON-NLS-1
    [all...]
  /external/tagsoup/src/org/ccil/cowan/tagsoup/
HTMLScanner.java 30 private static final int S_ANAME = 1;
31 private static final int S_APOS = 2;
32 private static final int S_AVAL = 3;
33 private static final int S_BB = 4;
34 private static final int S_BBC = 5;
35 private static final int S_BBCD = 6;
36 private static final int S_BBCDA = 7;
37 private static final int S_BBCDAT = 8;
38 private static final int S_BBCDATA = 9;
39 private static final int S_CDATA = 10
    [all...]
  /frameworks/base/core/java/android/bluetooth/
BluetoothProfile.java 37 public static final String EXTRA_STATE = "android.bluetooth.profile.extra.STATE";
45 public static final String EXTRA_PREVIOUS_STATE =
49 public static final int STATE_DISCONNECTED = 0;
51 public static final int STATE_CONNECTING = 1;
53 public static final int STATE_CONNECTED = 2;
55 public static final int STATE_DISCONNECTING = 3;
60 public static final int HEADSET = 1;
65 public static final int A2DP = 2;
70 public static final int HEALTH = 3;
76 public static final int INPUT_DEVICE = 4
    [all...]
  /frameworks/base/core/java/android/os/
SystemProperties.java 32 public static final int PROP_NAME_MAX = 31;
33 public static final int PROP_VALUE_MAX = 91;
35 private static final ArrayList<Runnable> sChangeCallbacks = new ArrayList<Runnable>();
37 private static native String native_get(String key);
38 private static native String native_get(String key, String def);
39 private static native int native_get_int(String key, int def);
40 private static native long native_get_long(String key, long def);
41 private static native boolean native_get_boolean(String key, boolean def);
42 private static native void native_set(String key, String def);
43 private static native void native_add_change_callback()
    [all...]
  /frameworks/base/core/java/android/webkit/
GeolocationPermissionsClassic.java 37 static final int GET_ORIGINS = 0;
38 static final int GET_ALLOWED = 1;
39 static final int CLEAR = 2;
40 static final int ALLOW = 3;
41 static final int CLEAR_ALL = 4;
44 static final int RETURN_ORIGINS = 0;
45 static final int RETURN_ALLOWED = 1;
47 private static final String ORIGINS = "origins";
48 private static final String ORIGIN = "origin";
49 private static final String CALLBACK = "callback"
    [all...]
  /frameworks/base/media/jni/
android_mtp_MtpServer.cpp 38 static jfieldID field_MtpServer_nativeContext;
41 static jfieldID field_MtpStorage_storageId;
42 static jfieldID field_MtpStorage_path;
43 static jfieldID field_MtpStorage_description;
44 static jfieldID field_MtpStorage_reserveSpace;
45 static jfieldID field_MtpStorage_removable;
46 static jfieldID field_MtpStorage_maxFileSize;
48 static Mutex sMutex;
55 static inline MtpServer* getMtpServer(JNIEnv *env, jobject thiz) {
59 static voi
    [all...]
  /libcore/luni/src/main/java/org/apache/harmony/security/fortress/
Services.java 41 private static final Map<String, Provider.Service> services
48 private static Provider.Service cachedSecureRandomService;
53 private static boolean needRefresh;
60 private static int cacheVersion = 1;
65 private static final List<Provider> providers = new ArrayList<Provider>(20);
70 private static final Map<String, Provider> providersNames = new HashMap<String, Provider>(20);
71 static {
94 public static synchronized Provider[] getProviders() {
101 public static synchronized List<Provider> getProvidersList() {
108 public static synchronized Provider getProvider(String name)
    [all...]
  /packages/apps/Bluetooth/jni/
com_android_bluetooth_pan.cpp 44 static jmethodID method_onConnectStateChanged;
45 static jmethodID method_onControlStateChanged;
47 static const btpan_interface_t *sPanIf = NULL;
48 static jobject mCallbacksObj = NULL;
49 static JNIEnv *sCallbackEnv = NULL;
51 static bool checkCallbackThread() {
59 static void control_state_callback(btpan_control_state_t state, bt_status_t error, int local_role,
69 static void connection_state_callback(btpan_connection_state_t state, bt_status_t error, const bt_bdaddr_t *bd_addr,
88 static btpan_callbacks_t sBluetoothPanCallbacks = {
96 static void classInitNative(JNIEnv* env, jclass clazz)
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/
Utils.java 39 private static final String TAG = "BluetoothUtils";
40 static final int BD_ADDR_LEN = 6; // bytes
41 static final int BD_UUID_LEN = 16; // bytes
43 public static String getAddressStringFromByte(byte[] address) {
53 public static byte[] getByteAddress(BluetoothDevice device) {
57 public static byte[] getBytesFromAddress(String address) {
72 public static int byteArrayToInt(byte[] valueBuf) {
76 public static short byteArrayToShort(byte[] valueBuf) {
82 public static int byteArrayToInt(byte[] valueBuf, int offset) {
88 public static byte[] intToByteArray(int value)
    [all...]
  /packages/apps/Browser/src/com/android/browser/
AutoFillProfileDatabase.java 29 static final String LOGTAG = "AutoFillProfileDatabase";
31 static final String DATABASE_NAME = "autofill.db";
32 static final int DATABASE_VERSION = 2;
33 static final String PROFILES_TABLE_NAME = "profiles";
35 private static AutoFillProfileDatabase sInstance;
37 public static final class Profiles implements BaseColumns {
40 static final String FULL_NAME = "fullname";
41 static final String EMAIL_ADDRESS = "email";
42 static final String COMPANY_NAME = "companyname";
43 static final String ADDRESS_LINE_1 = "addressline1"
    [all...]
  /packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
CellBroadcastSettings.java 37 public static final String KEY_ENABLE_EMERGENCY_ALERTS = "enable_emergency_alerts";
40 public static final String KEY_ALERT_SOUND_DURATION = "alert_sound_duration";
43 public static final String ALERT_SOUND_DEFAULT_DURATION = "4";
46 public static final String KEY_ENABLE_ALERT_VIBRATE = "enable_alert_vibrate";
49 public static final String KEY_ENABLE_ALERT_SPEECH = "enable_alert_speech";
52 public static final String KEY_CATEGORY_ALERT_SETTINGS = "category_alert_settings";
55 public static final String KEY_CATEGORY_ETWS_SETTINGS = "category_etws_settings";
58 public static final String KEY_ENABLE_CMAS_EXTREME_THREAT_ALERTS =
62 public static final String KEY_ENABLE_CMAS_SEVERE_THREAT_ALERTS =
66 public static final String KEY_ENABLE_CMAS_AMBER_ALERTS = "enable_cmas_amber_alerts"
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/list/
ContactsRequest.java 30 public static final int ACTION_DEFAULT = 10;
33 public static final int ACTION_ALL_CONTACTS = 15;
36 public static final int ACTION_CONTACTS_WITH_PHONES = 17;
39 public static final int ACTION_GROUP = 20;
42 public static final int ACTION_STARRED = 30;
45 public static final int ACTION_FREQUENT = 40;
48 public static final int ACTION_STREQUENT = 50;
51 public static final int ACTION_PICK_CONTACT = 60;
54 public static final int ACTION_PICK_OR_CREATE_CONTACT = 70;
57 public static final int ACTION_INSERT_OR_EDIT_CONTACT = 80
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
io.h 43 static __inline unsigned char
52 static __inline unsigned char
61 static __inline unsigned short int
70 static __inline unsigned short int
79 static __inline unsigned int
88 static __inline unsigned int
96 static __inline void
102 static __inline void
109 static __inline void
116 static __inline voi
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sys/
io.h 43 static __inline unsigned char
52 static __inline unsigned char
61 static __inline unsigned short int
70 static __inline unsigned short int
79 static __inline unsigned int
88 static __inline unsigned int
96 static __inline void
102 static __inline void
109 static __inline void
116 static __inline voi
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sys/
io.h 43 static __inline unsigned char
52 static __inline unsigned char
61 static __inline unsigned short int
70 static __inline unsigned short int
79 static __inline unsigned int
88 static __inline unsigned int
96 static __inline void
102 static __inline void
109 static __inline void
116 static __inline voi
    [all...]
  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/device/
DeviceBridge.java 35 private static AndroidDebugBridge bridge;
37 private static final HashMap<IDevice, Integer> devicePortMap = new HashMap<IDevice, Integer>();
38 private static int nextLocalPort = Configuration.DEFAULT_SERVER_PORT;
40 public static void initDebugBridge() {
56 public static void startListenForDevices(AndroidDebugBridge.IDeviceChangeListener listener) {
60 public static IDevice[] getDevices() {
64 public static boolean isViewServerRunning(IDevice device) {
89 public static boolean startViewServer(IDevice device) {
93 public static boolean startViewServer(IDevice device, int port) {
113 public static boolean stopViewServer(IDevice device)
    [all...]
  /system/netd/
BandwidthController.h 83 static const char* LOCAL_INPUT;
84 static const char* LOCAL_FORWARD;
85 static const char* LOCAL_OUTPUT;
86 static const char* LOCAL_RAW_PREROUTING;
87 static const char* LOCAL_MANGLE_POSTROUTING;
124 static int runIpxtablesCmd(const char *cmd, IptRejectOp rejectHandling,
126 static int runIptablesCmd(const char *cmd, IptRejectOp rejectHandling, IptIpVer iptIpVer,
131 static int StrncpyAndCheck(char *buffer, const char *src, size_t buffSize);
143 static int parseForwardChainStats(TetherStats &stats, FILE *fp,
166 static const char *IPT_FLUSH_COMMANDS[]
    [all...]
  /external/llvm/lib/Target/Mips/Disassembler/
MipsDisassembler.cpp 91 static DecodeStatus DecodeCPU64RegsRegisterClass(MCInst &Inst,
96 static DecodeStatus DecodeCPU16RegsRegisterClass(MCInst &Inst,
101 static DecodeStatus DecodeCPURegsRegisterClass(MCInst &Inst,
106 static DecodeStatus DecodeDSPRegsRegisterClass(MCInst &Inst,
111 static DecodeStatus DecodeFGR64RegisterClass(MCInst &Inst,
116 static DecodeStatus DecodeFGR32RegisterClass(MCInst &Inst,
121 static DecodeStatus DecodeCCRRegisterClass(MCInst &Inst,
126 static DecodeStatus DecodeHWRegsRegisterClass(MCInst &Inst,
131 static DecodeStatus DecodeAFGR64RegisterClass(MCInst &Inst,
136 static DecodeStatus DecodeHWRegs64RegisterClass(MCInst &Inst
    [all...]
  /external/v8/src/
deoptimizer.h 125 static Deoptimizer* New(JSFunction* function,
131 static Deoptimizer* Grab(Isolate* isolate);
136 static DeoptimizedFrameInfo* DebuggerInspectableFrame(JavaScriptFrame* frame,
139 static void DeleteDebuggerInspectableFrame(DeoptimizedFrameInfo* info,
148 static void EnsureRelocSpaceForLazyDeoptimization(Handle<Code> code);
153 static void DeoptimizeFunction(JSFunction* function);
156 static void DeoptimizeAll();
158 static void DeoptimizeGlobalObject(JSObject* object);
160 static void VisitAllOptimizedFunctionsForContext(
163 static void VisitAllOptimizedFunctionsForGlobalObject
    [all...]
  /frameworks/base/core/java/android/app/
AppOpsManager.java 58 public static final int MODE_ALLOWED = 0;
59 public static final int MODE_IGNORED = 1;
60 public static final int MODE_ERRORED = 2;
66 public static final int OP_NONE = -1;
67 public static final int OP_COARSE_LOCATION = 0;
68 public static final int OP_FINE_LOCATION = 1;
69 public static final int OP_GPS = 2;
70 public static final int OP_VIBRATE = 3;
71 public static final int OP_READ_CONTACTS = 4;
72 public static final int OP_WRITE_CONTACTS = 5
    [all...]
  /external/linux-tools-perf/
builtin-sched.c 32 static char const *input_name = "perf.data";
34 static char default_sort_order[] = "avg, max, switch, runtime";
35 static const char *sort_order = default_sort_order;
37 static int profile_cpu = -1;
42 static u64 run_measurement_overhead;
43 static u64 sleep_measurement_overhead;
50 static unsigned long nr_tasks;
89 static struct task_desc *pid_to_task[MAX_PID];
91 static struct task_desc **tasks;
93 static pthread_mutex_t start_work_mutex = PTHREAD_MUTEX_INITIALIZER
    [all...]
  /packages/apps/Gallery/src/com/android/camera/
MenuHelper.java 62 private static final String TAG = "MenuHelper";
64 public static final int INCLUDE_ALL = 0xFFFFFFFF;
65 public static final int INCLUDE_VIEWPLAY_MENU = (1 << 0);
66 public static final int INCLUDE_SHARE_MENU = (1 << 1);
67 public static final int INCLUDE_SET_MENU = (1 << 2);
68 public static final int INCLUDE_CROP_MENU = (1 << 3);
69 public static final int INCLUDE_DELETE_MENU = (1 << 4);
70 public static final int INCLUDE_ROTATE_MENU = (1 << 5);
71 public static final int INCLUDE_DETAILS_MENU = (1 << 6);
72 public static final int INCLUDE_SHOWMAP_MENU = (1 << 7)
    [all...]
  /external/dropbear/
progressmeter.c 40 static int can_output(void);
43 static void format_size(char *, int, off_t);
44 static void format_rate(char *, int, off_t);
47 static void sig_winch(int);
48 static void setscreensize(void);
54 static void update_progress_meter(int);
56 static time_t start; /* start progress */
57 static time_t last_update; /* last progress update */
58 static char *file; /* name of the file being transferred */
59 static off_t end_pos; /* ending position of transfer *
    [all...]

Completed in 524 milliseconds

<<919293949596979899100>>