HomeSort by relevance Sort by last modified time
    Searched refs:dataType (Results 1 - 25 of 72) sorted by null

1 2 3

  /external/webrtc/src/system_wrappers/interface/
sort.h 39 // dataType Enum corresponding to the type of the array.
42 WebRtc_Word32 Sort(void* data, WebRtc_UWord32 numOfElements, Type dataType);
  /external/webkit/Tools/DumpRenderTree/mac/
DumpRenderTreePasteboard.m 164 - (BOOL)setData:(NSData *)data forType:(NSString *)dataType
168 if (![typesSet containsObject:dataType])
170 [dataByType setObject:data forKey:dataType];
175 - (NSData *)dataForType:(NSString *)dataType
177 return [dataByType objectForKey:dataType];
180 - (BOOL)setPropertyList:(id)propertyList forType:(NSString *)dataType
185 BOOL result = [self setData:(NSData *)data forType:dataType];
191 - (BOOL)setString:(NSString *)string forType:(NSString *)dataType
200 BOOL result = [self setData:(NSData *)data forType:dataType];
  /external/webkit/Source/JavaScriptGlue/
JSObject.h 36 JSObjectRef JSObjectCreateInternal(void *data, JSObjectCallBacksPtr callBacks, JSObjectMarkProcPtr markProc, int dataType);
40 JSUserObject(JSObjectCallBacksPtr callBacks, JSObjectMarkProcPtr markProc, void *data, int dataType);
53 int DataType() const { return fDataType; }
JSObject.cpp 34 JSUserObject::JSUserObject(JSObjectCallBacksPtr callBacks, JSObjectMarkProcPtr markProc, void *data, int dataType)
35 : JSBase(kJSObjectTypeID), fCallBacks(*callBacks), fMarkProc(markProc), fData(data), fDataType(dataType)
  /frameworks/base/core/java/android/bluetooth/
BluetoothHealthAppConfiguration.java 40 * @param dataType Data Type of the remote Bluetooth Health device
43 BluetoothHealthAppConfiguration(String name, int dataType) {
45 mDataType = dataType;
54 * @param dataType Data Type of the remote Bluetooth Health device
59 BluetoothHealthAppConfiguration(String name, int dataType, int role, int
62 mDataType = dataType;
104 * @return dataType
BluetoothHealth.java 107 * @param dataType The dataType of the Source role of Health Profile to which
113 public boolean registerSinkAppConfiguration(String name, int dataType,
117 if (DBG) log("registerSinkApplication(" + name + ":" + dataType + ")");
118 return registerAppConfiguration(name, dataType, SINK_ROLE,
130 * @param dataType The dataType of the Source role of Health Profile.
138 public boolean registerAppConfiguration(String name, int dataType, int role,
143 if (DBG) log("registerApplication(" + name + ":" + dataType + ")");
146 new BluetoothHealthAppConfiguration(name, dataType, role, channelType)
    [all...]
  /external/webkit/Source/WebCore/fileapi/
FileReaderLoader.h 81 void setDataType(const String& dataType) { m_dataType = dataType; }
  /development/tools/emulator/opengl/host/libs/Translator/GLES_V2/
GLESv2Context.h 47 void setupArr(const GLvoid* arr,GLenum arrayType,GLenum dataType,GLint size,GLsizei stride,GLboolean normalized, int pointsIndex = -1);
GLESv2Context.cpp 109 void GLESv2Context::setupArr(const GLvoid* arr,GLenum arrayType,GLenum dataType,GLint size,GLsizei stride,GLboolean normalized, int index){
111 s_glDispatch.glVertexAttribPointer(arrayType,size,dataType,normalized,stride,arr);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
Dictionary.java 36 public static enum DataType {
54 * @param dataType tells type of this data
58 DataType dataType);
67 * @see WordCallback#addWord(char[], int, int, int, int, DataType)
LatinImeLogger.java 20 import com.android.inputmethod.latin.Dictionary.DataType;
73 public static void onAddSuggestedWord(String word, int typeId, DataType dataType) {
  /frameworks/base/core/jni/
android_util_AssetManager.cpp 89 env->SetIntField(outValue, gTypedValueOffsets.mType, value.dataType);
929 if (value.dataType == Res_value::TYPE_REFERENCE) {
941 if (value.dataType == value.TYPE_ATTRIBUTE) {
943 value.dataType = Res_value::TYPE_NULL;
946 if (value.dataType == value.TYPE_REFERENCE) {
991 value.dataType = Res_value::TYPE_NULL;
1008 value.dataType, value.data));
1017 if (value.dataType == Res_value::TYPE_NULL) {
    [all...]
  /frameworks/base/opengl/java/android/opengl/
Texture.java 91 int dataType,
115 0, gl.GL_RGB, dataType,
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
OutlineDragListener.java 93 if (TextTransfer.getInstance().isSupportedType(e.dataType)) {
99 if (SimpleXmlTransfer.getInstance().isSupportedType(e.dataType)) {
  /development/tools/emulator/opengl/host/libs/Translator/GLES_CM/
GLEScmContext.cpp 66 void GLEScmContext::setupArr(const GLvoid* arr,GLenum arrayType,GLenum dataType,GLint size,GLsizei stride,GLboolean normalized, int index){
70 s_glDispatch.glVertexPointer(size,dataType,stride,arr);
73 s_glDispatch.glNormalPointer(dataType,stride,arr);
76 s_glDispatch.glTexCoordPointer(size,dataType,stride,arr);
79 s_glDispatch.glColorPointer(size,dataType,stride,arr);
90 GLenum dataType = p->getType();
98 setupArr(p->getData(),array_id,dataType,size,p->getStride(), GL_FALSE);
GLEScmContext.h 58 void setupArr(const GLvoid* arr,GLenum arrayType,GLenum dataType,GLint size,GLsizei stride,GLboolean normalized, int pointsIndex = -1);
  /external/bluetooth/bluez/src/
sdpd-request.c 97 /* Additional values for checking datatype (not in spec) */
122 uint8_t dataType;
148 dataType = *p;
150 SDPDBG("Data type: 0x%02x", dataType);
153 if (dataType != SDP_UUID16 && dataType != SDP_UUID32 && dataType != SDP_UUID128) {
158 (dataType != SDP_UINT16 && dataType != SDP_UINT32)) {
162 } else if (expectedType != SDP_TYPE_ATTRID && dataType != expectedType)
    [all...]
  /frameworks/base/core/java/com/android/internal/app/
IBatteryStats.aidl 50 void notePhoneDataConnectionState(int dataType, boolean hasData);
  /frameworks/base/libs/rs/driver/
rsdShader.cpp 251 RsDataType dataType = field->getType();
257 if (dataType == RS_TYPE_MATRIX_4X4) {
263 } else if (dataType == RS_TYPE_MATRIX_3X3) {
268 } else if (dataType == RS_TYPE_MATRIX_2X2) {
298 RsDataType dataType = field->getType();
299 if (dataType == RS_TYPE_MATRIX_4X4) {
301 } else if (dataType == RS_TYPE_MATRIX_3X3) {
303 } else if (dataType == RS_TYPE_MATRIX_2X2) {
  /frameworks/base/tools/aapt/
XMLNode.h 77 value.dataType = Res_value::TYPE_NULL;
82 || value.dataType == Res_value::TYPE_NULL
83 || value.dataType == Res_value::TYPE_STRING;
XMLNode.cpp 446 if (value.dataType == Res_value::TYPE_NULL) {
448 } else if (value.dataType == Res_value::TYPE_REFERENCE) {
450 } else if (value.dataType == Res_value::TYPE_ATTRIBUTE) {
452 } else if (value.dataType == Res_value::TYPE_STRING) {
457 printf("=(type 0x%x)0x%x", (int)value.dataType, (int)value.data);
898 String8(e.name).string(), e.value.dataType,
    [all...]
Command.cpp 249 if (value.dataType != Res_value::TYPE_STRING) {
267 if (value.dataType != Res_value::TYPE_STRING) {
286 if (value.dataType < Res_value::TYPE_FIRST_INT
287 || value.dataType > Res_value::TYPE_LAST_INT) {
304 if (value.dataType == Res_value::TYPE_REFERENCE) {
307 if (value.dataType < Res_value::TYPE_FIRST_INT
308 || value.dataType > Res_value::TYPE_LAST_INT) {
325 if (value.dataType == Res_value::TYPE_STRING) {
331 if (value.dataType != Res_value::TYPE_STRING) {
    [all...]
  /frameworks/base/libs/utils/
ResourceTypes.cpp 132 dataType = src.dataType;
    [all...]
  /development/samples/BluetoothHDP/src/com/example/bluetooth/health/
BluetoothHDPService.java 175 private void registerApp(int dataType) {
176 mBluetoothHealth.registerSinkAppConfiguration(TAG, dataType, mHealthCallback);
  /external/webkit/Source/WebCore/platform/win/
ClipboardWin.cpp 428 ClipboardDataType dataType = clipboardTypeFromMIMEType(type);
430 if (dataType == ClipboardDataTypeURL) {
434 if (dataType == ClipboardDataTypeText) {
459 ClipboardDataType dataType = clipboardTypeFromMIMEType(type);
460 if (dataType == ClipboardDataTypeText)
462 if (dataType == ClipboardDataTypeURL)
464 else if (dataType == ClipboardDataTypeTextHTML) {

Completed in 3457 milliseconds

1 2 3