Home
last modified time | relevance | path

Searched refs:flag (Results 1 – 25 of 30) sorted by relevance

12

/sdk/emulator/opengl/host/libs/GLESv2_dec/
Dgl2.attrib51 flag unsupported
193 flag unsupported
242 flag unsupported
323 flag unsupported
327 flag unsupported
331 flag unsupported
335 flag unsupported
375 flag unsupported
378 flag unsupported
384 flag unsupported
[all …]
/sdk/emulator/opengl/shared/OpenglCodecCommon/
DTcpStream.cpp44 DWORD flag; in TcpStream() local
46 int flag; in TcpStream()
48 flag = 1; in TcpStream()
49 setsockopt( sock, IPPROTO_TCP, TCP_NODELAY, (const char*)&flag, sizeof(flag) ); in TcpStream()
/sdk/emulator/opengl/host/libs/GLESv1_dec/
Dgl.attrib89 flag unsupported
114 flag unsupported
165 flag unsupported
169 flag unsupported
215 flag unsupported
229 flag unsupported
261 flag unsupported
266 flag unsupported
277 flag custom_decoder
278 flag not_api
[all …]
/sdk/emulator/opengl/host/tools/emugen/
DEntryPoint.cpp292 std::string flag = getNextToken(line, pos, &last, WHITESPACE); in setAttribute() local
293 if (flag.size() == 0) { in setAttribute()
302 if (flag == "nullAllowed") { in setAttribute()
309 } else if (flag == "isLarge") { in setAttribute()
317 fprintf(stderr, "WARNING: %u: unknow flag %s\n", (unsigned int)lc, flag.c_str()); in setAttribute()
356 std::string flag = getNextToken(line, pos, &last, WHITESPACE); in setAttribute() local
357 if (flag.size() == 0) { in setAttribute()
362 if (flag == "unsupported") { in setAttribute()
364 } else if (flag == "custom_decoder") { in setAttribute()
366 } else if (flag == "not_api") { in setAttribute()
[all …]
DREADME321 flag
322 description: set entry point flag;
323 format: flag < unsupported | ... >
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/values/
DValuesTreePage.java60 Image flag = FlagManager.get().getFlagForFolderName(parent.getName()); in getPageImage() local
61 if (flag != null) { in getPageImage()
62 return flag; in getPageImage()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
DFlagManager.java107 Image flag = getFlag(locale.getCountry()); in getFlag() local
108 if (flag != null) { in getFlag()
109 return flag; in getFlag()
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
Dcompletionvalues1-expected-completion29.txt2 …ow to place the content of an object, both on the x- and y-axis, within the object itself. [flag]
Dmanifest-expected-completion18.txt10 …gChanges : Specify one or more configuration changes that the activity will handle itself. [flag]
25 …wSoftInputMode : Specify the default soft-input mode for the main window of this activity. [flag]
28 android:uiOptions : Extra options for an activity's UI. [flag]
Dcompletionvalues1-expected-completion23.txt7 android:textStyle : Style (bold, italic, bolditalic) for the text. [flag]
Dcompletion1-expected-completion39.txt13 android:textStyle : Style (bold, italic, bolditalic) for the text. [flag]
29 …w to align the text by the view's x- and/or y-axis when the text is smaller than the view. [flag]
41 …such as urls and email addresses are automatically found and converted to clickable links. [flag]
43 …ecifies that this TextView has a numeric input method. * Deprecated: Use inputType instead. [flag]
62 …laced in a text field, used to help an input method decide how to let the user enter text. [flag]
63 …able in an IME associated with an editor to improve the integration with your application. [flag]
95 android:scrollbars : Defines which scrollbars should be displayed on scrolling or not. [flag]
108 … This attribute is deprecated and will be ignored as of API level 14 (ICE_CREAM_SANDWICH). [flag]
109 android:requiresFadingEdge : Defines which edges should be faded on scrolling. [flag]
149 android:layout_gravity : Standard gravity constant that a child can supply to its parent. [flag]
Dcompletion5-expected-completion40.txt13 android:textStyle : Style (bold, italic, bolditalic) for the text. [flag]
29 …w to align the text by the view's x- and/or y-axis when the text is smaller than the view. [flag]
41 …such as urls and email addresses are automatically found and converted to clickable links. [flag]
43 …ecifies that this TextView has a numeric input method. * Deprecated: Use inputType instead. [flag]
62 …laced in a text field, used to help an input method decide how to let the user enter text. [flag]
63 …able in an IME associated with an editor to improve the integration with your application. [flag]
95 android:scrollbars : Defines which scrollbars should be displayed on scrolling or not. [flag]
108 … This attribute is deprecated and will be ignored as of API level 14 (ICE_CREAM_SANDWICH). [flag]
109 android:requiresFadingEdge : Defines which edges should be faded on scrolling. [flag]
149 android:layout_gravity : Standard gravity constant that a child can supply to its parent. [flag]
Dcompletion8-expected-completion44.txt5 android:layout_gravity : Standard gravity constant that a child can supply to its parent. [flag]
Dcompletionvalues1-expected-completion32.txt15 …such as urls and email addresses are automatically found and converted to clickable links. [flag]
90 … This attribute is deprecated and will be ignored as of API level 14 (ICE_CREAM_SANDWICH). [flag]
105 android:foregroundGravity : Defines the gravity to apply to the foreground drawable. [flag]
115 …ow to place the content of an object, both on the x- and y-axis, within the object itself. [flag]
130 …able in an IME associated with an editor to improve the integration with your application. [flag]
143 …laced in a text field, used to help an input method decide how to let the user enter text. [flag]
183 …ecifies that this TextView has a numeric input method. * Deprecated: Use inputType instead. [flag]
198 android:persistentDrawingCache : Defines the persistence of the drawing cache. [flag]
209 android:requiresFadingEdge : Defines which edges should be faded on scrolling. [flag]
233 android:scrollbars : Defines which scrollbars should be displayed on scrolling or not. [flag]
[all …]
Dcompletion12-expected-completion75.txt20 android:scrollbars : Defines which scrollbars should be displayed on scrolling or not. [flag]
33 … This attribute is deprecated and will be ignored as of API level 14 (ICE_CREAM_SANDWICH). [flag]
34 android:requiresFadingEdge : Defines which edges should be faded on scrolling. [flag]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newxmlfile/
DAddTranslationDialog.java363 Image flag = manager.getFlag(mSelectedLanguage, mSelectedRegion); in updateFlag() local
364 if (flag != null) { in updateFlag()
366 mFlag.setImage(flag); in updateFlag()
/sdk/emulator/opengl/tests/event_injector/
Dsockets.c1145 DWORD flag = (DWORD) _flag; in socket_setoption() local
1147 int flag = _flag; in socket_setoption()
1149 return setsockopt( fd, domain, option, (const char*)&flag, sizeof(flag) ); in socket_setoption()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/grid/
DGridModel.java374 static String removeFlag(String flag, String value) { in removeFlag() argument
375 if (value.equals(flag)) { in removeFlag()
379 int index = value.indexOf(flag); in removeFlag()
382 int endIndex = index + flag.length(); in removeFlag()
/sdk/emulator/opengl/host/libs/Translator/GLES_CM/
DGLDispatch.h63 void (GLAPIENTRY *glDepthMask) (GLboolean flag);
/sdk/eclipse/
Dchanges.txt6 * Improved flag and locale data in the configuration chooser
27 * Automatic ProGuard support for the aapt -G flag. This means that
76 * Completion of resource values and enum and flag constants.
442 - Contextual menu with enum/flag type properties.
/sdk/emulator/opengl/host/libs/Translator/include/GLES2/
Dgl2.h509 GL_APICALL void GL_APIENTRY glDepthMask (GLboolean flag);
/sdk/emulator/opengl/host/libs/Translator/include/GLES/
Dgl.h658 GL_API void GL_APIENTRY glDepthMask (GLboolean flag);
/sdk/emulator/opengl/host/libs/Translator/include/GLcommon/
DGLDispatch.h57 static void (GLAPIENTRY *glDepthMask) (GLboolean flag);
/sdk/emulator/opengl/host/libs/Translator/GLcommon/
DDummyGLfuncs.cpp40 void GLAPIENTRY dummy_glDepthMask(GLboolean flag){} in dummy_glDepthMask() argument
DDummyGLfuncs.h47 void GLAPIENTRY dummy_glDepthMask(GLboolean flag);

12