HomeSort by relevance Sort by last modified time
    Searched full:desc (Results 101 - 125 of 2877) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/skia/src/gpu/gl/
GrGLTexture.cpp 18 const Desc& textureDesc,
19 const GrGLRenderTarget::Desc* rtDesc) {
41 const Desc& textureDesc)
47 const Desc& textureDesc,
48 const GrGLRenderTarget::Desc& rtDesc)
GrGLTexture.h 60 struct Desc : public GrTextureDesc {
67 const Desc& textureDesc,
68 const GrGLRenderTarget::Desc& rtDesc);
72 const Desc& textureDesc);
105 const Desc& textureDesc,
106 const GrGLRenderTarget::Desc* rtDesc);
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/gd3d11/
d3d11_screen.h 214 const D3D11_COUNTER_DESC *desc,
876 const D3D11_TEXTURE1D_DESC *desc,
883 DXGI_USAGE dxgi_usage = d3d_to_dxgi_usage(desc->BindFlags, desc->MiscFlags);
884 HRESULT hr = create_resource(PIPE_TEXTURE_1D, desc->Width, 1, 1, desc->MipLevels, desc->ArraySize, desc->Format, 0, desc->Usage, desc->BindFlags, desc->CPUAccessFlags, desc->MiscFlags, initial_data, dxgi_usage, out_texture1d ? &reso (…)
957 D3D11_TEXTURE2D_DESC desc; local
993 D3D11_TEXTURE2D_DESC desc; local
    [all...]
  /external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/
d3d11_screen.h 214 const D3D11_COUNTER_DESC *desc,
876 const D3D11_TEXTURE1D_DESC *desc,
883 DXGI_USAGE dxgi_usage = d3d_to_dxgi_usage(desc->BindFlags, desc->MiscFlags);
884 HRESULT hr = create_resource(PIPE_TEXTURE_1D, desc->Width, 1, 1, desc->MipLevels, desc->ArraySize, desc->Format, 0, desc->Usage, desc->BindFlags, desc->CPUAccessFlags, desc->MiscFlags, initial_data, dxgi_usage, out_texture1d ? &reso (…)
957 D3D11_TEXTURE2D_DESC desc; local
993 D3D11_TEXTURE2D_DESC desc; local
    [all...]
  /external/chromium_org/chrome/app/
google_chrome_strings.grd 131 <message name="IDS_PRODUCT_NAME" desc="The Chrome application name">
134 <message name="IDS_SHORT_PRODUCT_NAME" desc="The Chrome application short name">
137 <message name="IDS_SHORT_PRODUCT_NAME_LOWER" desc="The Chrome application short name all lowercase">
140 <message name="IDS_SXS_SHORTCUT_NAME" desc="The Chrome short cut name for SxS channel">
143 <message name="IDS_PRODUCT_DESCRIPTION" desc="Browser description">
146 <message name="IDS_APP_LAUNCHER_PRODUCT_DESCRIPTION" desc="App Launcher description">
150 <message name="IDS_PRODUCT_OS_NAME" desc="The Chrome OS application name">
153 <message name="IDS_SHORT_PRODUCT_OS_NAME" desc="The Chrome OS application short name">
158 <message name="IDS_PRODUCT_FRAME_NAME" desc="The Chrome Frame application name">
161 <message name="IDS_PRODUCT_APP_LAUNCHER_NAME" desc="The Chrome App Launcher application name"
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_format.h 399 const struct util_format_description *desc = util_format_description(format); local
401 assert(desc);
402 if (!desc) {
406 return desc->name;
412 const struct util_format_description *desc = util_format_description(format); local
414 assert(desc);
415 if (!desc) {
419 return desc->short_name;
428 const struct util_format_description *desc = util_format_description(format); local
434 return desc->layout == UTIL_FORMAT_LAYOUT_PLAIN ? TRUE : FALSE
440 const struct util_format_description *desc = util_format_description(format); local
460 const struct util_format_description *desc = util_format_description(format); local
473 const struct util_format_description *desc = util_format_description(format); local
494 const struct util_format_description *desc = util_format_description(format); local
508 const struct util_format_description *desc = util_format_description(format); local
651 const struct util_format_description *desc = util_format_description(format); local
677 const struct util_format_description *desc = util_format_description(format); local
690 const struct util_format_description *desc = util_format_description(format); local
744 const struct util_format_description *desc = util_format_description(format); local
785 const struct util_format_description *desc = util_format_description(format); local
920 const struct util_format_description *desc = util_format_description(format); local
931 const struct util_format_description *desc = util_format_description(format); local
    [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
u_format.h 399 const struct util_format_description *desc = util_format_description(format); local
401 assert(desc);
402 if (!desc) {
406 return desc->name;
412 const struct util_format_description *desc = util_format_description(format); local
414 assert(desc);
415 if (!desc) {
419 return desc->short_name;
428 const struct util_format_description *desc = util_format_description(format); local
434 return desc->layout == UTIL_FORMAT_LAYOUT_PLAIN ? TRUE : FALSE
440 const struct util_format_description *desc = util_format_description(format); local
460 const struct util_format_description *desc = util_format_description(format); local
473 const struct util_format_description *desc = util_format_description(format); local
494 const struct util_format_description *desc = util_format_description(format); local
508 const struct util_format_description *desc = util_format_description(format); local
651 const struct util_format_description *desc = util_format_description(format); local
677 const struct util_format_description *desc = util_format_description(format); local
690 const struct util_format_description *desc = util_format_description(format); local
744 const struct util_format_description *desc = util_format_description(format); local
785 const struct util_format_description *desc = util_format_description(format); local
920 const struct util_format_description *desc = util_format_description(format); local
931 const struct util_format_description *desc = util_format_description(format); local
    [all...]
  /external/skia/tests/
ClipCacheTest.cpp 26 GrTextureDesc desc; local
29 desc.fFlags = kRenderTarget_GrTextureFlagBit;
30 desc.fConfig = kSkia8888_GrPixelConfig;
31 desc.fWidth = X_SIZE;
32 desc.fHeight = Y_SIZE;
35 GrTexture* texture = context->createUncachedTexture(desc, textureData, 0);
50 GrTextureDesc desc; local
51 desc.fFlags = kRenderTarget_GrTextureFlagBit;
52 desc.fConfig = kAlpha_8_GrPixelConfig;
53 desc.fWidth = kXSize
146 GrTextureDesc desc; local
    [all...]
  /development/tools/mkstubs/src/com/android/mkstubs/
FilterClassAdapter.java 64 * desc = Ljava/Lang/String;
68 public FieldVisitor visitField(int access, String name, String desc,
83 // TODO we should produce an error if a filtered desc/signature is being used.
85 return super.visitField(access, name, desc, signature, value);
95 * desc = ()V
99 public MethodVisitor visitMethod(int access, String name, String desc,
108 String filterName = String.format("%s#%s%s", mClassName, name, desc);
125 // TODO we should produce an error if a filtered desc/signature/exception is being used.
127 return super.visitMethod(access, name, desc, signature, exceptions);
131 public AnnotationVisitor visitAnnotation(String desc, boolean visible)
    [all...]
  /external/chromium_org/native_client_sdk/src/build_tools/
generate_index.py 31 def AddDesc(self, desc):
32 group = desc['GROUP']
34 self.section_map[group].append(desc)
  /external/v8/test/mjsunit/
error-constructors.js 63 var desc = Object.getOwnPropertyDescriptor(Error.prototype, 'name');
64 assertFalse(desc['enumerable']);
65 desc = Object.getOwnPropertyDescriptor(Error.prototype, 'message');
66 assertFalse(desc['enumerable']);
69 desc = Object.getOwnPropertyDescriptor(e, 'message');
70 assertFalse(desc['enumerable']);
71 desc = Object.getOwnPropertyDescriptor(e, 'arguments');
72 assertFalse(desc['enumerable']);
73 desc = Object.getOwnPropertyDescriptor(e, 'type');
74 assertFalse(desc['enumerable'])
    [all...]
  /external/chromium_org/tools/grit/grit/format/policy_templates/
policy_template_generator_unittest.py 83 'desc': '', 'caption': ''},
85 'desc': '', 'caption': ''},
87 'desc': '', 'caption': ''},
107 'caption': '', 'desc': '',
109 'caption': '', 'desc': ''}]
113 'caption': '', 'desc': '',
115 'caption': '', 'desc': ''}]
119 'caption': '', 'desc': '',
121 'caption': '', 'desc': ''}]
144 'desc': ''
    [all...]
  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGLTexture.h 60 struct Desc : public GrTextureDesc {
67 const Desc& textureDesc,
68 const GrGLRenderTarget::Desc& rtDesc);
72 const Desc& textureDesc);
105 const Desc& textureDesc,
106 const GrGLRenderTarget::Desc* rtDesc);
  /external/chromium_org/ash/
ash_strings.grd 167 <message name="IDS_AURA_APP_LIST_TITLE" desc="The title used for the Aura app list in the launcher">
170 <message name="IDS_AURA_APP_LIST_SYNCING_TITLE" desc="The title used for the Aura app list in the launcher to indicate loading/syncing apps.">
173 <message name="IDS_ASH_SHELF_OVERFLOW_NAME" desc="The title used for the Ash overflow button in the shelf">
176 <message name="IDS_ASH_SHELF_CONTEXT_MENU_AUTO_HIDE" desc="Title of the menu item in the context menu for auto-hiding the shelf when the current window is not maximized">
179 <message name="IDS_ASH_SHELF_CONTEXT_MENU_POSITION" desc="Title of the menu item in the context menu for aligning the shelf">
182 <message name="IDS_ASH_SHELF_CONTEXT_MENU_ALIGN_BOTTOM" desc="Title of the menu item in the context menu for aligning the shelf to the bottom of the screen">
185 <message name="IDS_ASH_SHELF_CONTEXT_MENU_ALIGN_LEFT" desc="Title of the menu item in the context menu for aligning the shelf to the left of the screen">
188 <message name="IDS_ASH_SHELF_CONTEXT_MENU_ALIGN_RIGHT" desc="Title of the menu item in the context menu for aligning the shelf to the right of the screen">
191 <message name="IDS_ASH_SHELF_ACCESSIBLE_NAME" desc="The accessible name of the shelf.">
195 <message name="IDS_AURA_SET_DESKTOP_WALLPAPER" desc="The label used for change wallpaper in context menu"
    [all...]
  /external/chromium_org/ppapi/proxy/
serialized_structs.h 40 void SetFromPPFontDescription(const PP_FontDescription_Dev& desc);
42 const PP_BrowserFont_Trusted_Description& desc);
46 void SetToPPFontDescription(PP_FontDescription_Dev* desc) const;
48 PP_BrowserFont_Trusted_Description* desc) const;
66 // The reference count of the desc.family PP_Var will be unchanged and the
68 void SetFromPPTrueTypeFontDesc(const PP_TrueTypeFontDesc_Dev& desc);
72 // The desc.family PP_Var will have one reference assigned to it. The caller
74 void CopyToPPTrueTypeFontDesc(PP_TrueTypeFontDesc_Dev* desc) const;
  /external/chromium_org/third_party/skia/src/gpu/
GrTexture.cpp 125 const GrTextureDesc& desc) {
129 if (!GrIsPow2(desc.fWidth) || !GrIsPow2(desc.fHeight)) {
150 GrSurfaceOrigin resolve_origin(const GrTextureDesc& desc) {
154 bool renderTarget = 0 != (desc.fFlags & kRenderTarget_GrTextureFlagBit);
155 if (kDefault_GrSurfaceOrigin == desc.fOrigin) {
158 return desc.fOrigin;
165 const GrTextureDesc& desc,
167 GrResourceKey::ResourceFlags flags = get_texture_flags(gpu, params, desc);
171 GrResourceKey GrTexture::ComputeScratchKey(const GrTextureDesc& desc) {
    [all...]
  /external/skia/src/gpu/
GrTexture.cpp 125 const GrTextureDesc& desc) {
129 if (!GrIsPow2(desc.fWidth) || !GrIsPow2(desc.fHeight)) {
150 GrSurfaceOrigin resolve_origin(const GrTextureDesc& desc) {
154 bool renderTarget = 0 != (desc.fFlags & kRenderTarget_GrTextureFlagBit);
155 if (kDefault_GrSurfaceOrigin == desc.fOrigin) {
158 return desc.fOrigin;
165 const GrTextureDesc& desc,
167 GrResourceKey::ResourceFlags flags = get_texture_flags(gpu, params, desc);
171 GrResourceKey GrTexture::ComputeScratchKey(const GrTextureDesc& desc) {
    [all...]
  /frameworks/av/media/libeffects/proxy/
EffectProxy.cpp 58 effect_descriptor_t* desc; local
76 desc = new effect_descriptor_t[SUB_FX_COUNT];
77 pContext->desc = new effect_descriptor_t[SUB_FX_COUNT];
78 int retValue = EffectGetSubEffects(uuid, desc,
83 delete desc;
84 delete pContext->desc;
88 // to the Context desc array
91 if ((desc[0].flags & EFFECT_FLAG_HW_ACC_TUNNEL) &&
92 !(desc[1].flags & EFFECT_FLAG_HW_ACC_TUNNEL)) {
93 pContext->desc[SUB_FX_OFFLOAD] = desc[0]
145 const effect_descriptor_t *desc = NULL; local
306 const effect_descriptor_t *desc; local
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/lib/
set-mode-acl.c 30 /* If DESC is a valid file descriptor use fchmod to change the
32 that don't have fchown and if DESC is invalid, use chown on
37 chmod_or_fchmod (const char *name, int desc, mode_t mode)
39 if (HAVE_FCHMOD && desc != -1)
40 return fchmod (desc, mode);
45 /* Set the access control lists of a file. If DESC is a valid file
54 qset_acl (char const *name, int desc, mode_t mode)
112 if (HAVE_ACL_SET_FD && desc != -1)
113 ret = acl_set_fd (desc, acl);
122 return chmod_or_fchmod (name, desc, mode)
    [all...]
  /external/chromium_org/remoting/resources/
remoting_strings.grd 141 <message desc="Message shown when the Chrome Remote Desktop client tab is closed while a connection is active." name="IDR_CLOSE_PROMPT">
144 <message desc="Text shown when the app first starts, or if the access token is invalidated, explaining the need to authorize the Chrome Remote Desktop app before use." name="IDR_DESCRIPTION_AUTHORIZE">
147 <message desc="Confirmation prompt shown when a user needs to authenticate against a third party, explaining the need to authorize the Chrome Remote Desktop app to access the authentication URL." name="IDR_DESCRIPTION_THIRD_PARTY_AUTH">
150 <message desc="Description for the home screen. This is shown when the app starts up, above buttons to share or connect." name="IDR_DESCRIPTION_HOME">
153 <message desc="Error displayed if authentication fails. This can be caused by stale credentials, in which logging out of the web-app and retrying can fix the problem." name="IDR_ERROR_AUTHENTICATION_FAILED">
156 <message desc="Error displayed if the host or client plugin are missing or if they could not be loaded." name="IDR_ERROR_BAD_PLUGIN_VERSION">
159 <message desc="Error that is shown on the client side when incompatible Chrome Remote Desktop versions are installed on host and client." name="IDR_ERROR_INCOMPATIBLE_PROTOCOL">
162 <message desc="Error displayed when the computer has a policy that only users in a particular domain may use it as a Chrome Remote Desktop host, and a user in a different domain is trying to use it as a Chrome Remote Desktop host." name="IDR_ERROR_INVALID_HOST_DOMAIN">
165 <message desc="Error displayed when an operation is attempted that requires a signed-in user, but no-one is currently signed in." name="IDR_ERROR_NOT_AUTHENTICATED">
168 <message desc="Error displayed if the client plugin fails to load." name="IDR_ERROR_MISSING_PLUGIN"
    [all...]
  /development/tools/mkstubs/src/com/android/mkstubs/stubber/
MethodStubber.java 37 int access, String name, String desc, String signature, String[] exceptions) {
53 "(Ljava/lang/String;)V"); // desc
59 "Lcom/android/mkstubs/stubber/MethodStubber;", // desc
73 public AnnotationVisitor visitAnnotation(String desc, boolean visible) {
74 return super.visitAnnotation(desc, visible);
88 public AnnotationVisitor visitParameterAnnotation(int parameter, String desc, boolean visible) {
89 return super.visitParameterAnnotation(parameter, desc, visible);
95 public void visitFieldInsn(int opcode, String owner, String name, String desc) {
140 public void visitLocalVariable(String name, String desc, String signature,
156 public void visitMethodInsn(int opcode, String owner, String name, String desc) {
    [all...]
  /external/chromium_org/v8/src/
v8natives.js 281 var desc = GetOwnProperty(this, P);
282 return IS_UNDEFINED(desc) ? false : desc.isEnumerable();
298 var desc = new PropertyDescriptor();
299 desc.setGet(fun);
300 desc.setEnumerable(true);
301 desc.setConfigurable(true);
302 DefineOwnProperty(ToObject(receiver), ToName(name), desc, false);
324 var desc = new PropertyDescriptor();
325 desc.setSet(fun)
    [all...]
  /external/llvm/include/llvm/CodeGen/
CommandFlags.h 26 MArch("march", cl::desc("Architecture to generate code for (see --version)"));
30 cl::desc("Target a specific cpu type (-mcpu=help for details)"),
37 cl::desc("Target specific attributes (-mattr=help for details)"),
42 cl::desc("Choose relocation model"),
57 cl::desc("Choose code model"),
73 cl::desc("When used with filetype=obj, "
78 cl::desc("Choose a file type (not all types are supported by all targets):"),
89 cl::desc("Do not use .loc entries"));
92 cl::desc("Do not use .cfi_* directives"));
95 cl::desc("Use .file directives with an explicit directory."))
    [all...]
  /external/chromium_org/webkit/glue/
webkit_strings.grd 236 <message name="IDS_DETAILS_WITHOUT_SUMMARY_LABEL" desc="Clickable label to show detailed information or to hide the detailed information.">
239 <message name="IDS_SEARCHABLE_INDEX_INTRO" desc="Text that appears at the start of nearly-obsolete webpages in the form of a 'searchable index'.">
242 <message name="IDS_FORM_CALENDAR_CLEAR" desc="Label for a button which clears a date input field.">
245 <message name="IDS_FORM_CALENDAR_TODAY" desc="Label for a button which sets today to a date input field.">
248 <message name="IDS_FORM_DATE_FORMAT_DAY_IN_MONTH" desc="Short word to indicate which is the day-in-month part in a date format. e.g. 'Day' in 'Month/Day/Year'">
251 <message name="IDS_FORM_DATE_FORMAT_MONTH" desc="Short word to indicate which is the month part in a date format. e.g. 'Month' in 'Month/Day/Year'">
254 <message name="IDS_FORM_DATE_FORMAT_YEAR" desc="Short word to indicate which is the year part in a date format. e.g. 'Year' in 'Month/Day/Year'">
257 <message name="IDS_FORM_SUBMIT_LABEL" desc="Default label for Submit buttons in forms on webpages.">
260 <message name="IDS_FORM_INPUT_ALT" desc="alt text for &lt;input&gt; elements with no alt, title, or value">
263 <message name="IDS_FORM_RESET_LABEL" desc="default label for Reset buttons in forms on webpages"
    [all...]
  /external/chromium_org/ui/base/strings/
ui_strings.grd 211 desc="This is necessary for every language. This is the default for all the numbers NOT covered by special cases (singular, dual/two, few, many) some languages need. For CJK, Vietnamese, Turkish and Kannada, this is the only string necessary. For languages with singular-plural distinction, this is the generic plural. For Lithuanian, NUMBER_DEFAULT is 11 .. 19.">
217 desc="NUMBER_ONE is one or one-like numbers : 1 (many European and most Indian languages), 1 and 0 (French, Brazilian Portuguese and Hindi), 1,21,31, .. (Russian, Ukrainian, Croatian, Serbian, Latvian, Lithuanian), or 1, 101, 201, .. (Slovenian). Do NOT translate this for CJK, Vietnamese, Turkish and Kannada">
223 desc="">
230 desc="NUMBER_ZERO is 0 (Arabic, Latvian) or 0, 2..19, 101..119, ... (Romanian). For other languages, do NOT translate.">
236 desc="">
243 desc="NUMBER_TWO is two or two-like/dual numbers : 2 (Arabic and Irish) or 2, 102, 202 ... (Slovenian). For other languages, do NOT translated.">
249 desc="">
256 desc="NUMBER_FEW is few or few-like numbers in Arabic, Russian, Polish, Croatian, Serbian, Ukrainian, Czech, Slovak, Slovenian, Latvian. For other languages, do NOT translate.">
262 desc="">
269 desc="NUMBER_MANY is 11 through 99 in Arabic. For all other languages, do NOT translate."
    [all...]

Completed in 1128 milliseconds

1 2 3 45 6 7 8 91011>>